
/*Zebra Striped */
.linha-stripped:nth-of-type(even), .teaser-item:nth-of-type(even) {
	background: #f5f5f5;
	padding: 0px;
	margin-bottom: 10px;
}

.linha-stripped:nth-of-type(odd), .teaser-item:nth-of-type(odd) {
	background: #fff;
	padding: 0px;
	margin-bottom: 10px;
}

h4 {
    display: inline-block;
    border-bottom: 1px solid #01435b;
    border-top: 1px solid #01435b;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding: 5px;
    text-transform: uppercase;
    text-align: center !important;
}

.mx-column-center {
    text-align: center;
}

@media (max-width: 600px) {
    .mx-column-center-small {
        text-align: center;
    }

}


.uk-modal-dialog .uk-height-viewport {
    min-height: auto!important;
}

.wk-dotnav > .wk-active > * {
    background: rgb(1, 67, 91) !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

.wk-dotnav > * > * {
    width: 10px !important;
    height: 10px !important;
}



/* Animçãoes da Home */

#img1, #img2, #img3, #img4, 
#img5, #img6, #img7, #img8 {
    position: relative;
    border: 5px solid #01435b;
    display: inline-block;
}

#img1 {
  animation: img1 2s;
  -webkit-animation: img1 2s;
  animation-fill-mode: both;
  z-index: 10;
}

#img2 {
  animation: img2 3s;
  -webkit-animation: img2 3s;
  animation-fill-mode: both;
  z-index: 20;
}

#img3 {
  animation: img3 3s;
  -webkit-animation: img3 3s;
  animation-fill-mode: both;
  z-index: 40;
}

#img4 {
  animation: img4 2s;
  -webkit-animation: img4 2s;
  animation-fill-mode: both;
  z-index: 30;
}

#img5 {
  animation: img5 2s;
  -webkit-animation: img5 2s;
  animation-fill-mode: both;
  z-index: 30;
}

#img6 {
  width: 400px;
  height: auto;
  animation: img6 2s;
  -webkit-animation: img6 2s;
  animation-fill-mode: both;
  z-index: 100;
}

#img7 {
  animation: img7 2s;
  -webkit-animation: img7 2s;
  animation-fill-mode: both;
  z-index: 90;
}

#img8 {
  animation: img8 2s;
  -webkit-animation: img8 2s;
  animation-fill-mode: both;
  z-index: 50;
}



@media (min-width:600px) {

  @keyframes img1 {
    0%   {left:-2000px; top:-2000px;}
    100%  {left:200px; top:0px;}
  }

  @keyframes img2 {
    0%   {left:-2000px; top:-1000px;}
    100%  {left:150px; top:-50px;}
  }

  @keyframes img3 {
    0%   {right:-2000px; top:-2000px;}
    100%  {right:-120px; top:110px;}
  }

  @keyframes img4 {
    0%   {right:-2000px; top:-1000px;}
    100%  {right:150px; top:0px;}
  }

  @keyframes img5 {
    0%   {left:-2000px; top:2000px;}
    100%  {left:150px; top:-80px;}
  }

  @keyframes img6 {
    0%   {left:0px; top:2000px;}
    100%  {left:50px; top:-260px;}
  }

  @keyframes img7 {
    0%   {left:4000px; top:2000px;}
    100%  {left:-200px; top:-100px;}
  }

  @keyframes img8 {
    0%   {left:4000px; top:0px;}
    100%  {left:-200px; top:-90px;}
  }


}


@media (max-width:600px) {

  #img4 {
    width: 200px;
    height: auto;
  }

  #img5 {
    width: 200px;
    height: auto;
  }

  #img6 {
    width: 300px;
    height: auto;
  }
  #img7 {
    width: 150px;
    height: auto;
  }
  #img8 {
    width: 130px;
    height: auto;
  }

 
  @keyframes img1 {
    0%   {left:-2000px; top:-2000px;}
    100%  {left:50px; top:-30px;}
  }
  
  @keyframes img2 {
    0%   {left:-2000px; top:-1000px;}
    100%  {left:0px; top:0px;}
  }

  @keyframes img3 {
    0%   {right:-2000px; top:-2000px;}
    100%  {right:-100px; top:-10px;}
  }

  @keyframes img4 {
    0%   {right:-2000px; top:-1000px;}
    100%  {right:150px; top:-50px;}
  }

  @keyframes img5 {
    0%   {left:-2000px; top:2000px;}
    100%  {left:0px; top:20px;}
  }

  @keyframes img6 {
    0%   {left:0px; top:2000px;}
    100%  {left:-70px; top:-150px;}
  }

  @keyframes img7 {
    0%   {left:4000px; top:2000px;}
    100%  {left:-60px; top:50px;}
  }

  @keyframes img8 {
    0%   {left:4000px; top:0px;}
    100%  {left:-10px; top:0px;}
  }
  
  
  }