@import url("https://fonts.googleapis.com/css?family=Roboto+Mono:400,700&display=swap");
@import url(/assets/css/progress.css);
@import url(/assets/css/carousel.css);
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 14px; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  position: relative;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif; }
  body #intro {
    background: url("../products/main_0.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    background-size: cover; }

.tik-content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding-top: 80px; }
  .tik-content .slogan {
    width: 600px;
    font-size: 1.1em;
    font-weight: bold;
    color: white; }
    .tik-content .slogan .select {
      color: #fecd08; }
  .tik-content .benefits {
    margin-bottom: 70px;
    color: #eaeaea; }
  .tik-content .blink-button {
    position: relative;
    display: inline-block;
    width: 300px;
    margin-bottom: 100px;
    overflow: hidden;
    text-decoration: none; }
  .tik-content .blink-button::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5em;
    height: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 0.6);
    transform: translateX(-4em) skewX(-45deg);
    animation: move-light 4s infinite 2s; }
  .tik-content .blink-button:hover::before {
    animation: move-light 1s; }

.yellow-block {
  background-color: #fecd08; }
  .yellow-block .whatwedo {
    text-align: center; }
    .yellow-block .whatwedo h2 {
      font-size: 2.2em;
      font-weight: 700; }
    .yellow-block .whatwedo h4 {
      font-size: 1.22em; }
    .yellow-block .whatwedo .card-text {
      font-size: 0.8em; }
    .yellow-block .whatwedo .dark-indicator {
      background-color: grey !important; }
    .yellow-block .whatwedo .dark-indicator.active {
      background-color: black !important; }
    @media (max-width: 576px) {
      .yellow-block .whatwedo h4 {
        font-size: 1.7em; }
      .yellow-block .whatwedo .card-text {
        font-size: 1.2em; } }
  .yellow-block section.prices {
    padding-top: 50px; }
    .yellow-block section.prices .our-prices {
      display: flex;
      flex-direction: column;
      align-content: center;
      align-items: center;
      width: 100%;
      padding-bottom: 3rem; }
      .yellow-block section.prices .our-prices .prices {
        display: flex;
        justify-content: space-between;
        gap: 20px; }
        .yellow-block section.prices .our-prices .prices .description-text {
          display: flex;
          flex-basis: calc(50% - 10px);
          flex-direction: column;
          font-size: 1.25em; }
          @media (max-width: 575px) {
            .yellow-block section.prices .our-prices .prices .description-text {
              padding-left: 10px;
              font-size: 15px; } }
          .yellow-block section.prices .our-prices .prices .description-text .top-text {
            max-width: 80%;
            margin-bottom: 40px;
            font-weight: 400; }
            @media (max-width: 575px) {
              .yellow-block section.prices .our-prices .prices .description-text .top-text {
                margin-bottom: 10px; } }
          .yellow-block section.prices .our-prices .prices .description-text .bottom-text .h2 {
            font-size: 1.5em;
            color: red; }
          .yellow-block section.prices .our-prices .prices .description-text .bottom-text .bottom-explain {
            width: 70%;
            font-size: 0.8em; }
        .yellow-block section.prices .our-prices .prices .clocks {
          display: flex;
          flex-basis: calc(50% - 10px);
          justify-content: space-between; }
          .yellow-block section.prices .our-prices .prices .clocks .clock-block {
            display: flex;
            flex-basis: calc(50% - 10px);
            flex-direction: column;
            align-content: center;
            align-items: center;
            align-self: stretch; }
            .yellow-block section.prices .our-prices .prices .clocks .clock-block img {
              width: 100%;
              margin-bottom: 20px; }
            .yellow-block section.prices .our-prices .prices .clocks .clock-block .clock-text {
              font-size: 1.25em;
              font-weight: bold;
              text-align: center; }
    .yellow-block section.prices .children-calculator {
      display: flex;
      justify-content: center;
      padding: 5rem;
      background-color: white; }
      @media (min-width: 576px) {
        .yellow-block section.prices .children-calculator {
          gap: 100px; } }
      .yellow-block section.prices .children-calculator .tariff-title {
        margin-bottom: 2rem;
        font-size: 26px;
        font-weight: bold;
        text-align: center; }
      .yellow-block section.prices .children-calculator .cc-element {
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center;
        margin-right: 1rem;
        margin-left: 1rem; }
      .yellow-block section.prices .children-calculator .children {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 20rem; }
        .yellow-block section.prices .children-calculator .children .discount-box {
          display: flex;
          height: 50px;
          padding: 1rem; }
          .yellow-block section.prices .children-calculator .children .discount-box .age-box {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 5rem;
            font-weight: bold;
            color: #fecd08;
            background-color: #000;
            border-radius: 3rem 0 0 3rem; }
          .yellow-block section.prices .children-calculator .children .discount-box .discount {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 8rem;
            border: 1px solid;
            border-radius: 0 3rem 3rem 0; }
        .yellow-block section.prices .children-calculator .children .children-image {
          height: 6rem; }
      .yellow-block section.prices .children-calculator .calculator-box .calculator {
        width: 290px;
        height: 370px;
        padding: 10px;
        overflow: hidden;
        font-size: 12pt;
        text-align: center;
        background: #c2c2c2;
        border-radius: 15px 15px;
        box-shadow: 0 0 0 #a1a1a1, 0 6px 10px rgba(0, 0, 0, 0.75); }
        .yellow-block section.prices .children-calculator .calculator-box .calculator .result {
          display: flex;
          flex-direction: row-reverse;
          width: 90%;
          height: 50px;
          padding-right: 10px;
          margin: 5px 0 8px 10px;
          overflow: hidden;
          font-size: 35px;
          line-height: 46px;
          color: #000;
          text-align: right;
          background: #fafafa;
          box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5), inset 0 2px 0 #a1a1a1; }
          .yellow-block section.prices .children-calculator .calculator-box .calculator .result .digits {
            font-family: 'Roboto Mono', monospace; }
        .yellow-block section.prices .children-calculator .calculator-box .calculator .buttons {
          padding: 0;
          margin: 0; }
          .yellow-block section.prices .children-calculator .calculator-box .calculator .buttons > li {
            float: left;
            width: 57px;
            height: 38px;
            padding: 10px;
            margin: 5px;
            text-align: center;
            list-style: none;
            background: #efefef;
            border-radius: 5px;
            box-shadow: 0 5px 0 #a1a1a1, 0 2px 5px rgba(0, 0, 0, 0.75); }
          .yellow-block section.prices .children-calculator .calculator-box .calculator .buttons > li:first-child {
            width: 190px;
            font-size: 1em;
            font-weight: bold;
            text-align: center;
            text-transform: uppercase;
            cursor: pointer;
            background-color: #fecd08; }
          .yellow-block section.prices .children-calculator .calculator-box .calculator .buttons .clear-button {
            font-weight: bold;
            color: white;
            cursor: pointer;
            background-color: #e02222; }
          .yellow-block section.prices .children-calculator .calculator-box .calculator .buttons .two-buttons {
            width: 123px;
            cursor: default; }
          .yellow-block section.prices .children-calculator .calculator-box .calculator .buttons .input-button {
            padding: 2px; }
            .yellow-block section.prices .children-calculator .calculator-box .calculator .buttons .input-button input[type="number"] {
              width: 100%;
              height: 100%;
              font-size: 1.5em;
              text-align: center;
              border: none; }
          .yellow-block section.prices .children-calculator .calculator-box .calculator .buttons .half-button {
            width: 24px;
            padding-left: 5px;
            cursor: pointer; }
    @media (max-width: 1060px) {
      .yellow-block section.prices .our-prices {
        padding-right: 3em;
        padding-left: 3em;
        font-size: 0.8em; } }
    @media (max-width: 768px) {
      .yellow-block section.prices .our-prices {
        padding-right: 1em;
        padding-left: 1em; }
        .yellow-block section.prices .our-prices .prices {
          flex-direction: column;
          align-content: center;
          align-items: center; }
          .yellow-block section.prices .our-prices .prices .description-text {
            width: 100%;
            font-size: inherit !important; }
            .yellow-block section.prices .our-prices .prices .description-text div {
              padding: 0;
              margin: 0;
              font-size: inherit !important; }
              .yellow-block section.prices .our-prices .prices .description-text div.bottom-text {
                margin-top: 1rem; }
          .yellow-block section.prices .our-prices .prices .clocks {
            width: 100%;
            margin-top: 1rem;
            margin-right: 0;
            margin-bottom: 1rem;
            margin-left: 0; }
            .yellow-block section.prices .our-prices .prices .clocks img {
              width: 100% !important; }
            .yellow-block section.prices .our-prices .prices .clocks .clock-text {
              font-size: inherit !important;
              font-weight: bold; }
      .yellow-block section.prices .children-calculator {
        flex-direction: column;
        align-content: center;
        align-items: center;
        padding-right: 1em;
        padding-left: 1em; }
        .yellow-block section.prices .children-calculator .cc-element {
          width: 100%;
          margin-top: 2em;
          margin-right: 0.2rem;
          margin-left: 0.2rem;
          text-align: center; } }

.interior {
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .interior {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px; } }
  .interior .interior-title {
    font-weight: bold; }
  .interior .interior-left {
    flex-direction: column;
    align-self: stretch;
    justify-content: flex-start;
    font-size: 20px; }
    @media (min-width: 768px) {
      .interior .interior-left {
        padding: 50px; } }
    .interior .interior-left .text {
      text-align: left; }
    .interior .interior-left .button .btn {
      margin-top: 2rem;
      font-weight: bold; }

@media (max-width: 768px) {
  .interior {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    font-size: inherit !important; }
    .interior .interior-left,
    .interior .interior-right {
      width: 100%;
      margin-bottom: 2rem;
      font-size: inherit !important; }
    .interior .interior-right {
      padding-right: 0;
      padding-left: 0; }
    .interior button {
      font-size: inherit !important; } }
#events {
  color: black;
  background-color: #f0f0f0; }
  #events .events-grid {
    display: grid;
    gap: 1rem; }
    @media (min-width: 768px) {
      #events .events-grid {
        grid-template-columns: 1fr 1fr 1fr; }
        #events .events-grid .grid-8 {
          grid-column: 2 / 4; }
        #events .events-grid .grid-12 {
          grid-column: 1 / 4; } }
    #events .events-grid .border-1 {
      border-width: 1px !important; }
  #events .events-info {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 30px;
    margin-bottom: 2rem; }
    #events .events-info .image {
      display: flex;
      justify-content: center;
      padding: 0 25px 25px 0; }
      #events .events-info .image img {
        width: 100%;
        height: 100%;
        border-radius: 20rem; }
    #events .events-info .right-block {
      display: flex;
      flex-direction: column;
      align-self: stretch;
      justify-content: space-evenly;
      text-align: justify; }
      @media (min-width: 768px) {
        #events .events-info .right-block .text {
          max-width: 80%;
          font-size: 20px;
          text-align: left; } }
      #events .events-info .right-block .btn {
        display: inline-block;
        font-weight: bold; }
  @media (max-width: 768px) {
    #events .events-info {
      display: flex;
      flex-direction: column;
      padding-right: 1em;
      padding-left: 1em; }
      #events .events-info .evinfo-elem {
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: inherit; }
      #events .events-info button {
        font-size: inherit !important; } }

