@import url("fonts.css");
body {
  font-family: 'BB', sans-serif !important; }

img {
  max-width: 100%; }

.an {
  opacity: 0; }
  .an.start {
    opacity: 1; }

.endanimated {
  opacity: 1 !important; }

.clearfix {
  clear: both !important; }

.bg-default {
  background-color: #ffdc04; }

.bg-secondary {
  background-color: #af4fa2 !important; }

.bg-secondary-negative {
  background-color: #75dbea !important; }

.bg-green {
  background-color: #abd628; }

h1 {
  color: #ffdc04;
  font-size: 56px;
  margin: 0;
  padding: 20px 0; }
  @media (max-width: 640px) {
    h1 {
      font-size: 36px; } }

h4 {
  color: #af4fa2;
  font-size: 32px; }

h5 {
  color: #fff;
  font-size: 24px;
  padding-bottom: 25px;
  margin-bottom: 0px; }
  @media (max-width: 640px) {
    h5 {
      font-size: 18px; } }

.row.nospacing {
  margin: 0; }
  .row.nospacing [class*="col-"] {
    padding: 0 0; }

hr.footer {
  border-top: 1px #ffdc04 solid;
  display: block;
  position: relative;
  z-index: 999;
  width: 100%;
  margin: 0;
  top: 60px; }

.btn {
  font-size: 28px;
  padding: 10px 30px;
  border-radius: 0;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn:hover {
    filter: brightness(1.1);
    box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.3); }
  .btn.btn-secondary {
    background-color: #af4fa2;
    color: #ffdc04; }
  .btn.btn-secondary-negative {
    background-color: #ffdc04;
    color: #af4fa2; }
  .btn.btn-black {
    color: #75dbea;
    border: 1px #75dbea solid; }
  @media (max-width: 1260px) {
    .btn {
      font-size: 18px;
      max-width: 100%;
      word-wrap: break-word;
      overflow: hidden;
      text-overflow: ellipsis; } }

#top {
  min-height: 60px; }

#menu {
  background-color: #ffdc04 !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #menu .navbar-brand {
    margin-right: 2rem;
    max-width: 300px; }
    @media (max-width: 640px) {
      #menu .navbar-brand {
        max-width: 180px;
        padding: 10px; } }
  @media (max-width: 991px) {
    #menu .navbar-nav {
      display: block; } }
  @media (max-width: 767px) {
    #menu .navbar-nav {
      padding-bottom: 20px; } }
  @media (max-width: 991px) {
    #menu .navbar-nav .nav-item {
      display: inline-block; } }
  @media (max-width: 767px) {
    #menu .navbar-nav .nav-item {
      display: block; } }
  #menu .navbar-nav .nav-item .nav-link {
    color: #000000;
    padding: 10px 15px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #menu .navbar-nav .nav-item .nav-link:hover {
      color: #af4fa2; }
    @media (max-width: 1259px) {
      #menu .navbar-nav .nav-item .nav-link {
        padding: 10px 10px; } }
  #menu .navbar-nav .nav-item.active .nav-link {
    color: #af4fa2; }
    #menu .navbar-nav .nav-item.active .nav-link:hover {
      filter: brightness(1.2); }
  #menu .social-nav li {
    padding: 0 8px; }
    @media (max-width: 991px) {
      #menu .social-nav li {
        display: inline-block; } }
    #menu .social-nav li a {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #menu .social-nav li a:hover {
        opacity: 0.5; }
  #menu * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #menu.mini {
    padding: 0; }
    #menu.mini .navbar-brand {
      max-width: 180px; }

#mainCarousel {
  position: relative; }
  #mainCarousel .carousel-inner .carousel-item {
    overflow: hidden; }
    #mainCarousel .carousel-inner .carousel-item .caption .wrapper {
      position: absolute;
      top: calc(50% - 350px);
      left: 0;
      width: 100%;
      height: 700px;
      display: table; }
      #mainCarousel .carousel-inner .carousel-item .caption .wrapper .content {
        vertical-align: middle;
        display: table-cell;
        width: 100%;
        height: 100%;
        text-align: center; }
  #mainCarousel .saiba-mais {
    width: 100px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 50px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #mainCarousel .saiba-mais:hover {
      padding-bottom: 60px; }
    @media (max-width: 767px) {
      #mainCarousel .saiba-mais {
        display: none; } }

