body, html{
    /*height: 100%;
    background-repeat: no-repeat;
    background: url("../img/bg2.png") no-repeat center center fixed;
    background-size: 100% 100%;
    */
}
body, html {
    height: 100%;
    background-repeat: no-repeat;
    background: url("../img/bg2.png") no-repeat left center fixed;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto;
    background-size: auto 100%;
}
.page-content-menu{
    padding: 0;
}
.bgimg-1 {
    
}
.bgimg-1, .bgimg-2, .bgimg-3 {
    
}

.page-footer {
    background: #405571;
    color:#fff;
    font-size: 1.085rem !important
}
.txt-color-white{
    color:#fff;
}

.div-tiles{
    margin-top: 30px;
}
.btn-menu {
    width: 100%;
    min-height: 150px;
    margin-top: 20px;
    font-size: 1.3em;
    background-color: #fff;
    box-shadow: -7px 7px 10px -2px rgb(150, 149, 149);
    border-color: #b3aaaa;
    /*padding:0;*/
    color: #4D6991;
    color: #000;
    border: 1px solid #b3aaaa;
    border-bottom: 7px solid #27D843;
    border-bottom-color: #27D843;
    border-right-width: 1px;
    border-left-width: 1px;
}
.btn-mini{
    font-size: 1em;
    padding-top: 30px;
}
@media screen and (max-width: 1024px) {
    .btn-menu {
        font-size: 0.8em;
    }
}
@media screen and (max-width: 1024px) {
    .btn-menu {
        font-size: 1.1em;
    }
}


.btn-menu:hover{
    background-color: #4D6991;
    color: #fff;
}

.btn-btn-menu span {
    float: right;
}

.btn-menu span {
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 100%;
    color: #fff;
    display: block;
    background-color: #405571;
    margin-bottom: -35px;
}

.btn-menu i{
    display: block;
    margin-bottom: 15px;
    font-weight: 600; 
    color: #4D6991;
    color: #000;
}

.btn-mini i{
    display: block;
    margin-bottom: 35px;
    font-weight: 600; 
}

.btn-menu:hover i{
    color: #fff;
}

.title-empresa{
    border-left: 1px dotted #c7c7c7;
}
.title-empresa #lblEmpresa{
    margin-left: 20px;
    color: #fff;
}
.page-logo-text{
    font-weight: bold;
}
.header-icon{
    cursor: pointer;
}
.item-lang{
    padding:10px;
}
.dropdown-item-lang{
    padding-bottom: 2px;
    padding-top: 2px;
}
.img-social{
    width: 40px;
}
.logo-login{
    width: 160px !important;;
}

a[target] {
    border-bottom: none;
}

/*MODAL*/
.modal {
    top: 50px;
}
.modal-header{
    background: #405571;
    color: #fff;
}
.close {
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}
.modal-title{
    text-transform: uppercase;
}

/*ESTILOS CSS*/
.modal-header {
    padding: 0.8rem 1.25rem 0.5rem 1.25rem;
}
.modal-body {
    padding: 0.5rem 1.25rem 1.25rem 1.25rem;
}

#project-context > span, .project-context > span {
    font-size: 1.2em;
    font-weight: bold;
}

#project-context > :first-child, .project-context > :first-child {
    font-size: 8px;
}

.btn-header > :first-child > a{
    cursor: pointer !important;
}

.page-content-wrapper{
    background-color: transparent;
}

.page-logo-text {
    font-weight: bold;
    text-transform: uppercase;
}

.alert-icon + div{
    background-color: transparent !important;
}