body{
    background-color: #1E1E1E;
    color : white;
    font-family: archivo;    
    margin: 0 auto;         
}

.container{
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;    
    margin: 0 auto;
}

section{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;    
    position: relative;
}

#infoinicial{
    padding: 70px 0px 70px 0px;    
}

#infoImgCortella{
    display: flex;
    align-items: flex-end;
}

#imgCortella{
    width: 700px;   
}

#home{
    background-image: url(./../assests/img/background.png);
    background-size: cover;
}

#textoApresenta{    
    width: 402px;
    height: 26px;

    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;    

    color: #DCDCDC; 
}

#textoTitulo{    
    width: 603px;
    height: 200px;
        
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 96px;
    line-height: 100px;
    margin: 0%;            
    color: #009045;
    
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);    
}

#textoSubTitulo{    
    width: 498px;
    height: 57px;    
    
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;        
    color: #DCDCDC;    
}

#tickets{    
    justify-content: center;
    align-items: center;    
}

#ticketAluno{
    background-image: url(./../assests/img/alunos.png);    
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;    
    display: flex;
    flex-direction: column;    
    align-items: center;
    justify-content: center;
    cursor: pointer;        
}

#ticketAluno:hover{   
    filter: brightness(50%);
}

#ticketComunidade{
    background-image: url(./../assests/img/comunidade.png);
    background-size: cover;    
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;        
    align-items: center;    
    justify-content: center;
    cursor: pointer;        
}

#ticketComunidade:hover{   
    filter: brightness(50%);
}

.inscricao{
    width: 184px;
    height: 35px;    

    font-family: 'Archivo';
    font-style: italic;
    font-weight: 700;
    font-size: 32px;
    line-height: 35px;
    margin: 0%;
    
    color: #FFFFFF;
}

.texto{                
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 83px;
    margin: 0%;    
    color: #FFFFFF;    
}

#contador{        
    height: 225px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: #1E1E1E;    
    align-items: center;  
    column-gap: 50px;  
}

#textoContador{         
    width: 251px;
    height: 105px;
        
    font-family: 'Archivo';
    font-style: italic;
    font-weight: 700;
    font-size: 32px;
    line-height: 35px;
    
    color: #FFFFFF;    
}

.contador{    
    width: 150px;
    height: 150px;    
        
    background: #D9D9D9;
    border-radius: 30px;            
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contadornumero{        
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 83px;
    margin: 0%;

    color: #009045;
}

.contadorobs{            
    font-family: 'Archivo';
    font-style: italic;
    font-weight: 400;
    font-size: 32px;
    line-height: 35px;
    margin: 0%;
    
    color: #009045;
}

input{    
    width: 123px;
    height: 17px;    

    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    margin: 10px 10px 10px 0px;    

    color: #FFFFFF;
}

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

.ticket{    
    width: 201px;
    height: 47px;    
    
    background: #009045;
    border-radius: 5px; 
    cursor: pointer;   
}

.textCONCIPE{    
    width: 286px;
    height: 71px;    
    
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 71px;
    margin: 0px;
    
    color: #009045;    
}

#textLocal{    
    width: 402px;
    height: 57px;    

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;

    color: #FFFFFF;
}

#formFinal{
    display: flex;
    flex-direction: column;
    justify-content: space-between;        
    padding: 15px;
}

#dadosFormFinal{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#logosFinal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;   
    align-items: center;
}

#imgFasipe{    
    width: 251px;
    height: 67px;           
    margin-right: 50px;
}

iframe{
    padding: 15px;
    
    width: 400px;
    height: 400px;
        
    border-radius: 32px;    
}

#contato{
    align-items: center;
    background-color: #2c2c2c;
    height: 500px;
}