    *{
    margin: 0;
    padding: 0;
}

/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');

.c-cinza{
    background: #d4bf88 !important;
}

.cc-cinza{
    background: #d4bf88 !important;
}

.card-body{
    color: #8a6617 !important;
    text-transform: uppercase;
    font-family: 'Myryad Regular';
}

.c-cinza h5 .btn-link, .cc-cinza h5 .btn-link{
    color: white !important;
}

.c-cinza h5 .btn-link:hover, .cc-cinza h5 .btn-link:hover{
    text-decoration: none;
}

.c-cinza h5, .cc-cinza h5{
    text-align: center;
}

.card-header:first-child{
    border-radius: 0px !important;
}

p{
    margin-bottom: 0 !important;
}