@font-face {
    font-family: titi-regular;
    src: url("../fonts/TitilliumWeb-Regular.ttf");
}

@font-face {
    font-family: titi-bold;
    src: url("../fonts/TitilliumWeb-Bold.ttf");
}

@font-face {
    font-family: titi-light;
    src: url("../fonts/TitilliumWeb-Light.ttf");
}

@media (max-width: 575.98px) {
    .hiden_sm_max{
        display: none;
    }
}

@media (min-width: 576px) {
    .hiden_sm_min {
        display: none;
    }

}

@media (min-width: 1200px) {
    .form-check-inline_min {
        display: inline-block;
        margin-right: 1rem;
    }
}

.hiden_all{
    display: none;
}

.titi_bold{
    font-family: titi-bold;
}

.titi_regular{
    font-family: titi-regular;
}

.text_link{
    color: #3f83bf;
}

.text_link:hover{
    color: #3f83bf;
}


html,body {
    height: 100%;
    overflow-x: hidden;
    background-image: url("../images/fundo.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: titi-light;
}


.bug{
    background-color: #ccc;
}

.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 60vh; /* These two lines are counted as one :-)       */
  
    display: flex;
    align-items: center;
}

.border_all{
    border: 2px solid #ccc;
}

.color_header{
    background-color: #002162;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #2075BC;
    text-align: center;
    height: 25px;
}

.font_date_hours{
    font-size: 0.8em;
}

#tableCardapio_paginate{
    margin-bottom: 30px;
}

.icon_menu_admin{
    font-size: 2em;
}

.card_body_menu_admin{
    padding: 4px;
    margin: 0px;
}

.btn_separador{
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgb(220, 220, 200);
    box-shadow: 0px 1px 0px #fff;
}

.card_body_menu_admin:hover .btn_separador,
.card_body_menu_admin:focus .btn_separador {
    border-bottom: 1px solid rgb(149, 166, 192);
    box-shadow: 0px 0px 2px rgba(21, 114, 252, 0.55);

}

.color_icon_menu_admin{
    color: #3f83bf;
}

.display_none{
    display: none;
}

.card-height_100{
    height: 100%;
}