*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: inherit;
}
ol, ul, li {
    list-style: none;
}

.cabecalho{
    background-color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    padding-bottom: 50px;
    font-size: 24px;
    
    
    
}

.links{
    display: flex;
    justify-content: space-between;
    background-color: rgb(0, 0, 0);
    width: 45vw;
    color: aliceblue;
}
.logo{
padding-top: 25px;
display: flex;
width: 30vw;


}
body{
    background-color: rgb(0, 0, 0);
    flex-direction: column;
    display: flex;
    width: 100vw;

}
.texto{
    color: aliceblue;
    display: flex;
    text-align:start;
    width: 100vw;
    height: 30vh;
    
}
.agrupar{
    text-align: center ;
}
.redimensionar{
    align-items: end;
    display: flex;
    width: 25vw;
    flex-direction: column;
    justify-content: center;

}
.texto h1{
    font-size:60px;
}

.texto h2{
    font-size: 36px;
    
}
.tudo{
   
    height: 40vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content:space-between;
    


}
.burro{
 text-align: end;   
 display: flex;
    
    
    
}
.ajuste{
    display: flex;
    padding-top: 24px;
    align-items:flex-start;
    width: 25vw;
    justify-content: end;
    height: 100%;
    padding-top: 70px;


   
}
.ajuste h3{
padding-bottom: 85px;
}
.span{
    height: auto;
    width: 550px;
    padding-right: 10%;
    font-size: larger;
    color:aliceblue;
    
}




.triangulo{
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #000000;
    
  
}
h3{
    color: rgb(0, 0, 0);
    font-size: 24px;
    display: flex;
    align-items: center;
    
    
}
h3 div{

}

main{
    display: flex;
    align-items: center;
    flex-direction: column;
    
    
    

}
.triangulo-principal{
    position: absolute;
        z-index: -999;
        left: 0;
        top: 0%;
        transform: translate(0, 30%);
        height: 1070px;
        width: 100vw;

        
}
 
.numero{
    position: absolute;
    transform: translate(-80%, 350%);
    top: 20%;
    left: 38%;
    height: 441.1;
    width: 303;


}
.cavaleiro{
    height: 664px;
    position: absolute;
     transform: translate(0, 20%);
     top: 18%;
     left: 60%;
     z-index: -998;
}


.texto-secundario{
    background-color: aqua;
}




@media (max-width: 768px) {
    .cabecalho{
        display: flex;
        flex-direction: column;
    }
    .logo{
        height: 200px;
        width: 600px;
       
    }
    .links{
        display: flex;
        justify-content:center;
        font-size: 26px;
    }
    .link{
        padding-left: 30px;
        padding-right: 30px;
    }
  
    .agrupar{
        width: 30vw;
        padding-left: 30px;
        z-index: 3;

    }
    .agrupar h2 {
        font-size: 25px;
    }
    .ajuste{
        align-items: flex-start;
        flex-grow: 1;
        padding-left: 64px;
        padding-top: 0;
        z-index: 3;
        justify-content: left;
    }
    .ajuste h3{
        font-size: 22px
        
        
    }
   
    .numero{
        height: 15vh;
        transform: translate(10%, 0%);
        top: 80%;
        left: 00%;
    }
    .cavaleiro{
                transform: translate(60%, 40%);
                height: 50vh;
                top: 10%;
                left: 0%;
                z-index: 2;

    }
    .triangulo-principal{
        height: 77vh;
        z-index: 1;
    }
    .span{
        z-index: 3;
        padding: 0;
        text-align: left;   
        height: 30vh;
        width: 15vw;
        display: flex;
        flex-direction: column;
     }
     .span span{
        padding-bottom: 25px;
     }

}

@media (max-width:480px){

}
