@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }

input,
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  font-size: inherit;
  font-family: inherit;
  border-radius: 0; }

body {
  font-family: 'Heebo', sans-serif;
  font-weight: 700;
  text-align: center; }
  body .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
    background-color: #1a1b1d;
    z-index: 10;
    -webkit-transition: background-color 0.8s ease, padding 0.5s ease,  opacity 1s ease;
    -o-transition: background-color 0.8s ease, padding 0.5s ease,  opacity 1s ease;
    transition: background-color 0.8s ease, padding 0.5s ease,  opacity 1s ease;
    margin-top: 0; }
    @media (min-width: 1260px) {
      body .menu {
        padding: 10px; } }
    body .menu .cent {
      width: 1200px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: auto;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    body .menu .firstline {
      align-items: center;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (min-width: 1260px) {
        body .menu .firstline {
          width: unset; } }
      body .menu .firstline .logo {
        width: 60px;
        border-radius: 50%; 
        padding: 4px;}
      body .menu .firstline .orizontal {
        display: block; }
        body .menu .firstline .orizontal img {
          width: 30px;
          height: 30px;
          cursor: pointer; }
        @media (min-width: 1260px) {
          body .menu .firstline .orizontal {
            display: none; } }
    body .menu .date {
      display: none; }
      body .menu .date ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        body .menu .date ul li {
          list-style: none;
         }
        body .menu .date ul li a {
          color: #D2FF00;
          text-decoration: none; }
          body .menu .date ul li #white {
            color: #fff; }
          body .menu .date ul li #white:hover {
            color: #1a1b1d; }

          body .menu .date ul li a {
            list-style: none;
            padding: 15px 25px;
            margin: 5px;
            -webkit-transition: background-color 0.5s ease, color 0.5s ease;
            -o-transition: background-color 0.5s ease, color 0.5s ease;
            transition: background-color 0.5s ease, color 0.5s ease;
            cursor: pointer;
            font-size: 16px; }
            
          body .menu .date ul  li a:hover {
            background-color: #D2FF00;
            color: #1a1b1d; }
      @media (min-width: 1260px) {
        body .menu .date {
          display: block; } }
  body .menuall {
    height: 100%;
    position: fixed;
    width: 100%;
    background-color: #1a1b1d;
    z-index: 1000;
    padding: 20px;
    overflow: auto;
    text-align: left; }
    body .menuall .firstline {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; }
      body .menuall .firstline .logo {
        width: 70px; }
      body .menuall .firstline .orizontal {
        display: block;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        body .menuall .firstline .orizontal img {
          width: 30px;
          height: 30px;
          cursor: pointer; }
    body .menuall .date {
      margin: 40px 0px 0px 0px; }
      body .menuall .date li {
        color: #fff;
        padding: 7px;
        font-size: 20px;
        list-style: none;
        text-decoration: none;
        cursor: pointer; }
        body .menuall .date a {
          color: #fff;
         padding-right: 40px;
          text-decoration: none;
          cursor: pointer; 
          }
      body .menuall .date #white {
        color: #D2FF00; }
      body .titlesec {
        text-align: center;
        color: black;
        font-size: 40px;
        padding-top: 130px;
        }
        @media (min-width: 1200px) {
          body .titlesec {
            padding-top: 200px; } }

  body .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1880px;
    width: 100%;
    height: auto;
    padding: 5px;
    text-align: center;
    margin: 60px auto 0 auto;
    flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 576px) {
      body .gallery {
        padding: 20px;
        margin: 150px auto 0 auto; } }
    body .gallery a {
      width: 50%;
      padding: 10px;
      min-width: 150px; }
      @media (min-width: 576px) {
        body .gallery a{
          width: 24%; } }
      body .gallery a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.5s;
    }
    
      body .gallery a img:hover {
        opacity: 0.5; }

        body .back {
          background-color: #1a1b1d;
          margin-top: 150px; }
          body .back .in {
            max-width: 1200px;
            margin: auto;
            display: block; }
            @media (min-width: 992px) {
              body .back .in {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex; } }
            body .back .in .contact {
              width: 90%;
              margin: auto; }
              @media (min-width: 992px) {
                body .back .in .contact {
                  width: 40%; } }
              body .back .in .contact h1 {
                display: flex;
                align-items: center;
                font-size: 30px;
                color: #fff;
                padding: 50px 0 25px 20px; }
                body .back .in .contact h1 img{ 
                margin-right: 10px;
                }
              body .back .in .contact a {
                display: block;
                color: #fff;
                text-decoration: none;
                padding: 10px 0;
                font-size: 18px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center; }
                body .back .in .contact a img {
                  width: 30px;
                  margin-right: 20px; }
            body .back .in .mapa {
              width: 100%;
              height: 200px; }
              @media (min-width: 992px) {
                body .back .in .mapa {
                  width: 60%;
                  height: auto; } }
              body .back .in .mapa iframe {
                width: 100%;
                height: 99%; }
          body .back .date {
            text-align: center;
            color: #fff;
            padding: 40px 0; }
            * body .tot {
              display: block; }
            * body .totnone {
              display: none; }
              * body .tot .date span {
                font-family: 'Pacifico', cursive;
                font-size: 14px; }