@font-face {
    font-family: "segoesc";
    src: url("../Fontes/segoesc.woff2") format("woff2");
    font-display: block;
}

nav {
    background-color: rgb(255, 255, 255);
}

.ahsp_inicio {
    background-image: linear-gradient(to right, rgb(231, 40, 40), rgb(255, 166, 0));
    height: 100%;
}

.paragrafo {
    color: white;
    margin-top: 8%;
    font-size: clamp(1.3rem, 2vw, 3rem);
    margin-left: 3%;
    margin-right: 3%;
}

.link {
    color: white !important;
    font-size: clamp(1.3rem, 1.7vw, 2rem);
}

.associacao_nome {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: clamp(2.8rem, 4.5vw, 4rem);
}

.slogan {
    color: #ffffff;
    font-weight: lighter;
    font-family: "segoesc";
    font-size: clamp(2rem, 3vw, 3rem);
    text-align: center;
    margin-top: 3%;
}

.sobre_nos {
    color: white;
}

.titulo {
    color: rgb(0, 0, 0);
    font-family: "segoesc";
    font-weight: bold;
    font-size: clamp(2rem, 3.2vw, 4rem);
    /* MEDIDA PARA TODOS OS TITULOS*/
    margin-top: 5%;
    text-align: center;
}

ul {
    list-style-type: none;
}

.quadrado {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-direction: column;
    background-color: #ffffff;
}

.small_text {
    margin-bottom: 5%;
    font-size: clamp(1.2rem, 1.6vw, 3rem);
    text-align: center;
}

.num_50 {
    color: rgb(255, 32, 32);
    font-size: clamp(2rem, 3vw, 3rem);
}

.num_1000 {
    color: rgb(255, 153, 0);
    font-size: clamp(2rem, 3vw, 3rem);
}

.num_10 {
    color: rgb(152, 150, 177);
    font-size: clamp(2rem, 3vw, 3rem);
}

.num_4 {
    color: orange;
    font-size: clamp(2rem, 3vw, 3rem);
}

.num_20 {
    color: rgb(152, 150, 177);
    font-size: clamp(2rem, 3vw, 3rem);
}

.num_90 {
    color: rgb(255, 32, 32);
    font-size: clamp(2rem, 3vw, 3rem);
}
.img_eventos {
    width: 100%;
}