.row.content{
    height: 950px;
}

.sidenav{
    background-color: #38434e;
    padding-top: 0px;
    height: 100%;
    padding-left: 0px;
    padding-right: 0px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
}

.sidenav h2{
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px;
    color: #c6d1e2;
    background-color: #323b45;
}

.sidenav ul li a{
    border-radius: 0px;
    color: #c6d1e2;
}

.sidenav ul li a:hover{
    background-color: #323b45;
    color: #f1f1f1;
}

.nav > li a:focus{
    background-color: #30b19b;
}

.fa-caret-down {
  float: right;
  padding-right: 8px;
}

.dropdown .dropbtn {
  font-size: 14px;
  border: none;
  outline: none;
  color: #c6d1e2;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  cursor: pointer;
}

.header-mensagem{
    height: 75px;
    padding: 19px;
    width: 82%;
    margin-left: 17.5%;
    background-color: #FFFFE0;
    position: relative;
    border-radius: 8px;
}


@media screen and (max-width: 767px){
    .row.content{height: auto;}
    
    .well-personalizado {
        min-height: 20.5%;
        padding: 19px;
        margin-left: 0.5%;
        width: 100%;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 8px;
        margin-bottom: 30px;
    }
    
    .dropdown-content {
        display: none;
        position: relative;
        min-width: 100px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
    }

    .dropdown-content a {
        color: #c6d1e2;
        padding: 12px 30px;;
        text-decoration: none;
        display: block;
        text-align: left;
    }

    .dropdown a:hover {
        background-color: #30b19b;
    }

    .show {
        display:block;
        background-color: #38434e;
    }
}

@media screen and (min-width: 768px){
    
   .well-personalizado {
        min-height: 20.5%;
        padding: 19px;
        margin-left: 20.5%;
        width: 100%;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 8px;
    }
    
    .dropdown-content {
        display: none;
        position: relative;
        background-color: #323b45;
        min-width: 160px;
        overflow: auto;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
    }

    .dropdown-content a {
        color: black;
        padding: 12px 30px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

    .dropdown a:hover {
        background-color: #30b19b;
    }

    .show {
        display:block;
        background-color: #38434e;
    }
}

.rod{
    position: fixed; 
    bottom: 0px; 
    width: 100%; 
    height: 45px; 
    background-color: #8C1717;
}

a:hover {
 cursor:pointer;
}


