/* TIPOGRAFIES */

.form-group > label{
    font-size: 12px;
}

.mb-0{
    margin-bottom: 0px !important;
}

.btn-danger{
    background-color: #d30801 !important;
    border-color: #d30801 !important;
    color: white !important;
}
.btn-danger:hover{
    background-color: #a00601 !important;
    border-color: #a00601 !important;
    color: white !important;
}

.pulse {
  background-color: #a00601; /* verde */
  box-shadow: 0 0 10px #a00601;
  animation: blink 2s infinite;
}

@keyframes blink {
  0%, 50%, 100% {
    opacity: 1;
    box-shadow: 0 0 10px #a00601;
  }
  25%, 75% {
    opacity: 0.7;
    box-shadow: 0 0 2px #a00601;
  }
}

/* EUROFENCE I VARIANTS */
@font-face {
    font-family: "Eurofurence Light";
    src:url('/fonts/eurof35.ttf') format('truetype'), url('/fonts/Eurofurencelight.woff') format('woff');
}
@font-face {
    font-family: "Eurofurence Light Italic";
    src:url('/fonts/eurof36.ttf') format('truetype') , url('/fonts/Eurofurencelightitalic.woff') format('woff');
}
@font-face {
    font-family: "Eurofurence Regular";
    src:url('/fonts/eurof55.ttf') format('truetype'), url('/fonts/Eurofurenceregular.woff') format('woff');
}
@font-face {
    font-family: "Eurofurence Italic";
    src:url('/fonts/eurof56.ttf') format('truetype'), url('/fonts/Eurofurenceitalic.woff') format('woff');
}
@font-face {
    font-family: "Eurofurence Bold";
    src:url('/fonts/eurof75.ttf') format('truetype'), url('/fonts/Eurofurencebold.woff') format('woff');
}
@font-face {
    font-family: "Eurofurence Bold Italic";
    src:url('/fonts/eurof76.ttf') format('truetype'), url('/fonts/Eurofurencebolditalic.woff') format('woff');
}

.euro{
    font-family: Eurofurence Regular;
}
.euro-i{
    font-family: Eurofurence Italic;
}
.euro-b{
    font-family: Eurofurence Bold;
}
.euro-l{
    font-family: Eurofurence Light;
}
.euro-li{
    font-family: Eurofurence Light Italic;
}
/* END TIPOGRAFIES */

.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;
}
/* 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;
    }
}

/* 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 */

