* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    background-color: #f8f9fa;
    color: #333;
    line-height: 1.6;
    background-image: url(https://lh3.googleusercontent.com/d/1873ZE8FqXWD5acyvnbVtiMVMct6JOt);
    padding-top: 80px;
}

.fixed-header {
    background: #003366;
    color: white;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.fixed-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.fixed-header img {
    height: 50px;
}

.menu a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-weight: bold;
}

.menu a:hover {
    text-decoration: underline;
}

.hero {
    background: url('https://via.placeholder.com/1500x600') no-repeat center center/cover;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.hero-content {
    background: #002f6c;
    padding: 20px;
    border-radius: 10px;
}

.hero h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.hero p {
    font-size: 18px;
    margin-bottom: 20px;
}

#seguradoras {
    max-width: 1100px;
    margin: auto;
    padding: 50px 20px;
    text-align: center;
}

#seguradoras h2 {
    color: #003366;
    margin-bottom: 20px;
    text-align: center;
}

#seguradoras p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.seguradoras-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.seguradoras-grid img {
    width: 150px;
    height: auto;
    object-fit: contain;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background: #002f6c;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
}

.btn:hover {
    background: #2471be;
}

.container {
    max-width: 1100px;
    margin: auto;
    padding: 50px 20px;
}

h2 {
    color: #003366;
    text-align: center;
    margin-bottom: 20px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    text-align: center;
}

.service-card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.service-card:hover {
    transform: scale(1.05);
}

.cotacao-section {
    background: #003366;
    color: white;
    padding: 50px 20px;
    text-align: center;
    margin-top: 80px;
    
}

.cotacao-section h2{
    color: white;
}

.cotacao-section form {
    max-width: 500px;
    margin: auto;
}

.cotacao-section input,
.cotacao-section select,
.cotacao-section button {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-radius: 5px;
}

.cotacao-section input,
.cotacao-section select {
    background: white;
}

.cotacao-section button {
    background: #ffcc00;
    color: #003366;
    font-weight: bold;
    cursor: pointer;
}

.cotacao-section button:hover {
    background: #e6b800;
}

#passos {
    padding: 50px 20px;
    background-color: #f8f9fa;
    text-align: center;
}

#passos h2 {
    margin-bottom: 20px;
    color: #003366;
}

#passos ol {
    text-align: left;
    display: inline-block;
    margin-top: 20px;
}

#passos ol li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

#passos ol li strong {
    color: #003366;
}

#depoimentos {
    padding: 50px 20px;
    background-color: #e9ecef;
    text-align: center;
}

#depoimentos h2 {
    margin-bottom: 20px;
    color: #003366;
}

.depoimentos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.depoimento {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 45%;
    max-width: 500px;
}

.depoimento p {
    font-style: italic;
    color: #555;
}

.container {
    padding: 30px 0px ;
}

.footer-columns {
    background-color: #003366;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: auto;
    padding: 20px;
}

.footer-column {
    flex: 1;
    min-width: 200px;
    margin: 10px;
    text-align: left;
}

.footer-column h3 {
    color: rgb(255, 248, 248);
    margin-bottom: 10px;
    font-size: 18px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 8px;
    color: #ccc;
    font-size: 14px;
}

.footer-column ul li a {
    color: #ccc;
    text-decoration: none;
}

.footer-column ul li a:hover {
    color: #fffffe;
}

.footer-column p {
    font-size: 14px;
    color: #ccc;
}

.social-icons {
    margin-top: 10px;
}

.social-icons a {
    margin-right: 10px;
}

.social-icons img {
    width: 24px;
    height: 24px;
    color: white;
}

.footer-bottom {
    text-align: center;
    padding: 15px 20px;
    border-top: 1px solid rgb(255, 255, 255);
    font-size: 14px;
    color: #000000;
}

.footer-bottom a {
    color: #6774ee;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.certificados {
    margin-top: 10px;
}

.certificados img {
    width: 80px;
    margin:5px;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

@media (max-width: 768px) {
    .fixed-header .container {
        flex-direction: column;
        align-items: center;
    }

    .menu {
        margin-top: 10px;
        text-align: center;
    }

    .seguradoras-grid {
        flex-direction: column;
        align-items: center;
    }

    .seguradoras-grid img {
        width: 120px;
    }

    .hero h1 {
        font-size: 24px;
    }

    .hero p {
        font-size: 16px;
    }

    .cotacao-section form {
        width: 90%;
    }

    .cotacao-section input,
    .cotacao-section select,
    .cotacao-section button {
        font-size: 16px;
    }

    .depoimentos {
        flex-direction: column;
    }

    .depoimento {
        width: 80%;
        margin-bottom: 20px;
    }

    .footer-columns {
        flex-direction: column;
        align-items: center;
    }

    .footer-column {
        margin: 10px 0;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 20px;
    }

    .hero p {
        font-size: 14px;
    }

    .cotacao-section input,
    .cotacao-section select,
    .cotacao-section button {
        font-size: 14px;
    }

    .footer-bottom {
        font-size: 12px;
    }

    .footer-column ul li {
        font-size: 12px;
    }
}
