@import url('https://fonts.googleapis.com/css?family=Muli|Open+Sans');

body {
  font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none !important;
}

h1, h2, h3, h4, h5, h5 {
    font-family: 'Muli', sans-serif;
    color: #16455f;
}

.vt_nivo_slider {
 margin: 50px 0 0 0 !important;
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 0 !important;
    }
}

.navbar-brand {
  font-family: 'Muli', sans-serif;
  font-weight: 500;
  font-size: 24px;
  padding: 7px 15px;
}

.navbar-brand img {
  height: 50px;
  width: auto;
}

.blog,
.item-page {
    /*padding-top: 60px;*/
    min-height: 300px;
}

.blog .item-image img,
.item-page .item-image img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

@media (min-width: 992px) {

    .blog .item-image {
        width: 30%;
        position: relative;
        min-height: 1px;
        padding-right: 20px;
    }

}

.blog .items-row {
    border-bottom: solid 1px #eee;
    padding-bottom: 30px;
}

.page-header {
    border-bottom: none;
    padding-bottom: 0;
}

@media (min-width: 1200px) {

  .container {
    width: 1170px;
  }

}

.footer {
    position: absolute;
    width: 100%;
    margin-top: 50px;
    padding: 10px 0;
    color: #fff;
    background-color: #16455f;
    text-align: center;
}

footer {
  display: block;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #ed7237;
}

footer .custom {
  margin: 10px 0;
  font-size: 12px;
}

footer .freetext {
  clear: both;
}

footer .freetext p {
  margin: 0;
  padding: 0;
}

footer .logo {
  text-align: center;
  padding-right: 30px;
  margin-bottom: 15px;
}

footer .logo img {
  height: 25px;
  width: auto;
}

footer .social-media {
  text-align: left;
  padding-left: 30px;
}

footer .social-media a {
  font-size: 1.8em !important;
  margin: 0 10px;
}

@media (min-width: 768px) {

  .menu-float-right {
    float: right;
  }
}

@media (max-width: 767px) {

  footer .navbar-nav {
    display: none;
  }
}

@media (max-width: 991px) {

  footer .logo,
  footer .social-media,
  .backtotop {
    display: none;
  }
}

footer .navbar-nav {
  clear: both;
  margin: 0 auto 10px auto;
  width: 100%;
  font-size: 12px;
}

footer .navbar-nav>li {
  float: none;
  display: inline-block;
  text-align: center;
}

footer .nav li a {
  padding: 0 10px;
}

footer .nav li a:hover {
  background-color: transparent;
}

.navbar-tecnoadi {
  background-color: #aab9c1;
  background-image: url(../images/fondo_menu.png);
  background-repeat: repeat;
  min-height: 60px;
}

.navbar-nav>li>a {
  line-height: 30px;
}

.navbar-tecnoadi .navbar-nav>.active>a, .navbar-tecnoadi .navbar-nav>.active>a:focus, .navbar-tecnoadi .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #8aa0ad;
}

.navbar-inverse .navbar-toggle {
  border-color: #062333;
}

.navbar-fixed-top {
  border: none;
}

.nav-child {
  background: #aab9c1 !important;
  background-image: url(../images/fondo_menu.png);
  background-repeat: repeat;
}

.nav-child li.divider {
  border-top: solid 1px #5b727e !important;
}

#main div.attachmentsList caption, div.attachmentsList caption {
  font-weight: normal;
  font-size: 18px;
  color: #16455f;
  margin-top: 20px;
}

#main div.attachmentsList table, div.attachmentsList table {
  border: none;
}

#main div.attachmentsList table tbody td, div.attachmentsList table tbody td {
  padding: 8px;
  font-weight: normal;
  font-size: 14px;
}

div.attachmentsList a.at_url:link, div.attachmentsList a.at_url:visited {
  font-weight: normal;
  color: #337ab7;
}

div.attachmentsList a.at_url:hover {
 color: #23527c !important;
}

#main div.attachmentsList table, div.attachmentsList table {
  min-width: 100%;
}

#main div.attachmentsContainer, div.attachmentsContainer {
  border-top: solid 1px #eee;
  margin-top: 40px;
}

#main div.attachmentsList tbody tr.even, #main div.attachmentsList tbody tr.even td, div.attachmentsList tbody tr.even td, div.attachmentsList tbody tr.even {
  background-color: #f9f9f9 !important;
  border-top: solid 1px #ccc;
}

#main div.attachmentsList tbody tr.even, #main div.attachmentsList tbody tr.even td, div.attachmentsList tbody tr.even td, div.attachmentsList tbody tr.odd {
  background-color: #fff;
  border-top: solid 1px #ccc;
}

#main div.attachmentsList table thead th, div.attachmentsList table thead th {
  border: none;
}

#main div.attachmentsList thead tr, div.attachmentsList thead tr {
  background-color: transparent;
}

#main div.attachmentsList table thead th, div.attachmentsList table thead th {
  font-size: 14px;
  padding: 10px;
  border-bottom: solid 2px #ccc !important;
}

.at_icon {
  display: none;
}

.at_file_size {
  text-align: right;
}

.featured {
  margin-top: 50px;
}

.backtotop {
  position: fixed;
  bottom: 20px;
  right: 25px;
  font-size: 2.5em;
  line-height: 1em;
  z-index: 5;
}

.backtotop a {
  color: #3fa39a;
}

.nav li a {
  color: #121d6d !important;
}

.nav li a:hover {
  background-color: #8aa0ad !important;
}

.nav li.active.deeper span {
  color: #16455f;
}

/*.nav li:hover > ul {
    margin-top: 1px;
}*/

.dropdown-header {
  color: #666;
}

.calidad .item-image img {
  float: left;
  width: auto;
  height: 150px;
  margin: 0px 30px 20px 0px;
}

.clientes .fields-container {
  width: 85%;
  margin: 30px auto 0 auto;
  text-align: center;
}

.clientes .fields-container img {
  text-align: center;
  width: auto;
  height: 40px;
  margin: 15px 35px;
}

.contact h3 {
  display: none;
}

.contact .control-label {
  text-align: left;
}

.pagination .counter {
  display: none;
}

#contact-form fieldset,
#contact-form button {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

#contact-form .controls {
  text-align: center;
}

input, textarea {
  width: 100%;
  padding: 7px;
  border: solid 1px #ccc;
  border-radius: 3px;
}

div#jform_captcha {
    margin-bottom: 10px;
}