@charset "utf-8";
@import url("reset.css");
@import url("xxxl-grid.css");

/*------------------------------------------------------------------
VARIABLES
-------------------------------------------------------------------*/

:root {
    --rojo01: #CB281D;
    --rojo02: #AB262E;
    --negro-01: #1f2230;
    --gris-01: #707876;
    --gris-02: #4E4E4E;
    --bg01: #eff5f4;
    --bg02: #f9faf9;
    --font: 'Montserrat', sans-serif;
    --body: #000;
}


/* ----------------------------------------------------------------
	Bootstrap Adjustments
-----------------------------------------------------------------*/

@media (min-width: 1440px) {
    .container {
        width: auto;
        max-width: 1350px;
    }
}





/* ----------------------------------------------------------------
	Basic
-----------------------------------------------------------------*/

iframe {
    width: 100%;
    border: 0 !important;
    overflow: hidden !important;
}

html,
body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}

body {
    font-family: var(--font);
    font-weight: 400;
    color: var(--body);
    font-size: 100%;
}






/* ----------------------------------------------------------------
	FONTS
-----------------------------------------------------------------*/
.instrucciones-01{
    color: var(--rojo01);
    font-size: 12px;
}
.texto-rojo01{
    color: var(--rojo01);
}
.texto-rojo02{
    color: var(--rojo02);
}
.texto-negro01{
    color: var(--negro-01);
}
.texto-gris01{
    color: var(--gris-01);
}
.texto-gris02{
    color: var(--gris-02);
}
.cta-01{
    font-size: 1.5em;
    line-height: 1.4;
    font-weight: 400;
}





/* ----------------------------------------------------------------
	BACKGROUNDS
-----------------------------------------------------------------*/
.bg-01{
    background-color: var(--bg01);
}
.bg-02{
    background-color: var(--bg02);
}
.bg-rojo01{
    background-color: var(--rojo01);
}
.bg-rojo02{
    background-color: var(--rojo02);
}





/* ----------------------------------------------------------------
	BG-IMAGES
-----------------------------------------------------------------*/
.bg-imgPortada{
    background-color: var(--rojo01);
    height: 100%;
    width: 100%;
}

@media (min-width: 768px) {
    .bg-imgPortada{
        background-image: var(--bg-image);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0;
        height: 100vh;
    }
}




/* ----------------------------------------------------------------
	NAVS
-----------------------------------------------------------------*/
#box-logoNavMobile{
    padding-right: 10%;
    text-align: center;
    width: 80%
}
#box-toogleNavMobile{
    width: 10%;
}
#box-toogleNavMobile .iconify{
    color: #FFF;
    cursor: pointer;
    font-size:22px;
    margin-top: 15px;
}

