.tim-row {
  margin-bottom: 20px;
}

.presentation-page {
  overflow-x: hidden;
}

.tim-white-buttons {
  background-color: #777777;
}

.title {
  margin-top: 30px;
  margin-bottom: 25px;
  min-height: 32px;
  position: relative;
  display: inline-block;
  width: 100%;
  text-shadow: 1px 2px 1px #000;
}

.title.text-center {
  margin-bottom: 50px;
}

.tim-typo {
  padding-left: 25%;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}

.tim-typo .tim-note {
  bottom: 5px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  left: 0;
  margin-left: 20px;
  position: absolute;
  width: 260px;
}

.tim-row {
  padding-top: 50px;
}

.tim-row h3 {
  margin-top: 0;
}

#typography h1,
#typography h2,
#typography h3,
#typography h4,
#typography h5,
#typography h6 {
  margin-bottom: 0;
}

.switch {
  margin-right: 20px;
}

#navbar-full .navbar {
  border-radius: 0 !important;
  margin-bottom: 15px;
  z-index: 2;
}

.space {
  height: 130px;
  display: block;
}

.space-110 {
  height: 110px;
  display: block;
}

.space-50 {
  height: 50px;
  display: block;
}

.space-70 {
  height: 70px;
  display: block;
}

.navigation-example .img-src {
  background-attachment: scroll;
}

.tim-container .noUi-horizontal {
  margin: 30px 0;
}

.navigation-example {
  background-position: center center;
  background-size: cover;
  margin-top: 0;
  min-height: 740px;
}

#notifications {
  background-color: #FFFFFF;
  display: block;
  width: 100%;
  position: relative;
}

#notifications .alert-danger {
  margin-bottom: 0px;
}

.tim-note {
  text-transform: capitalize;
}

#buttons .btn {
  margin: 0 0px 15px;
}

.space-100 {
  height: 100px;
  display: block;
  width: 100%;
}

.be-social {
  padding-bottom: 20px;
  /*     border-bottom: 1px solid #aaa; */
  margin: 0 auto 40px;
}

.txt-white {
  color: #FFFFFF;
}

.txt-gray {
  color: #ddd !important;
}

.parallax {
  width: 100%;
  height: 570px;
  display: block;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.logo-container .logo {
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #333333;
  width: 50px;
  float: left;
}

.logo-container .brand {
  font-size: 16px;
  line-height: 18px;
  float: left;
  margin-left: 10px;
  margin-top: 7px;
  color: #fff;
  width: 70px;
  height: 40px;
  text-align: left;
}

.navbar-default .logo-container .brand {
  color: #999999;
}

.navbar-transparent .logo-container .brand {
  color: #FFFFFF;
}

.logo-container .brand-material {
  font-size: 18px;
  margin-top: 15px;
  height: 25px;
  width: auto;
}

.logo-container .logo img {
  width: 100%;
}

.navbar-small .logo-container .brand {
  color: #333333;
}

.fixed-section {
  top: 90px;
  max-height: 71vh;
  overflow: scroll;
  border-bottom: 1px solid rgba(220, 220, 220, .8);
}

.fixed-section ul li {
  list-style: none;
}

.fixed-section li a {
  font-size: 14px;
  padding: 2px;
  display: block;
  color: #666666;
}

.fixed-section li a.active {
  color: #00bbff;
}

.fixed-section.float {
  position: fixed;
  top: 100px;
  width: 200px;
  margin-top: 0;
}

.parallax .parallax-image {
  width: 100%;
  overflow: hidden;
  position: absolute;
}

.parallax .parallax-image img {
  width: 100%;
}

@media (max-width: 768px) {
  .parallax .parallax-image {
    width: 100%;
    height: 640px;
    overflow: hidden;
  }
  .parallax .parallax-image img {
    height: 100%;
    width: auto;
  }
}

.separator {
  content: "Separator";
  color: #FFFFFF;
  display: block;
  width: 100%;
  padding: 20px;
}

.separator-line {
  background-color: #EEE;
  height: 1px;
  width: 100%;
  display: block;
}

.separator.separator-gray {
  background-color: #EEEEEE;
}

.social-buttons-demo .btn {
  /*margin-right: 5px;
    margin-bottom: 7px;*/
  margin: 10px 5px 7px 1px;
}

.img-container {
  width: 100%;
  overflow: hidden;
}

.img-container img {
  width: 100%;
}

.lightbox img {
  width: 100%;
}

.lightbox .modal-content {
  overflow: hidden;
}

.lightbox .modal-body {
  padding: 0;
}

@media screen and (min-width: 991px) {
  .lightbox .modal-dialog {
    width: 960px;
  }
}

@media (max-width: 991px) {
  .fixed-section.affix {
    position: relative;
    margin-bottom: 100px;
  }
}

@media (max-width: 768px) {
  .btn,
  .btn-morphing {
    margin-bottom: 10px;
  }
  .parallax .motto {
    top: 170px;
    margin-top: 0;
    font-size: 60px;
    width: 270px;
  }
}

/*       Loading dots  */

/*      transitions */

.presentation .front,
.presentation .front:after,
.presentation .front .btn,
.logo-container .logo,
.logo-container .brand {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

#images h4 {
  margin-bottom: 30px;
}

#javascriptComponents {
  padding-bottom: 0;
}