#paixao {
  background-color: #75dbea;
  text-align: right;
  position: relative; }
  #paixao .poster {
    width: 50%; }
    @media (max-width: 767px) {
      #paixao .poster {
        display: none; } }
  #paixao .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 60px 0;
    text-align: left; }
    @media (max-width: 767px) {
      #paixao .content {
        position: relative; } }
    #paixao .content p {
      font-size: 22px;
      margin-bottom: 0; }
      @media (max-width: 991px) {
        #paixao .content p {
          font-size: 13px; } }
    #paixao .content .cta {
      padding-top: 40px; }
      @media (max-width: 991px) {
        #paixao .content .cta {
          padding-top: 20px; } }
      #paixao .content .cta a, #paixao .content .cta a:focus {
        color: #af4fa2; }
  #paixao .h11 {
    margin-bottom: 40px;
    width: 80%; }
    @media (max-width: 991px) {
      #paixao .h11 {
        width: 60%; } }

#paixao-conteudo {
  padding: 150px 0;
  background-color: #ffdc04; }
  @media (max-width: 991px) {
    #paixao-conteudo {
      padding: 50px 0; } }

.sobre-top {
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: #af4fa2;
  padding: 25px 0; }
  .sobre-top p {
    max-width: 860px;
    margin: 15px auto; }

#clientes {
  background-color: #ffdc04; }

  #satisfacao {
    background-color: #af4fa2;
    padding: 100px 0; }
    #satisfacao-standalone {
      background-color: #af4fa2;
      padding: 180px 0; }
  @media (max-width: 767px) {
    #satisfacao {
      padding: 50px 0; }
      #satisfacao-standalone {
        background-color: #af4fa2;
        padding: 70px 0; } }
  #satisfacao p {
    color: #fff;
    padding: 40px 0 0 0;
    margin-bottom: 5px;
    font-size: 24px; }
    @media (max-width: 991px) {
      #satisfacao p {
        font-size: 18px; }
        #satisfacao-standalone {
          background-color: #af4fa2;
          padding: 100px 0; } }
  #satisfacao .cta {
    padding-top: 0; }
    #satisfacao .cta a, #satisfacao .cta a:focus {
      color: #75dbea; }
    #satisfacao .cta .icon {
      position: relative;
      top: -5px; }

.clientes {
  max-width: 960px;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding-top: 100px; }
  @media (max-width: 991px) {
    .clientes {
      padding-top: 60px; } }
  .clientes.stand-alone {
    position: relative;
    top: 0px;
    margin-bottom: 0px;
    padding-bottom: 70px; }
    @media (max-width: 767px) {
      .clientes.stand-alone {
        padding: 50px 0;
        top: -85px;
        margin-bottom: -50px; } }
  .clientes .box {
    width: 240px;
    height: 240px;
    display: inline-block;
    background: #fff;
    border: 1px #000 solid;
    margin: -4px; }
    .clientes .box .wrapper {
      display: table;
      width: 240px;
      height: 240px; }
      .clientes .box .wrapper .content {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        height: 100%; }

