/* Start Custom Fonts CSS */
@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url('Gilroy-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url('Gilroy-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: bold;
    font-display: auto;
    src: url('Gilroy-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-display: auto;
    src: url('Gilroy-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url('Gilroy-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-display: auto;
    src: url('Gilroy-SemiBold.ttf') format('truetype');
}

ul.box-endereco-maps-whats{
    margin: 0;
    padding: 0;
}
ul.box-endereco-maps-whats li{
    list-style: none;
    margin-bottom: 20px;
}
ul.box-endereco-maps-whats span{
    display: contents;
}
ul.box-endereco-maps-whats li.tel{
    font-size: 2em;
    font-weight: bold;
    background-image: url('../images/icone_whats_endereco.png');
}
ul.box-endereco-maps-whats li.maps{
    font-size: 1.2em;
    font-weight: bold;
    background-image: url('../images/icone_maps_endereco.png');
}
ul.box-endereco-maps-whats li{
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 45px;
    padding-left: 60px;
}