#javascriptComponents .btn-raised {
  margin: 10px 0px;
}

/*      layer animation          */

.layers-container {
  display: block;
  margin-top: 50px;
  position: relative;
}

.layers-container img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  text-align: center;
}

.section-black {
  background-color: #333;
}

.animate {
  transition: 1.5s ease-in-out;
  -moz-transition: 1.5s ease-in-out;
  -webkit-transition: 1.5s ease-in-out;
}

.navbar-default.navbar-small .logo-container .brand {
  color: #333333;
}

.navbar-transparent.navbar-small .logo-container .brand {
  color: #FFFFFF;
}

.navbar-default.navbar-small .logo-container .brand {
  color: #333333;
}

.sharing-area {
  margin-top: 80px;
}

.sharing-area .btn {
  margin: 15px 4px 0;
  color: #FFFFFF;
}

.sharing-area .btn i {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

#navbar {
  margin-bottom: -20px;
}

.sharing-area .btn-twitter {
  background-color: #55acee;
}

.sharing-area .btn-twitter:active:focus {
  background-color: #55acee;
}

.sharing-area .btn-facebook {
  background-color: #3b5998;
}

.sharing-area .btn-facebook:active:focus {
  background-color: #3b5998;
}

.sharing-area .btn-google-plus {
  background-color: #dd4b39;
}

.sharing-area .btn-google-plus:active:focus {
  background-color: #dd4b39;
}

.sharing-area .btn-github {
  background-color: #333333;
}

.sharing-area .btn-github:active:focus {
  background-color: #333333;
}

.section-thin,
.section-notifications {
  padding: 0;
}

.section-navbars {
  padding-top: 0;
}

#navbar .navbar {
  border-radius: 0;
}

.section-tabs {
  background: #EEEEEE;
}

.section-pagination {
  padding-bottom: 0;
}

.section-download h4 {
  margin-bottom: 50px;
}

.section-examples a {
  text-decoration: none;
}

.section-examples h5 {
  margin-top: 30px;
}

.components-page .wrapper>.header,
.tutorial-page .wrapper>.header {
  height: 400px;
  padding-top: 100px;
  background-size: cover;
  background-position: center center;
}

.components-page .title,
.tutorial-page .title {
  color: #FFFFFF;
}

