/* styles.css */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI", Helvetica, Arial, Helvetica, sans-serif;
    list-style: none;
}

header{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 70px;
}

header img {
    margin: 16px 10px;
    height: 36px;
}

header ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
}

header li {
    header li {
    cursor: pointer;
    color: #262626;
    font-weight: 400;
    font-size: 13px;  
}

}

header li a {
    text-decoration: none;
    color: #000;
    font-weight: 400;
}

.list-microsoft-resp {
    display: none;
}

.carousel-content{
    position: absolute;
    top: 80px;
    width: 30%;
    margin-left: 5%;
}

.carousel-content h2 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.carousel-content p {
    font-size: 1.2rem;
}

.carousel-content a {
    font-size: 1.2rem;
    margin-left: 10px;
    font-weight: 600;
    text-decoration: none;
}

.carousel-content button {
    background-color: #0067b8;
    color: #fff;
    padding: 10px 12px;
    font-weight: 500;
    border: none;
}

.slide .carousel-control-prev,
.slide .carousel-control-next {
    top: 300px;
}

.slide .img-carousel-resp {
    display: none;
}

.Links {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 100%;
    margin: 80px 0;
    gap: 50px;
}

.Links div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.Links img {
    height: 40px;
}

.Links a {
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
}

.container-cards {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 5%;
}

.wrapper-cards {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
}

.card {
    flex: 1 1 300px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    background-color: #fff;
    height: 100%;
    transition: transform 0.2s;
}

.card:hover {
    transform: translateY(-5px);
}

.card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px;
}

.card-title {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
}

.card-text,
.card-body p {
    flex-grow: 1;
    text-align: left;
    margin-bottom: 20px;
}

/* Botões dos cards ajustados */
.card a.btn {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 12px 0;
    font-size: 1rem;
    background-color: #0067b8;
    color: #fff;
    border: none;
    text-decoration: none;
    font-weight: 500;
    border-radius: 0;
    transition: background-color 0.2s ease;
}


.card a.btn:hover {
    background-color: #005399;
}

.btn.btn-primary {
    background-color: #0067b8;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 0;
    text-decoration: none;
    font-weight: 500;
}

.banner {
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 80px 0;
}

.banner img {
    width: 100%;
    max-width: 1500px;
}

.banner .card {
    position: absolute;
    left: 13%;
    border-radius: 0;
    border: none;
    padding: 30px;
}

.banner .card h5 {
    font-size: 1.5rem;
    margin-bottom: 16px;
}

.title-business {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 5%;
    margin-bottom: 20px;
}

.title-business div {
    width: 100%;
    max-width: 1400px;
}

.title-business h3 {
    font-size: 2.4rem;
    font-weight: 600;
}

.social-media {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 5%;
    margin-bottom: 20px;
}

.social-wrapper {
    width: 100%;
    max-width: 1400px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 30px;
}

.social-wrapper h3 {
    font-size: 1.5rem;
    margin: 0;
    color: #262626;
}

.social-icons {
    display: flex;
    gap: 20px;
}

.social-icons a {
    display: flex;
    align-items: center;
}

.social-icons img {
    width: 34px;
    height: 34px;
}

.social-icons img:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.btn-start {
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
    position: sticky;
    bottom: 20px;
}

.btn-start a {
    cursor: pointer;
    padding: 0.6rem 0.75rem;
    background: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15));
    text-decoration: none;
    color: #000;
}

.footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #f2f2f2;
    padding: 40px 5%;
    gap: 30px;
    align-items: flex-start;
    margin-top: 30px;
}

.footer-links {
    flex: 1 1 180px;
    min-width: 160px;
    font-size: 0.85rem;
}

.footer-links ul {
    padding: 0;
    margin: 0;
}

.footer-links ul h6 {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #444;
}

.footer-links ul li {
    margin-bottom: 6px;
}

.footer-links ul li a {
    text-decoration: none;
    color: #000;
    font-size: 0.85rem;
}

.footer-footer{
    flex: 1 1 100%;
    text-align: center;
    font-size: 0.85rem;
    color: #666;
    margin-top: 20px;
    
    a{
        text-decoration: none;
    }
}