#desafio {
  background-color: #ffdc04;
  padding: 80px 0 2px 0; }
  #desafio.borderless {
    padding: 0; }
  #desafio.reverse {
    background-color: #75dbea;
    padding: 50px 0 0 0; }
    #desafio.reverse .img-header {
      margin-bottom: 50px; }
  #desafio p {
    color: #000000;
    padding: 40px 0 0 0;
    margin-bottom: 5px;
    font-size: 24px; }
    @media (max-width: 991px) {
      #desafio p {
        font-size: 18px; } }
  #desafio .cta {
    padding-top: 0;
    margin-bottom: 100px; }
    #desafio .cta a, #desafio .cta a:focus {
      color: #af4fa2;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #desafio .cta a:hover, #desafio .cta a:focus:hover {
        color: #75dbea; }
    #desafio .cta .icon {
      position: relative;
      top: -5px; }
  #desafio .box {
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 25%;
    display: inline-block;
    float: left;
    position: relative; }
    @media (max-width: 991px) {
      #desafio .box {
        width: 50%; } }
    @media (max-width: 640px) {
      #desafio .box {
        width: 100%; } }
    #desafio .box.doubled {
      width: 50%; }
      @media (max-width: 767px) {
        #desafio .box.doubled {
          width: 100%; } }
    @media (max-width: 767px) {
      #desafio .box.box-atuacao img {
        display: none; } }
    #desafio .box img {
      width: 100%; }
    #desafio .box .atuacao {
      position: absolute;
      left: 75px;
      top: 40px; }
      @media (max-width: 991px) {
        #desafio .box .atuacao {
          left: 35px;
          top: 20px; } }
      @media (max-width: 767px) {
        #desafio .box .atuacao {
          position: relative;
          top: 0;
          left: 0;
          margin: 40px;
          text-align: center; } }
      #desafio .box .atuacao p {
        font-size: 20px;
        line-height: 24px; }
        @media (max-width: 1260px) {
          #desafio .box .atuacao p {
            font-size: 16px;
            line-height: 20px;
            padding-top: 10px; } }
        @media (max-width: 991px) {
          #desafio .box .atuacao p {
            font-size: 14px;
            line-height: 16px;
            padding-top: 10px; } }
    #desafio .box .boxed-content-wrapper {
        position: absolute;
        left: 0px;
        top: 0px;
        width: calc(100% + 0px);
        height: calc(100% + 0px);
        background-color: #75dbea;
        z-index: 1;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      opacity: 0;
    }
      #desafio .box .boxed-content-wrapper:hover {
        opacity:1;
      }
    #desafio .box .boxed-content {
      z-index: 10;
      position: absolute;
      left: 30px;
      top: 30px;
      width: calc(100% - 60px);
      height: calc(100% - 60px);
      text-align: center;
      border: 5px #af4fa2 solid;
      padding: 30px; 
      }
      #desafio .box .boxed-content p {
        padding-top: 0;
        font-size: 12px;
        margin-bottom: 30px; }
      #desafio .box .boxed-content .wrapper {
        display: table;
        height: 100%;
        width: 100%; }
        #desafio .box .boxed-content .wrapper .content {
          display: table-cell;
          vertical-align: middle; }
      @media (max-width: 1260px) {
        #desafio .box .boxed-content {
          left: 20px;
          top: 20px;
          width: calc(100% - 40px);
          height: calc(100% - 40px);
          border: 3px #af4fa2 solid; } }
    #desafio .box.boxed1 {
      background-color: #75dbea; }
      #desafio .box.boxed1 h3 {
        color: #af4fa2;
        margin-bottom: 0; }
        @media (max-width: 1260px) {
          #desafio .box.boxed1 h3 {
            font-size: 20px; } }
    #desafio .box.boxed2 {
      background-color: #af4fa2; }
      #desafio .box.boxed2 h3 {
        color: #75dbea;
        margin-bottom: 0; }
        @media (max-width: 1260px) {
          #desafio .box.boxed2 h3 {
            font-size: 20px; } }
      #desafio .box.boxed2 .boxed-content {
        border: 5px #75dbea solid; }

.momentos .box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 20%;
  display: inline-block;
  float: left;
  position: relative; }
  @media (max-width: 767px) {
    .momentos .box {
      width: 50%; } }
  @media (max-width: 640px) {
    .momentos .box {
      width: 100%; } }
  .momentos .box.doubled {
    width: 50%; }
  .momentos .box img {
    width: 100%; }
  .momentos .box .boxed-content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    text-align: center;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.1); }
    .momentos .box .boxed-content p {
      padding-top: 0;
      font-size: 12px;
      margin-bottom: 30px; }
    .momentos .box .boxed-content h3 {
      color: #fff;
      text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.5);
      font-size: 32px; }
      @media (max-width: 991px) {
        .momentos .box .boxed-content h3 {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .momentos .box .boxed-content h3 {
          font-size: 32px; } }
    .momentos .box .boxed-content .wrapper {
      display: table;
      height: 100%;
      width: 100%; }
      .momentos .box .boxed-content .wrapper .content {
        display: table-cell;
        vertical-align: middle; }

.mais-momentos {
  background-color: #000;
  padding: 45px 0; }

#originais .box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  #originais .box img {
    width: 100%; }
  #originais .box .over {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #originais .box .over:hover {
      opacity: 1; }
    #originais .box .over .content {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      padding: 20px; }
      #originais .box .over .content p {
        color: #fff;
        font-size: 24px; }
        @media (max-width: 640px) {
          #originais .box .over .content p {
            font-size: 16px; } }

