@font-face {
    font-family: "Neulis";
    src: url("./fonts/NeulisAlt-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Neulis-Bold";
    src: url("./fonts/NeulisAlt-Bold.ttf") format("truetype");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.first-section {
    background-image:
        url('./images/mulher.png'),
        url('./images/bg-verde.jpg');
    background-size: 80%, cover;
    background-position: 50% 20%, left center;
    background-repeat: no-repeat, no-repeat;
    height: 800px;
    position: relative;
    z-index: 1;

}

.fc-title {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: "Neulis", sans-serif;
    color: black;
}

.fc-title h1 {
    font-size: x-large;
}

.fc-title img {
    width: 100%;
    height: auto;
    margin-top: 5px;
}

.fc-desc {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90%;
}

.fcd-left {
    width: 40%;
    margin-top: 30px;
    text-align: left;
}

.fcd-left h2 {
    font-family: "Neulis", sans-serif;
    font-weight: 500;
    flex: 1;
    font-size: 1rem;
}

.fcd-left p {
    font-family: "Neulis", sans-serif;
    font-weight: 500;
    font-size: 12px;
    margin-top: 20%;
}

.fcd-left span {
    font-family: "Neulis", sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.fcd-right {
    width: 50%;
    margin-top: 30px;
}

.fcdl-bottom {
    margin-top: -15px;
}


.image-below {
    display: block;
    width: 50%;
    height: auto;
    margin-left: 25px;
}

.image-above {
    display: block;
    margin-left: 100px;
    height: auto;
    width: 10%;
}

.fcd-right {
    text-align: right;
}

.fcd-right p {
    font-family: "Neulis-Bold", sans-serif;
    font-size: 10px;
}

.fcd-right img {
    width: 100%;
}

/* segunda section */

.second-section {
    background-image:
        url('./images/bg-preto.png');
    background-size: cover;
    background-repeat: repeat;
    top: -25px;
    position: relative;
    z-index: 1;
}

.ss-title {
    padding-top: 15%;
    padding-bottom: 5%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.ss-title h2 {
    font-family: "Neulis", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #B3F502;
}

.insignias {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    justify-items: center;
    align-items: center;
    width: 100%;
    padding-top: 5%;
    position: relative;
    padding-bottom: 5%;
}

.insignia-item {
    position: relative;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.bronze {
    background: radial-gradient(circle, rgb(167, 70, 14) 0%, rgba(123, 51, 10, 0) 50%);
    background-repeat: no-repeat;
    background-position: center;
    width: 90%;
    height: 90%;
    position: absolute;
}

.prata {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.525) 0%, rgba(255, 255, 255, 0) 50%);
    background-repeat: no-repeat;
    background-position: center;
    width: 90%;
    height: 90%;
    position: absolute;
}

.ouro {
    background: radial-gradient(circle, rgba(255, 217, 0, 0.41) 0%, rgba(146, 132, 54, 0) 50%);
    background-repeat: no-repeat;
    background-position: center;
    width: 90%;
    height: 90%;
    position: absolute;
}

.platina {
    background: radial-gradient(circle, rgba(0, 238, 242, 0.525) 0%, rgba(0, 238, 242, 0) 50%);
    background-repeat: no-repeat;
    background-position: center;
    width: 90%;
    height: 90%;
    position: absolute;
}

.diamante {
    background: radial-gradient(circle, rgb(98, 131, 231) 0%, rgba(98, 131, 231, 0) 50%);
    background-repeat: no-repeat;
    background-position: center;
    width: 90%;
    height: 90%;
    position: absolute;
}

.insignia-image {
    width: 70%;
    height: auto;
    z-index: 1;
}

.insignias>.insignia-item:nth-child(5) {
    width: 40%;
    grid-column: span 2;
}

.caixa {
    background-image:
        url('./images/caixa-linha.png');
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    margin-top: -10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18%;
    position: relative;
}

.ic-title {
    z-index: 3;
    position: absolute;
    margin-bottom: 45%;
}

.ic-title p {
    text-align: center;
    font-size: 0.9rem;
    font-family: "Neulis", sans-serif;
    font-weight: 500;
    color: #fff;

}

.itens-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    max-width: 100%;
}

.item {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.item img {
    max-width: 40%;
    height: auto;
}

.item p {
    text-align: center;
    font-size: 0.9rem;
    font-family: "Neulis", sans-serif;
    font-weight: 500;
    color: #fff;
}

.ssf-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 12%;
}


.ssf-item {
    margin-top: 2%;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    width: 80%;
}

.ssf-item img {
    width: 10%;
}

.ssf-item p {
    text-align: left;
    font-size: 0.9rem;
    font-family: "Neulis", sans-serif;
    font-weight: 500;
    color: #fff;
}

/* terceira seção */

.third-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.third-section img {
    width: 30%;
}

.ts-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ts-desc p {
    font-size: 0.7rem;
    font-family: "Neulis", sans-serif;
    font-weight: 500;
}

.footer {
    background-color: #000;
}

.footer-pagol {
    display: flex;
    justify-content: center;
}

.footer-pagol img {
    margin-top: 4%;
    width: 25%;
    margin-bottom: 4%;
}

.social-media {
    display: flex;
    flex-direction: row;
    gap: 2%;
    justify-content: center;
    position: relative;
    padding-bottom: 2%;
}

.social-media a img {
    width: 60%;
    height: auto;
    cursor: pointer;
}

.social-media::after {
    content: "";
    position: absolute;
    align-items: center;
    bottom: 0;
    width: 40%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.734);
    border-radius: 2px;
}

.footer-text {
    margin-top: 2%;
    color: #fff;
    font-size: 0.5rem;
    font-family: "Neulis", sans-serif;
    font-weight: 500;
    text-align: center;
    padding: 2%;
}

.copy-right {
    margin-top: 2%;
    padding-bottom: 5%;
}

.botao a{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.botao-top a{
    margin-top: -4%;
}

.botao-end a{
    position: absolute;
    margin-top: -15%;
    z-index: 2;
}

.botao a img{
    width: 50%;
}