@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,500;1,600&display=swap');

* {

    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    /*tira a linha do A*/
    list-style: none;
    /*tira as bolinha do li*/
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Open Sans';
}

:root {
    --azul-claro: #1F3F7C;
    --azul-escuro: #14387F;
    --branco: #FFFFFF;
    --azul-clarinho: rgba(74, 153, 211, 0.1);
    --azul-pisina: #4A99D3 10%;
    --cinza-claro: #E9ECEF;
    --preto-claro: #57585A;
    --preto-escuro: #0F001A;
    --sobram: 0px 1.69683px 1.69683px rgba(4, 29, 255, 0.25);
}
.downloads{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.downloads-tamanho{
    width: 90%;
    display: flex;
    align-items: center;
    margin: 40px 0px;
    flex-direction: column;
    flex-wrap: wrap;

    /* border: 1px solid red; */
}
.downloads-titulo{

    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid black; */
    
}
.downloads-titulo label{
    
    width: 100%;
    display: flex;
    align-items: center;
    margin: 40px 0px 0px 0px !important;
    padding: 0px 10px;

    /* border: 1px solid red; */
}
.downloads-titulo label img{
    padding: 0px 5px;
}
.downloads-titulo label h1{

    margin: 0px !important;
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: var(--azul-escuro);
    /* border: 1px solid black; */
}
.downloads-card{
    
    width: 99%;
    display: flex;
    flex-direction: column;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.133);
   
    margin: 10px 0px;
    padding: 20px 10px;
    border-radius: 5px;
/*    
    border: 1px solid green; */
}
.downloads-card label {
    display: flex;
    align-items: center;
   

    /* border: 1px solid red */
}
.downloads-card label p{

    margin: 0px 10px !important;
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: var(--preto-claro);
}
.svg{
    width: 20px;
    height: 30px;
    /* border: 1px solid red; */
}







