@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Exo");
        body {
            font-family: "Roboto", sans-serif !important;
        }
        h4 {
            font-family: "Exo", sans-serif !important;
        }
      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
        
h6, i.bodycolor {
    color: #fb3;
}
h5, h6 {
    font-family: "Exo", sans-serif;
    color: #fb3;
    font-weight: bold;
    padding-top: 10px;
}
.totalValor {
    background-color: #c3e6cb!important;
}
.capitalsocial {
    height: 20px!important;
}
.capitalsocial p {
    border-left: 3px solid #00c851 !important;
    color: #00c851 !important;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.5rem;
}
.valorextenso {
    font-size: 1rem;
    border: 1px solid #00c851;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 20px;
}
.circularBorder {
    border-radius: 50% !important;
    font-size: 1rem;
}

.select2-container {
    width: 100% !important;
}

.navbar {
  min-height: 100px;
}

.navbar-brand {
  padding: 0 15px;
  height: 100px;
  line-height: 100px;
}

.navbar-toggle {
  /* (80px - button height 34px) / 2 = 23px */
  margin-top: 23px;
  padding: 9px 10px !important;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding-top: 26.5px;
    padding-bottom: 26.5px;
    line-height: 27px;
  }
}
        .shadow-nav {
            box-shadow: 0 .3rem .4rem rgba(0,0,0,0.3)!important;
        }
        .roundedbutton {
            border-radius: 3rem!important;
        }
hr {
    height: 8px;
    /* background-color: red;*/
    background-image: linear-gradient(90deg, transparent, black, transparent);
    
    border: 0;
    height: 1px;
}

        
@font-face {
  font-family: "Roboto";
  src: local(Roboto Thin), url('fonts/Roboto-Thin.eot');
  src: url('fonts/Roboto-Thin.eot?#iefix') format("embedded-opentype"), url('fonts/Roboto-Thin.woff2') format("woff2"), url('assets/fonts/Roboto-Thin.woff') format("woff"), url('fonts/Roboto-Thin.ttf') format("truetype");
  font-weight: 200; }
@font-face {
  font-family: "Roboto";
  src: local(Roboto Light), url('fonts/Roboto-Light.eot');
  src: url('fonts/Roboto-Light.eot?#iefix') format("embedded-opentype"), url('fonts/Roboto-Light.woff2') format("woff2"), url('fonts/Roboto-Light.woff') format("woff"), url('fonts/Roboto-Light.ttf') format("truetype");
  font-weight: 300; }
@font-face {
  font-family: "Roboto";
  src: local(Roboto Regular), url('fonts/Roboto-Regular.eot');
  src: url('fonts/Roboto-Regular.eot?#iefix') format("embedded-opentype"), url('fonts/Roboto-Regular.woff2') format("woff2"), url('fonts/Roboto-Regular.woff') format("woff"), url('fonts/Roboto-Regular.ttf') format("truetype");
  font-weight: 400; }
@font-face {
  font-family: "Roboto";
  src: url('fonts/Roboto-Medium.eot');
  src: url('fonts/Roboto-Medium.eot?#iefix') format("embedded-opentype"), url('fonts/Roboto-Medium.woff2') format("woff2"), url('fonts/Roboto-Medium.woff') format("woff"), url('fonts/Roboto-Medium.ttf') format("truetype");
  font-weight: 500; }
@font-face {
  font-family: "Roboto";
  src: url('fonts/Roboto-Bold.eot');
  src: url('fonts/Roboto-Bold.eot?#iefix') format("embedded-opentype"), url('fonts/Roboto-Bold.woff2') format("woff2"), url('fonts/Roboto-Bold.woff') format("woff"), url('fonts/Roboto-Bold.ttf') format("truetype");
  font-weight: 700; }

.ui-helper-hidden-accessible {
    display:none;
}
.popover-content {
    display: none;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
    border-color: #fb3;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(126, 239, 104, 0.6);
    outline: 0 none;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px!important; /* e.g. change 8x to 4px here */
}

#clausulas { list-style-type: none; }
#clausulas li { margin: 0 5px 5px 0px; width: 90%; }

footer {
  position: fixed;
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  line-height: 60px;
  background-color: #ffffff;
  color: #e4e4e4;
  font-weight: bold;
  font-family: 'Exo', sans-serif;
  border-top: 1px solid #eee;
  z-index: 999; }
  footer   span {
    color: #000; }

.menuVertical {
    position: fixed
}