.fondo {
    background-image: url("../storage/assets/fondo-2.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.card-custom {
    background-color: rgba(0, 0, 0, 0.08) !important;
    border: 1px solid rgba(0, 0, 0, 0.041) !important;
}

.card-header-custom {
    font-size:large;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; /* Semibold */
    color: #495057;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
}

.text-custom {
    color: #495057 !important;
}

.font-weight-semibold {
    font-weight: 600 !important;
}

.btn-custom {
    background-color: #6C757D !important;
    color: #ffffff !important;
}

.btn-custom:hover {
    background-color: #495057 !important;
    color: #ffffff !important;
}

.btn-delete-custom {
    background-color: #CC0505 !important;
    color: #ffffff !important;
}

.btn-delete-custom:hover {
    background-color: #b00303 !important;
    color: #ffffff !important;
}

.menu-custom {
    background-color: rgba(0, 0, 0, 0.08);
}

.submenu-custom {
    background: linear-gradient(to right, #B7B7B7 22%, rgba(255, 255, 255, 0) 10%);
    border: none;
    border-top: 0.2rem solid;
    border-radius: 0px;
    min-width: 250px;
}

.bg-custom {
    background-color: #495057 !important;
}

.icon-color {
    color: #ec1c23a0;
}

.icon-custom {
    color: #495057;
}

.text-personal-principal {
    color:#ffffff !important;
    font-weight: bold;
}

.text-personal {
    color:#4a4a47 !important;
    font-weight: bold;
}

.btn-outline-personal {
    color: #4a4a47 !important;
    border-color: #4a4a47 !important;
}

.btn-outline-personal:hover {
    background-color: #4a4a47 !important;
    color: #ffffff !important;
}

.btn-personal {
    background-color: #4a4a47 !important;
    color: #ffffff !important;
}

.encabezadolista {
    background-color: #6C757D;
    color: #ffffff;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color:#4a4a47;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color:#4a4a47;
    border-color:#4a4a47;
}

#tablerodivmapa {
    height: 87vh;
}

#divmaparepresentantes {
    height: 87vh;
}

#divgraficaprep {
    height: 87vh;
}

#divgraficaprepseccion {
    height: 82vh;
}

#tablerodivdetalle {
    height: 87vh;
	overflow-y:auto;
	/* padding-top: 5px; */
	/* padding-left: 5px; */
	/* padding-right: 5px; */
    /* background-color: #EC1C24; */
    /* background-color: rgba(0, 0, 0, 0.08); */
}

.card-cabezera-personal {
    background-color: #63676B;
    color: #ffffff;
}

.table-titulo {
    color: #ffffff;
    background-color: rgba(108, 117, 125, 0.316);
    font-weight: 600;
}

.divinformativofiltro {
    background-color: #ffffff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.divinformativo {
    background-color: #ffffff;
}

.divnotas {
    height: 400px;
    overflow-y: auto;
}

.counters {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 42px;
    color: #121312;
}

.counters-verdef {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 42px;
    color: #bced0c;
}

.counters-amarillo {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 42px;
    color: #eeeb46;
}

.counters-ceresa {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 42px;
    color: #d80c83;
}

.counters-verde {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 42px;
    color: #19c0c0;
}

.carousel-prensa {
    height: 31vh;
    min-height: 150px;
}

.encabezadoform {
    background-color: #6C757D;
}

.table-rounded {
    border-radius: 5px !important;
    overflow: hidden;  
}

.headerlistatitulo {
    margin-bottom: 0px;
    color:#4a4a47;
}

#divgrafica {
    width: 100%; 
    min-height: 210px !important;
    max-height: 340px !important;
}

#divgraficaimpacto {
    width: 100%;
    height: 600px; 
}

.home-welcome {
    color: white;
    font-size: 125%;
    font-weight: 300;
}

.pure-g-r [class *="pure-u"] {
    font-family: sans-serif;
}

.main-example {
    margin: 0 auto;
    width: 355px;
}

.main-example .countdown-container {
    height: 130px;
}

.main-example .time {
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    display: inline-block;
    text-align: center;
    position: relative;
    height: 95px;
    width: 65px;
    
    -webkit-perspective: 479px;
    -moz-perspective: 479px;
    -ms-perspective: 479px;
    -o-perspective: 479px;
    perspective: 479px;
    
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.main-example .count {
    background: #202020;
    color: #f8f8f8;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 2em;
    line-height: 2.6em;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    top: 0;
    width: 100%;
    
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -o-transform-style: flat;
    transform-style: flat;
}

.main-example .count.top {
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    border-radius: 5px 5px 0 0;
    height: 50%;
    
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.main-example .count.bottom {
    background-image: linear-gradient(rgba(255,255,255,0.1), transparent);
    background-image: -webkit-linear-gradient(rgba(255,255,255,0.1), transparent);
    background-image: -moz-linear-gradient(rgba(255,255,255,0.1), transparent);
    background-image: -ms-linear-gradient(rgba(255,255,255,0.1), transparent);
    background-image: -o-linear-gradient(rgba(255,255,255,0.1), transparent);
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 0 0 5px 5px;
    line-height: 0;
    height: 50%;
    top: 50%;
    
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.main-example .label {
    font-size: normal;
    margin-top: 5px;
    display: block;
    position: absolute;
    top: 95px;
    width: 100%;
}

.main-example .count.curr.top {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 3;
}

.main-example .count.next.bottom {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    z-index: 2;
}

.main-example .flip .count.curr.top {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;

    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.main-example .flip .count.next.bottom {
    -webkit-transition: all 250ms ease-in-out 250ms;
    -moz-transition: all 250ms ease-in-out 250ms;
    -ms-transition: all 250ms ease-in-out 250ms;
    -o-transition: all 250ms ease-in-out 250ms;
    transition: all 250ms ease-in-out 250ms;

    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

@media screen and (max-width: 48em) {
    .main-example {
        width: 100%;
    }
    .main-example .countdown-container {
        height: 100px;
    }
    .main-example .time {
        height: 70px;
        width: 48px;
    }
    .main-example .count {
        font-size: 1.5em;
        line-height: 70px;
    }
    .main-example .label {
        font-size: 0.8em;
        top: 72px;
    }
}

#divaddmap {
    height: 500px;
}

.etiquetamuni {
    font-weight: bold;
}

.divmargintop {
    margin-top: 8vh;
}

.btn-flotante {
    padding: 35px 35px; /* Relleno del boton */
    background-image: url("../storage/dashboard/FLECHA-IZQ.png");
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed;
    bottom: 25px;
    left: 25px;
    transition: all 300ms ease 0ms;
    z-index: 99;
}

.btn-flotante:hover {
    transform: translateY(-7px);
}

@media only screen and (max-width: 600px) {
    .btn-flotante {
    font-size: 14px;
    padding: 12px 20px;
    bottom: 20px;
    left: 20px;
    }
}

.btn-menu:hover {
    transform: translateY(-7px) !important;
}

.img-flotante {
    padding: 60px 60px; 
    background-image: url("../storage/dashboard/balam-blanco-100.png");
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed;
    bottom: 10px;
    right: 25px;
    transition: all 300ms ease 0ms;
    z-index: 99;
}

.logo-centro {
    position: absolute;
    top: 50%;
}