@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);
}

.catalogo{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.catalogo-tamanho{
    width: 80%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    /* border: 1px solid red; */
    margin: 30px 0px;
}
.catalogo-div{

    width: 100%;
    margin: 30px 0px;
    box-shadow: 0px 0.899481px 0.899481px rgba(0, 0, 0, 0.25);
    /* border: 1px solid red; */

}

.catalogo-h1{
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 10px;

    /* border: 1px solid rgb(25, 0, 255); */
}
.catalogo-h1 h1{
    height: 25px;
    margin: 0px !important;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    padding: 0px 5px;
    color: var(--azul-escuro);

    /* border: 1px solid rgb(25, 0, 255); */
}
.catalogo-h1 svg{
    width: 25px;
    height: 25px;

    /* border: 1px solid rgb(25, 0, 255); */
}
.catalogo-download{
    width: 100%;
    display: flex;
    align-items: center;
    margin: 10px 0px;
    padding: 0px 20px;
    

}

.catalogo-download svg{
    width: 20px;
    height: 20px;
}
.catalogo-download h5{

    height: 20px;
    margin: 0px !important;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    padding: 0px 5px;
    color: var(--preto-claro);
}