.plataforma-NavItem{
    border-radius: 10px;
    color: #FFF;
    font-size: 16px;
    margin-left: 12px;
    padding: 8px;
    text-decoration: none;

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.plataforma-NavItem .iconify{
    font-size: 18px;
    margin-top: -5px;
    margin-right: 2px;
}

.plataforma-NavItem:hover{
    background-color: var(--rojo02);
    color: #FFF;
}

.plataforma-NavItem:hover .iconify{
    color: #FFF;
}

.plataforma-MobileItem{
    color: #FFF;
    display: block;
    margin: 15% 0;
    padding: 0 5%;
    text-decoration: none;
}


/*-------------------------------------
                                      |
            FORMS                     |                            
                                      |
-------------------------------------*/
.form-group label span,
.form-label span{
    color: red;
}

.form-group {
    margin-bottom: 1.2rem;
}

.form-group label {
    margin-bottom: .3rem;
}

.form-section {
    background: #F8F9FA;
    background: #f3f8fb;
    background: #ededed;
    background: #fff;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    border-radius: .25rem;
    padding: 1.5rem 1rem;
    margin: .5rem;
}

.title-form {
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .title-form,
    .thirdCenter {
        margin-left: 5.55%;
    }
}






/*-------------------------------------
                                      |
            REPORTES                  |                            
                                      |
-------------------------------------*/
.box-filtros {
    background: #FFFFFF;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    border-radius: 2px;
    clear: both;
    margin-bottom: 15px;
    min-height: 10px;
    overflow: visible;
    padding: 25px;
    width: 100%;
}

.box-filtros p {
    color: #727a87;
    font-size: 1rem;
    line-height: 1.45;
}

.box-filtros .btn {
    font-size: .8rem;
    margin-left: 10px;
}

.label-filter {
    background: none;
    color: #2b2b2b;
    display: block;
    font-size: .9rem;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
}

.row-filter {
    background: none;
    margin: 15px 0;
}

.row-filter div:first-child {
    background: none;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
    padding-right: .5rem;
}

.row-filter span:first-child {
    background: none;
    color: #2b2b2b;
    display: block;
    font-size: .9rem;
    font-weight: 500;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
}

.row-filter i {
    margin-right: 5px;
}

.total-filter {
    background: #f7fafc;
    background: #343234;
    background: #dee2e5;
    background: #343A40;
    margin-bottom: 10px;
    margin-bottom: 0;
    padding: 15px;
}

.total-filter h2 {
    color: #2b2b2b;
    color: #343a40;
    color: #FFF;
    font-size: 24px;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    margin: 10px 0;
}

.total-filter h1 {
    color: #0074A8;
    color: #343a40;
    color: #FFF;
    font-size: 36px;
    font-size: 30px;
    line-height: 48px;
    margin: 10px 0;
    text-align: right;
    text-shadow: rgba(0, 0, 0, .15) 0 0 1px;
}

.box-filtros .table .thead-dark th {
    color: #fff;
    color: #343a40;
    background-color: #343a40;
    background-color: #dee2e5;
    border-color: #454d55;
    border-color: #dee2e5;
}

@media screen and (max-width: 576px) {
    .row-filter span:first-child {
        text-align: left;
    }
    .row-filter div:first-child {
        background: none;
        margin: 0;
        padding: 0 15px;
    }
}





/* ----------------------------------------------------------------
	COMUNES
-----------------------------------------------------------------*/
.seccion-margin-20{
    margin-top: 20px;
    margin-bottom: 20px;
}
.seccion-margin-40{
    margin-top: 40px;
    margin-bottom: 40px;
}
.seccion-margin-60{
    margin-top: 60px;
    margin-bottom: 60px;
}
.seccion-margin-80{
    margin-top: 80px;
    margin-bottom: 80px;
}

#box-login{
    background-color: rgba(255,255,255,.95);
    border-radius: 6px;
    margin: 0;
    padding: 0;
    margin-top: 5%;
    margin-left: 5%;
    height: auto;
    width: 90%;
    overflow: scroll;
}
.box-VMiddle{
    top: 50%; 
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    #box-login{
        height: 90%;
    }
    .box-md-VMiddle{
        top: 50%; 
        transform: translateY(-50%);
    }
}
@media (min-width: 992px) {
    #box-login{
        background-color: rgba(255,255,255,1);
        border-radius: 0 16px 16px 0;
        border-radius: 0;
        margin: 0;
        height: 100%;
        width: 23%;
    }
}
@media (min-width: 1200px) {
    #box-login{
        width: 25%;
    }
}
@media (min-width: 1400px) {
    #box-login{
        height: 100%;
        width: 27%;
    }
}

.box-form{
    background-color:none;
    padding: 5% 5%;
    position: relative; 
}
@media (min-width: 1400px) {
    .box-form{
        padding: 2% 10%;
    }
}

.va-middle{
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.carta-primaria{
    background-color: #fff;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    border-radius: .25rem;
    padding: 1.5rem 1rem;
    margin: .5rem;
}

.indicador-icon{
    background-color: var(--rojo01);
    border-radius: 30px;
    color: #FFF;
    display: inline-block;
    font-size: 22px;
    padding: 8px 13px;
    margin: 0 auto 10px;
}

.indicador-titulo{
    display: block;
    color: var(--gris-02);
    font-weight: 400;
    text-align: center;
    width: 100%;
}

.indicador-total{
    color: var(--rojo01);
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    width: 100%;
    
}

@media (min-width: 992px) {
    .indicador-icon{
        margin-right: 8px;
    }
    .indicador-titulo{
        display: inline-block;
        width: auto;
    }
    .indicador-total{
        display: inline;
        float: right;
        margin-top: 10px;
        width: auto;
    }
}

.imgBadge{
    height: auto;
    width: 100%;
    max-width:120px;
}

.btn-table_dropdown{
    background-color: none;
    border: none;
    width: 24px;
}


/* ----------------------------------------------------------------
	Responsive
-----------------------------------------------------------------*/


/*
@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}
*/





/* ----------------------------------------------------------------
	DEBUG
-----------------------------------------------------------------*/
/*    
    * {
        background-color: rgba(255, 0, 0, .2);
    }
    
    * * {
        background-color: rgba(0, 255, 0, .2);
    }
    
    * * * {
        background-color: rgba(0, 0, 255, .2);
    }
    
    * * * * {
        background-color: rgba(255, 0, 255, .2);
    }
    
    * * * * * {
        background-color: rgba(0, 255, 255, .2);
    }
    
    * * * * * * {
        background-color: rgba(255, 255, 0, .2);
    }
    
    * * * * * * * {
        background-color: rgba(255, 0, 0, .2);
    }
    
    * * * * * * * * {
        background-color: rgba(0, 255, 0, .2);
    }
    
    * * * * * * * * * {
        background-color: rgba(0, 0, 255, .2);
    }

*/