/* Para telas menores que 1024px (laptops, tablets em paisagem) */
@media (max-width: 1024px) {
    header {
        justify-content: space-between;
        padding: 0 20px;
        height: auto;
    }

    header .list-microsoft {
        display: none;
    }

    header ul:last-of-type {
        display: flex;
        gap: 15px;
        align-items: center;
    }

    header img {
        margin: 10px 0;
        height: 32px;
    }

    .carousel-content {
        position: absolute;
        top: 60px;
        width: 45%;
        margin-left: 3%;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 15px;
        border-radius: 8px;
    }

    .carousel-content h2 {
        font-size: 1.6rem;
        margin-bottom: 8px;
    }

    .carousel-content p {
        font-size: 1rem;
        margin-bottom: 15px;
    }

    .carousel-content a,
    .carousel-content button {
        font-size: 1rem;
        padding: 8px 10px;
    }

    .slide .carousel-control-prev,
    .slide .carousel-control-next {
        top: 250px;
    }

    .slide .img-carousel {
        display: none;
    }

    .slide .img-carousel-resp {
        display: block;
        width: 100%;
        height: auto;
    }

    .Links {
        flex-wrap: wrap;
        gap: 20px;
        margin: 50px 0;
        padding: 0 20px;
    }

    .Links div {
        flex: 1 1 calc(50% - 10px);
        min-width: 140px;
        text-align: center;
    }

    .Links img {
        height: 35px;
    }

    .Links a {
        font-size: 0.9rem;
    }

    .wrapper-cards {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .card {
        flex: 1 1 calc(50% - 20px);
        max-width: 450px;
    }

    .banner {
        margin: 60px 0;
    }

    .banner .card {
        position: static;
        width: 90%;
        margin: 20px auto;
        text-align: center;
        padding: 20px;
        box-shadow: none;
        border: none;
        background-color: #fff;
    }
    .banner img {
        height: auto;
        object-fit: cover;
    }

    .banner .card h5 {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }

    .banner .card p {
        font-size: 0.95rem;
        margin-bottom: 15px;
    }

    .title-business {
        margin-bottom: 15px;
    }
    .title-business h3 {
        font-size: 2rem;
    }

    .social-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding: 0 20px;
    }

    .footer {
        padding: 30px 20px;
        gap: 20px;
    }

    .footer-links {
        flex: 1 1 calc(50% - 15px);
        min-width: unset;
    }
}

/* Para telas menores que 768px (tablets em retrato, smartphones grandes) */
@media (max-width: 768px) {
    header {
        padding: 0 15px;
    }

    header .list-microsoft {
        display: none;
    }

    .list-microsoft-resp {
        display: block;
        margin-right: 10px;
    }

    header ul:not(.list-microsoft) {
        display: none;
    }

    header img {
        height: 30px;
    }

    .carousel-content {
        position: static;
        width: 90%;
        margin: 20px auto;
        padding: 15px;
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }

    .carousel-content h2 {
        font-size: 1.3rem;
    }

    .carousel-content p {
        font-size: 0.9rem;
    }

    .carousel-content a,
    .carousel-content button {
        font-size: 0.9rem;
        padding: 7px 9px;
    }

    .slide .carousel-control-prev,
    .slide .carousel-control-next {
        top: 50%;
        transform: translateY(-50%);
        height: 40px;
        width: 40px;
    }

    .Links {
        flex-direction: column;
        gap: 15px;
    }

    .Links div {
        flex: 1 1 100%;
    }

    .wrapper-cards {
        flex-direction: column;
        align-items: center;
        padding: 0 15px;
    }

    .card {
        flex: 1 1 95%;
        max-width: 400px;
    }

    .banner .card {
        width: 95%;
        padding: 15px;
    }
    .banner .card h5 {
        font-size: 1.1rem;
    }
    .banner .card p {
        font-size: 0.85rem;
    }

    .title-business h3 {
        font-size: 1.8rem;
    }

    .social-wrapper {
        padding: 0 15px;
    }
    .social-wrapper h3 {
        font-size: 1.3rem;
    }
    .social-icons img {
        width: 30px;
        height: 30px;
    }

    .footer {
        flex-direction: column;
        padding: 20px 15px;
    }

    .footer-links {
        flex: 1 1 100%;
        margin-bottom: 15px;
    }

    .footer-links ul h6 {
        font-size: 0.85rem;
    }
    .footer-links ul li a {
        font-size: 0.75rem;
    }
    .footer-footer {
        font-size: 0.75rem;
        text-align: left;
        margin-top: 10px;
    }
    .footer-footer a {
        display: block;
        margin-bottom: 5px;
    }
}

/* Para telas muito pequenas (smartphones pequenos, ex: iPhone SE) */
@media (max-width: 480px) {
    header img {
        height: 28px;
    }

    .carousel-content h2 {
        font-size: 1.1rem;
    }
    .carousel-content p {
        font-size: 0.8rem;
    }
    .carousel-content button,
    .carousel-content a {
        font-size: 0.85rem;
        padding: 6px 8px;
    }

    .Links img {
        height: 28px;
    }
    .Links a {
        font-size: 0.8rem;
    }

    .card {
        max-width: 98%;
    }
    .card-title {
        font-size: 1.1rem;
    }
    .card-text, .card-body p {
        font-size: 0.85rem;
    }
    .card a.btn {
        font-size: 0.9rem;
        padding: 10px 0;
    }

    .banner .card h5 {
        font-size: 1rem;
    }
    .banner .card p {
        font-size: 0.8rem;
    }
    .banner .card a.btn {
        font-size: 0.85rem;
        padding: 8px 0;
    }

    .title-business h3 {
        font-size: 1.5rem;
    }

    .social-wrapper h3 {
        font-size: 1.1rem;
    }
    .social-icons img {
        width: 26px;
        height: 26px;
    }

    .footer-links ul h6 {
        font-size: 0.8rem;
    }
    .footer-links ul li a {
        font-size: 0.7rem;
    }
    .footer-footer {
        font-size: 0.7rem;
    }
}