* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

html {
    scroll-behavior: smooth;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 28px;
    background: #fff;
    border-bottom: 1px solid rgba(15, 61, 62, 0.14);
    gap: 24px;
}

header img {
    height: 95px;
    width: auto;
    flex-shrink: 0;
}

.textoheader {
    font-size: 20px;
    color: #0f3d3e;
    font-weight: 600;
    letter-spacing: 0.02em;
    font-family: "Raleway", sans-serif;
}

.textoheader-info {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 0.95rem;
    color: rgb(0, 91, 148);
    font-weight: 500;
    letter-spacing: 0.01em;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    
}

.textoheader-info p {
    margin: 0;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li {
    list-style: none;
}

.menu li a {
    text-decoration: none;
    padding: 14px 26px;
    border-radius: 100px;
    background-color: rgba(15, 61, 62, 0.05);
    color: #0f3d3e;
    font-weight: 700;
    font-size: 1rem;
    font-family: "Raleway", sans-serif;
    letter-spacing: 0.02em;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    min-width: 170px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    border: 1px solid rgba(15, 61, 62, 0.16);
    box-shadow: 0 10px 24px rgba(15, 61, 62, 0.08);
}

.menu li a img {
    height: 36px;
    display: block;
}

.menu li:not(.whatsapp) a:hover {
    color: #ffffff;
    background-color: rgb(0, 91, 148);
    box-shadow: 0 14px 34px rgba(0, 91, 148, 0.16);
    transform: translateY(-1px) scale(1.05);
    border-color: transparent;
}

.menu .whatsapp a {
    width: 72px;
    height: 72px;
    padding: 0;
    border-radius: 50%;
    position: relative;
    overflow: visible;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.35s ease, box-shadow 0.35s ease;
}

.menu .whatsapp a::before {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(18, 255, 5, 0.18) 0%, rgba(18, 255, 5, 0) 70%);
    opacity: 0;
    transform: scale(0.85);
    transition: opacity 0.35s ease, transform 0.35s ease;
    pointer-events: none;
}

.menu .whatsapp a:hover::before {
    opacity: 1;
    transform: scale(1.1);
}

.menu .whatsapp a:hover {
    transform: translateY(-2px) scale(1.25);
    background-color: rgba(18, 255, 5, 0.2);
    box-shadow: 0 14px 28px rgba(18, 255, 5, 0.18), 0 0 0 1px rgba(18, 255, 5, 0.15);
}

.menu .whatsapp a img {
    height: 46px;
}

.whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.overlay {
    position: relative;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-content {
    color: white;
    margin-left: 80px;
    max-width: 500px;
    font-family: "Raleway", sans-serif;
}

.hero h2 {
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: "Raleway", sans-serif;
}

.hero p {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 20px;
    font-family: "Raleway", sans-serif;
}


.plataformas {
    padding: 35px 20px;
    text-align: center;
    background: rgb(0, 91, 148);
}

.plataformas h2 {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 40px;
    padding-top: 8px;;
}

.grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.card {
    background: #ffffffd3;
    width: 450px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
    font-family: "Raleway", sans-serif;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    box-shadow: 0 0px 50px rgb(1, 122, 197);
    transform: translateY(-10px);
    transition: transform 1.0s ease, box-shadow 0.3s ease;
    background: #ffffff;
}

.card img {
    width: 100%;
    margin-top: 30px;
}

.card h3 {
    margin: 15px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 30px;
    font-size: 35px;
}

.card p {
    margin: 0px 15px 15px;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 500;
}

.card h4 {
    margin: 0px 15px 15px;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    text-align: justify;
    padding-bottom: 10px;
    margin-left: 32px;
    margin-right: 32px;
    font-weight: 300;
}


.pedidocustom h3 {
    color: white;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 38px;
    margin-bottom: 20px;
}

.btn-secondary {
    background: white;
    border: 2px solid rgb(0, 91, 148);
    color: rgb(0, 91, 148);
    padding: 12px 25px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease-in-out;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    border-radius: 35px;
    font-size: 20px;
}

.btn-secondary:hover {
    transform: translateY(-1px) scale(1.25);
    box-shadow: 0 0px 50px rgba(255, 255, 255, 0.281);
}

.btn-primary {
    background: linear-gradient(135deg, rgb(0, 91, 148) 0%, rgb(0, 70, 115) 100%);
    border-radius: 20px;
    color: white;
    padding: 12px 25px;
    text-decoration: none;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 6px 20px rgba(0, 91, 148, 0.3);
    letter-spacing: 0.5px;
    
}

.btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    transition: left 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    pointer-events: none;
}

