/* @font-face {
  font-family: 'UnityText';
  src: url('/fonts/TCCC-UnityText-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'UnityText';
  src: url('/fonts/TCCC-UnityText-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'UnityText';
  src: url('/fonts/TCCC-UnityText-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
} */

html, body {
    font-family: 'Montserrat', sans-serif;
    background: url('/dist/theme/bg.jpg') no-repeat top center #fff  !important;
    background-attachment: fixed !important;
    background-size: 100% !important;
}

.modal-content {
    background: url('/dist/theme/bg.jpg') no-repeat top center #fff  !important;
    background-attachment: fixed !important;
    background-size: 100% !important;
}

.animation__shake {
    -webkit-animation: shake 1500ms infinite !important;
    animation: shake 1500ms infinite !important;
  }

.content-wrapper {
    padding: 10px;
}

.navbar-dark, .sidebar-dark-primary {
    background: #ed1c24;
    border: 0;
}
.navbar-dark .navbar-nav .nav-link {
    color: #ed1c24;   
}

.navbar-dark .nav-link:hover {
    color: #000 !important;
}

.preloader {
    background: linear-gradient(0deg,#ed1c24 0,#B00006 50%) !important;
    
}

.sidebar {
    /* padding-left: 1rem !important; */
}

[class*="sidebar-dark-"] .sidebar a {
    color: #fff;
    font-size: 0.8rem !important;
}

.mouse {
    cursor: pointer;
}
.fa.fa-star {
    color: #FFCB00;
}

a {
    color: #ed1c24;
}

/* grid / table */
.table-transp-white th {
    background: #ed1c24;
    color: #fff;
}

/* .page-item.active .page-link, .dropdown-item.active, .dropdown-item:active {
    border-color: #ed1c24;
    background-color: #ed1c24;
}
.page-link, .page-link:hover {
    color: #ed1c24;
}
.table-transp-bg {
    background: transparent !important;
    padding: 0.4rem;
}
.table-transp-bg .btn-secondary {
    color: #ed1c24;
    background-color: #ed1c24;
    border-color: #ed1c24;
    box-shadow: none;
}
.table-transp-bg table, .table-transp-bg .dataTables_wrapper, .table-transp-bg .text-black {
    color: #fff !important;
}
.table-transp-white {
    color: #fff !important;
    border-color: #0000003d;
}
.table-transp-white .odd{
    background-color: #ed1c24 !important;
}
.table-transp-white div.dataTables_scrollHead table.dataTable {
    background-color: #ed1c24 !important;
}
.table-transp-white td, .table-transp-white th {
    border-color: #0000003d;
}
.table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    background: none;
}
table.table-hover.dataTable tbody tr:hover {
    background-color: #ed1c24 !important;
    color: #ed1c24;
} */
/* grid / table */

.login-box {
    width: auto;
    min-width: 600px;
}

.login-box h1, .card-box h1 {
    margin-top: 2rem;
    font-size: 1.2rem;
    color: #ed1c24;
}

.login-box .brand {
    width: 40%;
    /* margin-left: -2.5rem !important; */
}

.login-box .femsa {
    margin-top: 2.5rem !important;
}

.login-box-msg {
    color: #ed1c24;
}

.login-box .nav-tabs {
    border: 0;
}

.login-box .nav-link {
    border: none !important;
}

.sidebar-collapse .logo-sidebar {
    display: none;
}
.sidebar-mini .logo-mini-sidebar {
    display: none;
}
.sidebar-collapse .logo-mini-sidebar {
    display: block;
}

table, .dataTables_wrapper, .text-black {
    color: #333 !important;
}

.content-header h1 {
    font-size: 1.4rem;
    color: #ed1c24;
}

.nobackground {
    /* color: #fff !important; */
    background: none !important;
    border: 0 !important;
}

.noboxshadow {
    box-shadow: none !important;
}

.noborder {
    border: 0 !important;
}

.nopad {
    padding: 0 !important;
}

.logo-sidebar, .logo-mini-sidebar {
    margin-top: 20px;
    margin-bottom: 29px;
    height: 40px;
}

.logo-mini-sidebar {
    /* width: 100px; */
}

.logomenu {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 8px;
}

#whats {
    display: inline-block;
    position: fixed;
    width: 63px;
    height: 64px;
    right: 70px;
    bottom: 100px;
}

