/* TIPOGRAFIES */

/*POPPINS I VARIANTS */
@font-face {
    font-family: "Poppins-Black";
    src:url('/fonts/poppins/Poppins-Black.ttf') format('truetype'), url('/fonts/poppins/Poppins-Black.woff') format('woff');
}
@font-face {
    font-family: "Poppins-BlackItalic";
    src:url('/fonts/poppins/Poppins-BlackItalic.ttf') format('truetype'), url('/fonts/poppins/Poppins-BlackItalic.woff') format('woff');
}
@font-face {
    font-family: "Poppins-Bold";
    src:url('/fonts/poppins/Poppins-Bold.ttf') format('truetype'), url('/fonts/poppins/Poppins-Bold.woff') format('woff');
}
@font-face {
    font-family: "Poppins-BoldItalic";
    src:url('/fonts/poppins/Poppins-BoldItalic.ttf') format('truetype'), url('/fonts/poppins/Poppins-BoldItalic.woff') format('woff');
}
@font-face {
    font-family: "Poppins-ExtraBold";
    src:url('/fonts/poppins/Poppins-ExtraBold.ttf') format('truetype'), url('/fonts/poppins/Poppins-ExtraBold.woff') format('woff');
}
@font-face {
    font-family: "Poppins-ExtraBoldItalic";
    src:url('/fonts/poppins/Poppins-ExtraBoldItalic.ttf') format('truetype'), url('/fonts/poppins/Poppins-ExtraBoldItalic.woff') format('woff');
}
@font-face {
    font-family: "Poppins-ExtraLight";
    src:url('/fonts/poppins/Poppins-ExtraLight.ttf') format('truetype'), url('/fonts/poppins/Poppins-ExtraLight.woff') format('woff');
}
@font-face {
    font-family: "Poppins-ExtraLightItalic";
    src:url('/fonts/poppins/Poppins-ExtraLightItalic.ttf') format('truetype'), url('/fonts/poppins/Poppins-ExtraLightItalic.woff') format('woff');
}
@font-face {
    font-family: "Poppins-Light";
    src:url('/fonts/poppins/Poppins-Light.ttf') format('truetype'), url('/fonts/poppins/Poppins-Light.woff') format('woff');
}
@font-face {
    font-family: "Poppins-Italic";
    src:url('/fonts/poppins/Poppins-Italic.ttf') format('truetype'), url('/fonts/poppins/Poppins-Italic.woff') format('woff');
}
@font-face {
    font-family: "Poppins-LightItalic";
    src:url('/fonts/poppins/Poppins-LightItalic.ttf') format('truetype'), url('/fonts/poppins/Poppins-LightItalic.woff') format('woff');
}
@font-face {
    font-family: "Poppins-Medium";
    src:url('/fonts/poppins/Poppins-Medium.ttf') format('truetype'), url('/fonts/poppins/Poppins-Medium.woff') format('woff');
}
@font-face {
    font-family: "Poppins-MediumItalic";
    src:url('/fonts/poppins/Poppins-MediumItalic.ttf') format('truetype'), url('/fonts/poppins/Poppins-MediumItalic.woff') format('woff');
}
@font-face {
    font-family: "Poppins-Regular";
    src:url('/fonts/poppins/Poppins-Regular.ttf') format('truetype'), url('/fonts/poppins/Poppins-Regular.woff') format('woff');
}
@font-face {
    font-family: "Poppins-SemiBold";
    src:url('/fonts/poppins/Poppins-SemiBold.ttf') format('truetype'), url('/fonts/poppins/Poppins-SemiBold.woff') format('woff');
}
@font-face {
    font-family: "Poppins-SemiBoldItalic";
    src:url('/fonts/poppins/Poppins-SemiBoldItalic.ttf') format('truetype'), url('/fonts/poppins/Poppins-SemiBoldItalic.woff') format('woff');
}
@font-face {
    font-family: "Poppins-Thin";
    src:url('/fonts/poppins/Poppins-Thin.ttf') format('truetype'), url('/fonts/poppins/Poppins-Thin.woff') format('woff');
}
@font-face {
    font-family: "Poppins-ThinItalic";
    src:url('/fonts/poppins/Poppins-ThinItalic.ttf') format('truetype'), url('/fonts/poppins/Poppins-ThinItalic.woff') format('woff');
}
.poppins-bk{
    font-family: Poppins-Black !important;
}
.poppins-bki{
    font-family: Poppins-BlackItalic;
}
.poppins-b{
    font-family: Poppins-Bold !important;
}
.poppins-bi{
    font-family: Poppins-BoldItalic;
}
.poppins-eb{
    font-family: Poppins-ExtraBold;
}
.poppins-ebi{
    font-family: Poppins-ExtraBoldItalic;
}
.poppins-el{
    font-family: Poppins-ExtraLight;
}
.poppins-l{
    font-family: Poppins-Light !important;
    font-weight: none !important;
}
.poppins-i{
    font-family: Poppins-Italic;
    font-weight: normal !important;
}
.poppins-r{
    font-family: Poppins-Regular;
    font-weight: normal !important;
}
.poppins-m{
    font-family: Poppins-Medium;
    font-weight: normal !important;
}
.poppins-t{
    font-family: Poppins-Thin;
    font-weight: normal !important;
}
/* END TIPOGRAFIES */

#btn-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #243f41;
    color: white;
    cursor: pointer;
    /* padding: 10px 17px !important; */
    opacity: 0.5;
    border-radius: 50%;
    height: 30px;
    width: 40px;
    height: 40px;
}

.icon-top{
    background-color: rgb(255, 255, 255);
    -webkit-mask: url('/theme/logos/chevron-up-solid.svg') no-repeat center;
    mask: url('/theme/logos/chevron-up-solid.svg') no-repeat center;
    height: 100%;
}

.logo-lsw{
    max-height: 10px !important;
    margin-top: -3px !important;
    margin-left: 10px !important;
}

.items-tabs-menu{
    width:25%;
}

label {
    color: #7c87a6c7;
}

.d-icon{
    right: 5px;
    top: 30px;
}
.posicionar-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
h3.kt-portlet__head-title > i {
    margin-right: 10px;
}

/* OVERRIDE MAX SIZE */

@media (max-width: 1600px) {
    .items-tabs-menu{
        width:50%;
    }
}

@media (max-width: 1400px) {
    .items-tabs-menu{
        width:45% !important;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) {
    .items-tabs-menu{
        width:43% !important;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) {
    .items-tabs-menu{
        width:42% !important;
    }
}

/*Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
   .items-tabs-menu{
        width:23% !important;
    }

    .kt-login__container {
        position: fixed !important;
        top: 0;
        padding-top: 30px !important;
        width: 85% !important;
    }

    .kt-login__wrapper {
        position: absolute !important;
        left: 0px;
        bottom: 0px;
        display: flex;
        min-height: 80%;
        width: 85% !important;
    }
    #login_bg {
        display: none;
    }

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
    .items-tabs-menu{
        width:21% !important;
    }
}

/* END OVERRIDE MAX SIZE */




/* OVERRIDE MIN SIZE */
/* Extra small devices (portrait phones, less than 576px)
    No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    
}

/* END OVERRIDE MIN SIZE */

