/* Ampernet Telecom. Copyright 15-02-2016. Autor:emid.com.br */

.hall {
    background: url(../../img/home.jpg) no-repeat 50% 0 #fff;
    -webkit-transition: background .3s ease-out;
    -moz-transition: background .3s ease-out;
    -ms-transition: background .3s ease-out;
    transition: background .3s ease-out;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    transition-delay: .1s
}
.hall #home {
    padding-bottom: 180px;
}
.hall .ampernet {
    margin-bottom: 80px;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    transition: all .15s ease-out
}
.hall .title {
    margin: 5px 0
}
.hall form {
    width: 490px;
    margin: 95px 0;
    -webkit-transition: margin .2s ease-out;
    -moz-transition: margin .2s ease-out;
    -ms-transition: margin .2s ease-out;
    transition: margin .2s ease-out
}
.hall .formulario dl.wrap-form dd.campo.select {
    width: 74%;
    float: left
}
.hall form .wrap-form .botao {
    width: 24%;
    margin-top: 0;
    float: right
}
.hall form .wrap-form .botao input {
    width: 100%
}
.hall .grid-nav {
    display: inline-block;
    margin: 20px 0;
    float: none;
}
.hall .nav-ico-top .grid-nav a {
    margin: 0 20px 0 0
}
.hall .central {
    width: 370px;
    margin: 25px 0 0;
    float: right;
    text-align: left;
}
.hall .central .ico {
    width: 80px;
    height: 80px;
    background: url(../../img/ico/sprite.png) no-repeat -480px -335px transparent;
    display: block;
    float: left;
    margin: 0 15px 10px 0
}
.hall .central p {
    margin-top: 5px;
}
.hall .central .tel {
    font-size: 2.4em;
    margin-top: 5px;
}
.hall #rodape {
    background: #fff
}
@media all and (max-height: 780px) {
    .hall {
        background-position: 50% -60px
    }
    .hall .ampernet {
        margin-bottom: 50px
    }
    .hall form {
        margin: 70px 0
    }
    .hall .grid-nav,
    .hall .central {
        margin: 10px 0
    }
}
@media all and (min-height: 950px) {
    .hall #rodape {
        background-color: transparent
    }
}

@media all and (max-width: 673px) {
    .hall #rodape {
        text-align: center;
    }
    .hall .central{
        float: none;
        max-width: 400px;
        width: 100%;
        margin: 15px auto;
    }
    .hall #home{
        padding-bottom: 130px;
    }
    .hall #rodape{
        margin-top: 0px;
    }
    
}
@media all and (max-width: 400px) {
.hall .central .tel {
    font-size: 2.0em;
 
}