@media (max-width: 830px) {
  .main-raised {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/*@media all and (min-width: 1200px){
    #modal-row [class*="col-"]:nth-child(1),
    #modal-row [class*="col-"]:nth-child(4),
    #javascriptComponents [class*="col-"]:nth-child(2),
    #javascriptComponents [class*="col-"]:nth-child(5){
        padding-right: 3px;
    }

    #modal-row [class*="col-"]:nth-child(2),
    #javascriptComponents [class*="col-"]:nth-child(3){
        padding-right: 3px;
        padding-left: 3px;
    }

    #modal-row [class*="col-"]:nth-child(3),
    #modal-row [class*="col-"]:nth-child(5),
    #javascriptComponents [class*="col-"]:nth-child(4),
    #javascriptComponents [class*="col-"]:nth-child(6){
        padding-left: 3px;
    }
}*/

.components-page .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.components-page .page-header:after {
  background: rgba(132, 13, 121, 0.88);
  background: linear-gradient(45deg, rgba(132, 13, 121, 0.88) 0%, rgba(208, 44, 180, 0.31) 100%);
  background: -moz-linear-gradient(135deg, rgba(132, 13, 121, 0.88) 0%, rgba(208, 44, 180, 0.31) 100%);
  background: -webkit-linear-gradient(135deg, rgba(132, 13, 121, 0.88) 0%, rgba(208, 44, 180, 0.31) 100%);
}

.components-page .page-header.header-filter:before {
  display: none;
}

.components-page .page-header .title-container {
  position: relative;
  z-index: 10;
}

.components-page .footer .container {
  padding-top: 0;
}

.components-page .footer .btn i {
  color: #fff;
}

.components-page .page-header {
  height: 100vh !important;
  min-height: auto !important;
}

/*  PRESENTION PAGE   */

/* Section Components */

.section-components .title {
  margin-top: 60px;
  margin-bottom: 5px;
}

.section-components .description {
  margin-top: 35px;
}

.section-components .image-container {
  height: 560px;
  position: relative;
}

.section-components .components-macbook {
  width: auto;
  left: -100px;
  top: 0;
  height: 100%;
  position: absolute;
}

.section-components .table-img,
.section-components .share-btn-img,
.section-components .coloured-card-btn-img,
.section-components .coloured-card-img,
.section-components .social-img,
.section-components .pin-btn-img {
  position: absolute;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.section-components .coloured-card-img {
  left: 90%;
  top: 11%;
  height: 90px;
  border-radius: 2px;
}

.section-components .social-img {
  left: 70%;
  top: 67%;
  height: 40px;
}

.section-components .coloured-card-btn-img {
  left: 35%;
  top: 2%;
  height: 125px;
  border-radius: 6px;
}

.section-components .table-img {
  left: -13%;
  top: 27%;
  height: 175px;
  border-radius: 2px;
}

.section-components .pin-btn-img {
  left: 0%;
  top: 68%;
  height: 25px;
  border-radius: 3px;
}

.section-components .share-btn-img {
  left: 3%;
  top: -3%;
  height: 25px;
}

/* Section Content */

.section-content .section-description {
  margin-top: 100px;
}

.section-content .title {
  margin-bottom: 5px;
}

.section-content .section-description .title+.description {
  margin-top: 0;
}

.section-content .description {
  margin-top: 35px;
}

.section-content .image-container {
  max-width: 900px;
  position: relative;
}

.section-content .image-container .ipad-img {
  width: 100%;
  transition: transform .6s .9s;
  z-index: 2;
}

.section-content .image-container .area-img,
.section-content .image-container .info-img {
  position: absolute;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translate3D(0px, 100px, 0px);
  -webkit-transform: translate3D(0px, 100px, 0px);
}

.section-content .image-container .area-img {
  top: 10%;
  left: 60%;
  height: 300px;
  width: 250px;
  z-index: 2;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}

.section-content .image-container .info-img {
  top: 50%;
  left: 0%;
  height: 200px;
  width: 300px;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}

.animated {
  transform: translate3D(0px, 0px, 0px) !important;
  -webkit-transform: translate3D(0px, 0px, 0px) !important;
  opacity: 1 !important;
}

/*  animated images  */

@-webkit-keyframes Floatingy {
  from {
    -webkit-transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(50px, 0);
  }
  to {
    -webkit-transform: translate(0, -0px);
  }
}

@-moz-keyframes Floatingy {
  from {
    -moz-transform: translate(0, 0px);
  }
  65% {
    -moz-transform: translate(50px, 0);
  }
  to {
    -moz-transform: translate(0, -0px);
  }
}

@-webkit-keyframes Floatingx {
  from {
    -webkit-transform: translate(50px, 0px);
  }
  65% {
    -webkit-transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(50px, -0px);
  }
}

@-moz-keyframes Floatingx {
  from {
    -moz-transform: translate(50px, 0px);
  }
  65% {
    -moz-transform: translate(0, 0);
  }
  to {
    -moz-transform: translate(50px, -0px);
  }
}

.table-img,
.coloured-card-img,
.coloured-card-btn-img,
.pin-btn-img,
.share-btn-img,
.social-img {
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-name: Floatingy;
  -moz-animation-name: Floatingy;
  float: left;
}

.table-img {
  -webkit-animation-duration: 14s;
  -moz-animation-duration: 14s;
  -webkit-animation-name: Floatingx;
  -moz-animation-name: Floatingx;
}

.coloured-card-img {
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -webkit-animation-name: Floatingx;
  -moz-animation-name: Floatingx;
}

.coloured-card-btn-img {
  -webkit-animation-duration: 18s;
  -moz-animation-duration: 18s;
}

.pin-btn-img {
  -webkit-animation-duration: 15s;
  -moz-animation-duration: 15s;
}

.share-btn-img {
  -webkit-animation-duration: 11s;
  -moz-animation-duration: 11s;
}

.social-img {
  -webkit-animation-duration: 16s;
  -moz-animation-duration: 16s;
  -webkit-animation-name: Floatingx;
  -moz-animation-name: Floatingx;
}

/* Presentation Page OnScroll Animation */

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}
/*
+-----------------------------------------------+
|                                               |
+-----------------------------------------------+
*/
.fontSize{
    font-size: 12.8pt !important;
    font-size-adjust: auto !important;
}
/*
+-----------------------------------------------+
|                                               |
+-----------------------------------------------+
*/
/*
+---------------------------------------------+
| Shei Lima :: Desenvolvedor de Sistemas Web  |
+---------------------------------------------+
*/
/*
+---------------------------------------------+
|      Componentes extras                     |
+---------------------------------------------+
*/
/*
+------------------------------+
|   GRADIENT BACKGROUND        |
+------------------------------+
*/
.bg--gradient{
  /*background-image: linear-gradient(#4d8d91 20%, #25d7e2 75%);
  background-image: -moz-linear-gradient(#4d8d91 20%, #25d7e2 75%);
  background-image: -o-linear-gradient(#4d8d91 20%, #25d7e2 75%);
  background-image: -webkit-linear-gradient(#4d8d91 20%, #25d7e2 75%);
  background-image: -khtml-linear-gradient(#4d8d91 20%, #25d7e2 75%);*/
  background-image: linear-gradient(to right, rgba(73,76,0,1), rgba(0,12,40,1));
}
.bg--gradient01{
  /*background-image: linear-gradient(#0e0 20%, #8e9e0e 75%);
  background-image: -moz-linear-gradient(#0e0 20%, #8e9e0e 75%);
  background-image: -o-linear-gradient(#0e0 20%, #8e9e0e 75%);
  background-image: -webkit-linear-gradient(#0e0 20%, #8e9e0e 75%);
  background-image: -khtml-linear-gradient(#0e0 20%, #8e9e0e 75%);*/
  background-image: linear-gradient(180deg, #0e0,  #8e9e0e);
}
.bg--gradient02{
  /*background-image: linear-gradient(#494c70 20%, #eee 75%);
  background-image: -moz-linear-gradient(#494c70 20%, #eee 75%);
  background-image: -o-linear-gradient(#494c70 20%, #eee 75%);
  background-image: -webkit-linear-gradient(#494c70 20%, #eee 75%);
  background-image: -khtml-linear-gradient(#494c70 20%, #eee 75%);*/
  background-image: linear-gradient(to bottom right, #494c70 , #eee);
}
.bg--gradient03{
  /*background-image: linear-gradient(#494c70 20%, #000dea 75%);
  background-image: -moz-linear-gradient(#494c70 20%, #000dea 75%);
  background-image: -o-linear-gradient(#494c70 20%, #000dea 75%);
  background-image: -webkit-linear-gradient(#494c70 20%, #000dea 75%);
  background-image: -khtml-linear-gradient(#494c70 20%, #000dea 75%);*/
  background-image: linear-gradient(to right, #abcdf1,#afdbc8,#000,#494c70,#000dea,#0e0,#4d8d91);

}
.bg--gradient04{
  /*background-image: linear-gradient(#46447e 20%, #aaa7e4 75%);
  background-image: -moz-linear-gradient(#46447e 20%, #aaa7e4 75%);
  background-image: -o-linear-gradient(#46447e 20%, #aaa7e4 75%);
  background-image: -webkit-linear-gradient(#46447e 20%, #aaa7e4 75%);
  background-image: -khtml-linear-gradient(#46447e 20%, #aaa7e4 75%);
  background-image: linear-gradient(to right, rgba(255,200,100,0), rgba(215,120,30,1));*/
  background-image: radial-gradient(farthest-corner at 60% 55%, #090, #ab2, #bab);
}
/*
+-----------------------+
| TAMANHOS :: VARIADOS  |
+-----------------------+
*/

/*
+------------------------+
|                        |
+------------------------+
*/
.fig--100x100{
max-width: 10% !important;
max-height: 10% !important;
}
.fig--200x200{
max-width: 20% !important;
max-height: 20% !important;
}
.fig--300x300{
max-width: 30% !important;
max-height: 30% !important;
}
.fig--400x400{
max-width: 40% !important;
max-height: 40% !important;
}
.fig--500x500{
max-width: 50% !important;
max-height: 50% !important;
}
.fig--600x600{
max-width: 60% !important;
max-height: 60% !important;
}
.fig--700x700{
max-width: 70% !important;
max-height: 70% !important;
}
.fig--800x800{
max-width: 80% !important;
max-height: 80% !important;
}
.fig--900x900{
max-width: 90% !important;
max-height: 90% !important;
}
.fig--1000x1000{
  max-width: 100% !important;
  max-height: 100% !important;
}
/*
+------------------------+
|                        |
+------------------------+
*/
.fig--100x150{
max-width: 10% !important;
max-height: 15% !important;
}
.fig--200x250{
max-width: 20% !important;
max-height: 25% !important;
}
.fig--300x350{
max-width: 30% !important;
max-height: 35% !important;
}
.fig--400x450{
max-width: 40% !important;
max-height: 45% !important;
}
.fig--500x550{
max-width: 50% !important;
max-height: 55% !important;
}
.fig--600x650{
max-width: 60% !important;
max-height: 65% !important;
}
.fig--700x750{
width: 70% !important;
height: 75% !important;
}
.fig--800x850{
max-width: 80% !important;
max-height: 85% !important;
}
.fig--900x950{
max-width: 90% !important;
max-height: 95% !important;
}
.fig--1000x1050{
max-width: 100% !important;
max-height: 100% !important;
}
/*
+------------------------+
|                        |
+------------------------+
*/
.fig--width_100{max-width: 7.32% !important;}
.fig--width_150{max-width: 10.98% !important;}
.fig--width_200{max-width: 14.64% !important;}
.fig--width_250{max-width: 18.30% !important;}
.fig--width_300{max-width: 21.96% !important;}
.fig--width_350{max-width: 25.62% !important;}
.fig--width_400{max-width: 29.28% !important;}
.fig--width_450{max-width: 32.94% !important;}
.fig--width_500{max-width: 36.60% !important;}
.fig--width_550{max-width: 40.26% !important;}
.fig--width_600{max-width: 43.92% !important;}
.fig--width_650{max-width: 47.58% !important;}
.fig--width_700{max-width: 51.24% !important;}
.fig--width_750{max-width: 54.90% !important;}
.fig--width_800{max-width: 58.56% !important;}
.fig--width_850{max-width: 62.22% !important;}
.fig--width_900{max-width: 65.88% !important;}
.fig--width_950{max-width: 69.54% !important;}
.fig--width_1000{max-width: 73.20% !important}
.fig--width_1050{max-width: 76.86% !important;}
.fig--width_1100{max-width: 80.52% !important;}
.fig--width_1150{max-width: 84.18% !important;}
.fig--width_1200{max-width: 87.84% !important;}
.fig--width_1250{max-width: 91.50% !important;}
.fig--width_1300{max-width: 95.16% !important;}
.fig--width_1350{max-width: 98.82% !important;}
.fig--width_1366{max-width: 100.00% !important;}
/*
+------------------------+
|                        |
+------------------------+
*/
.fig--height_100{max-height: 7.32% !important;}
.fig--height_150{max-height: 10.98% !important;}
.fig--height_200{max-height: 14.64% !important;}
.fig--height_250{max-height: 18.30% !important;}
.fig--height_300{max-height: 21.96% !important;}
.fig--height_350{max-height: 25.62% !important;}
.fig--height_400{max-height: 29.28% !important;}
.fig--height_450{max-height: 32.94% !important;}
.fig--height_500{max-height: 36.60% !important;}
.fig--height_550{max-height: 40.26% !important;}
.fig--height_600{max-height: 43.92% !important;}
.fig--height_650{max-height: 47.58% !important;}
.fig--height_700{max-height: 51.24% !important;}
.fig--height_750{max-height: 54.90% !important;}
.fig--height_800{max-height: 58.56% !important;}
.fig--height_850{max-height: 62.22% !important;}
.fig--height_900{max-height: 65.88% !important;}
.fig--height_950{max-height: 69.54% !important;}
.fig--height_1000{max-height: 73.20% !important;}
.fig--height_1050{max-height: 76.86% !important;}
.fig--height_1100{max-height: 80.52% !important;}
.fig--height_1150{max-height: 84.18% !important;}
.fig--height_1200{max-height: 87.84% !important;}
.fig--height_1250{max-height: 91.50% !important;}
.fig--height_1300{max-height: 95.16% !important;}
.fig--height_1350{max-height: 98.82% !important;}
.fig--height_1366{max-height: 100.00% !important;}
/*
+------------------------+
|                        |
+------------------------+
*/
.icon_16x16{
width: 16px !important;
height: 16px !important;
}
.icon_32x32{
width: 32px !important;
height: 32px !important;
}
.icon_48x48{
width: 48px !important;
height: 48px !important;
}
.icon_64x64{
width: 64px !important;
height: 64px !important;
}
.icon_80x80{
width: 80px !important;
height: 80px !important;
}
.icon_96x96{
width: 96px !important;
height: 96px !important;
}
.icon_112x112{
width: 112px !important;
height: 112px !important;
}
.icon_128x128{
width: 128px !important;
height: 128px !important;
}
.icon_144x144{
width: 144px !important;
height: 144px !important;
}
.icon_160x160{
width: 160px !important;
height: 160px !important;
}
.icon_176x176{
width: 176px !important;
height: 176px !important;
}
.icon_192x192{
width: 192px !important;
height: 192px !important;
}
.icon_56x32{
  width: 56px !important;
  height: 32px !important;
}
/*
+------------------------+
|                        |
+------------------------+
*/
.fig_pos{
margin-left: 15%;
}
.fig_w--h{
  width: 250px !important;
  height: 250px !important;
}
/*
+------------------------+
|                        |
+------------------------+
*/
.icone--w500xh285{
  width: 500px !important;
  height: 285px !important;
}
.icon_banner{
  width: 98% !important;
  height: 120px !important;
}
.banner{
width: 100vw!important;
height: 450px!important;
min-height: 400px!important;
max-width: 100%!important;
}
/*
+------------------------+
|                        |
+------------------------+
*/
/*
+---------------------------------------------+
|                                             |
+---------------------------------------------+
*/
.medium{
font-size: 12pt;
}
.font--code{
font-family: monospace, monospace;
font-size: 1em;
}
.cdfont{
color: #F90!important;
}
.fc_lightorange{
color: #f3be6b!important;
}
.fc_white{
color: #FFF!important;
}
.fc_iceWHT{
color: #e0d9d9!important;
}
.fc_red{
color: #F00!important;
}
.fc_ored{
color: #fa2c0c!important;
}
.fc_green{
color: #06A306!important;
}
.fc_boldgreen{
color: #12f50f!important;
}
.fc_blue{
color: #3A4ABC!important;
}
.fc_pblue{
color: #004556!important;
}
.fc_dblue{
color: #123456!important;
}
.fc_darkblue{
color: #2b2780!important;
}
.fc_brown{
color: #654321!important;
}
.fc_ylw{
color: #FFFF00!important;
}
.fc_vrml{
color: #d9534f!important;
}
.fc_ylwgreen{
color: #85fb0a!important;
}
.fc_purple{
color: #560033!important;
}
.fc_unkncolorOne{
color: #0aedd3!important;
}
.fc_unkncolorTwo{
color: #0a8bed!important;
}
.fc_canonical{
color: #772953!important;
}
.fc_debian{
color: #d70751!important;
}
.fc_fedora{
color: #294172!important;
}
.fc_xubuntu{
color: #0044aa!important;
}
.fc_opensuse{
color: #73ba25!important!
}
.fc_linuxmint{
color: #97da54!important;
}
.fc_archlinux{
color: #1f98d5!important;
}
.ajustexto{
margin: 0.55555555559%!important;
padding: 0.4444444444%!important;
}
.texto-justificado{
/*text-align: justify!important;
letter-spacing: 0px!important;
word-spacing: normal!important;
white-space: wrap!important; */
  text-align: justify !important;
  text-align-last: left;
  text-transform: none!important;
  letter-spacing: 0.1vw !important;
  overflow: hidden!important;
  word-wrap: break-word !important;
  word-spacing: 0.0vw!important;
  /*text-indent:4em;*/
}
.porcentSize{font-size: 95%!important}
.paragr{
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.centerTable--align{
  margin-left: 25% !important;
  margin-right: 25% !important;
}
#small--font{
  font-size: 12pt!important;
  font-size-adjust: auto!important;

}
#medium--font{
  font-size: 14pt!important;
  font-size-adjust: auto!important;
}
#large--font{
  font-size: 16pt!important;
  font-size-adjust: auto!important;
}
#larger--font{
  font-size: 26pt!important;
  font-size-adjust: auto!important;
}
/*
+------------------------+
|  TAMANHO DE IMAGEM     |
+------------------------+
*/
#imgAIC{
  width: 25vw!important;
  height: 50vh!important;
  max-width: 25vw!important;
  min-height: 50vh!important;
}
#litdiaria{
margin-top: -130px;
}
#imgSize100VW{
width: 100vw!important;
width: 100rem!important;
}
#imgSize600px{
height: 600px!important;
}
#imgSize100x100{
width: 100px!important;
height: 100px!important;
}
#imgSize200x200{
width: 200px!important;
height: 200px!important;
}
#slideImgSize{
width: 100vw!important;
min-width: 100%!important;
max-width: 100%!important;
height: 600px!important;
}

/*
+------------------------+
|                        |
+------------------------+
*/
#font--dark{
color: #000;
font-size: 12pt;
font-family:inherit !important;
}
/*
+------------------------+
|                        |
+------------------------+
*/
#cardSize{
width: 28rem;
min-width: 18rem;
max-width: 100vw;
}
.desativado{
  cursor: not-allowed;
}
.titulo{
  display: inline-block;
  text-shadow: 1px 2px 1px #000;
}
