.divCookie{position: fixed;min-width: 100%;z-index: 100000;font-size: 13px;letter-spacing: 0px;text-align: center;background-color: #00034c;bottom: 0;left: 0;}.spanTexto{color: #FFF;text-align: center;vertical-align: middle;display: inline-block;padding: 15px 20px;}.spanButton{display: inline-block;padding: 15px 0px;}.btn-ok{background-color:#86ad1a;color:#000;}.divChat{margin:0; padding:0; text-align: center;height:70px;width:70px;position:fixed;bottom:20px;right:20px;border-radius: 50%;cursor: pointer;z-index: 10;}.divChat img{border: 0px; vertical-align: baseline;height:60px;width:60px;margin-top: 10px;}.rotate{-webkit-transition-duration: 0.8s;-moz-transition-duration: 0.8s;-o-transition-duration: 0.8s;transition-duration: 0.8s;-webkit-transition-property: -webkit-transform;-moz-transition-property: -moz-transform;-o-transition-property: -o-transform;transition-property: transform;overflow:hidden;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg); -o-transform:rotate(360deg);} @import url('https://fonts.googleapis.com/css2?family=Syne:wght@700;800&family=DM+Sans:wght@400;500&display=swap');
* { 
    box-sizing: border-box; 
    margin: 0; 
    padding: 0; 
}

body { 
    font-family: 'degular', sans-serif; 
    background-image: url(https://www.federalonline.com.br/imagemsite/3120/BG-2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #1A1A1A; 
}

.hero { 
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,0.08); 
    padding: 5% 10%; 
    background: #ffffffb9;
    backdrop-filter: blur(6px);
    justify-content: center;
    flex-wrap: wrap;
    gap: 5%;
}

.hero .direita img{
    height: 300px;
}

.eyebrow { 
    display: flex; 
    align-items: center; 
    gap: 8px;
    margin-bottom: 0.75rem; 
}

.eyebrow-dot { 
    width: 8px; 
    height: 8px; 
    background: #7BBF3A; 
    border-radius: 50%; 
}

.eyebrow-text { 
    font-size: 14px; 
    font-weight: 500; 
    letter-spacing: 0.1em; 
    text-transform: uppercase; 
    color: #6B6B6B; 
}

.hero-title { 
    font-family: 'degular', sans-serif; 
     font-size: 56px; 
     font-weight: 800; 
     line-height: 1.05; 
     color: #1A1A1A; 
     margin-bottom: 0.75rem; 
}

.hero-title span { 
    color: #95c11f; 
}

.badge { 
    display: inline-flex; 
    align-items: center; 
    gap: 6px; 
    margin-bottom: 1rem; 
    padding: 5px 12px; 
    background: #EAF3DE; 
    color: #3B6D11; 
    border-radius: 100px; 
    font-size: 14px; 
    font-weight: 500; 
}

.badge::before { 
    content: ''; 
    width: 6px; 
    height: 6px; 
    background: #7BBF3A; 
    border-radius: 50%; 
}

.hero-desc { 
    font-size: 14px;
    color: #6B6B6B; 
    line-height: 1.7;
    max-width: 480px; 
}

.tabs-wrap { 
    background: #fff; 
    border-bottom: 1px solid rgba(0,0,0,0.08); 
    padding: 0 10%; 
    display: flex; 
    overflow-x: auto; 
    scrollbar-width: none; 
}

.tabs-wrap::-webkit-scrollbar { 
    display: none; 
}

.tab { 
    padding: 0.9rem 1rem; 
    background: none; 
    border: none; 
    border-bottom: 2px solid transparent; 
    font-family: 'degular', sans-serif; 
    font-size: 14px; 
    font-weight: 500; 
    color: #6B6B6B; 
    cursor: pointer; 
    white-space: nowrap; 
    margin-bottom: -1px; 
    transition: color 0.15s; 
}

.tab:hover { 
    color: #1A1A1A; 
    background-color: #96c11f25;
}

.tab.on { 
    color: #1A1A1A;
    border-bottom-color: #7BBF3A; 
    background: #95c11f;
}

.content { 
    padding: 5% 10%; 
}

.panel { 
    display: none; 
}

.panel.on {
    display: block; 
}

.sec-head { 
    margin-bottom: 1.5rem; 
}

.sec-title { 
    font-family: 'degular', sans-serif; 
    font-size: 36px; 
    font-weight: 700; 
    color: #1A1A1A; 
    display: flex; 
    align-items: center; 
    gap: 10px; 
    margin-bottom: 0.3rem; 
}

.sec-title::before { 
    content: ''; 
    width: 4px; 
    height: 20px;
    background: #7BBF3A; 
    border-radius: 2px; flex-shrink: 0; 
}

.sec-desc { 
    font-size: 16px; 
    color: #6B6B6B; 
    margin-left: 14px; 
    line-height: 20px;
}

.grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); 
    gap: 14px; 
}