#palavras .box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  #palavras .box img {
    width: 100%; }
  #palavras .box .over {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #palavras .box .over header {
      color: #fff;
      font-size: 28px;
      line-height: 32px;
	  max-width: 320px;
      margin: 0 auto; }
    #palavras .box .over .content {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      padding: 20px; }
      #palavras .box .over .content p {
        color: #fff;
        font-size: 18px;
        line-height: 20px;
        max-width: 150px;
        margin: 0 auto;
        padding: 10px 0; }

#contato {
  background-color: #af4fa2;
  position: relative; }
  #contato > img {
    width: calc(50% + 200px);
    margin-left: -200px; }
    @media (max-width: 767px) {
      #contato > img {
        display: none; } }
  #contato .right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%; }
    @media (max-width: 767px) {
      #contato .right {
        position: relative;
        width: 100%;
        height: auto;
        text-align: center; } }
    #contato .right img {
      width: 75%; }
      @media (max-width: 767px) {
        #contato .right img {
          width: 90%; } }
    #contato .right .wrapper {
      display: table;
      width: 100%;
      height: 100%; }
      #contato .right .wrapper .content {
        display: table-cell;
        vertical-align: middle;
        padding: 30px 60px; }
        @media (max-width: 767px) {
          #contato .right .wrapper .content {
            padding: 30px 15px; } }
  #contato .social-inline {
    display: block;
    padding: 0 40px;
    margin-top: -25px;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      #contato .social-inline {
        margin-top: -10px; } }
    #contato .social-inline div {
      display: inline-block;
      margin-right: 25px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #contato .social-inline div img {
        width: 100%; }
      #contato .social-inline div:hover {
        opacity: 0.7; }
      @media (max-width: 767px) {
        #contato .social-inline div {
          margin-left: 12px;
          margin-right: 12px; } }
  #contato .info {
    padding: 0 40px; }
    #contato .info a {
      text-decoration: none !important;
      opacity: 1; }
      #contato .info a div {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      #contato .info a:hover {
        text-decoration: none !important; }
        #contato .info a:hover div {
          opacity: 0.7; }
    @media (max-width: 991px) {
      #contato .info {
        padding: 0 0px; } }
  #contato .telefone {
    color: #ffdc04;
    font-size: 66px;
    line-height: 50px; }
    #contato .telefone span {
      font-size: 46px; }
      @media (max-width: 1260px) {
        #contato .telefone span {
          font-size: 32px; } }
      @media (max-width: 991px) {
        #contato .telefone span {
          font-size: 24px; } }
    @media (max-width: 1260px) {
      #contato .telefone {
        font-size: 44px;
        line-height: 40px; } }
    @media (max-width: 991px) {
      #contato .telefone {
        font-size: 40px;
        line-height: 28px; } }
  #contato .email {
    color: #ffdc04;
    font-size: 28px; }
    @media (max-width: 1260px) {
      #contato .email {
        font-size: 22px; } }
    @media (max-width: 991px) {
      #contato .email {
        font-size: 18px; } }

