*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'myriad-pro', sans-serif;
}
body{
    max-width: 1920px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
main{
    background: url("/assets/images/bg-capa-11-2025.jpg") top center no-repeat transparent;
}
.display-none{
    display: none;
    visibility: hidden;
}
.content{
    display: block;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.btn{
    display: block;
    max-width: 370px;
    width: 100%;
    padding: 9px 24px;
    text-align: center;
    border-radius: 100px;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    transition: all 0.3s linear;
    box-shadow: 2px 2px 13px #333;
}
.btn.btn-red{
    color: #FFFFFF;
}
.btn-outline-green{
    box-shadow: 0 0 10px 4px rgb(0 0 0 / 10%);
    background: #64BC52;
    border: 1px solid #64BC52;
    color: #FFF;
}
.btn-outline-green:hover{
    background: #58B445;
}
main section#main{
    padding-top: 45px;
    padding-bottom: 45px;
}
main section#main .header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px 24px;
}
main section#main .header .image{
    max-width: 696px;
    width: 100%;
}
main section#main .header .image img{
    width: 132px;
    height: auto;
}
main section#main .header .title-content{
    max-width: calc(100% - 696px - 50px);
    width: 100%;
}
main section#main .header .title-content h1{
    max-width: 326px;
    width: 100%;
    font-size: 43px;
    line-height: 1;
    color: #FFFFFF;
    font-weight: 900;
}
main section#main .content-page{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
main section#main .content-page .image-content{
    max-width: 696px;
    width: 100%;
}
main section#main .content-page .image-content img{
    width: 100%;
    height: auto;
}
main section#main .content-page .links{
    max-width: calc(100% - 696px - 50px);
    width: 100%;
}
main section#main .content-page .links .content-link{
    margin-top: 30px;
}
main section#main .content-page .links .content-link + .content-link{
    margin-top: 41px;
}
main section#main .content-page .links .content-link .link + .link{
    margin-top: 10px;
}
main section#main .content-page .links .content-link h2.title{
    max-width: 326px;
    width: 100%;
    font-size: 43px;
    line-height: 1;
    color: #FFFFFF;
    font-weight: 900;
    text-align: left;
    margin-bottom: 24px;
}
footer.footer{
    background: #FFFFFF;
    padding: 40px 0;
}
footer.footer .content-infos{
    display: flex;
    justify-content: center;
    align-items: center;
}
footer.footer .content-infos .links-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 380px;
    width: 100%;
}
footer.footer .content-infos .links-content p{
    margin-right: 30px;
}
footer.footer .content-infos .links-content .links-content-a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 290px;
    width: 100%;
}
footer.footer .content-infos .link.media{
    width: 28px;
    height: auto;
    transition: all 0.3s linear;
}
footer.footer .content-infos .link.media:hover svg{
    opacity: 0.8;
}
footer.footer .content-infos p{
    font-size: 20px;
    color: #00c700;
    font-weight: 900;
}

@media (max-width: 1024px){

    .btn{
        max-width: 100%;
    }
    main{
        background-position: top right;
    }
    main section#main{
        padding-top: 35px;
    }
    main section#main .header,
    main section#main .content-page{
        flex-wrap: wrap;
    }
    main section#main .header .image{
        max-width: 100%;
    }
    main section#main .header .image img{
        display: block;
        margin: 0 auto 20px;
    }
    main section#main .header .title-content{
        max-width: 100%;
    }
    main section#main .header .title-content h1{
        max-width: 100%;
        text-align: center;
    }
    main section#main .content-page .image-content{
        max-width: 100%;
    }
    main section#main .content-page .image-content img{
        max-width: 100%;
        width: 100%;
    }
    main section#main .content-page .links{
        max-width: 100%;
    }
    main section#main .content-page .links .content-link{
        margin-top: 0;
    }
    main section#main .content-page .links .content-link h2.title{
        max-width: 100%;
        text-align: center;
    }
    footer.footer .content-infos{
        justify-content: center;
    }
    footer.footer .content-infos .links-content{
        justify-content: center;
        flex-wrap: wrap;
    }
    footer.footer .content-infos p{
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    footer.footer .content-infos .links-content .links-content-a{
        margin: 0 auto;
    }

}
@media (max-width: 768px){

}

.btt-01{
    background: #45AF7C;
}
.btt-01:hover{
    background: #3fa071;
}
.btt-02{
    background: #26AA8F;
}
.btt-02:hover{
    background: #239b83;
}
.btt-03{
    background: #259A8F;
}
.btt-03:hover{
    background: #228b81;
}
.btt-04{
    background: #1D8E8C;
}
.btt-04:hover{
    background: #197a79;
}
.btt-05{
    background: #1C8089;
}
.btt-05:hover{
    background: #186c74;
}
.btt-06{
    background: #197386;
}
.btt-06:hover{
    background: #145f6e;
}
.btt-07{
    background: #155f6f;
}
.btt-07:hover{
    background: #125261;
}
.btt-08{
    background: #154e6f;
}
.btt-08:hover{
    background: #12425f;
}


.azul{
    background: #00A0E8;
}
.verde{
    background: #00C700;
}
.amarelo{
    background: #FFBA00;
}
.laranja{
    background: #FF8400;
}
.vermelho{
    background: #FF0033;
}
.rosa{
    background: #E6006C;
}

@media (min-width: 1024px) and (max-width: 1150px){
    .content-page .links {
        max-width: 380px !important;
        min-width: 380px !important;
        width: 380px !important;
    }
}