/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* ===========================================================================
    end of normalize.css
   ========================================================================== */

/* Resets não inclusos no normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */ 
    -webkit-text-size-adjust: 100%; /* 2 */
    box-sizing: border-box;
    font-size: 100%;
    /*font-size: 16px;*/

}

/*body {
    font-size: 1em;
}*/

*, *:before, *:after {
  box-sizing: inherit;
}

/* COMEÇANDO OS ESTILOS PADRÃO  */

/* importando fontes do google fonts */
/*
    Fontes escolhidas:
    font-family: 'Source Sans Pro', sans-serif;
    font-family: 'Josefin Slab', serif;
    font-family: 'Shadows Into Light Two', cursive;
*/
@import url('https://fonts.googleapis.com/css?family=Josefin+Slab|Shadows+Into+Light+Two|Source+Sans+Pro');

.font-sans-serif {
    font-family: 'Source Sans Pro', sans-serif;
}

.font-serif {
    font-family: 'Josefin Slab', serif;
}   

.font-cursive {
    font-family: 'Shadows Into Light Two', cursive;
}
/* fonts fim */

/* TIPOGRAFIA */

/* para links e headings H1-H6 */

/* Definindo margem padrão para os títulos */
h1,h2,h3,h4,h5,h6{
    margin: 20px 0 10px 0;
    /*margin: 0.67rem 0;*/
}

/* Definindo tamanho padrão para os links */
/* Definição em rem, px para navegadores que não suportem rem. (fallback) */

h1 {
    font-size: 44px;
    font-size: 2.75rem;
}
h2 {
    font-size: 36px;
    font-size: 2.25rem;
}
h3{
    font-size: 28px;
    font-size: 1.75rem;
}
h4{
    font-size: 20px;
    font-size: 1.25rem;
}
h5{
    font-size: 16px;
    font-size: 1rem;
}
h6{
    font-size: 13.6px;
    font-size: 0.85rem;
}

/* Estilo padrão para links links */
/* Ordem de definição: :link, :visited, :hover, :active.
   Dica: regra: LoVe - HAte
*/

a:link {
    color: black;
    text-decoration: none;
}
a:visited {
    color: black;
    
}
a:hover {
    color: lightgray;
    text-decoration: underline;
}
a:active {
    color: gray;
}
/* TIPOGRAFIA - fim */


/* UTILS */
.text-center{
    text-align: center;
}
/* UTILS - fim */


/* lAYOUT FUILDO PARA IMG E VIDEOS */
.fluid-image {
  display: block;
  max-width: 100%;
  height: auto;
}

.fluid-video {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    margin-bottom: 1rem;
    overflow: hidden;
}

.fluid-video.widescreen {
    padding-bottom: 56.25%;
}

.fluid-video.vimeo {
    padding-top: 0;
}

.fluid-video iframe,
.fluid-video object,
.fluid-video embed,
.fluid-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* lAYOUT FUILDO PARA IMG E VIDEOS - fim */


/* BOX - Container para layout com margens laterais */
.box, .box-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* TABELAS */

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;


  /*border: 1px solid #ddd;*/ /* estilo para adicionar borda ao redor das tabelas */

  border-spacing: 0;
  border-collapse: collapse;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;

  /*border: 1px solid #ddd;*/ /* estilo para adicionar borda as tabelas */
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  
}

.table > thead > tr > th,
.table > thead > tr > td {
  border-bottom-width: 2px;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table .table {
  background-color: #fff;
}

/* TABELAS - FIM */

/* LAYOUT PARA O MENU */
.menu-horizontal ul{
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}

.menu-horizontal ul > li {
  display: inline-block;
  border: 3px solid gray; 
  padding: 5px;
  background-color: gray;
  font-size: 1rem;
}
/* LAYOUT PARA O MENU - FIM */

/* BOTOES  e CORES*/

.botao-padrao {

  width: 90px;
  display: inline-block;
  color: #333;
  background-color: #fff;
  border-radius: 10px;
  font-size: 14px;
  text-align: center;
}

.cor-alerta {
  color: #fff;
  background-color: #8B0000;
  border-color: #d43f3a;
  border-radius: 15px;
  font-size: 14px;
}

.cor-info {
  color: #000000;
  background-color: #008B8B;
  border-color: #46b8da;
  border-radius: 15px;
  font-size: 14px;
}

.cor-sucesso {
  color: #D3D3D3;
  background-color: #006400;
  border-color: #4cae4c;
  border-radius: 15px;
  font-size: 14px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}

/* BOTOES e CORES - FIM */

/* GRID */

.row {
  margin-right: -15px;
  margin-left: -15px;

  /* Resolvendo problema de espaço em branco entre elementos com posicionamento inline-block: https://stackoverflow.com/questions/18262300/two-inline-block-elements-each-50-wide-do-not-fit-side-by-side-in-a-single-ro */
  font-size: 0;
}

/*

!!! OBS: LAYOUT FEITO SEM USO DE FLOATS !!!

Break Points

mobile  -   small   - até 768px
tablet  -   medium  - 768px até 991px
desktop -   large   - 992px em diante

*/

/* Estilo básico para todos os tipos de colunas */
.col-mb-1, .col-tb-1, .col-dt-1,
           .col-tb-2, .col-dt-2,
           .col-tb-3, .col-dt-3,
           .col-tb-4, .col-dt-4,
                      .col-dt-5,
                      .col-dt-6 {

min-height: 1px;
padding-right: 15px;
padding-left: 15px;

/* Resolvendo problema de espaço em branco entre elementos com posicionamento inline-block: https://stackoverflow.com/questions/18262300/two-inline-block-elements-each-50-wide-do-not-fit-side-by-side-in-a-single-ro */
font-size: 1rem;
vertical-align: top;

}

/* 6 colunas: 100/6 = 16,66666667 */

.col-mb-1
/*,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6*/ {
    display: inline-block;
}

/*
.col-sm-6{ width: 100%; }
.col-sm-5{ width: 83.33%; }
.col-sm-4{ width: 66.66%; }
.col-sm-3{ width: 50%; }
.col-sm-2{ width: 33.33%; }
.col-sm-1{ width: 16.66%; }
*/

.col-mb-1 { width: 100%; }

/* Medium - md */
@media (min-width: 768px) {

    /* container */
    .box {
        width: 750px;
    }


    /* colunas */
    .col-tb-1,
    .col-tb-2,
    .col-tb-3,
    .col-tb-4
    /*,
    .col-tb-5,
    .col-tb-6 */
    {
        display: inline-block;
    }

    /*.col-tb-6{ width: 100%; }
    .col-tb-5{ width: 83.33%; }*/
    .col-tb-4{ width: 100%; }
    .col-tb-3{ width: 75%; }
    .col-tb-2{ width: 50%; }
    .col-tb-1{ width: 25%; }

}

/* Large - lg */
@media (min-width: 992px) {

    /* container */
    .box {
        width: 970px;
    }

    /* colunas */
    .col-dt-1,
    .col-dt-2,
    .col-dt-3,
    .col-dt-4,
    .col-dt-5,
    .col-dt-6 {
        display: inline-block;
    }

    .col-dt-6{ width: 100%; }
    .col-dt-5{ width: 83.33%; }
    .col-dt-4{ width: 66.66666666%; }
    .col-dt-3{ width: 50%; }
    .col-dt-2{ width: 33.33%; }
    .col-dt-1{ width: 16.66%; }

}