@charset "UTF-8";
/**
 *  Folha de estilos para comportamento do sistema de grid
 *  @author Bruno Lima <brunothelima@gmail.com>
 */
/**
 *  Variáveis, mixins e configurções
 *
 *  @author     Bruno Lima <brunothelima@gmail.com>
 *  @link       assets/scss/configurations.scss
 */
/*  NTH da mais escura -> para a mais clara */
/* 				 nth(1)   nth(2)   nth(3)   nth(4)   nth(5)   nth(6)   nth(7) */
/* 				nth(1)  nth(2)    nth(3)   nth(4)   nth(5) */
/* 					  nth(1)   nth(2)    nth(3)   nth(4)   nth(5) */
/* 					     nth(1)   nth(2)   nth(3)   nth(4)   nth(5) */
/* 			   nth(1)   nth(2)   nth(3)   nth(4)   nth(5) */
/* 			 nth(1)   nth(2)   nth(3)   nth(4)   nth(5) */
/* 			      nth(1)   nth(2)   nth(3)   nth(4)   nth(5) */
/**
 *  Folha de estilos para configurações de texto
 *  @author Bruno Lima <brunothelima@gmail.com>
 */
h1 {
  font-size: 30px;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 27px;
  }
}

h2 {
  font-size: 21px;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  font-size: 19px;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-size: 17px;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  h4 {
    font-size: 15px;
  }
}

p {
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  p {
    margin-bottom: 11px;
  }
}

.text {
  font-size: 15px;
  line-height: 200%;
}
@media screen and (max-width: 1200px) {
  .text {
    font-size: 14px;
  }
}

