
@import url("fonte-vag-rounded/vagrounded.css");

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'VAG Rounded', Geneva, Tahoma, sans-serif !important;
  font-weight: 900;
}

.btn{
    font-family: 'VAG Rounded' !important;
}

.bt_novo{
    background: #FFF;
    margin: 5px 7px 0 0;
    color: #74a414;
    text-shadow: none;
    padding: 4px 10px  !important;
    text-align: left;
}
.bt_novo:hover{
    background: #FAFAFA;
}
.bt_novo i{
    color: #74a414 !important;
    text-shadow: none;
    margin: 0 0 0 -2px !important;
}

.bt_novo_delete{
    background: #FFF;
    margin: 5px 7px 0 0;
    color: #f40f45;
    text-shadow: none;
    padding: 4px 10px  !important;
    text-align: left;
}
.bt_novo_delete:hover{
    background: #FAFAFA;
}
.bt_novo_delete i{
    color: #f40f45 !important;
    text-shadow: none;
    margin: 0 0 0 -2px !important;
}

.widget-header a{
    margin-right: 20px;
    text-decoration: none;
}

.navbar-inner{
    background: #19294B !important;
}

.fc-toolbar {
    margin-bottom: 0 !important;
}

.fc-toolbar .fc-left {
    margin-left: 1em;
    margin-top: 0.5em;
    float: left;
}

.fc-toolbar .fc-right {
    margin-right: 1em;
    margin-top: 0.5em;
    float: right;
}

.navbar .nav>li>a{
    margin-top: 10px;
    color: #DCE5E8 !important;
    font-size: 13px;
    font-weight: 300;
}
.navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret {
    border-top-color: #DCE5E8 !important;
    border-bottom-color: #DCE5E8 !important;
}
.navbar .nav>li>a i{
    font-size: 16px;
}

h6.bigstats{
    text-align: center;
}

a{
    color: #1DB3C1;
}

html{
    position: relative;
    min-height: 100%;
}

.main{
    margin-bottom: 1em;
}

.footer{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom:0;
    height: 50px;
    overflow: hidden;
}

#big_stats i{
    font-size: 25px !important;
}

#big_stats .stat .value {
    font-size: 20px !important;
}

.img_marketing_wrapper {
    width:80%;
    margin:auto;
    position: relative;
    left: 0;
    right: 0;
}

.mockup_image{
    width:100%;
    height: auto;
    position: relative;
    left: 0;
    right: 0;
}

.img_marketing {
    position: absolute;
    left: 0px;
    top: 0px;
    width : 100%;
    height : auto;
    padding : 35.5% 7% 46% 8%;
    box-sizing : border-box;
    -moz-box-sizing : border-box;
    z-index: 5;
}

#clientes li.list-unstyled{
    font-size: 20px;
    margin-bottom: 10px;
}

#clientes li.list-unstyled span{
    display: block;
}

.swal2-popup {
    font-size: 1.5rem !important;
}