.card { 
    background: #fff; 
    border: 1px solid rgba(0,0,0,0.08); 
    border-radius: 14px; 
    overflow: hidden; 
    cursor: pointer; 
    transition: transform 0.18s;
    box-shadow: 0.18s;
    border-color: 0.18s; 
}

.card:hover { 
    transform: translateY(-4px); 
    box-shadow: 0 10px 28px rgba(0,0,0,0.09); 
    border-color: rgba(123,191,58,0.35); 
}

.cover { 
    width: 100%; 
    aspect-ratio: 3/4; 
    background: #e4e4e0; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    overflow: hidden;
}

.cover img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    transition: transform 0.3s; 
}

.card:hover .cover img { 
    transform: scale(1.04); 
}

.body { 
    padding: 0.85rem 1rem 1rem; 
    background: #f1f1f1;
}

.yr { 
    font-family: 'degular', sans-serif; 
    display: inline-block; 
    font-size: 12px; 
    font-weight: 500; 
    padding: 2px 7px; 
    background: #d4dcbbb3; 
    color: #3B6D11; 
    border-radius: 3px; 
    margin-bottom: 0.45rem; 
}

.ttl { 
    height: 32px;
    font-family: 'degular', sans-serif; 
    font-size: 20px; 
    font-weight: 700; 
    color: #1A1A1A; 
    line-height: 16px; 
    margin-bottom: 0.2rem; 
}

.sub { 
    font-size: 14px; 
    color: #6B6B6B; 
    line-height: 1.4; 
}

.dl { 
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    margin-top: 0.7rem; 
    padding-top: 0.55rem; 
    border-top: 1px solid rgba(0,0,0,0.07); 
}

.dl-btn { 
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    font-size: 0.9rem;
    font-weight: 500;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.22s, box-shadow 0.22s, background 0.22s;
    background: #95c11f;
    color: var(--dark);
    border-radius: 5px;
    width: 100%;
    justify-content: center;
}


.dl-btn:hover { 
    background: #9ace0e;
    transform: translateY(-3px);
    box-shadow: 0 10px 15px rgba(140, 199, 51, 0.585);
    scroll-behavior: smooth;
    border-radius: 10px;
    color: #282828;
    text-decoration: none;
}
/*---------------------------------------------------------------------------------------*/

.footer-container{
    max-width: 1170px;
    margin: auto;
}

.row-container{
    display: flex;
}

ul{
    list-style: none;
}

.footer{
    text-align: left;
    background-color: #040753;
    padding: 70px 0;
    width: 100%;
    margin-top: 60px;
}

.footer-col{
    width: 25%;
    padding: 0 15px;
}

.footer-col h4{
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
    margin-left: 0;
}

.footer-col h4::before{
    content: '';
    position: absolute;
    left: 0%;
    bottom: -10px;
    background-color: #95C11F;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul li:not(:last-child){
    margin-bottom: 10px;
}

.footer-col ul li a{
    font-size: 14px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: 0.3s ease;
}

