body, html{
    height: 100%;
}
.page-content-menu{
    padding: 0;
}
.bgimg-1 {
    background-image: url("../img/bg.png");
    height: 100%;
}
.bgimg-1, .bgimg-2, .bgimg-3 {
    position: relative;
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto;
}

.page-footer {
    background: #405571;
    color:#fff;/*#4d4d4d;*/
}
.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;
}
@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-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: 50px;
}
.logo-login{
    width: 160px !important;;
}

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

/*MODAL*/
.modal {
    top: 50px;
}
.modal-header{
    background: rgb(249,247,250);
    color: #000;
}
.close {
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}
.modal-title{
    text-transform: uppercase;
}