.btn-primary::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(0, 130, 211, 0.4) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    pointer-events: none;
}

.btn-primary:hover {
    background: linear-gradient(135deg, rgb(0, 130, 211) 0%, rgb(0, 100, 160) 100%);
    box-shadow: 0 16px 48px rgba(0, 130, 211, 0.4), 0 0 30px rgba(0, 130, 211, 0.2);
    transform: translateY(-4px) scale(1.08);
    letter-spacing: 1px;
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:hover::after {
    opacity: 1;
}

.btn-dark {
    background: linear-gradient(135deg, rgb(0, 91, 148) 0%, rgb(0, 70, 115) 100%);
    color: white;
    padding: 12px 25px;
    display: inline-block;
    margin-top: 40px;
    text-decoration: none;
    border-radius: 40px;
    font-size: 20px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 6px 20px rgba(0, 91, 148, 0.3);
    border: none;
    cursor: pointer;
}

.btn-dark::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    transition: left 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    pointer-events: none;
}

.btn-dark::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(0, 130, 211, 0.4) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    pointer-events: none;
}

.btn-dark:hover {
    background: linear-gradient(135deg, rgb(0, 130, 211) 0%, rgb(0, 100, 160) 100%);
    box-shadow: 0 16px 48px rgba(0, 130, 211, 0.4), 
                0 0 30px rgba(0, 130, 211, 0.2);
    transform: translateY(-4px) scale(1.08);
    letter-spacing: 1px;
}

.btn-dark:hover::before {
    left: 100%;
}

.btn-dark:hover::after {
    opacity: 1;
}

.confianca {
    text-align: center;
    padding: 60px 20px;
    background: rgb(255, 255, 255);
}

.confianca h2 {
    color: rgb(0, 91, 148);
    font-family: "Raleway", sans-serif;
    font-weight: 600;
}

.confianca p {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
}

.confianca .box {
    background: rgba(255, 255, 255, 0.95);
}

.confianca .box h3 {
    color: #0f3d3e;
    font-family: "Raleway", sans-serif;
    font-size: 100;
}

.confianca .box p {
    color: #333333;
}

.logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    align-items: center;
    gap: 60px;
    margin: 30px auto;
    max-width: 800px;
    flex-wrap: wrap;
}

.logos img {
    height: 100px;
    width: 180px;
    object-fit: contain;
    opacity: 0.7;
}

.beneficios {
    display: flex;
    justify-content: center;
    gap: 35px;
    flex-wrap: wrap;
    
}

.box {
    background: linear-gradient(135deg, #ffffff 0%, #f5f9fb 100%);
    padding: 40px 30px;
    border-left: 5px solid rgb(0, 91, 148);
    width: 300px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 91, 148, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    position: relative;
    overflow: hidden;
}

.box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(0, 91, 148), rgb(0, 130, 211));
}

.box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 45px rgba(0, 91, 148, 0.2);
    background: linear-gradient(135deg, #ffffff 0%, #e8f2f8 100%);
}

.box h3 {
    color: rgb(0, 91, 148);
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.box p {
    color: #333333;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
}

.barra {
    height: 6px;
    background: linear-gradient(90deg, rgb(0, 91, 148), rgb(0, 130, 211));
    margin: 40px auto;
    max-width: 1600px;
}


footer {
    background: #ffffff;
    color: rgb(0, 0, 0);
    padding: 40px 30px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    grid-template-rows: repeat(2, auto);
    gap: 24px;
    max-width: 1180px;
    margin: 0 auto;
    align-items: start;
}

.footer-info {
    display: grid;
    gap: 12px;
}

.footer-logo {
    width: 160px;
    max-width: 100%;
    object-fit: contain;
}

.footer-info p {
    margin: 0;
    color: rgb(0, 91, 148);
    font-family: "Raleway", sans-serif;
    font-size: 0.95rem;
    line-height: 1.75;
}

.footer-info p strong {
    color: rgb(0, 91, 148);
    font-weight: 800;
    font-family: "Raleway", sans-serif;
}

.footer-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    grid-row: span 2;
}

.footer-actions p {
    margin: 0;
    color: rgb(0, 91, 148);
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
    line-height: 1.7;
}

.footer-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-bottom {
    max-width: 1180px;
    margin: 24px auto 0;
    text-align: center;
    color: rgb(0, 91, 148);
    font-size: 0.9rem;
    font-family: "Raleway", sans-serif;
}

@media (max-width: 900px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-actions {
        grid-row: auto;
    }

    .footer-buttons {
        justify-content: flex-start;
    }
}