.body h1 {
    font-family: Arial;
    font-size: 50px;
    text-align: center;
}

.page-info {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-color: #80C2FF;
    position: relative;
    z-index: 0;
}

.page-info .siluete2 {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: flex-end;
    z-index: 1;
}

.page-info .info-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 2;
}

.info-box .box1, .box2, .box3 {
    padding-left: 50px;
    height: 33.33%;
    display: flex;
    align-items: center;
}

.info-box .box1 .a,
.info-box .box2 .a,
.info-box .box3 .a {
    display: flex;
    flex-direction: column;
    width: 20%;
}

.box1 .a h1,
.box2 .a h1,
.box3 .a h1 {
    font-size: 20vh;
}

.box1 .a h2 {
    display: flex;
    justify-content: center;
    font-family: Arial;
    font-size: 40px;
}

.box2 .a .par,
.box3 .a .par {
    display: flex;
    justify-content: center;
    font-family: Arial;
    font-size: 30px;
}

.info-box .box1 .b,
.info-box .box2 .b {
    display: flex;
    flex-direction: column;
    width: 80%;
    padding-left: 50px;
}

.info-box .box3 .lg {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.box3 .lg .co1,
.box3 .lg .co2 {
    display: flex;
    justify-content: center;
}

.box3 .lg .co1 h3 {
    font-size: 20px;
    font-family: Arial;
    margin: 0 20px 0 20px;
}

.box3 .lg .co2 h1 {
    font-size: 20vh;
    margin: 0 10px 0 10px;
}

.box1 .b button,
.box2 .b button {
    width: 300px;
    height: 100px;
    font-size: 5vh;
    border: none;
    border-radius: 15px;
}

.siluete2 img {
    mask-image: linear-gradient(black, transparent);
    -webkit-mask-image: linear-gradient(270deg,black,transparent);
    height: 100vh;
}

.teams {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.teams .siluete {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: flex-end;
    right: 50px;
}

.siluete img {
    mask-image: linear-gradient(black, transparent);
    -webkit-mask-image: linear-gradient(270deg,black,transparent);
    height: 30vh;
}

.teams .section {
    height: 30vh;
    display: flex;
    position: relative;
    flex-direction: column;
}

.section .name {
    height: 10vh;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.section .name h1 {
    font-size: 40px;
    display: flex;
    color: #fff;
    align-items: center;
    height: 100%;
    padding-left: 10px;
}

.section .name a {
    display: flex;
    padding-right: 10px;
    align-items: center;
}

.section .dates {
    height: 20vh;
    z-index: 1;
    display: flex;
    width: 100%;
}

.dates .dat {
    height: 100%;
    width: 20%;
    position: relative;
    margin-right: 30px;
}

.dates .dat .text {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 40px;
    font-family: Arial;
}

.dates .dat .number {
    position: absolute;
    color: #fff;
    font-size: 120px;
    font-family: Arial;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    padding-left: 10px;
    align-items: center;
    z-index: -1;
    mask-image: linear-gradient(black, transparent);
    -webkit-mask-image: linear-gradient(270deg,black,transparent);
}

.teams .fem {
    background: rgb(36,0,34);
    background: linear-gradient(90deg, rgba(36,0,34,1) 0%, rgba(121,9,118,1) 50%, rgba(223,0,255,1) 100%);
}

.teams .mas {
    background: rgb(0,25,36);
    background: linear-gradient(90deg, rgba(0,25,36,1) 0%, rgba(9,96,121,0.722654027431285) 50%, rgba(0,141,255,0.722654027431285) 100%);
}