html {
    height: 100%;
    padding: 0;
}

body {
    min-height: 100%;
    padding: 0;
}

.icon {
    width: 200px;
    height: auto;
}

.cust {
    float: left;
    margin-right: 5px;
}

.nav-cust {
    margin-bottom: 10px;
}

.cont-cust {
    margin-bottom: 10px;

}

.card-spc {
    margin: 10px;
}

.spc {
    margin-bottom: 20px;
}

.col-cust {
    padding-top: 20px;
}

.about-col-cust {
    padding: 20px;
}

.foot {
    position: static;
    bottom: 0;
    width: 100%;
    background-color: #df0e2c;
}

.but-cust {
    background-color: #df0e2c;
}

.map-container{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    }

.map-container iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    }

.txt-col {
        color: #df0e2c;
    }