* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
body, html {
    height: 100%;
}
#header {
    padding: 30px 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,0.4);
    box-shadow: 0 0 8px 1px rgba(0,0,0,0.4);
    position: relative;
}
#header .logo {
    width: 150px;
    margin: 0 auto 20px;
}
#header .logo img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
#header .intro-text {
    width: 60%;
    margin: 10px auto 0;
}
#header .intro-text h1 {
    text-align: center;
    font-weight: 600;
    font-size: 34px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #555;
}
#header .intro-text h2 {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #005ca9;
}
#header .intro-text p {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 16px
}
#content {
    width: 100%;
    padding-bottom: 100px;
}
#content .casas-box {
    width: 100%;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px
}
.casas-box .float {
    width: 50%;
    float: left;
}
.casa-img {
    width: 100%;
}
.casa-img img {
    width: 100%;
}
.descripcion {
    width: 50%;
    margin: -45px auto 0;
    background-color: #005ca9;
    position: relative;
    color: #fff;
    -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,0.4);
box-shadow: 0 0 8px 1px rgba(0,0,0,0.4);
}
.descripcion h2.title-casa {
    text-align: center;
    padding: 10px 0 5px;
    font-weight: 600;
    font-size: 24px;
}
.descripcion h3.especificacion {
    text-align: center;
    font-weight: 400;
    padding-bottom: 10px
}
.sala-ventas {
    width: 100%;
    margin: 20px auto;
}
.sala-ventas p {
    width: 40%;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    margin-bottom: 20px
}
.sala-ventas h4 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}
.sala-ventas h3 {
    text-align: center;
    font-size: 18px;
    color: #555;
}
#footer {
    width: 100%;
    background-color: #95C123;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,0.4);
    box-shadow: 0 0 8px 1px rgba(0,0,0,0.4);
}
#footer h4 {
    text-align: center;
    color: #fff;
    font-size: 21px;
    padding: 10px 0 0;
}
#footer .formulario {
    padding: 10px 0 20px;
    overflow: hidden;
}
.input-box {
    width: 16%;
    margin: 0 2%;
    float: left;
}
.input-box input {
    width: 100%;
    border: none;
    padding: 7px 10px
}
.input-box select {
    width: 100%;
    border: none;
    padding: 6px 10px;
}
.input-box button {
    width: 100%;
    border: none;
    padding: 7px 0;
    font-weight: 600;
    cursor: pointer;
    background-color: #005ca9;
    color: #fff;
}
@media screen and (max-width:480px) {
    #header .intro-text {
        width: 90%;
    }
    #header .intro-text h1 {
        font-size: 18px;
        line-height: 20px;
    }
    #header .intro-text p {
        font-size: 10px;
        line-height: 14px
    }
    #content {
        padding-bottom: 10px;
    }
    #footer {
        width: 100%;
        background-color: #95C123;
        position: relative;
        bottom: 0;
        z-index: 9999;
        -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,0.4);
        box-shadow: 0 0 8px 1px rgba(0,0,0,0.4);
    }
    .input-box {
        width: 80%;
        margin: 0 auto 5px;
        float: none;
        overflow: hidden
    }
    .casas-box .float {
        width: 100%;
        float: none;
        margin-bottom: 10px
    }
    .descripcion {
        width: 90%;
        margin: -10px auto 0;
    }
    .descripcion h2.title-casa {
        padding: 5px 0 5px;
        font-size: 18px;
    }
    .descripcion h3.especificacion {
        font-weight: 400;
        padding-bottom: 5px;
        font-size: 14px
    }
}
.hide {
    display: none !important;
}
.overlay-msg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9999999;
    background-color: rgba(0,0,0,0.5);
    display: table;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.load-icon, .msg {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.msg .success {
    width: 100%;
    padding: 20px 0;
    background-color: #95c123;
    text-align: center;
    color: #fff;
}
.load-icon .icon {
    width: 35px;
    margin: 0 auto;
    padding: 20px 25px;
        -webkit-border-radius: 10px;
border-radius: 10px;
    background-color: #ffcc00;
}
.load-icon .icon .fa-spinner {
    color: #fff;
    font-size: 40px;
}