html{
    min-width:900px;
}

#menu{
    min-width: 900px;
}

.page{
    position:relative;
    width:100%;
    min-width: 900px;
    font-family: 'Roboto', sans-serif;
}

.principal{
    width:100%;
    min-width: 900px;
    position:relative;
    background-color:#FFFFFF;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:100% 100%;
}

.cabecalho{
    position:relative;
    width:100%;
    min-width: 900px;
    height:200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:100% 100%;
}

.logo{
    margin: 0 auto;
    padding: 0;
    width: 300px;
    height: 150px;
    background: transparent url('../../images/logomarca/logo_color_500.png') no-repeat left bottom;
    background-size: contain;
}

.cabecalho_links{
    position:relative;
    float: right;
    width:250px;
    height: 35px;
    display: table;
}

.icons_links{
    margin: 0 auto;
    padding: 0;
    cursor: pointer;
    display: table-cell;
}

.goto{
    position:absolute;
    width: 100%;
    height: 50px;
    top:-50px;
    visibility: hidden;
}

#inicio{
    position: relative;
    top: 0px;
}

.simbols_contact{
    float:left;
}

#services{
    width: 100%;
    height: auto;
    font-family: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    background: transparent url('../../images/background/slideBackground1.jpg') no-repeat left top;
    background-size: 100% 100%;
}

.google-maps {
    position: relative;
    padding-bottom: 600px; /*This is the aspect ratio*/
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 600px !important;
}

.rodape{
    position:relative;
    font-family: 'Roboto', sans-serif;
    width:100%;
    background-color:#555555;
    font-size: 12pt;
    color:white;
}

.box_logorodape{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 20%;
    height: 300px;
    background-color: #a30c0c;
}

#logorodape{
    margin: 0 auto;
    padding: 0;
    width: 200px;
    height: 250px;
    background: transparent url('../../images/logomarca/logo_pb_500.png') no-repeat;
    background-position: center;
    background-size: contain;
}

#formulario-contato{
    color: #a30c0c;
}

#endereco > h2{
    color: #a30c0c;
}

#icon_email{
    background: transparent url('../../hotpage/images/icons/icon_email.png') no-repeat left bottom;
    background-size: contain;
}

#icon_facebook{
    background: transparent url('../../hotpage/images/icons/icon_facebook.png') no-repeat left bottom;
    background-size: contain;
}

#icon_instagram{
    background: transparent url('../../hotpage/images/icons/icon_instagram.png') no-repeat left bottom;
    background-size: contain;
}

#icon_telefone{
    background: transparent url('../../hotpage/images/icons/icon_telefone.png') no-repeat left bottom;
    background-size: contain;
}

#icon_localizacao{
    background: transparent url('../../hotpage/images/icons/icon_localizacao.png') no-repeat left bottom;
    background-size: contain;
}