#whats img, #whats a {
    width: 63px;
    height: 64px;
    display: block;
}

.bg-dash {
    /* color: #ed1c24; */
    /* background: #f2f2f2; */
    /* background: linear-gradient(180deg,#730B20 0,#3A0000 67%) !important; */
}
.bg-kpi-bonus {
    background: #f2f2f2;
}

.bg-kpi-relampago {
    background: #fff;
    /* border: 1px solid #ed1c24 !important; */
    box-sizing: border-box;
    box-shadow: 
  0 0 2px rgba(237, 28, 36, 0.3),
  0 1px 3px rgba(237, 28, 36, 0.5) !important; 

}


.bg-redes {
    background: transparent !important;
}

.brand-link {
    border: none !important;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, 
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active, 
.sidebar-dark-primary .nav-treeview > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-treeview > .nav-item > .nav-link.active
{
    color: #fff !important;
    background: #b3211d !important;
    box-shadow: none;
}

.nav-pills .nav-link {
    border-radius: 2rem;
}

.main-header {
    margin: 0;
    padding: 0;
}

.knob {
    font-size: 18px !important;
    line-height: 18px !important; 
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}

.bg-dash .knob {
    z-index: 1 !important;
    margin-left: -5.5rem !important;
}

.bg-dash .knob-label {
    font-size: 1.1rem !important;
    /* display: block !important; */
    position: absolute !important;
    top: 2.51rem;
    right: 2.2rem !important;
}

.bg-kpirelampago  .knob {
    z-index: 1 !important;
    /* margin-left: -5.5rem !important; */
}

.bg-kpirelampago  .knob-label {
    font-size: 1.1rem !important;
    position: absolute !important;
    top: 3.76em;
    right: 39% !important;
}

.knob:focus, .knob:focus{
    outline: none;
}


/* cards dash */
.card {
    /* border-radius: 0.35rem; */
    border-radius: 10px;
}

.bg-dash .card-title {
    font-size: 0.8rem !important;
    padding-top: 0.3rem;
    color: #ed1c24;
    font-weight: 700;
}

.card-header {
    border: 0 !important;
}

.borderradius{
    border-radius: 10px;
}

.card-kpi {
    position: relative;
    padding-top: 0rem;
    background-repeat: no-repeat;
    background-position: 1rem bottom;
    background-size: auto 65%;
    min-height: 300px;
}

.card-kpi .card-title {
    color: #ed1c24;
    padding-top: 0.3rem;
    font-size: 0.8rem;
}

.kpi h1, .kpi h2, .kpi h3 {
    margin: 0;
    margin-bottom: 0.35rem;
    padding: 0;
}

.kpi h1 {
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #333;
}

.kpi h2 {
    font-size: 1.2rem;
    font-weight: bold;
    /* text-transform: uppercase; */
    color: #333;
}

.kpi h3, .kpi-label {
    font-size: 0.65rem;
    font-weight: 200;
    text-transform: uppercase;
    color: #ed1c24;
}
.kpi-label {
    line-height: 1.1rem;
}

.kpi .peso {
    font-size: 0.7rem;
}

.bold-red {
    color: #ed1c24;
    font-weight: bold;
}

.bold-green {
    /* color: #00FF55; */
    font-weight: bold;
}

.bold-white {
    color: #ed1c24;
    font-weight: bold;
}

.bold-orange {
    /* color: #FFCB00; */
    font-weight: bold;
}

.rpad14px {
    padding-right: 14px;
}

.card-danger:not(.card-outline) > .card-header {
     border-top-left-radius: 12px;
     border-top-right-radius: 12px;
}

.bg-card-dash, .bg-card {
    /* background-color: #ed1c24; */
    border: 1px solid #ed1c24;
    border-radius: 12px;
}


.bg-ranking {
    /* background: url('/dist/theme/bg-dash.svg') repeat-x top center #611E1E !important; */
    /* background: linear-gradient(180deg,#FFCB00 0,#DA6F7E 67%) !important; */
    background: #fff !important;
    border-radius: 10px;
}

.ranking, .bg-horizontal {
    /* padding: 1.5rem; */
    padding: 20px;
    margin: 0;
    background: url('/dist/theme/trofeu2.svg') no-repeat right bottom !important;
    min-height: 182px;
    /* background-size: contain; */
}   

.bg-horizontal {
    /* background-position: 2rem 3.3rem !important */
}   

.ranking h5, .ranking h1, .ranking h2 {
    font-size: 0.7rem;
    font-weight: bold;
    /* text-transform: uppercase; */
    color: #ed1c24;

    padding: 0;
    margin: 0;
}

.ranking h1 {
    font-size: 3rem;
    /* line-height: 5rem; */
    font-weight: bold;
    margin-bottom: 2rem;
}

.ranking h2 {
    /* font-size: 1.6rem; */
    font-size: 3rem;
    font-weight: 100;
}

.card-ranking {
    /* height: 100%; */
    border-radius: 10px;
    /* background: #740002; */
    background: none !important;
    padding-bottom: 1rem;
}

.card-ranking .card-body {
    border-radius: 10px;
}



.card-ranking .nav-tabs .nav-item.show .nav-link, .card-ranking .nav-tabs .nav-link.active {
    /* background: linear-gradient(180deg,#DA6F7E 0,#FFCB00 67%) !important; */
    /* background: #FFCB00; */
    border: none;
}

.card-ranking:not(.card-outline) > .card-header a.active {
    font-weight: bold !important;
    color: #ed1c24;
}

.backdrop-sidebar {
    background: #ed1c24;
    /* background: linear-gradient(0deg,#ed1c24 0,#B00006 50%) !important; */
    /* background-color: rgba(8, 8, 8, 0.7); */
    /* backdrop-filter: blur(16px) brightness(-13); */
}

.font1 {
    font-size: 0.8rem !important;
    line-height: 1.9rem !important;
}

.news dt, .news dt a {
    color: #ed1c24;
    font-size: 1rem;
}

.news dd, .news dd a {
    font-size: 0.8rem;
    font-weight: 200;
    color: #000;
}

.vendaacumulado {
    color: #ed1c24;
    background: #ececec;
    border-radius: 10px;
    /* background: linear-gradient(180deg,#C73333 0,#391E29 67%) !important; */
}

.tickLabel {
    color: #fff !important;
}

.vendaacumulado b {
    font-weight: 2rem;
}

.vendaacumulado h1, .vendaacumulado h2 {
    font-size: 0.8rem;
    /* line-height: 1rem; */
    /* text-transform: uppercase; */
    width: 80%;
    margin-bottom: 2rem;
}

.vendaacumulado h2 {
    margin-bottom: 0rem;
    line-height: 1rem;
}

.vendaacumulado h3 {
    font-size: 1rem;
}

.vendaacumulado h1 {
    margin-top: 30px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: normal;
}

.vendaacumulado p {
    font-size: 1rem;
    color: #FFCB00;
}

.comparativos {
     padding: 0 !important;
}

.comparativos, .bg-card-comparativos {
    color: #000;
    background-color: #fff;
    /* padding: 0 !important; */
    /* background: linear-gradient(180deg,#191821 0,#353536 67%) !important; */
}

.comparativos .card-danger:not(.card-outline)>.card-header, .card-danger:not(.card-outline)>.card-header a {
    color: #000;
}

.card-comparativos .nav-tabs .nav-item.show .nav-link, .card-comparativos .nav-tabs .nav-link.active {
    background: none !important;
    border: none;
}

.bg-header-comparativos {
    background: #fff !important
}

.card-comparativos:not(.card-outline) > .card-header {
    color: #E08A8B;
    font-size: 0.8rem ;
}

.card-comparativos:not(.card-outline) > .card-header a.active {
    font-weight: bold !important;
    color: #FF5455;
}

.card-comparativos {
    box-shadow: none !important;
}

.small1, .small12, .smallbonus {
    font-size: 0.7rem;
    /* font-weight: bold; */
    padding-bottom: 0.50rem;
}

.small2 { 
    font-size: 0.7rem; 
}

.smallbonus {
    font-weight: normal;
    text-transform: uppercase;
}

.roundbar {
    border-radius: 6px !important;
    margin-bottom: 0.8rem;
    /* background-color: #e6e9ec; */
    /* background-color: #56606D; */
}

.gatilhobar-horizontal {
    height: 2rem !important;
}

.bgbarhorizontal {
    padding-top: 2rem;
    /* background: url('/dist/theme/graficos/horizontal.svg') no-repeat top left  !important; */
    /* background-size: contain !important */
}

.card-outline, .card-outline .card-header {
    color: #000;
}

.gatilhobar {
    background-color: #fff;
    width: 50% !important;
    height: 100% !important;
    border-radius: 20rem;
}

.graficoGatilho {
    height: 422px;
    text-align: center !important;
    /* background: url('/dist/theme/gatilho.svg') no-repeat  !important; */
    /* background-position-y: 1.8rem !important; */
    /* background-position-x: -15px !important; */
    /* background-size: 129px 360px !important;    */
}

.progress.vertical {
    margin-right: 0px !important;
}


.boxGatilho {
    border: 1px solid #fff;
    border-radius: 1rem;
    padding: 1rem;
    margin-bottom: 20px;

}

.premiacao {
    padding: 0 !important;
}

.premiacao, .bg-card-premiacao {
   color: #ffffff;
   padding: 0 !important;
   text-align: center;
   background: linear-gradient(0deg,#192437 0,#ed1c24 67%) !important;
}

.bg-card-premiacao { 
    padding: 0.25rem !important;
}

.card-premiacao .nav-tabs .nav-item.show .nav-link, .card-premiacao .nav-tabs .nav-link.active {
   background: none !important;
   border: none;
}

.card-premiacao .nav-tabs .nav-link {
    border-radius: 0.30rem !important;
}

.bg-header-premiacao {
   background: #ed1c24 !important;
}

.card-premiacao:not(.card-outline) > .card-header {
   color: #000;
   font-size: 0.8rem ;
}

.card-premiacao:not(.card-outline) > .card-header a.active {
   font-weight: bold !important;
   color: #000;
}


.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, 
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    color: #CB6868;
}

.card-nopad {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 1.5rem !important;
}

.card-premiacao {
    box-shadow: none !important;
}

.card-kpirelampago {
    padding-top: 0.50rem;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.bgrelampago2 {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 30%;
    min-height: 495px;
}

.mySwiper {
    min-height: 457px;
}

.bg-kpirelampago {
    background: linear-gradient(0deg,#2D2634 0,#581530 67%) !important;
}

.kpirelampago h1, .kpirelampago h2, .kpirelampago h3, .kpirelampago h4 {
    margin: 0;
    margin-bottom: 0.35rem;
    padding: 0;
}

.kpirelampago h1 {
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 3rem;
}

.kpirelampago h2 {
    font-size: 1.1rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
}

.kpirelampago h3, .kpirelampago-label {
    font-size: 0.9rem;
    font-weight: 200;
    text-transform: uppercase;
}

.kpirelampago h4 {
    font-size: 1.1rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #F688A9;
}

.padding-labels {
    padding: 0.9rem 0;
    margin-bottom: 5.5rem;
}

.logindash {
    padding: 0 !important;
}

.logindash, .bg-card-logindash {
   color: #fff;
   /* padding: 0 !important; */
   /* background: linear-gradient(180deg,#191821 0,#353536 67%) !important; */
}

.bg-card-logindash {
    background: #ed1c24;
    border-radius: 10px;
}

.card-logindash .nav-tabs {
    padding-left: 25%;
    height: 55px;
}
.card-logindash .nav-tabs .nav-item:nth-child(2) {
    margin-left: 10px;
}

.card-logindash .nav-tabs .nav-item.show .nav-link, .card-logindash .nav-tabs .nav-link.active, .card-logindash {
   background: none !important;
   border: none;
}

.bg-header-logindash {
   background: none !important;

}

.card-logindash:not(.card-outline) > .card-header {
   color: #ed1c24;
   font-size: 0.7rem;
}

.card-logindash:not(.card-outline) > .card-header a {
    color: #ed1c24;
    border: 1px solid #ed1c24 !important;
    border-radius: 1rem;
    padding: 5px 20px;
}

.card-logindash:not(.card-outline) > .card-header a.active {
   font-weight: bold !important;
   color: #fff;
   background: #ed1c24 !important;
   border-radius: 1rem;
   position: relative; /* necessário para a seta */
}

/* seta centralizada */
.card-logindash:not(.card-outline) > .card-header a.active::after {
  content: "";
  position: absolute;
  bottom: -10px; /* joga a seta pra fora do botão */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ed1c24; /* mesma cor do fundo */
}

.card-logindash {
   box-shadow: none !important;
}

.smallLogin { 
    font-size: 0.8rem; 
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 0;
}


.icheck-danger > input:first-child:checked + input[type="hidden"] + label::before, .icheck-danger > input:first-child:checked + label::before {
    background-color: #ed1c24;
    color: #fff;
}

.btn-danger {
    background-color: #ed1c24;
}
.btn-default {
    background-color: #fff;
    color: #ed1c24;
}

.txtFooter {
    margin-top: 1rem;
    color: #ed1c24;
    font-weight: 100;
    font-size: 0.75rem;
}
.txtFooter a { 
    color: #ed1c24;
}

.subtitulo {
    color: #ed1c24;
    margin-top: 0.35rem;
    font-size: 0.9rem;
}

.descricao {
    color: #000;
    font-size: 0.8rem;
    width: 80%;
}

/* select2 */
.select2-container--bootstrap4 .select2-selection,
.select2-container--bootstrap4 .select2-selection--multiple .select2-search__field {
    background: none;
    color: #ed1c24;
    border-radius: 10px;
}
.select2-container--bootstrap4 .select2-results__option--highlighted, .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
    background: #ed1c24;   
    color: #fff;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    color: #ed1c24;
}
.select2-search__field::placeholder {
    color: rgb(255, 255, 255);
    opacity: 1; /* Firefox */
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    border-color: #FFF transparent transparent transparent;
    
}
.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color: #ed1c24;
    border-radius: 10px;
}



.subG {
    font-size: 1.4rem;
}

.subX {
    font-size: 1.2rem;
    font-weight: bold;
}

.white {
    color: #ffffff;
}

.bgimg {
    background: linear-gradient(0deg,#C6C6C6 0,#fff 67%) !important;
}

.h-premios {
    background: #fff !important;
    min-height: 470px;
}

.h-premios ul li {
    padding: 2px;
}

.bgcolor {
    /* background-color: #BF0D0D; */
    min-height: 470px
}

.bgcolor ul li {
    padding: 5px;

}

.descricaoT {
    font-size: 1rem;
    font-weight: 200;
}

.m10 {
    margin: 10px 0;
}
.ml20 {
    margin-left: 20px;
}

.linkblank {
    color: #ed1c24 !important;
    text-decoration: underline;
}

.linkblank:hover, .linkblank:active, .linkblank:active {
    color: #ed1c24 !important;
    font-weight: bold;
}

/* .os-content-glue, .sidebar,  { */
.sidebar-dark-primary {
    /* background-color: transparent !important; */
    /* background-color: rgba(0, 0, 0, 0.2) !important; */
}

.sidebar-collapse .sidebar-dark-primary {
    /* background-color: transparent !important; */
    /* background-color: rgba(78, 13, 13, 1) !important; */
}

.sidebar-collapse .sidebar-dark-primary:hover, .sidebar-collapse .sidebar-dark-primary:active {
    background-color: #ed1c24;
    /* background-color: rgba(0, 0, 0, 0.8) !important; */
}

.pdfview {
    width: 100%;
    height: 100%;
}
.labelpdf {
    font-size: 0.8rem;
    word-break: break-word;
    font-weight: normal;
}

.termo {
    width: 80% !important;
    max-width: none !important;
}

.pad5 {
    padding: 0.5rem 2rem;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    /* .backdrop-sidebar {
      background-color: rgba(8, 8, 8, 0.7);
      -webkit-backdrop-filter: blur(10px) brightness(-13);
      backdrop-filter: blur(16px) brightness(-13);
    } */

    .logindash, .bg-card-logindash { 
        -webkit-backdrop-filter: blur(30px) brightness(-7);
      backdrop-filter: blur(16px) brightness(-7);
    }
}
  
/* slightly transparent fallback for Firefox (not supporting backdrop-filter) */
@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    /* .backdrop-sidebar {
        background-color: rgba(0, 0, 0, 0.7);
    } */
}


@media (max-width: 992px) { 

    html, body {
        /* background-attachment: fixed !important; */
        background-size: cover !important;
    }

    .login-box {
        width: auto;
        min-width: 300px;
    }
    
    .logo-sidebar, .logo-mini-sidebar, .brand-link {
        display: none !important
    }

    .backdrop-sidebar, .sidebar-dark-primary {
        /* background-color: rgba(0, 0, 0, 0.9) !important; */
        background: linear-gradient(0deg,#ed1c24 0,#B00006 50%) !important;
    }
}

@media (max-width: 428px) { 
    .bg-horizontal {
        background: none !important;
    }

    .ranking {
        background-size: 30% !important;
    }   

    .login-box {
        width: 320px;
    }

    .login-box .brand {
        width: 50%;
        /* margin-left: -2.5rem !important; */
    }

    .card-logindash .nav-tabs {
        padding-left: 6%;
    }

    #whats {
        display: inline-block;
        position: fixed;
        width: 43px;
        height: 34px;
        right: 10px;
        bottom: 100px;
    }

    #whats img, #whats a {
        width: 43px;
        height: 44px;
        display: block;
    }

    .card-kpi {
        padding-top: 0rem;
        background-size: auto 55%;
    }

    .kpi h3, .kpi-label {
        font-size: 0.6rem;
    }

    .col-6.col-sm-12.col-md-6.kpi-label.text-left  { 
        margin: 0 !important;
        padding: 0 !important;
        text-align: right !important;
    }

    .graficoGatilho {
        background-position-x: -15px !important;
    }

    .mediaMobilePremios {
        display: none;
    }
}

