@import url("https://fonts.googleapis.com/css?family=Lato");
body {
  background-color: #48D4B3;
  padding: 5%;
  font-family: 'Lato', sans-serif; }

.info {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto; }
  .info .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px; }
    .info .brand .logo {
      display: block;
      height: 40px;
      width: 250px;
      background-image: url("../images/logo-white.svg");
      background-size: contain;
      background-repeat: no-repeat; }
    .info .brand .symbol {
      position: relative;
      display: block;
      width: 40px;
      height: 40px;
      background-image: url("../images/logo-symbol-white.svg");
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transition: ease 300ms;
      -o-transition: ease 300ms;
      transition: ease 300ms; }
      .info .brand .symbol:before {
        content: "";
        position: absolute;
        left: -10%;
        top: -10%;
        width: 100%;
        height: 100%;
        padding: 6%;
        border: 2px dotted #fff;
        border-bottom-color: transparent;
        text-align: center;
        border-radius: 100%;
        -webkit-animation: turning_cw 5s infinite;
        animation: turning_cw 5s infinite; }

@-webkit-keyframes turning_cw {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes turning_cw {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
      .info .brand .symbol:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
  .info .navbar {
    width: 100%;
    height: 40px;
    padding: 0px 10px;
    background-color: #2ec5a1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .info .navbar .title, .info .navbar .description {
      font-size: 16px;
      color: #fff;
      display: block; }

.copyright {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  color: #fff; }
  .copyright a {
    color: #f1f1f1; }
  .copyright .name {
    font-size: 14px;
    margin-bottom: 10px;
    display: block; }
  .copyright .brand {
    font-size: 12px;
    display: block; }

img {
  width: 100%; }

.container {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 20px;
  width: 100%; }
  .container figure {
    overflow: hidden; }
    .container figure figcaption span {
      display: block; }
      .container figure figcaption span.title {
        font-size: 18px;
        color: #333;
        font-weight: bold;
        margin-bottom: 10px; }
      .container figure figcaption span.description {
        font-size: 14px;
        color: #666; }

.img-change .img img {
  opacity: .3; }

.img-change [class*="column"]:nth-child(1) > figure .img {
  background-color: #e9e9e9; }

.img-change [class*="column"]:nth-child(2) > figure .img {
  background-color: #e2e2e2; }

.img-change [class*="column"]:nth-child(3) > figure .img {
  background-color: #dadada; }

.img-change [class*="column"]:nth-child(4) > figure .img {
  background-color: #d2d2d2; }

.img-change [class*="column"]:nth-child(5) > figure .img {
  background-color: #cbcbcb; }

.img-change [class*="column"]:nth-child(6) > figure .img {
  background-color: #c3c3c3; }

/*# sourceMappingURL=template.css.map */