.footer-col ul li a:hover{
    color: #fff;
    padding-left: 10px;
}

.footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgb(225, 225, 225, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    transition: 0.3s ease;
}

.footer-col .social-links a:hover{
    color: #95C11F;
    background-color: #fff;
}

.footer-col ul li i{
    color: #95C11F;
    width: 16px;
    margin-right: 10px;
}

.footer-col ul li{
    color: #bbbbbb;
    font-size: 14px;
}

.footer-container2{
    max-width: 1170px;
    margin: auto;
}

.footer-container2 img{
    height: 90px;
}

.footer-container2 p{
    color: #bbbbbb;
    font-size: 12px;
    margin-bottom: 0;
}


/*---------------------------------------------------------------------------------------*/

@media (min-width: 900px) and (max-width: 1280px) {
    .wrapperBox {
        height: 180px;
        width: 180px;
 	 }
  
    .row{
        margin-left: 80px;
        margin-right: 80px;
    }
}



/* Media Queries */
@media screen and (max-width: 900px) {
    .wrapper {
        margin: 20px;
        gap: 20px;
    }
    
    .wrapperTitle {
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    
    .wrapperTitle h1 {
        font-size: 42px;
        line-height: 42px;
        text-align: center;
    }

    .wrapperTitle h2{
        display: none;
    }

    .wrapperTitle p{
        text-align: justify;
    }

    .wrapperBox {
        display: flex;
        flex-direction: column;
        padding: 20px 15px;
        height: 140px;
        width: 180px;
    }

    .wrapper-box{
        display: flex;
        flex-direction: column;
    }
    
    .wrapperBox h1 {
        font-size: 24px;
    }
    
    .wrapperBox p {
        font-size: 14px;
    }

    #course{
        padding-left: 20px;
        padding-bottom: 20px;
    }

    #course p{
        padding-top: 20px;
        text-align: justify;
      margin-right: 40px;
    }

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl{
        padding-left: 45px;
        padding-right: 45px;
    }

    /*---------------------------------------------------------------------------------------*/

    .footer-container{
        max-width: 1170px;
        margin: auto;
    }

    .row-container{
        display: flex;
        flex-wrap: wrap; 
        justify-content: center; 
        text-align: center; 
    }

    ul{
        list-style: none;
    }

    .footer{
        padding: 70px 0;
        width: 100%;  
    }

    .footer-col{
        width: 100%;
        padding: 0 15px;
        margin-bottom: 40px;
    }

    .footer-col h4{
        font-size: 21px;
        text-transform: capitalize;
        margin-bottom: 30px;
        font-weight: 600;
        position: relative;
        margin-left: 0;
    }


    .footer-col ul li a{
        font-size: 17px;
        text-transform: capitalize;
        text-decoration: none;
        font-weight: 300;
        display: block;
        transition: 0.3s ease;
    }



    .footer-col .social-links a{
        display: inline-block;
        height: 40px;
        width: 40px;
        text-align: center;
        margin: 0 10px 10px 0;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        transition: 0.3s ease;
    }


    .footer-col ul li i{
        
        width: 16px;
        margin-right: 10px;
    }

    .footer-col ul li{
        font-size: 17px;
    }

    .footer-container2{
        max-width: 1170px;
        margin: auto;
    }

    .footer-container2 img{
        height: 90px;
    }

    .footer-container2 p{
        font-size: 12px;
        margin-bottom: 0;
    }

    .social-links{
        display: flex;
        flex-direction: row;
        
    }

    .footer-col h4::before{
        content: '';
        position: absolute;
        left: 41%;
        bottom: -10px;
        background-color: #95C11F;
        height: 2px;
        box-sizing: border-box;
        width: 60px;
    }

    .social-links{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .footer-container2{
        text-align: center;
    }

}


@media screen and (max-width: 600px) {
    .wrapper-boxes {
        flex-direction: column;
        align-items: center;
    }
    
    .wrapperBox {
        width: 280px;
        height: 120px;
    }

}