.event-card-link {
  position: relative;
  display: block;
  height: calc(100vw / 1.618);
  cursor: pointer;
  background-color: black;
  background-position: center;
  background-size: cover; }
  .event-card-link .event-info-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 24px;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: .3s all;
    transition: .3s all; }
    .event-card-link .event-info-div:hover {
      background-color: transparent; }
    .event-card-link .event-info-div .event-price {
      display: none;
      text-shadow: black 2px 2px;
      opacity: 0.8; }
    .event-card-link .event-info-div .event-title {
      max-height: 3em;
      overflow: hidden;
      font-size: 18px;
      font-weight: 700; }
    .event-card-link .event-info-div .event-date {
      opacity: 1.6; }

@media (min-width: 1024px) {
  .event-card-link {
    -webkit-flex-basis: 30vw;
    flex-basis: 30vw;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    height: calc(30vw / 1.618); } }
@media (min-width: 1900px) {
  .event-card-link {
    -webkit-flex-basis: 25vw;
    flex-basis: 25vw; } }
.aboutus {
  color: #fff;
  background: url("/assets/img/aboutus.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover; }
  .aboutus .aboutus-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .aboutus .aboutus-content .about-title {
      margin-bottom: 2.5rem;
      font-size: 2em;
      font-weight: 700;
      color: #fecd08; }
    .aboutus .aboutus-content .about-middle {
      margin-bottom: 1.5rem;
      font-size: 1.4em; }
    .aboutus .aboutus-content .about-foot {
      margin-bottom: 30px;
      font-size: 1.4em; }

h5.subtitle {
  margin: 10px;
  text-align: justify; }

#team .avatar .mask {
  margin-top: 10px;
  font-weight: bold; }

.map-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.phone-23 {
  width: 23vw; }

@keyframes move-light {
  from {
    transform: translateX(-4em) skewX(-45deg); }
  to {
    transform: translateX(80em) skewX(-45deg); } }
@media (max-width: 1030px) {
  body,
  .tik-content {
    font-size: 16px; }

  .tik-content {
    margin-right: 0;
    margin-left: 0; }
    .tik-content .slogan {
      width: 400px; }

  .price-table h5 {
    padding-top: 5px;
    font-size: 1.2em !important;
    font-weight: normal !important; } }
@media (max-width: 800px) {
  body,
  .tik-content {
    font-size: 15px; }

  .tik-content .slogan {
    width: 350px; }

  .aboutus-content {
    width: 90%;
    padding-right: 80px; }

  .calculator-box {
    display: flex;
    justify-content: center;
    width: 100%; }
    .calculator-box .fields {
      width: 100%;
      margin-right: 0;
      margin-bottom: 40px; } }
@media (max-width: 600px) {
  body,
  .tik-content {
    font-size: 15px; }

  .tik-content .slogan {
    width: 300px; } }
@media (max-width: 400px) {
  body,
  .tik-content {
    font-size: 14px; }

  .tik-content .slogan {
    width: 270px; }
  .tik-content .blink-button {
    width: 100%;
    font-size: 0.8em; }

  .aboutus-content {
    padding: 0;
    margin-right: 10px !important;
    margin-left: 10px !important;
    font-size: 0.8em; } }
section.contactus {
  background-color: #f0f0f0; }
  section.contactus .socials {
    display: flex;
    flex-direction: column;
    padding-right: 3rem;
    padding-left: 3rem; }
    section.contactus .socials .social {
      display: flex;
      align-items: center; }
      section.contactus .socials .social i {
        width: 30px;
        font-size: 1.5em;
        text-align: center; }
      section.contactus .socials .social.facebook {
        color: #3b5998; }
      section.contactus .socials .social.instagram {
        color: #e1306c; }
      section.contactus .socials .social.email {
        color: #168de2; }
      section.contactus .socials .social.whatsapp {
        color: #25d366; }
      @media (max-width: 576px) {
        section.contactus .socials .social.bigbro {
          display: none; } }
      @media (min-width: 576.1px) {
        section.contactus .socials .social.mobile {
          display: none; } }
    section.contactus .socials .social:not(:first-child) {
      margin-bottom: 20px; }
  section.contactus .contact-us {
    display: flex;
    flex-direction: column;
    padding-right: 3rem;
    padding-left: 3rem; }
    section.contactus .contact-us .contactus-field {
      display: flex;
      margin-bottom: 20px;
      border-bottom: 1px solid #ced4da; }
      section.contactus .contact-us .contactus-field i {
        align-self: center;
        width: 30px; }
      section.contactus .contact-us .contactus-field input,
      section.contactus .contact-us .contactus-field select {
        box-sizing: content-box;
        width: calc(100% - 50px);
        background-color: transparent;
        border: none;
        border-radius: 0;
        outline: 0;
        box-shadow: none;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

.prefix {
  width: 60px !important; }

.iti--allow-dropdown {
  display: flex;
  align-items: center;
  width: calc(100% - 67px) !important; }

.tik-title {
  margin-top: 10rem;
  margin-bottom: 60px;
  font-weight: 700; }

.contact-phone {
  color: #fff;
  transition-timing-function: ease;
  transition-duration: 250ms;
  transition-property: color; }
  .contact-phone:hover,
  .contact-phone .icon {
    color: #fecd08; }

.what-we-do {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--half-gap) * 1);
  --half-gap: 25px; }
  @media (max-width: 767px) {
    .what-we-do {
      flex-direction: column; } }
  .what-we-do__item {
    position: relative;
    height: 300px;
    overflow: hidden;
    border-radius: .5rem;
    box-shadow: 5px 4px 5px #0004; }
    @media (min-width: 768px) {
      .what-we-do__item {
        flex-basis: calc(50% - calc(var(--half-gap) / 2)); } }
  .what-we-do__image {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .what-we-do__texts {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding-bottom: var(--half-gap);
    padding-left: var(--half-gap);
    color: #fff;
    text-align: left;
    background: linear-gradient(to bottom, transparent, black); }
  .what-we-do__title {
    font-size: 24px;
    font-weight: 700; }
  .what-we-do__description {
    max-width: 80%;
    min-height: 3em;
    margin-bottom: 0;
    font-weight: 300; }

.section {
  padding: 4.5rem 0; }
  .section__title {
    margin: 0 auto 3rem;
    font-size: 42px;
    font-weight: 700;
    text-align: center; }
  .section--whatwedo {
    background-color: #f0f0f0; }

.progress .progress__svg {
  position: absolute;
  width: 100%;
  transform: rotate(-90deg); }
.progress .circle {
  fill: none;
  stroke: #fecd08;
  stroke-dasharray: 0 2953.01;
  stroke-width: 50;
  animation: animate-stroke 1500ms  ease-in-out  forwards;
  animation-delay: var(--delay); }
.progress .line {
  stroke: #fecd08;
  animation: animate-line 1500ms  ease-in-out  forwards;
  animation-delay: var(--delay); }
.progress::after {
  border: none; }

@keyframes animate-stroke {
  from {
    stroke-dasharray: 0 2953.01; }
  to {
    stroke-dasharray: 2460.92 2953.01; } }
@keyframes animate-line {
  from {
    stroke-dasharray: 0 470; }
  to {
    stroke-dasharray: 470 470; } }

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