@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Squada+One&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "DM Sans", serif;
}

body {
    font-family: Arial, sans-serif;
}

.header {
    width: 100%;
    background-color: #003366;
}

.header .container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
}

.header .logo {
    display: flex;
    align-items: center;
}

.header .logo img {
    height: 50px;
}

.header nav {
    display: flex;
    gap: 20px;
}

.header nav a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.header .buttons {
    display: flex;
    gap: 10px;
}

.header .login-btn {
    background-color: #ec920a;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    color: black;
    font-weight: normal;
}
.header .login-cont-btn {
    background-color: #07ee60;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    color: black;
    font-weight: normal;
}
.header .cta-button-header {
    background-color: #ebdc08;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    color: black;;
    font-weight: normal;
}

section.hero {
    width: 100%;
    background-color: #003366;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    height: 650px;
}

.hero .container {
    max-width: 1480px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero .text-content {
    max-width: 800px;
    color: white;
}

.hero .text-content h1 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
}

.hero .text-content p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 25px;
}

.hero .cta-button-banner {
    background-color: #7FB3D5;
    padding: 12px 20px;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    font-weight: normal;
    display: inline-block;
}

.hero .image-content{
    height: inherit;
}

.hero .image-content img {
    max-width: 100%;
    height: 100%;
}

.about-us .container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 40px 20px;
}

.about-us header {
    color: #e36b27;
    font-size: 28px;
    margin-bottom: 40px;
    text-align: center;
}

.about-us section {
    display: flex;
    /* flex-wrap: wrap; */
    /* flex-direction: column; */
    gap: 40px;
    justify-content: center;
    
}

.about-us .about-us-text{
    margin-bottom: 100px;
}

.about-us article {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 10px;
    justify-content: space-between;
    overflow: hidden;
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
    width: 100%;
    /* max-width: 700px; */
}


.about-us article.collumn{
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
}

.about-us article img {
    width: 50%;
    margin-right: 50px;
}

.about-us article .icon {
    width: 80px;
    margin-right: 20px;
}

.about-us .content {
    padding: 20px;
    text-align: left;
}

.about-us h3{
    font-size: 64px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
}

.about-us h4{
    font-size: 30px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
}

.about-us p{
    font-size: 22px;
    color: #666;
    margin-bottom: 20px;
    line-height: 25px;
}

.about-us a{
    display: inline-block;
    padding: 10px 20px;
    background-color: #7FB3D5;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.about-us .title{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.out-solution .container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 40px 20px;
}

.out-solution  header {
    color: #e36b27;
    font-size: 28px;
    margin-bottom: 40px;
    text-align: center;
}

.out-solution section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
}

.out-solution article {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 10px;
    justify-content: space-between;
    overflow: hidden;
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
    width: 100%;
    /* max-width: 700px; */
}
.out-solution article img {
    width: 50%;
}
.out-solution .content {
    padding: 20px;
    text-align: left;
}
.out-solution h3 {
    font-size: 64px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
}
.out-solution p {
    font-size: 22px;
    color: #666;
    margin-bottom: 20px;
    line-height: 25px;
}
.out-solution a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #7FB3D5;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.footer {
    width: 100%;
    background-color: #003366;
    padding: 15px 30px;
    margin-top: 50px;
}

.footer .container {
    max-width: 1480px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.footer .logo {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.footer .logo img {
    height: 50px;
}



@media (max-width: 768px) {
    .hero .container {
        flex-direction: column;
        text-align: center;
    }
    .text-content {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    nav {
        flex-direction: column;
        gap: 10px;
        margin: 10px 0;
    }
}

@media (max-width: 768px) {
    .out-solution article {
        flex-direction: column;
        text-align: center;
    }
    .out-solution article img {
        width: 100%;
    }
}

h1 {
    color: #fafbfc;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
}
.destaque {
    font-weight: bold;
    color: #fcfdfd;
}
.beneficios {
    margin: 20px 0;
    padding-left: 20px;
}
.beneficios li {
    margin-bottom: 10px;
    position: relative;
    list-style-type: none;
}
.beneficios li:before {
    content: "✅";
    position: absolute;
    left: -25px;
}
.cta {
    background-color: #0066cc;
    color: white;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
}
.container {
    /*border: 1px solid #ddd;*/
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}
.whatsapp-float img {
    width: 60px;
    height: 60px;
    transition: transform 0.3s;
}
.whatsapp-float img:hover {
    transform: scale(1.1);
}