@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 .animation {
    overflow: hidden;
    height: auto; }
    body .animation .slide-img {
      width: 100%;
      height: auto;
      -webkit-animation: zoom 5s linear infinite;
              animation: zoom 5s linear infinite;
      overflow: hidden; }
  body .centlogo {
    margin: 115px 0 0 0;
    width: 100px; }
    @media (min-width: 576px) {
      body .centlogo {
        width: 150px;
        margin: 150px 0 0 0; } }
  body .autorizare {
    display: block;
    max-width: 1200px;
    margin: 100px auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 10px; }
    @media (min-width: 992px) {
      body .autorizare {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    body .autorizare .text {
      width: 90%;
      margin: auto; }
      @media (min-width: 992px) {
        body .autorizare .text {
          width: 40%; } }
      body .autorizare .text h1 {
        font-size: 45px;
        color: #1a1b1d;
        padding-left: 20px; }
      body .autorizare .text p {
        font-size: 18;
        padding: 40px 0;
        color: gray;
        text-align: center; }
        @media (min-width: 992px) {
          body .autorizare .text p {
            text-align: left; } }
    body .autorizare .cont {
      width: 98%;
      padding-left: 10px;
      margin: auto; }
      @media (min-width: 576px) {
        body .autorizare .cont {
          width: 90%; } }
      @media (min-width: 992px) {
        body .autorizare .cont {
          width: 50%;
          margin: 0; } }
      body .autorizare .cont a {
        text-decoration: none; }
        body .autorizare .cont a .com {
          width: 100%;
          border: 2px solid #1a1b1d;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 10px;
          cursor: pointer;
          color: #fff;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          text-align: left; }
          @media (min-width: 576px) {
            body .autorizare .cont a .com {
              padding: 30px; } }
          body .autorizare .cont a .com p {
            padding: 5px 0; }
          body .autorizare .cont a .com h1 {
            font-size: 18px; }
            @media (min-width: 576px) {
              body .autorizare .cont a .com h1 {
                font-size: 30px; } }
          body .autorizare .cont a .com img {
            width: 40px;
            padding: 10px;
            border-radius: 50%;
            margin-right: 10px; }
            @media (min-width: 576px) {
              body .autorizare .cont a .com img {
                width: 60px; } }
      body .autorizare .cont .phone {
        background-color: #239923; }
        body .autorizare .cont .phone img {
          background-color: #1a1b1d; }
      body .autorizare .cont .email {
        background-color: #1a1b1d; }
        body .autorizare .cont .email img {
          background-color: #239923; }
  body .dogimg {
    display: block;
    max-width: 1200px;
    margin: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 750px) {
      body .dogimg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    body .dogimg a {
      width: 32%;
      text-decoration: none; }
      @media (min-width: 750px) {
        body .dogimg a {
          border: 1px solid black; } }
      body .dogimg a img {
        width: 100%;
        padding: 5px;
        max-height: 490px;
        -o-object-fit: cover;
           object-fit: cover; }
      body .dogimg a h1 {
        padding: 20px;
        color: #1a1b1d;
        font-size: 27px; }
        @media (min-width: 750px) {
          body .dogimg a h1 {
            font-size: 30px; } }
  body .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1200px;
    margin: 100px auto 0 auto; }
    body .icon span {
      width: 100%;
      text-align: center;
      margin: 20px 0; }
      @media (min-width: 576px) {
        body .icon span {
          width: 50%;
          margin: 0; } }
      @media (min-width: 750px) {
        body .icon span {
          width: 20%; } }
      body .icon span img {
        background-color: #1a1b1d;
        border-radius: 50px;
        width: 70px;
        padding: 10px; }
      body .icon span h1 {
        font-size: 25px; }
  body .animation {
    overflow: hidden;
    height: auto; }
    body .animation .slide-img {
      width: 100%;
      height: auto;
      -webkit-animation: zoom 5s linear infinite;
              animation: zoom 5s linear infinite;
      overflow: hidden; }
  body .image {
    position: relative;
    padding-top: 60px;
    max-width: 1200px;
    margin: auto; }
    body .image img {
      width: 100%;
      max-width: 100%; }
    body .image .text {
      position: absolute;
      top: 54%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      padding: 20px 0px;
      text-align: center;
      background-color: #1a1b1d;
      color: #fff;
      opacity: 0.7;
      border-top: 3px solid black;
      font-size: 25px; }
      @media (min-width: 576px) {
        body .image .text {
          font-size: 30px;
          padding: 50px 10px;
          top: 52%; } }
  body .more {
    max-width: 1200px;
    width: 100%;
    margin: 100px auto 0 auto; }
    body .more button {
      width: 100%;
      text-align: left;
      background-color: #fe6c61;
      color: white;
      padding: 20px 10px;
      cursor: pointer;
      margin-bottom: 30px;
      font-size: 16px; }
      @media (min-width: 576px) {
        body .more button {
          font-size: 18px;
          border-radius: 50px; } }
    body .more button:hover {
      background-color: #f76f5d; }
    body .more p {
      font-size: 16px;
      text-align: left; }
      @media (min-width: 576px) {
        body .more p {
          font-size: 18px; } }
    body .more .art {
      margin-top: 20px;
      font-style: italic; }
    body .more .par {
      padding: 0 40px 25px 40px;
      line-height: 30px;
      display: none; }
    body .more .pa {
      padding: 0 40px 25px 40px;
      line-height: 30px;
      display: none; }
    body .more .para {
      padding: 0 40px 25px 40px;
      line-height: 30px;
      display: none; }
  body .imgtext {
    max-width: 1200px;
    margin: auto; }
    body .imgtext .first {
      display: block;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      background-color: #5a5a5a;
      padding: 10px;
      color: #fff;
      width: 90%;
      margin: 40px auto 0px auto; }
      @media (min-width: 992px) {
        body .imgtext .first {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin: 100px 0;
          width: 100%; } }
      body .imgtext .first img {
        width: 100%; }
        @media (min-width: 992px) {
          body .imgtext .first img {
            width: 55%; } }
      body .imgtext .first .text {
        width: 100%;
        padding: 0px;
        margin: auto; }
        @media (min-width: 992px) {
          body .imgtext .first .text {
            width: 45%;
            padding: 20px; } }
        body .imgtext .first .text p {
          font-size: 16px;
          text-align: left;
          margin-top: 20px; }
          @media (min-width: 576px) {
            body .imgtext .first .text p {
              font-size: 20px;
              margin: 0; } }
  body .lorem {
    max-width: 1200px;
    margin: 150px auto;
    padding: 0 20px; }
    body .lorem p {
      text-align: justify;
      font-size: 16px; }
      @media (min-width: 576px) {
        body .lorem p {
          font-size: 18px; } }
  body .tarife {
    max-width: 1200px;
    margin: auto; }
    body .tarife h1 {
      margin-bottom: 50px; }
    body .tarife .tarif {
      border: 0;
      border-bottom: 1px solid grey;
      width: 100%;
      padding: 15px 20px;
      text-align: left;
      background-color: #f7f7f7;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 16px; }
      @media (min-width: 576px) {
        body .tarife .tarif {
          font-size: 20px; } }
      body .tarife .tarif .plus, body .tarife .tarif .plu, body .tarife .tarif .pl {
        padding: 0 10px; }
    body .tarife .tarif:hover {
      color: #d44e3d; }
    body .tarife .ul, body .tarife .ull, body .tarife .ulll {
      display: none; }
      body .tarife .ul li, body .tarife .ull li, body .tarife .ulll li {
        font-size: 16px;
        color: #333;
        font-weight: normal;
        margin-left: 30px;
        text-align: left; }
        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; }