@media screen and (max-width: 1720px) {
    .col-xl-4 {
      min-width: 50% !important;
    }
}

@media screen and (max-width: 1700px) {
    .graficoGatilho {
        background-position-x: -16px !important;
    }
}



.img-fluid {
    /* margin-top: 50px; */
}

.lgSmall {
    font-size: 0.55rem !important;
    color: #611E1E;
    font-weight: bold;
    position: relative;
}

.gridUser {
    text-align: center;
    margin-right: 5px;
    margin-top: 5px;
}

.gridUser div > p {
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
}

.btn-ir {
    font-size: 0.9rem;
}


.bg-success {
    background-color: #ed1c24 !important;
}


.embed-container { 
    position: relative; 
    padding-bottom: 50%; 
    height: 0; overflow: hidden; 
    max-width: 100%; 
  } 
  
  .embed-container iframe, 
  .embed-container object, 
  .embed-container embed { 
    position: absolute; 
    top: 0; left: 0; 
    width: 100%; 
    height: 100%; 
  }


  .minimenuheader {
    position: absolute;
    right: 0;
  }

  .smalltitle {
    font-size: 11px !important;
  }

  .invalid-feedback {
    color: #620901 !important;
  }

  .mB10 {
    margin-bottom: 15px;
  }

  @media (min-width: 1600px) {
  .col-xl-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}