footer {
  background-color: #000000;
  color: #fff;
  padding: 50px 0;
  clear: both;
  border-top: 2px #ffdc04 solid; }
  footer.noborder {
    border-top: 0px transparent solid; }
  footer .sobre {
    font-size: 18px;
    position: relative;
    padding: 10px 55px;
    margin-top: 20px; }
    @media (max-width: 1259px) {
      footer .sobre {
        font-size: 14px;
        padding: 10px 40px;
        margin-top: 30px; } }
    @media (max-width: 991px) {
      footer .sobre {
        padding: 10px 65px; } }
    @media (max-width: 768px) {
      footer .sobre {
        display: none; } }
    footer .sobre:before {
      content: '';
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url(../img/quote1.png);
      color: #ffdc04;
      width: 38px;
      height: 27px;
      position: absolute;
      left: 0;
      top: 0; }
    footer .sobre:after {
      content: '';
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url(../img/quote2.png);
      color: #ffdc04;
      width: 38px;
      height: 27px;
      position: absolute;
      right: 0;
      bottom: 0; }
  footer .footerMenu {
    color: #ffdc04;
    font-size: 18px;
    border-top: 1px #ffdc04 solid;
    padding: 20px 0;
    width: 100%;
    margin-top: 30px; }
    footer .footerMenu .pull-right {
      float: right; }
    @media (max-width: 768px) {
      footer .footerMenu {
        text-align: center; } }
    footer .footerMenu .navbar-nav {
      display: block !important;
      margin: 0 -15px; }
      @media (max-width: 767px) {
        footer .footerMenu .navbar-nav {
          display: none !important; } }
      footer .footerMenu .navbar-nav li {
        display: inline-block !important;
        padding: 0 15px; }
        footer .footerMenu .navbar-nav li a, footer .footerMenu .navbar-nav li a:focus {
          color: #ffdc04;
          text-transform: uppercase; }
          footer .footerMenu .navbar-nav li a:hover, footer .footerMenu .navbar-nav li a:focus:hover {
            filter: brightness(0.8); }
    footer .footerMenu .social-nav {
      padding: 0 8px !important; }
      @media (max-width: 768px) {
        footer .footerMenu .social-nav {
          display: inline-block !important;
          float: none; } }
      footer .footerMenu .social-nav li {
        padding: 0 7px !important; }
    @media (max-width: 1259px) {
      footer .footerMenu {
        font-size: 14px; } }

.modal-portfolio {
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.8); }
  @media (min-width: 1260px) {
    .modal-portfolio .modal-lg {
      max-width: 960px; } }
  .modal-portfolio .modal-content {
    border-radius: 0;
    background-color: #ffdc04;
    display: block; }
    .modal-portfolio .modal-content .portfolio-top {
      position: relative; }
      .modal-portfolio .modal-content .portfolio-top img {
        width: 100%; }
      .modal-portfolio .modal-content .portfolio-top .close {
        position: absolute;
        top: 20px;
        right: 20px;
        padding: 10px 15px;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.8);
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        cursor: pointer; }
    .modal-portfolio .modal-content .portfolio-content {
      padding: 30px 120px;
      padding-bottom: 80px; }
      @media (max-width: 1429px) {
        .modal-portfolio .modal-content .portfolio-content {
          padding: 30px 40px; } }
      .modal-portfolio .modal-content .portfolio-content .portfolio-share {
        float: right;
        display: inline-block;
        padding: 30px 0; }
        @media (max-width: 991px) {
          .modal-portfolio .modal-content .portfolio-content .portfolio-share {
            float: left; } }
      .modal-portfolio .modal-content .portfolio-content .portfolio-title {
        color: #000000;
        font-size: 32px;
        line-height: 40px;
        padding: 20px 0; }
      .modal-portfolio .modal-content .portfolio-content hr {
        margin-top: -15px;
        border-top: 3px #000000 solid; }
      .modal-portfolio .modal-content .portfolio-content p {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        margin-bottom: 20px; }
      .modal-portfolio .modal-content .portfolio-content .img-grid {
        margin: 0 -8px; }
        .modal-portfolio .modal-content .portfolio-content .img-grid img {
          width: 100%;
          padding: 0 8px;
          margin-bottom: 16px; }
          @media (max-width: 991px) {
            .modal-portfolio .modal-content .portfolio-content .img-grid img {
              width: 100%;
              height: auto; } }


.resulty {
  font-size: 11px;
  color: #fff;
  text-align: center;
  opacity: 0.2;
}

.resulty img {
  height: 10px;
}

.addthis_inline_share_toolbox {
  margin-top: -7px;
}

.mezza {
  opacity: 0.6;
  margin-top: 30px;
}

.mezza img {
  max-width: 50px;
  height: auto;
}