﻿@font-face {
    font-family: 'open-sans.regular';
    src: url('../../Fonts/open-sans.regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Hind-Regular';
    src: url('../../Fonts/Hind-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Soleto_Rg';
    src: url('../../Fonts/Soleto_Rg.ttf') format('truetype');
}

@font-face {
    font-family: 'verdana';
    src: url('../../Fonts/verdana.ttf') format('truetype');
}

body {
    font-family: inherit !important;
    overflow-x: hidden;
}

.modalDetalhes {
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    background-color: transparent;
    position: fixed;
    z-index: 1050;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    transition: width .45s linear;
    display: block;
}