.grid-sys {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.grid-sys .grid-stack {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -moz-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity visibility;
}
@media screen and (max-width: 980px) {
  .grid-sys .grid-stack > .grid-stack-item {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    top: auto !important;
    min-height: initial !important;
    max-height: none !important;
  }
}
.grid-sys .grid-stack > .grid-stack-item[data-gs-width='1'] {
  width: 10%;
}
.grid-sys .grid-stack > .grid-stack-item[data-gs-x='1'] {
  left: 10%;
}
.grid-sys .grid-stack > .grid-stack-item.grid-stack-item[data-gs-min-width='1'] {
  min-width: 10%;
}
.grid-sys .grid-stack > .grid-stack-item.grid-stack-item[data-gs-max-width='1'] {
  max-width: 10%;
}
.grid-sys .grid-stack > .grid-stack-item[data-gs-width='2'] {
  width: 20%;
}
.grid-sys .grid-stack > .grid-stack-item[data-gs-x='2'] {
  left: 20%;
}
.grid-sys .grid-stack > .grid-stack-item.grid-stack-item[data-gs-min-width='2'] {
  min-width: 20%;
}
.grid-sys .grid-stack > .grid-stack-item.grid-stack-item[data-gs-max-width='2'] {
  max-width: 20%;
}
.grid-sys .grid-stack > .grid-stack-item[data-gs-width='3'] {
  width: 30%;
}
.grid-sys .grid-stack > .grid-stack-item[data-gs-x='3'] {
  left: 30%;
}
.grid-sys .grid-stack > .grid-stack-item.grid-stack-item[data-gs-min-width='3'] {
  min-width: 30%;
}
.grid-sys .grid-stack > .grid-stack-item.grid-stack-item[data-gs-max-width='3'] {
  max-width: 30%;
}
.grid-sys .grid-stack > .grid-stack-item[data-gs-width='4'] {
  width: 40%;
}
.grid-sys .grid-stack > .grid-stack-item[data-gs-x='4'] {
  left: 40%;
}
.grid-sys .grid-stack > .grid-stack-item.grid-stack-item[data-gs-min-width='4'] {
  min-width: 40%;
}
.grid-sys .grid-stack > .grid-stack-item.grid-stack-item[data-gs-max-width='4'] {
  max-width: 40%;
}
.grid-sys .grid-stack > .grid-stack-item[data-gs-width='5'] {
  width: 50%;
}
.grid-sys .grid-stack > .grid-stack-item[data-gs-x='5'] {
  left: 50%;
}
.grid-sys .grid-stack > .grid-stack-item.grid-stack-item[data-gs-min-width='5'] {
  min-width: 50%;
}
.grid-sys .grid-stack > .grid-stack-item.grid-stack-item[data-gs-max-width='5'] {
  max-width: 50%;
}
.grid-sys .grid-stack > .grid-stack-item[data-gs-width='6'] {
  width: 60%;
}
.grid-sys .grid-stack > .grid-stack-item[data-gs-x='6'] {
  left: 60%;
}
.grid-sys .grid-stack > .grid-stack-item.grid-stack-item[data-gs-min-width='6'] {
  min-width: 60%;
}
.grid-sys .grid-stack > .grid-stack-item.grid-stack-item[data-gs-max-width='6'] {
  max-width: 60%;
}
.grid-sys .grid-stack > .grid-stack-item[data-gs-width='7'] {
  width: 70%;
}
.grid-sys .grid-stack > .grid-stack-item[data-gs-x='7'] {
  left: 70%;
}
.grid-sys .grid-stack > .grid-stack-item.grid-stack-item[data-gs-min-width='7'] {
  min-width: 70%;
}
.grid-sys .grid-stack > .grid-stack-item.grid-stack-item[data-gs-max-width='7'] {
  max-width: 70%;
}
.grid-sys .grid-stack > .grid-stack-item[data-gs-width='8'] {
  width: 80%;
}
.grid-sys .grid-stack > .grid-stack-item[data-gs-x='8'] {
  left: 80%;
}
.grid-sys .grid-stack > .grid-stack-item.grid-stack-item[data-gs-min-width='8'] {
  min-width: 80%;
}
.grid-sys .grid-stack > .grid-stack-item.grid-stack-item[data-gs-max-width='8'] {
  max-width: 80%;
}
.grid-sys .grid-stack > .grid-stack-item[data-gs-width='9'] {
  width: 90%;
}
.grid-sys .grid-stack > .grid-stack-item[data-gs-x='9'] {
  left: 90%;
}
.grid-sys .grid-stack > .grid-stack-item.grid-stack-item[data-gs-min-width='9'] {
  min-width: 90%;
}
.grid-sys .grid-stack > .grid-stack-item.grid-stack-item[data-gs-max-width='9'] {
  max-width: 90%;
}
.grid-sys .grid-stack > .grid-stack-item[data-gs-width='10'] {
  width: 100%;
}
.grid-sys .grid-stack > .grid-stack-item[data-gs-x='10'] {
  left: 100%;
}
.grid-sys .grid-stack > .grid-stack-item.grid-stack-item[data-gs-min-width='10'] {
  min-width: 100%;
}
.grid-sys .grid-stack > .grid-stack-item.grid-stack-item[data-gs-max-width='10'] {
  max-width: 100%;
}
.grid-sys .grid-stack > .grid-stack-item .grid-stack-item-content {
  overflow: hidden;
  left: 15px;
  right: 15px;
  bottom: 30px;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
.grid-sys .grid-stack > .grid-stack-item .grid-stack-item-content:hover {
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1200px) {
  .grid-sys .grid-stack > .grid-stack-item .grid-stack-item-content {
    left: 11px;
    right: 11px;
  }
}
.grid-sys .grid-stack.ready {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}

aside.sidebar {
  float: right;
  width: 370px;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media screen and (max-width: 1200px) {
  aside.sidebar {
    width: 305px;
  }
}
@media screen and (max-width: 980px) {
  aside.sidebar {
    display: none;
  }
}
aside.sidebar .grid-stack {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -moz-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity visibility;
}
aside.sidebar .grid-stack > .grid-stack-item[data-gs-width='1'] {
  width: 25%;
}
aside.sidebar .grid-stack > .grid-stack-item[data-gs-x='1'] {
  left: 25%;
}
aside.sidebar .grid-stack > .grid-stack-item.grid-stack-item[data-gs-min-width='1'] {
  min-width: 25%;
}
aside.sidebar .grid-stack > .grid-stack-item.grid-stack-item[data-gs-max-width='1'] {
  max-width: 25%;
}
aside.sidebar .grid-stack > .grid-stack-item[data-gs-width='2'] {
  width: 50%;
}
aside.sidebar .grid-stack > .grid-stack-item[data-gs-x='2'] {
  left: 50%;
}
aside.sidebar .grid-stack > .grid-stack-item.grid-stack-item[data-gs-min-width='2'] {
  min-width: 50%;
}
aside.sidebar .grid-stack > .grid-stack-item.grid-stack-item[data-gs-max-width='2'] {
  max-width: 50%;
}
aside.sidebar .grid-stack > .grid-stack-item[data-gs-width='3'] {
  width: 75%;
}
aside.sidebar .grid-stack > .grid-stack-item[data-gs-x='3'] {
  left: 75%;
}
aside.sidebar .grid-stack > .grid-stack-item.grid-stack-item[data-gs-min-width='3'] {
  min-width: 75%;
}
aside.sidebar .grid-stack > .grid-stack-item.grid-stack-item[data-gs-max-width='3'] {
  max-width: 75%;
}
aside.sidebar .grid-stack > .grid-stack-item[data-gs-width='4'] {
  width: 100%;
}
aside.sidebar .grid-stack > .grid-stack-item[data-gs-x='4'] {
  left: 100%;
}
aside.sidebar .grid-stack > .grid-stack-item.grid-stack-item[data-gs-min-width='4'] {
  min-width: 100%;
}
aside.sidebar .grid-stack > .grid-stack-item.grid-stack-item[data-gs-max-width='4'] {
  max-width: 100%;
}
aside.sidebar .grid-stack > .grid-stack-item .grid-stack-item-content {
  left: 0;
  right: 0;
  bottom: 30px;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
aside.sidebar .grid-stack.ready {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}
