html, body{
    height: 100%;
}
#main {
    margin:0px;
}
.ajustBtn{
    width: 80px;
}
/*
#extr-page #header #logo img {
    width: 59px;
}
*/
.alert-danger {
    color: #ffffff;
}
.iconYes{
    font-size: 22px;
    color: #00B500 !important;
}
footer{
    border-top: 1px solid #E6E6E6!important;
    background-color: #F4F4F4;
}
footer .row{
    padding: 10px;
    margin: 0px;
}
.contentView small{
    font-size: 23px;
    color: #8A7C7F;
}
/*
.hero{
    background-image: url("../images/maps.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 90% 0px !important;
}
*/
.bola {
    display: inline-block;
    height: 14px;
    width: 14px;
    margin-bottom: -1px;
}
.listeTops{
    margin-top: 25px;
}
.listeTops li{
    list-style: none;
    margin: 10px 0px;
    font-size: 16px;
}
.listeTops li .m{
    margin-left: 40px;
}
.extr-page-header-space {
    float: right;
    text-align: right;
    display: block;
    vertical-align: middle;
    line-height: 71px;
}
#logo {
    display: inline-grid;
    align-content: center;
    margin: 0px;
}

@media only screen and (min-height : 550px){
    .footer-bottom{
        position: absolute;
        width: 100%;
        bottom: 0px;
    }
}
@media only screen and (max-width : 1200px){
    .hero{
        background:transparent;
    }
}
