*{
    margin: 0;
    padding: 0;
    font-family: "Space Grotesk", sans-serif;;
    font-weight: 600;
    font-style: normal;
}

.header{
    min-height: 100vh;
    width: 100%;
    background-image: url(/img/2.png);
    background-position: center;
    background-size: cover;
    overflow:hidden;
    height:120vh;
}

nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}

nav img{
    width: 5rem;
}

.nav-links{
    flex:1;
    text-align: right;
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}

.nav-links ul li a{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #38b6ff;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.nav-links ul li:hover::after{
    width: 100%;
}

.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align:left;
}

.text-box h1{
    font-size: 40px;
}

.text-box p{
    margin-top: 2rem;
    margin-bottom: 2rem;
    justify-content: space-between;
    font-size: 20px;
    color: #fff;
}

.hero-btn{
    display: inline-block;
    text-decoration: none;
    color:#fff;
    border: 1px solid #fff;
    font-size: 15px;
    background: transparent;
    position: relative;
    cursor: pointer; 
    margin-right: 10px;
    padding: 20px 25px; /* Increase padding for larger buttons */
    border-radius: 50px; /* Make the buttons more round */
}

.hero-btn:last-child {
    margin-right: 0;
}

.hero-btn:hover{
    border: 1px solid #38b6ff;
    background: #38b6ff;
    transition: 1s;
}

nav .fa{
    display: none;
}


/* -------- boxes --------- */

.row{
    position: absolute;
    margin: auto;
    /* ----------- */
    width: 80%;
    margin-top: 0%;
    display: flex;
    justify-content: space-between;
    top : 100%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: left;
    gap: 2rem;
}

