@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");
}

body {
    margin: 0;
}

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

.fc-left {
    position: absolute;
    top: 10%; 
    left: 5%;
    text-align: left;
    
}

.fc-right{
    position: absolute;
    top: 10%; 
    right: 5%;
    text-align: right;
}

.fcd-right p{
    font-family: "Neulis-Bold", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
}

.fcd-right img{
    margin-top: -10%;
    width: 90%;
}

.fc-left h1{
    font-family: "Neulis", sans-serif;
    color: black;
    padding-right: 40%;
    font-size: 2.5rem;
}

.fc-desc-left {
    position: relative;
    text-align: left; 
}

.fcdl-bottom {
    position: relative;
    display: inline-block;
    color: black;
    margin-top: -5%;
}

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

.image-below {
    position: absolute;
    bottom: -25%;
    left: 60%;
    transform: translateX(-50%); 
    width: 70%;
}

.fc-desc-left{
    padding-top: 20%;
}

.fc-desc-left h2{
    font-family: "Neulis", sans-serif;
    font-weight: 500;
    font-size: 2rem;

}

.fcd-desc-right {
    margin-top: 30%;
    text-align: left;
}

.fcd-desc-right p {
    font-family: "Neulis", sans-serif;
    font-weight: 500;
    
}

.fcd-desc-right span {
    font-family: "Neulis", sans-serif;
    font-weight: 500;
    font-size: 20px;
}

/* segunda seção */

.second-section{
    background-image:
        url('./images/bg-preto.png');
    background-position:  top;
    background-size:  cover;
    background-repeat: no-repeat;
    z-index: 2;
    position: relative;
    top: -10vh;
}

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

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

.insignias-top, .insignias-bottom {
    display: flex;
    justify-items: center;
    justify-content: center;
    align-items: center;
    padding-top: 1%;
    z-index: 3;
    padding-bottom: 1%;
    gap:2%;
}


.insignias-bottom{
    margin-top: 5%;
    display: flex;
    justify-content: center;
}

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

}

.insignia-item img{
    width: 70%;
}

.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;
}


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

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

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

}

.itens-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10%;
}

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


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

.ss-footer {
    margin-top: -10%;
    padding-bottom: 10%;
}

.ssf-desc{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 8%;
}

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

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

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

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

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

.botao-end{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: -5%;
}

.botao a img{
    width: 70%;
}

/* terceira seção */
.third-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.third-section img {
    width: 20%;
    padding: 2%;
}

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

.ts-desc p {
    font-size: 1.5rem;
    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: 15%;
    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: 100%;
    height: auto;
    cursor: pointer;
}

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

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

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