/*!
 *   Estilo Mínimo
 *   Author: Thaana Soft
 *	 Website: Thaanasoft <http://thaanasoft.com>
 *   License: Open source - MIT
!*/
/*
 * Simple: General Layout Style
 * -------------------------
 */

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background: #fff;
    color: #505050;
    font: 14px 'Segoe UI', tahoma, arial, helvetica, sans-serif;
    /* margin: 15px; */
    padding: 0;
    margin-bottom: 70px;
}

footer {    
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #efefef;
    text-align: center;
}

.text-center {
    text-align: center;
}

#header {
    background: #efefef;
    padding: 0;
}

#header h1 {
    font-size: 48px;
    font-weight: normal;
    margin: 0;
    padding: 0 30px;
}

#header p {
    font-size: 20px;
    color: #fff;
    background: #969696;
    padding: 0 30px;
    line-height: 50px;
}
/* #main {
    padding: 5px 30px;
} */

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.col,
.col-sm-3,
.col-md-3 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}

.col-sm-3 h2 {
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
    border-bottom: 1px solid silver;
    padding-bottom: 12px;
    margin-bottom: 8px;
}
/* .section.first {
    margin-left: 0;
} */

.col-sm-3.first h2 {
    font-size: 9vw;
    text-transform: none;
    margin-bottom: 10px;
    border: none;
}

.col-sm-3.first li {
    border-top: 1px solid silver;
    padding: 8px 0;
}
/* .section.last {
    margin-right: 0;
} */

ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 20px;
}

li {
    padding: 4px 0;
}

a {
    color: #267cb2;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.social li {
    display: inline;    
}
@media (min-width: 768px) {

    .col-sm-3 {
        float: left;
    }
    .col-sm-3 {
        width: 45.25%;
    }
}

@media (min-width: 992px) {
    .col-md-3 {
        float: left;
    }
    .col-md-3 {
        width: 30.25%;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .btn:focus,
  .btn:active:focus,
  .btn.active:focus,
  .btn.focus,
  .btn:active.focus,
  .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .btn:hover,
  .btn:focus,
  .btn.focus {
    color: #333;
    text-decoration: none;
  }
  .btn:active,
  .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  }

  .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
  }
  .btn-default:focus,
  .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
  }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
  }
  .btn-default:active,
  .btn-default.active,
  .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
  }