#dvprincipal{
    padding-left: 0px;
    padding-right: 0px;

}
#dvimg-bkg{
    background:url(../img/backgroundtop.jpg);
    height: 600px;
    width: 100%;
    opacity: 0.6;
}
#h1-text{
    color: orangered;
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    margin-left: 45%;
}
#dvdescritivo {
    position: absolute;
    width: 100%;
    top: 80px;
    padding-left: 10%;
}
.tititem{
    color: orangered;
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
}
.iconeitem{
    color: orangered;
    font-size: 80px; !important;
    padding-bottom: 10px;
}
#dvcontato{
    margin-bottom: 20px;
}
#dvformcontato{
    z-index: 2;
    background: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 15px;
}
#titcontato{
    color: orangered;
    padding-bottom: 15px;
}
.txtcontato{
    background: #f2f2f2;
    border-radius: 15px;
}
#dvgoogleMap{
    padding: 0px;
    height:500px;
}
#dvrodape{
    padding-top: 40px;
    padding-bottom: 40px;
    background: orangered;
}
.listarodape{
    list-style-type:none;
    padding-left: 0px;
}
.listarodape>li>a{
    text-decoration: none;
    color: white;
    transition: all 300ms;
}
.listarodape>li>a:hover{
    text-decoration: none;
    color: orangered;
    margin-left: 5px;
    transition: all 300ms;
}
.itemrodape{
    font-family: Arial;
    font-size: 18px;
    color: white;
}
.subitemrodape{
    color: white;
}
#btenviarcontato.btn-primary {
    color: #fff;
    background-color: orangered;
    border-color: #c33400;
}
