.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #084f8f url(/img/paginamutual/top.png) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s 0s, visibility 0s .3s;
    border-radius: 5px;
    background-color: #084f8f;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
    background-color: #084f8f;
    opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  } 
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}






/* =============================== 
	1.4. BOOTSTRAP ELEMENTS RESET. 
   =============================== */

/* ===== NAVBAR. ===== */

.containermenu{
    background-color: transparent;
    padding-top: 0px;
    padding-bottom : 0px;
}
/* ===== NAVBAR. ===== */



.navbar-default{
    border-color: transparent;
	box-shadow: 0px 6px 16px -2px rgba(0, 0, 0, 0.3);
}

/* ===== NAVBAR. ===== */

.container{
    background-color: transparent;
    padding-top: 10px;
    padding-bottom : 10px;
}

.logo-brand{
  width: 350px;
  margin-top: -15px;
  margin-left:0px;
  transition: 0.5s;
}

    .logo-brand img {
        width: 60%;
        margin-top: -20px;
        margin-left: 100px;
    }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #689bd1;
    background-color: transparent;
}

.navbar-default{
    border-color: transparent;
	box-shadow: 0px 6px 16px -2px rgba(0, 0, 0, 0.3);
}

.navbar-default .navbar-nav > li > a {
    color: #595959;
    font-size: 13px;
    transition-property: color;
    transition-duration: 0.4s;
    padding-left: 5px;
    transition: 0.5s;
    font-family: 'Montserrat', sans-serif;
    margin-top: 4px;
}
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #689bd1;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: #689bd1;
        background-color: transparent;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #689bd1;
        background-color: transparent;
        transition: width 2s;
    }

.navbar-default .navbar-toggle {
    border-color: transparent;
    margin-top: 10px;
    margin-left:10px
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
    color: red;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #2d527c;
    height: 3px; 
}

.navbar-fixed-top{
    background: #FFF;
}

@media(min-width:768px) {
  .navbar-default {
    transition: all .35s;
    padding: 15px 0;
    /* Add additional styles here for the UNCOLLAPSED state */
}


}

.caret-drop{
    position: relative;
}

.caret-drop:before{
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  padding: 10px 0;
  margin: 2px 0 0;
  margin-left: -16px;
  margin-right: -10px;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #FAFCFC;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #eff5f5;
  border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);  
}

.dropdown-menu > li > a {
  display: block;
  padding: 2px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  white-space: nowrap;
  transition: 0.4s;
  font-family: 'Roboto', sans-serif;
  color: #595959;
  font-size: 14px;

}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #2D527C;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-menu .divider-top {
  display: none;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #eff5f5;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #eff5f5;
}
