﻿.font-titulo {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
}

.row-titulo {
   background-color:black;
}

.card-manuais {
    margin-left: 3vw;
}

.card-politicas {
    margin-left: 3vw;
    margin-right: 3vw
}
.card-faq {
    margin-right: 3vw;
}

.sub-titulo {
    justify-content: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #C41B17;
}

.font-cards {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    text-align: center;
    color: #C41B17;
}

.icon-cards {
    max-width:48px;
    max-height:57px;
    width:100%;
    height: 100%;
}

.card {
    border-radius:5px;
    min-height: 115px;
    height: 15vh;
    width: 14vw;
    min-width: 115px;
    max-height: 144px;
}

@media only screen and (max-width: 522px) {

    .card {
        min-height: 115px;
        height: 15vh;
        width: 19vw;
        min-width: 0px;
    }
}

@media only screen and (max-width: 425px) {
    .sub-titulo {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 21px;
        /* identical to box height */
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: 0.012em;
        color: #202020;
    }

    .footer {
        display: none;
    }

    .font-cards {
        font-size:15px;
    }

    .card {
        height: 95px;
        width: 90px;
    }
    .icon-cards {
        max-width: 35px;
    }

    .card-manuais {
        margin-left: 2vw;
    }

    .card-politicas {
        margin-left: 2vw;
        margin-right: 2vw
    }

    .card-faq {
        margin-right: 2vw;
    }


    #row-icones {
        justify-content: space-evenly !important;
    }

    .container-fluid {
        padding: 0px;
    }

    .container-fluid {
        margin:0px;
    }

    .row-titulo {
        display:none;
    }

    #menu {
        display:none;
    }

}

@media only screen and (max-width: 576px) {
    #container-base {
        padding-left:0px!important;
        padding-right:0px!important;
        margin-top:0px!important;
    }

    .row-titulo {
        justify-content:center
    }
}

