

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

@media screen and (max-width: 991px) {
  .wrapper-inicio {
    z-index:2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fcfcfc;
    width: 100vw;
  }
  .inicio-tilte {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 50%;
    padding-right: 7em;
    padding-bottom: 0px;
    padding-left: 7em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .inicio-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/Menu-Inicial.png');
    background-position: 0% 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .heading {
    max-width: 100vw;
    margin-top: 0px;
    margin-bottom: 0.1em;
    font-family: Mohave, sans-serif;
    color: #46ba43;
    font-size: 9rem;
    line-height: 1em;
    font-weight: 600;
  }
  .text-block {
    font-family: Montserrat, sans-serif;
    color: #464646;
    font-size: 2em;
    line-height: 1.1em;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
  }
  .wrapper-language {
    position: absolute;
    z-index:1;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 100vh;
    padding: 6em 0em 3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slide-nav {
    display: none;
  }
  .slider-language {
    width: 100%;
    height: auto;
    padding-top: 1em;
    padding-bottom: 3em;
    background-color: transparent;
  }
  .slider-language.slider-visit {
    height: auto;
    margin-bottom: 0em;
    padding-top: 1em;
  }
  .slide {
    width: 100%;
    text-align: center;
  }
  .box-language {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .language-1 {
    width: 200px;
    height: 200px;
    margin-bottom: 2.5rem;
    padding-right: 0px;
    padding-bottom: 0px;
    border-style: solid;
    border-width: 8px;
    border-color: #fff;
    border-radius: 100%;
    background-image: url('../images/1200px-Flag_of_Portugal.svg.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 4px 4px 13px 0 rgba(0, 0, 0, 0.21);
  }
  .language-1.language-2 {
    margin-bottom: 2.5rem;
  }
  .language-1.language-2.visit-2 {
    margin-bottom: 2.5rem;
    background-image: url('../images/stefan-stefancik-Ue2-23uBwNw-unsplash.jpg');
  }
  .language-1.visit-1 {
    width: 200px;
    height: 200px;
    background-image: url('../images/neil-soni-6wdRuK7bVTE-unsplash.jpg');
    background-position: 50% 100%;
  }
  .heading-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #464646;
    font-size: 2em;
    line-height: 1.1em;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.3em;
    text-transform: uppercase;
  }
  .right-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-top: 100px;
    padding-right: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #dadada;
    font-size: 50px;
  }
  .language-2 {
    width: 200px;
    height: 200px;
    margin-bottom: 3rem;
    padding-right: 0px;
    padding-bottom: 0px;
    border-style: solid;
    border-width: 8px;
    border-color: #fff;
    border-radius: 100%;
    background-image: url('../images/1200px-Flag_of_the_United_Kingdom_2-3.svg.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 4px 4px 13px 0 rgba(0, 0, 0, 0.21);
  }
  .left-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-left: 0px;
    padding-top: 100px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #dadada;
    font-size: 50px;
  }
  .slide-2 {
    width: 100%;
  }
  .link-block {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 100%;
    padding-right: 40px;
    padding-left: 3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }
  .image-2.left {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .button-go {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0em;
    margin-bottom: 0em;
    padding: 8px 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: #46ba43;
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.13);
  }
  .box-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 10%;
    padding-bottom: 3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .doctorscreen{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10000;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-color:white;
  }
  .chat-username {
    width: 100%;
    height: 100%;
    line-height: 25px;
    overflow: hidden;
  }
  .head-chat {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0em;
    padding-top: 2.5em;
    padding-bottom: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
  }
  .small-text {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #949494;
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: none;
  }
  .image-3 {
    margin-bottom: 1em;
  }
  .body-chat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0em 1.5em 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .left-text-body {
    width: auto;
    max-width: 50%;
    margin-top: 0px;
    margin-bottom: 1em;
    padding: 0.8em 1.2em;
    border-radius: 25px;
    background-color: #e0e0e0;
    font-family: Montserrat, sans-serif;
    color: #666;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 400;
    text-align: justify;
    letter-spacing: 0.05em;
    text-transform: none;
  }
  .left-text-body.patient-text {
    max-width: none;
    margin-bottom: 1.5em;
    padding: 0em;
    border-radius: 0px;
    background-color: transparent;
    color: #adadad;
  }
  .left-text-body.patient-text-list {
    max-width: none;
    margin-bottom: 1.5em;
    padding: 0em;
    border-radius: 0px;
    background-color: transparent;
    color: #adadad;
  }
  .right-text-body {
    width: auto;
    max-width: 50%;
    margin-top: 0px;
    margin-bottom: 0em;
    padding: 0.8em 1.2em;
    float: right;
    border-radius: 25px;
    background-color: #46ba43;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 400;
    text-align: justify;
    letter-spacing: 0.05em;
    text-transform: none;
  }
  .body-chat2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 1em 0em 1em 1.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .box-button2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 25%;
    padding-bottom: 3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrapper-chat {
    padding-top: 2.5em;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-height:80%;
    overflow: scroll;
  }
  .form {
    padding: 1em 1.5em;
    background-color: #f5f5f5;
  }
  .text-field {
    height: 30px;
    margin-bottom: 0px;
    border: 1px none #000;
    border-radius: 100px;
    background-color: #fff;
    box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.21);
    font-family: Montserrat, sans-serif;
    color: #666;
    font-size: 1em;
    line-height: 1em;
    font-weight: 300;
    text-align: left;
  }
  .text-field::-webkit-input-placeholder {
    font-size: 1.2em;
    text-align: center;
  }
  .text-field:-ms-input-placeholder {
    font-size: 1.2em;
    text-align: center;
  }
  .text-field::-ms-input-placeholder {
    font-size: 1.2em;
    text-align: center;
  }
  .text-field::placeholder {
    font-size: 1.2em;
    text-align: center;
  }
  .form-block {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin:0;
  }
  .success-message {
    background-color: #fff;
  }
  .game-layout {
    width: 100%;
    height: 100vh;
    background-color: #de7561;
  }
  .intro-animal {
    position: absolute;
    z-index: 2000;
    display: none;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #de7561;
  }
  .image-4 {
    width: 50%;
    margin-top: 2em;
    margin-bottom: 2.5em;
  }
  .heading-2-2 {
    margin-top: 0px;
    margin-bottom: 1em;
    padding-left: 0.3em;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 2em;
    line-height: 1.1em;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.3em;
    text-transform: uppercase;
  }
  .heading-3 {
    font-family: 'Gochi Hand', sans-serif;
    color: #fff;
    font-size: 1.2em;
    line-height: 1em;
    letter-spacing: 0.2em;
  }
  .main-layout {
    width: 100%;
    height: 100%;
  }
  .navbar {
    margin-bottom: 0%;
    padding-top: 1em;
    padding-right: 2em;
    padding-left: 2em;
    background-color: transparent;
  }
  .menu-button {
    padding-left: 0px;
    float: left;
  }
  .menu-button.w--open {
    z-index: 1000;
    background-color: transparent;
  }
  .brand {
    padding-top: 15px;
    float: right;
  }
  .wrapper-cards {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cards-back {
    position: relative;
    z-index: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    cursor: pointer;
  }
  .one-back {
    position: absolute;
    display: none;
    width: 300px;
    height: 300px;
    padding: 2em 1.2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0.21))), url('../images/pigg-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.21), rgba(0, 0, 0, 0.21)), url('../images/pigg-1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .cards-front {
    position: absolute;
    top: 110px;
    z-index: 800;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 350px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .one-front {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 350px;
    height: 350px;
    padding: 2em 1.2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 20px;
    background-image: url('../images/pigg-1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    box-shadow: 0 8px 13px 0 rgba(0, 0, 0, 0.34);
    text-decoration: none;
  }
  .title-cards {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  .one-back2 {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 300px;
    padding: 2em 1.2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 25px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0.21))), url('../images/to-do-list-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.21), rgba(0, 0, 0, 0.21)), url('../images/to-do-list-1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .one-front2 {
    position: absolute;
    display: none;
    width: 350px;
    height: 350px;
    padding: 2em 1.2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 25px;
    background-image: url('../images/to-do-list-1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    box-shadow: 0 8px 13px 0 rgba(0, 0, 0, 0.34);
    text-decoration: none;
  }
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }
  .wrapper-nav {
    position: relative;
    z-index: 1000;
    width: 85vw;
    max-width: 320px;
    padding: 0em 1.5em;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.55);
  }
  .menu-link {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.1em;
    text-transform: none;
  }
  .link-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }
  .image-5 {
    width: 25px;
    height: 25px;
    margin-right: 1em;
  }
  .wrapper-nav-menu {
    position: relative;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .search-button {
    display: none;
  }
  .search-input {
    margin-bottom: 0px;
    padding-right: 40px;
    padding-left: 40px;
    border: 1px none #000;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.55);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 1em;
    line-height: 1em;
    font-weight: 400;
    text-align: left;
  }
  .search-input::-webkit-input-placeholder {
    color: #f8f8f8;
    font-weight: 300;
    text-align: center;
  }
  .search-input:-ms-input-placeholder {
    color: #f8f8f8;
    font-weight: 300;
    text-align: center;
  }
  .search-input::-ms-input-placeholder {
    color: #f8f8f8;
    font-weight: 300;
    text-align: center;
  }
  .search-input::placeholder {
    color: #f8f8f8;
    font-weight: 300;
    text-align: center;
  }
  .animal-nav {
    position: absolute;
    z-index: 500;
    width: 50%;
    margin-top: 2em;
    margin-bottom: 2.5em;
  }
  .search {
    position: relative;
    z-index: 1000;
  }
  .wrapper-nav-back {
    position: absolute;
    z-index: 200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #de7561;
  }
  .wrapper-nav-back.menu-search {
    background-color: #fff;
  }
  .grid {
    position: relative;
    top: 215px;
    z-index: 1000;
    width: 350px;
    height: 350px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-style: none;
    border-width: 1px;
    border-color: #fff;
    border-radius: 100%;
    background-color: #fff;
    background-image: radial-gradient(circle closest-side at 50% 50%, #fff 61%, #ececec 63%, #fff 0);
    box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.13);
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-circle-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 43px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .menu-circle-button.circle-position {
    padding: 35px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .menu-circle-button.circle-position2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .menu-circle-button.circle-position3 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .circle-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    padding: 20px 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.21);
  }
  .circle-button.hide-button {
    display: none;
  }
  .john-image-9{
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .image-6 {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .image-7 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .image-8 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .columns {
    width: 100%;
    height: 100%;
  }
  .column {
    height: 33%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-2 {
    bottom: 4%;
    height: 71%;
    padding: 4em 6em 2em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 30px 30px 0px 0px;
    background-color: #fff;
  }
  .patient-record {
    position: absolute;
    z-index: 2000;
    display: none;
    width: 100vw;
    height: 100vh;
  }
  .patiente-img {
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .patient-title {
    margin-top: 0px;
    margin-bottom: 2em;
    font-family: Montserrat, sans-serif;
    color: #464646;
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.05em;
    text-transform: none;
  }
  .text-span {
    font-size: 0.8em;
    font-weight: 500;
  }
  .code-sex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image-9 {
    margin-left: 1em;
  }
  .patient-title2 {
    margin-top: 0px;
    margin-bottom: 0.5em;
    font-family: Montserrat, sans-serif;
    color: #464646;
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: 600;
    text-align: left;
    letter-spacing: 0.05em;
    text-transform: none;
  }
  .patient-subtext {
    font-family: Montserrat, sans-serif;
    color: #adadad;
    font-size: 1em;
    line-height: 1.1em;
    letter-spacing: 0.05em;
  }
  .columns-2 {
    margin-bottom: 2.5em;
  }
  .right-arrow-2 {
    display: none;
  }
  .left-arrow-3 {
    display: none;
  }
  .slider-2 {
    background-color: transparent;
  }
  .slide-nav-3 {
    position: relative;
    bottom: 0em;
    font-size: 10px;
  }
  .patiente-button {
    position: absolute;
    left: auto;
    top: -6%;
    right: 2.5em;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    padding: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.21);
  }
  .task-list {
    position: absolute;
    z-index: 2000;
    display: none;
    width: 100vw;
    height: 100vh;
  }
  .task-button {
    position: absolute;
    left: auto;
    top: -6%;
    right: 2.5em;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    padding: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.21);
  }
  .menu-circle {
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wraooer-menu-circle {
    height: 100vh;
  }
  .wrapper-search {
    height: 100vh;
  }
  .search-button-2 {
    display: none;
  }
  .box-search {
    padding: 4em 6em 3em;
  }
  .text-block-2 {
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    color: #adadad;
    font-size: 1em;
    font-weight: 400;
  }
  .link {
    font-family: Montserrat, sans-serif;
    color: #464646;
    font-size: 1.1em;
    line-height: 1em;
    font-weight: 500;
    text-decoration: none;
  }
  .camera-view {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .get-ready {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  .ready-title {
    margin-top: 0px;
    margin-bottom: 2em;
    font-family: Montserrat, sans-serif;
    color: #46ba43;
    font-size: 2em;
    line-height: 1.2em;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.05em;
    text-transform: none;
  }
  .button-back {
    position: absolute;
    left: 1.3em;
    top: 1.5rem;
    right: auto;
    bottom: auto;
    width: 40px;
    height: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/back.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .wrapper-mapa {
    width: 100%;
    height: 100vh;
  }
  .mapa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-right: 38vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/mapa.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bottom-menu {
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid-menu {
    position: relative;
    top: 215px;
    z-index: 1000;
    width: 350px;
    height: 350px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-style: none;
    border-width: 1px;
    border-color: #fff;
    border-radius: 100%;
    background-color: #fff;
    background-image: radial-gradient(circle closest-side at 50% 50%, #fff 61%, #ececec 63%, #fff 0);
    box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.13);
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .navbar-go {
    position: absolute;
    width: 100%;
    margin-bottom: 0%;
    padding-top: 1.4em;
    padding-right: 2em;
    padding-left: 2em;
    background-color: transparent;
  }
  .nav-menu-go {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }
  .wrapper-menu-go {
    position: relative;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrapper-nav-go {
    position: relative;
    z-index: 1000;
    width: 85vw;
    max-width: 320px;
    padding: 1.5em;
    border-radius: 20px;
    background-color: #fff;
  }
  .menu-link-go {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #464446;
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0.1em;
    text-transform: none;
  }
  .menu-go {
    padding: 0px;
    float: right;
  }
  .menu-go.w--open {
    z-index: 1000;
    background-color: transparent;
  }
  .link-block-3 {
    position: relative;
    float: left;
  }
  .animal-close {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0px;
    z-index: 800;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button-animal-close {
    width: 70px;
    height: 70px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/close.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .mapa-blur {
    width: 100%;
    height: 100%;
    background-image: url('../images/mapa.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .wrapper-animal-mapa {
    position: absolute;
    z-index: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-right: 2em;
    padding-bottom: 0px;
    padding-left: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mapa-animal {
    width: 45%;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 25px;
  }
  .img-animal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .info-animal {
    position: relative;
    top: -30px;
    padding: 3em 1.5em 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.21);
    text-align: center;
  }
  .small-title {
    position: absolute;
    margin-top: 0.7em;
    margin-bottom: 0px;
    padding: 8px 18px;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.34);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 1em;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .small-title.title-card {
    margin-top: 1em;
    font-size: 1.2em;
  }
  .heading-5 {
    margin-top: 0px;
    margin-bottom: 2px;
    padding: 0px;
    border-radius: 100px;
    font-family: Montserrat, sans-serif;
    color: #464446;
    font-size: 1.5em;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
  }
  .text-block-3 {
    font-family: Montserrat, sans-serif;
    color: #464446;
    font-size: 0.7em;
    font-weight: 400;
    text-align: center;
  }
  .column-3 {
    padding-left: 0px;
  }
  .column-4 {
    border-right: 1px solid #cecece;
    border-left: 1px solid #cecece;
  }
  .column-5 {
    padding-right: 0px;
  }
  .text-animal {
    font-family: Montserrat, sans-serif;
    color: #999;
    font-size: 0.9em;
    font-weight: 400;
    text-align: center;
  }
  .columns-3 {
    margin-top: 0em;
    margin-bottom: 2.5em;
  }
  .line-color {
    width: 25%;
    height: 6px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 50px;
    background-color: #de7561;
  }
  .line-color.color-green {
    background-color: #0aaa97;
  }
  .line-color.color-blue {
    background-color: #0a7bab;
  }
  .center-line {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-go {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }
  .porco-test {
    position: relative;
    z-index: 500;
    width: 20vw;
    height: 20vw;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/pig-01.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .wrapper-animal-colecao {
    position: absolute;
    z-index: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-right: 2em;
    padding-bottom: 0px;
    padding-left: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .background-color {
    width: 100%;
    height: 100%;
    background-color: #de7561;
  }
  .button-animal-close2 {
    width: 70px;
    height: 70px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/close2.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .title-animal-info {
    margin-top: 0px;
    margin-bottom: 2em;
    padding: 0px;
    font-family: Montserrat, sans-serif;
    color: #464446;
    font-size: 1.6em;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .image-10 {
    width: 100%;
    height: 250px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .button {
    margin-top: 2em;
    padding: 15px 25px;
    border-radius: 500px;
    background-color: #cecece;
    font-family: Montserrat, sans-serif;
    color: #464446;
    font-size: 1.2em;
    line-height: 1em;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  .bold-text {
    font-weight: 800;
  }
  .heart {
    position: absolute;
    padding-top: 1.3em;
    padding-right: 1em;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-decoration: none;
  }
  .image-11 {
    display: none;
  }
  .text-block-4 {
    font-family: Montserrat, sans-serif;
    color: #999;
    font-size: 0.8em;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  .text-block-4-2 {
    font-family: Montserrat, sans-serif;
    color: #999;
    font-size: 0.8em;
    font-weight: 400;
    text-align: right;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  .column-6 {
    padding-right: 0px;
  }
  .column-7 {
    padding-left: 0px;
  }
  .columns-4 {
    margin-bottom: 1em;
  }
  .wrapper-allcards {
    overflow: hidden;
    width: 100%;
    height: 100vh;
  }
  .box-allcards {
    padding: 0em 2em 0px;
    background-color: #e8eaec;
  }
  .tabs-menu {
    padding-bottom: 1em;
  }
  .tab-link {
    padding: 6px 12px;
    border-radius: 50px;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    color: #999;
    font-size: 1em;
    line-height: 1em;
    font-weight: 400;
    text-decoration: none;
  }
  .tab-link.w--current {
    background-color: #cecece;
    color: #464446;
    font-weight: 500;
  }
  .tab-pane-tab-1 {
    padding-top: 2em;
  }
  .grid-2 {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .info-animal-card {
    position: relative;
    top: -30px;
    padding: 0.8em 1.5em 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.21);
    text-align: center;
  }
  .mapa-animal-colecao {
    overflow: visible;
    width: 100%;
    height: auto;
    padding-right: 0px;
    border-radius: 25px;
    text-decoration: none;
  }
  .grid-3 {
    padding-bottom: 3.1em;
    grid-column-gap: 1.2em;
    grid-row-gap: 1.5em;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .small-title-animal {
    margin-top: 0px;
    margin-bottom: 1.2em;
    padding: 0px;
    font-family: Montserrat, sans-serif;
    color: #464446;
    font-size: 1.5em;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .heading-6 {
    margin-top: 0px;
    margin-bottom: 2px;
    padding: 0px;
    border-radius: 100px;
    font-family: Montserrat, sans-serif;
    color: #464446;
    font-size: 1.5em;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
  }
  .image-12 {
    width: 100%;
    height: 170px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .info-animal-colecao {
    position: relative;
    top: -30px;
    height: auto;
    padding: 1.8em 1.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 0 10px 12px 0 rgba(13, 39, 80, 0.21);
    text-align: center;
  }
  .small-columns {
    margin-top: 0em;
    margin-bottom: 0em;
  }
  .tabs {
    z-index: 200;
    overflow: visible;
    height: 100vh;
    padding-top: 2em;
  }
  .tabs-content {
    overflow: scroll;
    height: 100%;
  }
  .arrow {
    position: absolute;
    left: auto;
    top: 2.3em;
    right: 2em;
    bottom: 0%;
    z-index: 500;
  }
  .normal-title {
    position: absolute;
    margin-top: 0.7em;
    margin-bottom: 0px;
    padding: 8px 18px;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.34);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 1.6em;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .normal-title.title-card {
    margin-top: 1em;
    font-size: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  .column-2 {
    padding-bottom: 2em;
  }
}

@media screen and (max-width: 479px) {
  .inicio-tilte {
    padding-top: 1em;
    padding-right: 3em;
    padding-left: 3em;
  }
  .inicio-img {
    background-image: url('../images/Menu-Inicial_1.png');
  }
  .heading {
    font-size: 6rem;
  }
  .text-block {
    font-size: 1.4em;
  }
  .wrapper-language {
    height: 100%;
    padding-top: 0em;
    padding-bottom: 0em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .slider-language {
    height: 45%;
    margin-bottom: 0em;
    padding-top: 4em;
    padding-bottom: 0em;
  }
  .slider-language.slider-visit {
    height: 45%;
    padding-bottom: 0em;
  }
  .box-language {
    padding-right: 3em;
    padding-left: 3em;
  }
  .language-1 {
    width: 22vh;
    height: 22vh;
    margin-bottom: 5.5vh;
  }
  .language-1.language-2 {
    width: 22vh;
    height: 22vh;
    margin-bottom: 5.5vh;
  }
  .language-1.language-2.visit-2 {
    width: 22vh;
    height: 22vh;
    margin-bottom: 5.5vh;
  }
  .language-1.visit-1 {
    width: 22vh;
    height: 22vh;
  }
  .heading-2 {
    font-size: 2.6vh;
    font-weight: 700;
  }
  .right-arrow {
    padding-top: 0vh;
    padding-right: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .language-2 {
    width: 160px;
    height: 160px;
  }
  .left-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-top: 0vh;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-block {
    padding-right: 25px;
  }
  .image-2 {
    max-width: 40px;
    object-fit: contain;
  }
  .button-go {
    padding: 8px 28px;
  }
  .box-button {
    padding-bottom: 3em;
  }
  .chat-username {
    height: 100%;
  }
  .left-text-body {
    max-width: 250px;
  }
  .left-text-body.patient-text {
    font-size: 2vh;
    text-align: justify;
  }
  .left-text-body.patient-text-list {
    text-align: left;
  }
  .right-text-body {
    max-width: 250px;
  }
  .box-button2 {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .wrapper-chat {
    height: auto;
    padding-bottom: 60px;
    max-height:70%;
    overflow: scroll;
  }
  .game-layout {
    height: 100vh;
  }
  .intro-animal {
    background-color: #de7561;
  }
  .image-4 {
    width: 90%;
  }
  .heading-2-2 {
    font-size: 1.5em;
    text-align: center;
  }
  .navbar {
    margin-bottom: 0%;
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
  .brand {
    padding-top: 16px;
  }
  .wrapper-cards {
    margin-top: 5vh;
  }
  .cards-back {
    position: relative;
  }
  .one-back {
    width: 35vh;
    height: 35vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 20px;
  }
  .cards-front {
    top: 13vh;
    height: 80vw;
  }
  .one-front {
    width: 40vh;
    height: 40vh;
    border-radius: 20px;
    text-decoration: none;
  }
  .one-back2 {
    width: 35vh;
    height: 35vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 20px;
  }
  .one-front2 {
    width: 40vh;
    height: 40vh;
    border-radius: 20px;
    text-decoration: none;
  }
  .wrapper-nav {
    width: 90vw;
  }
  .animal-nav {
    width: 90%;
  }
  .grid {
    position: relative;
    top: 58vw;
    width: 95vw;
    height: 95vw;
    background-image: radial-gradient(circle closest-side at 50% 50%, #fff 67%, hsla(0, 0%, 80%, 0.74) 68%, #fff 69%);
  }
  .menu-circle-button {
    padding: 12vw;
  }
  .menu-circle-button.circle-position {
    padding: 12vw;
  }
  .circle-button {
    width: 19vw;
    height: 19vw;
    padding: 18px;
  }
  .column-2 {
    padding: 2em 2.5em;
  }
  .patient-title {
    margin-bottom: 3vh;
  }
  .slider-2 {
    height: auto;
  }
  .slide-nav-3 {
    bottom: 0px;
  }
  .patiente-button {
    width: 18vw;
    height: 18vw;
  }
  .task-button {
    width: 18vw;
    height: 18vw;
  }
  .menu-circle {
    position: absolute;
    z-index: 100;
  }
  .box-search {
    padding: 3em 2.6em 2em;
  }
  .get-ready {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
  }
  .ready-title {
    font-size: 1.8em;
    line-height: 1em;
  }
  .button-back {
    left: 1.3rem;
    width: 35px;
    height: 35px;
  }
  .bottom-menu {
    position: absolute;
  }
  .grid-menu {
    position: relative;
    top: 62vw;
    width: 100vw;
    height: 100vw;
  }
  .navbar-go {
    margin-bottom: 0%;
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
  .wrapper-nav-go {
    width: 90vw;
  }
  .menu-link-go {
    color: #464446;
    font-weight: 500;
  }
  .button-animal-close {
    width: 19vw;
    height: 19vw;
  }
  .wrapper-animal-mapa {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
  .mapa-animal {
    width: 100%;
  }
  .small-title {
    font-size: 0.8em;
  }
  .text-animal {
    font-size: 2vh;
    line-height: 1.2em;
  }
  .columns-3 {
    margin-bottom: 3vh;
  }
  .wrapper-animal-colecao {
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }
  .button-animal-close2 {
    width: 7vh;
    height: 7vh;
  }
  .title-animal-info {
    margin-bottom: 4vh;
  }
  .image-10 {
    height: 35vh;
    border-top-right-radius: 20px;
  }
  .button {
    margin-top: 3vh;
    font-size: 1em;
  }
  .columns-4 {
    margin-bottom: 1.5vh;
  }
  .box-allcards {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    padding-bottom: 1.5em;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tab-pane-tab-1 {
    padding-top: 1.5em;
  }
  .info-animal-card {
    padding-bottom: 1.5em;
  }
  .mapa-animal-colecao {
    width: 100%;
    border-radius: 20px;
  }
  .grid-3 {
    grid-row-gap: 0.5em;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .small-title-animal {
    margin-bottom: 1em;
    font-size: 1.2em;
  }
  .heading-6 {
    font-size: 1.2em;
  }
  .image-12 {
    height: 140px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .info-animal-colecao {
    padding: 1.5em 1em 1em;
    border-radius: 20px;
  }
  .tabs {
    padding-top: 2.5em;
  }
  .arrow {
    top: 2.8em;
    right: 0.5em;
    background-color: #e8eaec;
  }
  .normal-title {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 991px) {
  #w-node-4c9a3ed5505a-303c4e90 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-4c9a3ed5505d-303c4e90 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-4c9a3ed55060-303c4e90 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-4c9a3ed55063-303c4e90 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-c0ec1a2d4364-f0bf93db {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-c0ec1a2d4367-f0bf93db {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-c0ec1a2d436a-f0bf93db {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-c0ec1a2d436d-f0bf93db {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-2d0e338f0119-c312a6c4 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-2d0e338f011c-c312a6c4 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-2d0e338f011f-c312a6c4 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-2d0e338f0122-c312a6c4 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-df35a5ea4c57-0cd0396a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-df35a5ea4c5a-0cd0396a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-df35a5ea4c5d-0cd0396a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-df35a5ea4c60-0cd0396a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Mohave';
  src: url('../fonts/mohave-bold-webfont.woff2') format('woff2'), url('../fonts/mohave-bold-webfont.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Mohave';
  src: url('../fonts/mohave-semibold-webfont.woff2') format('woff2'), url('../fonts/mohave-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Mohave';
  src: url('../fonts/mohave-regular-webfont.woff2') format('woff2'), url('../fonts/mohave-regular-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Mohave';
  src: url('../fonts/mohave-webfont.woff2') format('woff2'), url('../fonts/mohave-webfont.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
