@font-face {
  font-family: Cedarvillecursive;
  src: url('../fonts/CedarvilleCursive-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Patrickhand;
  src: url('../fonts/PatrickHand-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  background-color: #e6e0d8;
  background-image: url('../images/1.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: cover;
}

.section {
  padding: 5% 5% 2%;
}

.section._1 {
  height: 100vh;
}

.section._5 {
  height: 100%;
}

.container {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.navbar {
  background-color: #ddd0;
}

.div-block {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 3%;
  display: flex;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.js-clock-2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  padding: 0;
  display: flex;
}

.box-2 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number-2 {
  color: #333500;
  text-align: center;
  letter-spacing: 5px;
  border: .5px #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Patrickhand, Times New Roman, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  display: block;
}

.texto_principalcentrado {
  color: #333500;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Patrickhand, Times New Roman, sans-serif;
  font-size: 12px;
}

.image {
  margin-bottom: 2%;
}

.image-2 {
  margin-top: 5%;
}

.div-block-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  width: 70%;
  margin-top: 5%;
}

.grid.phone {
  display: none;
}

.div-block-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button {
  background-color: #3898ec00;
  background-image: url('../images/7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15vh;
  height: 5vh;
  margin-left: 10px;
  margin-right: 10px;
}

.button._2 {
  background-image: url('../images/a1.png');
}

.button._3 {
  background-image: url('../images/a2.png');
  width: 10vh;
  height: 5vh;
}

.button._2-copy {
  background-color: #3898ec00;
  background-image: url('../images/a3.png');
  width: 10vh;
  height: 5vh;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.link-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -339px;
  margin-left: -45px;
  display: flex;
}

.link-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -44px;
  display: flex;
}

.link-block-3 {
  margin-top: 100px;
}

.div-block-6, .div-block-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._w-card-img {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.c-card-img {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-card-quote {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  display: flex;
  position: relative;
}

.div-block-19 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-19._2 {
  margin-top: 5%;
  margin-bottom: 5%;
}

.paragraph-2 {
  color: #606961;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 30px;
}

.paragraph-2._3 {
  font-family: Patrickhand, Times New Roman, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.c-flipping-cards-list {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 5% 0 0;
  display: flex;
}

.c-card-back {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 330px;
  display: block;
}

.c-card-front {
  perspective: 1000px;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 330px;
  display: flex;
}

.c-card-front._1 {
  box-shadow: none;
  background-image: none;
  width: 330px;
  height: 300px;
}

.c-flip-card {
  position: relative;
}

.cloneable-area {
  padding: 20px 10px;
}

.text-span {
  color: #343500;
  text-transform: none;
  font-family: Patrickhand, Times New Roman, sans-serif;
  font-size: 11px;
  line-height: 10px;
}

._w-card-back {
  perspective: 1000px;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.link-3 {
  color: #626b63;
  text-decoration: none;
}

._w-flip-card {
  z-index: 10;
  perspective: 1000px;
  display: flex;
  position: relative;
}

.button-2 {
  color: #343500;
  background-color: #3898ec00;
  border: 1px solid #606961;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Patrickhand, Times New Roman, sans-serif;
  font-size: 9px;
  line-height: 10px;
}

._w-card-front {
  perspective: 1000px;
  background-color: #ff6565;
  background-image: linear-gradient(#00000069, #00000069), url('../images/IMG_7087IMG_7086.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  transform: none;
}

._w-card-front._1 {
  background-color: #0000;
  background-image: url('../images/c.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
}

._w-card-front.tw {
  background-color: #8ca7ff;
}

._w-card-front.tw._2 {
  background-color: #0000;
  background-image: url('../images/d.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
}

._w-card-front.fb {
  background-color: #6670bd;
}

._w-card-front.fb._3 {
  background-color: #0000;
  background-image: url('../images/e.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
}

._w-card-front.fb._3._1 {
  background-image: url('../images/f.png');
}

.bold-text {
  font-family: Patrickhand, Times New Roman, sans-serif;
}

.bold-text._1 {
  font-size: 15px;
}

.bold-text-2 {
  font-family: Patrickhand, Times New Roman, sans-serif;
}

.bold-text-2._1 {
  font-size: 15px;
}

.text-span-2 {
  text-transform: none;
  font-family: Patrickhand, Times New Roman, sans-serif;
  font-size: 9px;
  line-height: 12px;
}

.link-block-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.link-block-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.phone, .phon, .pho, .navbar-2 {
  display: none;
}

.image-8 {
  margin-top: 10%;
}

.image-8.cel {
  display: none;
}

@media screen and (min-width: 1920px) {
  .js-clock-2 {
    text-shadow: none;
  }
}

@media screen and (max-width: 479px) {
  .section._1 {
    height: 80vh;
  }

  .section._3, .section._4 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .container, .navbar {
    display: none;
  }

  .div-block {
    margin-top: 0%;
    padding-bottom: 5%;
    padding-right: 17px;
  }

  .js-clock-2 {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-flow: row;
    margin-top: 10%;
    margin-bottom: 10%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .box-2 {
    width: auto;
    height: auto;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .clock-number-2 {
    width: auto;
    height: auto;
    padding: 0%;
    font-size: 8vw;
    font-style: normal;
    line-height: 6vw;
  }

  .texto_principalcentrado {
    font-size: 11px;
    line-height: 14px;
  }

  .image {
    margin-bottom: 5%;
    display: none;
  }

  .image.phone {
    display: block;
  }

  .image-2 {
    display: none;
  }

  .image-2.phone {
    display: block;
  }

  .grid {
    display: none;
  }

  .grid.phone {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .button {
    width: 50%;
    font-size: 18px;
  }

  .link-block {
    margin-top: 0;
    margin-left: 0;
  }

  .link-block-2 {
    margin-top: 0;
  }

  .link-block-3 {
    justify-content: flex-end;
    align-items: center;
    margin-top: 10%;
    display: flex;
  }

  .div-block-6 {
    margin-top: 10%;
  }

  .c-flipping-cards-list {
    display: block;
  }

  .c-card-back {
    width: 250px;
    max-width: 250px;
    height: 350px;
  }

  .c-card-front {
    width: 250px;
    max-width: 250px;
    height: 250px;
  }

  .c-card-front._1 {
    width: 250px;
    max-width: 330px;
    height: 250px;
  }

  .c-card-front._2 {
    width: 250px;
    max-width: 250px;
    height: 250px;
  }

  .cloneable-area {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-span {
    font-size: 9px;
    line-height: 15px;
  }

  .button-2 {
    letter-spacing: 1px;
    font-size: 8px;
    line-height: 12px;
  }

  .image-3 {
    margin-bottom: 5%;
  }

  .image-4 {
    margin-top: 5%;
  }

  .phone {
    display: block;
  }

  .image-5, .image-6 {
    display: none;
  }

  .image-6.phone, .pho {
    display: block;
  }

  .image-7 {
    display: none;
  }

  .nav-menu {
    background-color: #e6e0d8;
    background-image: url('../images/1.png');
    background-position: 0 0;
    background-size: cover;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .link-block-6 {
    justify-content: center;
    align-items: center;
    height: 5vh;
    display: flex;
  }

  .menu-button, .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .navbar-2 {
    background-color: #ddd0;
    display: block;
  }

  .icon {
    color: #343500;
  }

  .image-8 {
    display: none;
  }

  .image-8.cel {
    display: block;
  }
}


@font-face {
  font-family: 'Cedarvillecursive';
  src: url('../fonts/CedarvilleCursive-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Patrickhand';
  src: url('../fonts/PatrickHand-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}