.header-input{
    font-size: 1.2rem;
    opacity: .8;
    margin: 0;
}

/* Iconos en los Inputs */
.inner-addon {
    position: relative;

}

.inner-addon .rcc-icon {
    position: absolute;
    padding-right: 12px;
    pointer-events: none;
}

.rcc-icon-mail {
    height: 20px;
    width: 30px;
    margin-top: 11px;  
}

.input-lg{
    height: 3.5rem !important;
    font-size: 1.2rem !important;
}

.input-lg-fecha{
    height: 3.5rem !important;
    font-size: 12px !important;
}



/* Selects */
.select2-selection__arrow b{
    border-width: 8px 6px 0px 6px!important;
    position: absolute;
    left: -15px!important;
    border-color: #1f97ae transparent transparent transparent!important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 1.2rem;  
}

.select2-selection__rendered {
    line-height: 36px !important;
}
.select2-container .select2-selection--single {
    height: 38px !important;
}
.select2-selection__arrow {
    height: 37px !important;
}

/* text */
.list-errors{
    line-height: 2rem;
    font-size: 1.2rem;
}

/* Barritas */


.header-barras {
    height: auto;
    overflow: hidden;
}

.header-barras h4 {  
    float: left;
    font-weight: bold;
    font-size: 18px;	
}


@media (max-width: 768px) {
    .header-barras h4 {  
       font-size: 16px;
    } 
}