.services-col{
    flex-basis: 31%;
    background-color: #ffffff;
    margin-bottom: 5%;
    padding: 2rem;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.services-col h3{
    margin-top: 1rem;
    margin-bottom: 1rem;
    color :#38b6ff;
    font-size: 20px;
}

.services-col p{
    color :#303131;
    font-size: 12px;
    font-weight: 400;
    padding: 0;
}

/* ----- f definitions ----- */

.f{
    background-color :#38b6ff;
}

.f h3{
    color: #ffffff;
}

.f p{
    color: #ffffff;
}

/* -------- main ------------ */

.main{
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 200px;
    background-color: #FAFAFA;
}

h1{
    margin-top: 10rem;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 2rem;
}

p{
    color: #060d0d;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}

.about{
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: auto;
    gap: 3rem;
    margin-top: 3rem;
}

.left-content{
    width: 50%;
}

.left-content > img{
    width: 100%;
}

.right-content{
    width: 50%;
    text-align: left;
}

.right-content h1{
    margin-top: 5%;
}

.right-content p{
    color: #303131;
    font-size: 16px;
}

.destaque{
    color: #060d0d;
    margin-top: 1%;
    font-weight: bolder;
}

.right-content img{
    padding-right: 1rem;
}


/* ------------ servicos ------------  */

.servicos {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    gap: 2rem;
    margin-bottom: 3rem;
}

.servicos > h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.servicos > p {
    margin-top: 1rem;
    margin-bottom: 4rem ;
}

.servicos-box{
    position: relative;
    margin: auto;
    /* ----------- */
    width: 90%;
    margin-top: 0%;
    display: flex;
    justify-content: space-between;
    top : 100%;
    text-align: left;
    gap: 2rem;
    margin-bottom: 5rem;
}

.option{
    flex-basis: 31%;
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 
    padding-inline: 1rem;
    padding: 2rem;
    text-align: left;
    align-items: start;
    width: 30%;

}

.option > p{
    color: #38b6ff;
    padding-block: 1rem;
    padding-left: 0%;
    font-weight: 800;
}

.servicos-btn{
    text-decoration: none;
    color:#ffffff;
    border: 1px solid #38b6ff;
    background: #38b6ff;
    cursor: pointer; 
    margin-right: 10px;
    padding: 20px 20px;
    border-radius: 5px;
}

/* 
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color:#fff;
    border: 1px solid #fff;
    font-size: 15px;
    background: transparent;
    position: relative;
    cursor: pointer; 
    margin-right: 10px;
    padding: 20px 25px; /* Increase padding for larger buttons */
    /* border-radius: 50px; Make the buttons more round */
/* }
*/ 


/* ---------------- consultoria ------------- */

.consultoria{
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    margin: auto;
    background-color: #FAFAFA;
    padding-top: 2rem;
    gap: 3rem;
}

.esquerda{
    width: 50%;
}

.direita{
    width: 50%;
    margin-top: 3rem;
}

.esquerda > p{
    padding: 0rem;
}

.esquerda > h1{
    margin: 0rem;
    font-size: 30px;
}

.consultoria-btn{
    text-decoration: none;
    color:#ffffff;
    border: 1px solid #38b6ff;
    background: #38b6ff;
    cursor: pointer; 
    margin-right: 10px;
    padding: 20px 25px ;
    border-radius: 5px;
}

/* --------------- nav --------------- */

.fim {
    display: flex;
    justify-content: space-around;
    /* padding: 20px 0; */
    background-color: #17213C;
    color: white;
}

.fim h3 {
    margin-bottom: 10px;
    text-decoration: dotted;
}

.nav-section ul {
    list-style-type: none;
    padding: 0;
}

.nav-section ul li a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 5px 0;
}



/* responsiveness */

@media(max-width: 700px){
    .text-box h1{
        font-size: 20px;
    }

    .text-box p{
        font-size: 12px;
    }
    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: absolute;
        /* background: #01275a; */
        background: rgba(1, 39, 90, 0.87); /* Adjust alpha value for transparency */
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fa{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }

    .nav-links ul{
        padding: 30px;
    }

    .row{
        flex-direction: column;
        position: relative;
        padding-top: 2rem;
    }

    .main{
        padding-top: 1rem;
    }
    .main > h1{
        margin-top: 1rem;
    }
    .about {
        width: 90%; /* Adjust width for better spacing */
        flex-direction: column; /* Stack left and right content vertically */
        margin: auto;
        gap: 1.5rem; /* Adjust gap for spacing between items */
    }

    .left-content, .right-content {
        width: 100%; /* Full width for each section */
    }

    .left-content img {
        width: 100%; /* Ensure image is responsive */
    }

    .right-content h1 {
        font-size: 24px; /* Adjust heading size for better readability */
    }

    .right-content p {
        font-size: 14px; /* Adjust text size for better readability */
    }

    .right-content .destaque {
        font-size: 16px; /* Slightly larger for emphasis */
        margin-top: 0.5rem; /* Adjust margin for spacing */
    }
 /* Servicos section adjustments */
 .servicos {
    width: 90%; /* Adjust width for better spacing */
    margin: auto;
    text-align: center;
    gap: 1.5rem; /* Adjust gap for spacing between items */
}

.servicos-box {
    flex-direction: column; /* Stack options vertically */
    gap: 1rem; /* Add space between options */
}

.option {
    width: 100%; /* Full width for each option */
    margin-bottom: 1rem; /* Add margin for spacing */
}

.servicos-btn {
    width: 100%; /* Full width for the button */
    margin-top: 1rem; /* Add margin for spacing */
    margin-bottom: 1rem;
    display: none;
}
/* Fim section adjustments */
.fim {
    flex-direction: column; /* Stack sections vertically */
    text-align: center; /* Center align text */
    gap: 1.5rem; /* Adjust gap for spacing between sections */
    padding: 1rem; /* Add padding for spacing */
}

.fim .nav-section {
    width: 100%; /* Full width for each section */
    margin-bottom: 1rem; /* Add margin for spacing */
}

.fim h3 {
    font-size: 18px; /* Adjust heading size */
}

.fim ul {
    padding: 0; /* Remove default padding */
    list-style: none; /* Remove default list style */
}

.fim ul li a {
    display: block; /* Ensure links are block elements */
    padding: 0.5rem 0; /* Adjust padding for links */
}
}