.box-elementos2 {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

@media (max-width: 575.98px) {
  .box-elementos2 {
    position: relative;
    overflow: hidden;
    min-height: 30vh;
  }
}

.box-elementos-row {
  min-height: 85vh;
  width: 100vw;
}

.box-elementos22 {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .box-elementos22 {
    position: relative;
    overflow: hidden;
    min-height: 180vh;
  }
}

@media (max-width: 575.98px) {
  .box-elementos22 {
    position: relative;
    overflow: hidden;
    min-height: 180vh;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .absolute2 {
    margin-top: -25vh;
    z-index: 1;
    display: flex;
    position: absolute;
  }
}

@media (max-width: 575.98px) {
  .absolute2 {
    margin-top: -38vh;
    z-index: 1;
    display: flex;
    position: absolute;
  }
}

.fixed-top {
  height: 20%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: rgba(108,117,125,0);
}

.blockquote {
  border-right-style: solid;
  border-color: rgba(232,232,232,0);
  border-left-style: solid;
  border-left-width: 15px;
  border-right-width: 2px;
  -moz-box-shadow: 2px 2px 15px rgba(204,204,204,0);
  -webkit-box-shadow: 2px 2px 15px rgba(204,204,204,0);
  box-shadow: 2px 2px 15px rgba(204,204,204,0);
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  display: block;
}

.blockquote2 {
  border-right-style: solid;
  border-color: #e8e8e8;
  border-left-style: solid;
  border-left-width: 0px;
  border-right-width: 0px;
  -moz-box-shadow: 2px 2px 15px rgba(204,204,204,0);
  -webkit-box-shadow: 2px 2px 15px rgba(204,204,204,0);
  box-shadow: 2px 2px 15px rgba(204,204,204,0);
  background: rgba(255,255,255,0);
  padding: 15px 20px 15px 0px;
  margin: 0 0 0px;
  position: relative;
  display: block;
}

@media (max-width: 575.98px) {
  .blockquote2 {
    margin: 2%!important;
    border-right-style: solid;
    border-color: rgba(232,232,232,0);
    border-left-style: solid;
    border-left-width: 0px;
    border-right-width: 0px;
    -moz-box-shadow: 2px 2px 15px rgba(204,204,204,0);
    -webkit-box-shadow: 2px 2px 15px rgba(204,204,204,0);
    box-shadow: 2px 2px 15px rgba(204,204,204,0);
    background: rgba(255,255,255,0);
    padding: 0px 0px 0px 0px;
    margin: 0 0 0px;
    position: relative;
    display: block;
  }
}

.card-body {
  border-radius: 20px;
  background: rgba(253,195,207,1);
  background: -webkit-linear-gradient(left, rgba(253,195,207,1) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(253,195,207,1) 0%, rgba(255,255,255,1) 100%);
  flex: 1 1 auto;
  padding: 1.25em;
}

.card-body1 {
  border: 2px solid rgb(253,195,206);
  border-radius: 20px;
  background: white;
  background: white;
  background: linear-gradient(to right, rgb(255,255,255) 0%, rgba(255,255,255,1) 100%);
  flex: 1 1 auto;
  padding: 10px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .card-body1 {
    border: 2px solid rgb(253,195,206);
    border-radius: 20px;
    background: white;
    background: white;
    background: linear-gradient(to right, rgb(255,255,255) 0%, rgba(255,255,255,1) 100%);
    flex: 1 1 auto;
    padding: 5px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .card-body1 {
    margin-top: -5px;
    margin-left: -18px;
    border: 2px solid rgb(253,195,206);
    border-radius: 20px;
    background: white;
    background: white;
    background: linear-gradient(to right, rgb(255,255,255) 0%, rgba(255,255,255,1) 100%);
    flex: 1 1 auto;
    padding: 5px;
  }
}

.card {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(255,255,255,0);
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 0.25rem;
}

.caption {
  border-radius: 52px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,105,178,0.77);
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .caption {
    border-radius: 45px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,105,178,0.77);
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .caption {
    border-radius: 30px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,105,178,0.77);
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 575.98px) {
  .caption {
    border-radius: 30px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,105,178,0.77);
    width: 100%;
    height: 100%;
  }
}

#hair_back_2_ {
  animation-name: hair-moving-style;
  animation-duration: 6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: both;
  transform-origin: 70% 20%;
}

#hair_back_22_ {
  animation-name: hair-moving-style;
  animation-duration: 7s;
  animation-timing-function: ease-in-out;
  animation-delay: 3s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: both;
  transform-origin: 70% 20%;
}

#hair_back_3_ {
  animation-name: hair-moving-style;
  animation-duration: 20s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: both;
  transform-origin: 70% 70%;
}

#fumaca_back_2_ {
  animation-name: hair-moving-style;
  animation-duration: 25s;
  animation-timing-function: linear;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: both;
  transform-origin: 70% 20%;
}

#hair_bangs {
  animation-name: hair-bangs-moving-style;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: both;
  transform-origin: 100% 100%;
}

#nuvem_bangs {
  animation-name: nuvem-bangs-moving-style;
  animation-duration: 20s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
  transform-origin: 100% 100%;
}

#nuvem_bangs-motanha {
  animation-name: nuvem-bangs-moving-style;
  animation-duration: 10s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
  transform-origin: 100% 100%;
}

#nuvem_bangs-capa {
  animation-name: nuvem-bangs-capa-moving-style;
  animation-duration: 10s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
  transform-origin: 100% 20%;
}

#nuvem2_bangs {
  animation-name: nuvem-bangs-moving-style;
  animation-duration: 10s;
  animation-timing-function: ease-in-out;
  animation-delay: 5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
  transform-origin: 100% 100%;
}

@keyframes hair-moving-style {
  0%, 100% {
    transform: skewX(0deg) skewY(0deg) translateX(0%) translateY(0%) rotateZ(0deg);
  }
  40% {
    transform: skewX(-10deg) skewY(2deg) translateX(0%) translateY(0%) rotateZ(0deg);
  }
  70% {
    transform: skewX(-5deg) skewY(-5deg) translateX(0%) translateY(0%) rotateZ(0deg);
  }
}

@keyframes hair-bangs-moving-style {
  0%, 100% {
    transform: skewX(0deg) skewY(0deg) translateX(0%) translateY(0%) rotateZ(0deg);
  }
  60% {
    transform: skewX(5deg) skewY(2deg) translateX(0%) translateY(15%) rotateZ(0deg);
  }
}

@keyframes nuvem-bangs-moving-style {
  0%, 100% {
    transform: skewX(0deg) skewY(0deg) translateX(0%) translateY(0%) rotateZ(0deg);
  }
  60% {
    transform: skewX(5deg) skewY(2deg) translateX(0%) translateY(0%) rotateZ(0deg);
  }
}

@keyframes nuvem-bangs-capa-moving-style {
  0%, 100% {
    transform: skewX(0deg) skewY(0deg) translateX(0%) translateY(0%) rotateZ(0deg);
  }
  60% {
    transform: skewX(5deg) skewY(2deg) translateX(30%) translateY(0%) rotateZ(0deg);
  }
}

.relative-hair {
  position: relative;
  display: flex;
}

.backgroud-1 {
  margin-top: 20vh;
}

.tamanho-row {
  width: 100vw;
  height: 100%;
}

.background-img {
  width: 90%;
}

.background-img-hair {
  width: 90%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .background-img-hair {
    min-width: 17%;
  }
}

@media (min-width: 768px) and 


(max-width: 991.98px) {
  .background-img-hair {
    min-width: 45%;
  }
}

.background-img-fumaca {
  width: 90%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .background-img-fumaca {
    min-width: 4%;
  }
}

@media (min-width: 768px) and 


(max-width: 991.98px) {
  .background-img-fumaca {
    min-width: 9%;
  }
}

.background-img-nuvem {
  width: 90%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .background-img-nuvem {
    min-width: 7%;
  }
}

@media (min-width: 768px) and 


(max-width: 991.98px) {
  .background-img-nuvem {
    min-width: 17%;
  }
}

@media (max-width: 575.98px) {
  .background-img-nuvem {
    min-width: 10%;
  }
}

@media (min-width: 768px) and 


(max-width: 991.98px) {
  .background-img {
    margin-left: 100%!important;
    min-width: 300%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .background-img {
    margin-left: 29%!important;
    min-width: 120%;
  }
}

@media (max-width: 575.98px) {
  .background-img {
    margin-left: 44%!important;
    min-width: 140%;
  }
}

.background-img-kls {
  position: absolute;
  display: flex;
  margin-top: 4.2%;
  width: 60%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .background-img-kls {
    position: absolute;
    display: flex;
    margin-top: 5.8%;
    width: 80%;
  }
}

@media (min-width: 768px) and 


(max-width: 991.98px) {
  .background-img-kls {
    position: absolute;
    display: flex;
    margin-top: 7.2%;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .background-img-kls {
    position: absolute;
    display: flex;
    margin-top: 2.2%;
    width: 100%;
  }
}

.cabelo1-img-kls {
  margin-left: -7.5%;
  position: absolute;
  display: flex;
  margin-top: -10%;
  width: 7%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .cabelo1-img-kls {
    margin-left: -10%;
    position: absolute;
    display: flex;
    margin-top: -13%;
    width: 9%;
  }
}

@media (min-width: 768px) and 


(max-width: 991.98px) {
  .cabelo1-img-kls {
    margin-left: -12%;
    position: absolute;
    display: flex;
    margin-top: -17%;
    width: 12%;
  }
}

@media (max-width: 575.98px) {
  .cabelo1-img-kls {
    margin-left: -12%;
    position: absolute;
    display: flex;
    margin-top: -21%;
    width: 12%;
  }
}

.cabelo2-img-kls {
  margin-left: 6%;
  position: absolute;
  display: flex;
  margin-top: -17.4%;
  width: 8%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .cabelo2-img-kls {
    margin-left: 8%;
    position: absolute;
    display: flex;
    margin-top: -23%;
    width: 11%;
  }
}

@media (min-width: 768px) and 


(max-width: 991.98px) {
  .cabelo2-img-kls {
    margin-left: 10%;
    position: absolute;
    display: flex;
    margin-top: -29%;
    width: 13%;
  }
}

@media (max-width: 575.98px) {
  .cabelo2-img-kls {
    margin-left: 10%;
    position: absolute;
    display: flex;
    margin-top: -34%;
    width: 13%;
  }
}

.background-img-proj {
  position: absolute;
  display: flex;
  margin-top: 8.4%;
  width: 70%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .background-img-proj {
    position: absolute;
    display: flex;
    margin-top: 10.8%;
    width: 90%;
  }
}

@media (min-width: 768px) and 


(max-width: 991.98px) {
  .background-img-proj {
    position: absolute;
    display: flex;
    margin-top: 14%;
    min-width: 120%;
  }
}

@media (max-width: 575.98px) {
  .background-img-proj {
    position: absolute;
    display: flex;
    margin-top: 14%;
    min-width: 120%;
  }
}

.background-img-plataforma {
  margin-left: 6.7%;
  position: absolute;
  display: flex;
  margin-top: -9.3%;
  width: 12%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .background-img-plataforma {
    margin-left: 8%;
    position: absolute;
    display: flex;
    margin-top: -12.9%;
    width: 15%;
  }
}

@media (min-width: 768px) and 


(max-width: 991.98px) {
  .background-img-plataforma {
    margin-left: 10.7%;
    position: absolute;
    display: flex;
    margin-top: -17.6%;
    width: 20%;
  }
}

@media (max-width: 575.98px) {
  .background-img-plataforma {
    margin-left: 10.7%;
    position: absolute;
    display: flex;
    margin-top: -17.6%;
    width: 20%;
  }
}

.background-img-placa {
  margin-left: -7.8%;
  position: absolute;
  display: flex;
  margin-top: -9.8%;
  width: 15.8%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .background-img-placa {
    margin-left: -10%;
    position: absolute;
    display: flex;
    margin-top: -13%;
    width: 20%;
  }
}

@media (min-width: 768px) and 


(max-width: 991.98px) {
  .background-img-placa {
    margin-left: -13.2%;
    position: absolute;
    display: flex;
    margin-top: -17.3%;
    width: 27%;
  }
}

@media (max-width: 575.98px) {
  .background-img-placa {
    margin-left: -13.2%;
    position: absolute;
    display: flex;
    margin-top: -17.3%;
    width: 27%;
  }
}

.background-img-cabelo {
  margin-left: -24.6%;
  position: absolute;
  display: flex;
  margin-top: -9.4%;
  width: 4%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .background-img-cabelo {
    margin-left: -32%;
    position: absolute;
    display: flex;
    margin-top: -11.6%;
    width: 6%;
  }
}

@media (min-width: 768px) and 


(max-width: 991.98px) {
  .background-img-cabelo {
    margin-left: -42.8%;
    position: absolute;
    display: flex;
    margin-top: -15.8%;
    width: 8%;
  }
}

@media (max-width: 575.98px) {
  .background-img-cabelo {
    margin-left: -42.8%;
    position: absolute;
    display: flex;
    margin-top: -15.8%;
    width: 8%;
  }
}

.background-img2 {
  width: 100%;
}

.div-back {
  display: flex;
  z-index: 1;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 70%;
  background-image: url(../../assets/img/BACK-1.png);
  height: 100%;
  width: 100%;
  position: absolute;
}

.relative {
  display: flex;
  position: relative;
}

.absolute {
  width: 25vw;
  display: flex;
  position: absolute;
  z-index: 1;
  margin-left: 50%!important;
  margin-top: -100%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .absolute {
    width: 25vw;
    display: flex;
    position: absolute;
    z-index: 1;
    margin-left: 51%!important;
    margin-top: -134%;
  }
}

@media (min-width: 768px) and 


(max-width: 991.98px) {
  .absolute {
    width: 50vw;
    display: flex;
    position: absolute;
    z-index: 1;
    margin-left: 24%!important;
    margin-top: -79%;
  }
}

@media (max-width: 575.98px) {
  .absolute {
    width: 80vw;
    display: flex;
    position: absolute;
    z-index: 1;
    margin-left: 4%!important;
    margin-top: -12%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .absolute {
    width: 80vw;
    display: flex;
    position: absolute;
    z-index: 1;
    margin-left: 63%!important;
    margin-top: 5%;
  }
}

.absolute-icone {
  padding-right: 10%;
  width: 100vw;
  display: flex;
  position: absolute;
  z-index: 1;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .absolute-icone {
    padding-right: 10%;
    width: 100vw;
    display: flex;
    position: absolute;
    z-index: 1;
  }
}

.absolute222 {
  width: 25vw;
  display: flex;
  position: absolute;
  z-index: 1;
  margin-left: 5%!important;
  margin-top: 10%;
}

@media (min-width: 768px) and 


(max-width: 991.98px) {
  .absolute222 {
    width: 25vw;
    display: flex;
    position: absolute;
    z-index: 1;
    margin-left: 5%!important;
    margin-top: 10%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .absolute222 {
    width: 25vw;
    display: flex;
    position: absolute;
    z-index: 1;
    margin-left: 4%!important;
    margin-top: 10%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .absolute222 {
    width: 25vw;
    display: flex;
    position: absolute;
    z-index: 1;
    margin-left: 4%!important;
    margin-top: 10%;
  }
}

@media (max-width: 575.98px) {
  .absolute222 {
    width: 35vw;
    display: flex;
    position: absolute;
    z-index: 1;
    margin-left: 1%!important;
    margin-top: 7%;
  }
}

.absolute2 {
  width: 25vw;
  display: flex;
  position: absolute;
  z-index: 1;
  margin-left: 50%!important;
  margin-top: -170%;
}

.fonte-titulo {
  font-size: 3.5em;
  font-family: lato;
  color: rgb(0,127,189);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .fonte-titulo {
    font-size: 2.5em;
    font-family: lato;
    color: rgb(0,127,189);
  }
}

@media (min-width: 768px) and 


(max-width: 991.98px) {
  .fonte-titulo {
    font-size: 2.5em;
    font-family: lato;
    color: rgb(0,127,189);
  }
}

@media (max-width: 575.98px) {
  .fonte-titulo {
    font-size: 1.6em;
    font-family: lato;
    color: rgb(0,127,189);
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .fonte-titulo {
    font-size: 1.4em;
    font-family: lato;
    color: rgb(0,127,189);
  }
}

.fonte-titulo2 {
  font-size: 2.8em;
  font-family: lato;
  color: rgb(0,127,189);
}

@media (min-width: 768px) and 


(max-width: 991.98px) {
  .fonte-titulo2 {
    font-size: 2em;
    font-family: lato;
    color: rgb(0,127,189);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .fonte-titulo2 {
    font-size: 2.3em;
    font-family: lato;
    color: rgb(0,127,189);
  }
}

@media (max-width: 767.98px) {
  .fonte-titulo2 {
    font-size: 1.4em;
    font-family: lato;
    color: rgb(0,127,189);
  }
}

@media (max-width: 575.98px) {
  .fonte-titulo2 {
    font-size: 1.0em;
    font-family: lato;
    color: rgb(0,127,189);
  }
}

.font-sub {
  color: rgb(59,59,59);
  font-family: 'Roboto';
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .font-sub {
    font-size: 1.8em;
    color: rgb(59,59,59);
    font-family: 'Roboto';
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .font-sub {
    margin-left: -300px;
    text-align: center!important;
    font-size: 1.2em;
    color: rgb(59,59,59);
    font-family: 'Roboto';
  }
}

@media (max-width: 575.98px) {
  .font-sub {
    font-size: 1.4em;
    color: rgb(59,59,59);
    font-family: 'Roboto';
  }
}

.font-sub2 {
  font-size: 2em;
  color: rgb(59,59,59);
  font-family: 'Roboto';
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .font-sub2 {
    font-size: 1.5em;
    color: rgb(59,59,59);
    font-family: 'Roboto';
  }
}

@media (min-width: 768px) and 


(max-width: 991.98px) {
  .font-sub2 {
    font-size: 1.2em;
    color: rgb(59,59,59);
    font-family: 'Roboto';
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .font-sub2 {
    font-size: 1.0em;
    color: rgb(59,59,59);
    font-family: 'Roboto';
  }
}

@media (max-width: 575.98px) {
  .font-sub2 {
    font-size: 0.9em;
    color: rgb(59,59,59);
    font-family: 'Roboto';
  }
}

.font-sub3 {
  font-size: 1.8em;
  color: rgb(0,127,189);
  font-family: 'Roboto';
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .font-sub3 {
    font-size: 1em;
    color: rgb(0,127,189);
    font-family: 'Roboto';
  }
}

@media (max-width: 575.98px) {
  .font-sub3 {
    font-size: 0.8em;
    color: rgb(0,127,189);
    font-family: 'Roboto';
  }
}

.fonte-texto {
  font-size: 1.5em;
  font-family: 'Roboto';
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .fonte-texto {
    font-size: 1.2em;
    font-family: 'Roboto';
  }
}

@media (min-width: 768px) and 


(max-width: 991.98px) {
  .fonte-texto {
    font-size: 1.1em;
    font-family: 'Roboto';
  }
}

@media (max-width: 767.98px) {
  .fonte-texto {
    font-size: 0.9em;
    font-family: 'Roboto';
  }
}

@media (max-width: 575.98px) {
  .fonte-texto {
    font-size: 0.8em;
    font-family: 'Roboto';
  }
}

.div-texto {
  height: 70vh;
}

@media (min-width: 768px) and 


(max-width: 991.98px) {
  .div-texto {
    height: 50vh;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .div-texto {
    height: 100vh;
  }
}

@media (max-width: 575.98px) {
  .div-texto {
    margin: 20px!important;
    height: 70vh;
  }
}

.div-texto2 {
  height: 70vh;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .div-texto2 {
    height: 50vh;
  }
}

@media (min-width: 768px) and 


(max-width: 991.98px) {
  .div-texto2 {
    height: 40vh;
  }
}

@media (max-width: 575.98px) {
  .div-texto2 {
    height: 50vh;
  }
}

.div-texto3 {
  height: 40vh;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .div-texto3 {
    margin-bottom: 0px!important;
    height: 80vh;
  }
}

@media (max-width: 575.98px) {
  .div-texto3 {
    margin-bottom: 0px!important;
    margin: 20px!important;
    height: 50vh;
  }
}

.margin-top {
  padding-bottom: 50px;
  padding-top: 150px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .margin-top {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

@media (max-width: 575.98px) {
  .margin-top {
    padding-bottom: 20px;
    padding-top: 80px;
  }
}

.zoom-img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.relative {
  display: flex;
  position: relative;
}

.absoluto {
  right: 42px;
  width: 90%;
  margin-top: 15px!important;
  z-index: 1;
  display: flex;
  position: absolute;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .absoluto {
    right: 22px;
    width: 90%;
    margin-top: 5px!important;
    z-index: 1;
    display: flex;
    position: absolute;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .absoluto {
    right: 22px;
    width: 90%;
    margin-top: 5px!important;
    z-index: 1;
    display: flex;
    position: absolute;
  }
}

@media (max-width: 575.98px) {
  .absoluto {
    right: 15px;
    width: 87%;
    margin-top: 5px!important;
    z-index: 1;
    display: flex;
    position: absolute;
  }
}

.absoluto1 {
  z-index: 2;
  display: flex;
  position: absolute;
}

.absoluto2 {
  width: 10%;
  margin-left: 15.5%;
  margin-top: 47%!important;
  z-index: 2;
  display: flex;
  position: absolute;
}

.absoluto3 {
  width: 10%;
  margin-left: 32%;
  margin-top: 41%!important;
  z-index: 2;
  display: flex;
  position: absolute;
}

.absoluto4 {
  width: 10%;
  margin-left: 52%;
  margin-top: 39.2%!important;
  z-index: 2;
  display: flex;
  position: absolute;
}

.absoluto5 {
  width: 10%;
  margin-left: 55%;
  margin-top: 21%!important;
  z-index: 2;
  display: flex;
  position: absolute;
}

.absoluto6 {
  width: 10%;
  margin-left: 63%;
  margin-top: 30%!important;
  z-index: 2;
  display: flex;
  position: absolute;
}

.absoluto7 {
  width: 10%;
  margin-left: 37%;
  margin-top: 12%!important;
  z-index: 2;
  display: flex;
  position: absolute;
}

.absoluto8 {
  width: 10%;
  margin-left: 44%;
  margin-top: 19%!important;
  z-index: 4;
  display: flex;
  position: absolute;
}

.absoluto9 {
  width: 10%;
  margin-left: 48%;
  margin-top: 8%!important;
  z-index: 2;
  display: flex;
  position: absolute;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .absoluto9 {
    width: 8%;
    margin-left: 48%;
    margin-top: 8%!important;
    z-index: 2;
    display: flex;
    position: absolute;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .move-ne2 {
    transform: translate(90px,-30px)!important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .move-ne2 {
    transform: translate(122px,-40px)!important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .move-ne2 {
    transform: translate(150px,-50px)!important;
  }
}

.move-ne2 {
  transform: translate(190px,-60px);
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .move66 {
    transform: translate(-52px,-75px) !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .move66 {
    transform: translate(-80px,-115px) !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .move66 {
    transform: translate(-105px,-160px) !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .move77 {
    transform: translate(90px,-45px)!important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .move77 {
    transform: translate(100px,-25px)!important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .move77 {
    transform: translate(200px,-80px);
  }
}

.move77 {
  transform: translate(200px,-80px);
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .move55 {
    transform: translate(140px,-125px)!important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .move55 {
    transform: translate(140px,-110px)!important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .move55 {
    transform: translate(220px,-180px)!important;
  }
}

.move55 {
  transform: translate(280px,-150px);
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .move88 {
    transform: translate(200px,-150px)!important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .move88 {
    transform: translate(245px,-150px)!important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .move88 {
    transform: translate(340px,-240px)!important;
  }
}

.move88 {
  transform: translate(430px,-240px);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .move55 {
    transform: translate(150px,-110px);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .move55 {
    transform: translate(100px,-130px);
  }
}

.move66 {
  transform: translate(-155px,-180px);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .move-ne4 {
    transform: translate(-170px,-235px) !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .move-ne4 {
    transform: translate(-87px,-120px) !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .move-ne4 {
    transform: translate(-135px,-170px) !important;
  }
}

.move-ne4 {
  transform: translate(-220px,-270px);
}

.move-ne5 {
  transform: translate(200px,-150px) !important;
  -webkit-transform: translate(350px,-350px);
  -moz-transform: translate(350px,-350px);
}

.move-ne {
  transform: translate(420px,-80px);
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .move-ne {
    transform: translate(195px,-40px)!important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .move-ne {
    transform: translate(270px,-55px)!important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .move-ne {
    transform: translate(350px,-75px)!important;
  }
}

.botao1 {
  width: 100%;
}

/*  * AXIS *  */

.object {
  margin-left: -2%;
  margin-top: -45%;
  position: absolute;
  position: absolute;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
}

.van {
  top: 40%;
  left: 44%;
}

.rocket {
  top: 34%;
  left: 44%;
}

.coin {
  top: 45%;
  left: 43%;
}

.pencil {
  top: 39%;
  left: 45%;
}

.car {
  top: 42%;
  left: 43%;
}

.boomerang {
  top: 42%;
  left: 43%;
}

#axis:hover .move-right {
  transform: translate(350px,0);
  -webkit-transform: translate(350px,0);
  -o-transform: translate(350px,0);
  -moz-transform: translate(350px,0);
}

#axis:hover .move-left {
  transform: translate(-350px,0);
  -webkit-transform: translate(-350px,0);
  -o-transform: translate(-350px,0);
  -moz-transform: translate(-350px,0);
}

#axis:hover .move-up {
  transform: translate(0,-350px);
  -webkit-transform: translate(0,-350px);
  -o-transform: translate(0,-350px);
  -moz-transform: translate(0,-350px);
}

#axis:hover .move-down {
  transform: translate(0,350px);
  -webkit-transform: translate(0,350px);
  -o-transform: translate(0,350px);
  -moz-transform: translate(0,350px);
}

#axis:hover .move-ne {
  transform: translate(350px,-350px);
  -webkit-transform: translate(350px,-350px);
  -o-transform: translate(350px,-350px);
  -moz-transform: translate(350px,-350px);
}

#axis:hover .rotate360cw {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}

#axis:hover .rotate360ccw {
  transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
}

#axis:hover .scale {
  transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  -moz-transform: scale(2);
}

#axis:hover .multiple {
  transform: translate(350px, -350px) rotate(360deg);
  -webkit-transform: translate(350px, -350px) rotate(360deg);
  -o-transform: translate(350px, -350px) rotate(360deg);
  -moz-transform: translate(350px, -350px) rotate(360deg);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  background-color: rgba(61,8,255,0);
  border-color: rgba(35,26,67,0);
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208,207,210,0.43);
}

.btn-primary:hover {
  animation: pulse 1s infinite;
  animation-timing-function: linear;
  color: rgba(255,255,255,0);
  background-color: rgba(45,33,85,0);
  border-color: rgba(40,30,76,0);
}

.btn-primary {
  color: rgba(255,255,255,0);
  background-color: rgba(59,44,113,0);
  border-color: rgba(59,44,113,0);
}

.relative-capa {
  display: flex;
  position: relative;
  z-index: 0;
}

.absolute-capa {
  z-index: 2;
  display: flex;
  position: absolute;
}

.absolute-capa-triangulo {
  height: 112%;
  margin-left: -43%!important;
  z-index: 0;
  display: flex;
  position: absolute;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .absolute-capa-triangulo {
    min-width: 140%!important;
    margin-top: 8%!important;
    margin-left: -30%!important;
    z-index: 0;
    display: flex;
    position: absolute;
  }
}

@media (min-width: 768px) and 


(max-width: 991.98px) {
  .absolute-capa-triangulo {
    min-width: 300%!important;
    margin-top: -0%!important;
    margin-left: -20%!important;
    z-index: 0;
    display: flex;
    position: absolute;
  }
}

@media (max-width: 575.98px) {
  .absolute-capa-triangulo {
    min-width: 400%!important;
    margin-top: -60%!important;
    margin-left: 50%!important;
    z-index: 0;
    display: flex;
    position: absolute;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .absolute-capa-triangulo {
    min-height: 200%!important;
    min-width: 100%!important;
    margin-top: -0%!important;
    margin-left: -40%!important;
    z-index: 0;
    display: flex;
    position: absolute;
  }
}

.absolute-capa-triangulo-rosa {
  margin-top: -9.2%!important;
  height: 100%;
  width: 100%;
  background-color: rgb(0,0,0);
  margin-left: 0%!important;
  z-index: 0;
  display: flex;
  position: absolute;
}

.nuvem2 {
  margin-top: -43%!important;
  margin-left: -50%!important;
  width: 5%!important;
  display: flex;
  position: absolute;
  z-index: 5;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .nuvem2 {
    margin-top: -54%!important;
    margin-left: -43.5%!important;
    width: 5%!important;
    display: flex;
    position: absolute;
    z-index: 5;
  }
}

@media (min-width: 768px) and 


(max-width: 991.98px) {
  .nuvem2 {
    margin-top: -136%!important;
    margin-left: -35.5%!important;
    width: 5%!important;
    display: flex;
    position: absolute;
    z-index: 5;
  }
}

@media (max-width: 575.98px) {
  .nuvem2 {
    margin-top: -70%!important;
    margin-left: -30%!important;
    width: 2%!important;
    display: flex;
    position: absolute;
    z-index: 5;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .nuvem2 {
    margin-top: -40%!important;
    margin-left: -30%!important;
    width: 8%!important;
    display: flex;
    position: absolute;
    z-index: 5;
  }
}

.nuvem1 {
  margin-top: -42%!important;
  margin-left: -65.5%!important;
  width: 5%!important;
  display: flex;
  position: absolute;
  z-index: 4;
}

.nuvem-motanha {
  height: 50px;
  width: 60px!important;
  z-index: 9999;
  margin-top: 0%!important;
  margin-left: 0%!important;
  display: flex;
  position: absolute!important;
  z-index: 4;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .nuvem1 {
    margin-top: -60%!important;
    margin-left: -61.5%!important;
    width: 5%!important;
    display: flex;
    position: absolute;
    z-index: 4;
  }
}

@media (max-width: 575.98px) {
  .nuvem1 {
    margin-top: -77%!important;
    margin-left: -88.5%!important;
    width: 5%!important;
    display: flex;
    position: absolute;
    z-index: 4;
  }
}

@media (min-width: 768px) and 


(max-width: 991.98px) {
  .nuvem1 {
    margin-top: -149%!important;
    margin-left: -80.5%!important;
    width: 5%!important;
    display: flex;
    position: absolute;
    z-index: 4;
  }
}

.fumaca {
  margin-top: -11%!important;
  margin-left: -64.6%!important;
  width: 2.5%!important;
  display: flex;
  position: absolute;
  z-index: 3;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .fumaca {
    margin-top: -14.5%!important;
    margin-left: -56.6%!important;
    width: 2.5%!important;
    display: flex;
    position: absolute;
    z-index: 3;
  }
}

@media (min-width: 768px) and 


(max-width: 991.98px) {
  .fumaca {
    z-index: 99!important;
    margin-top: -37.5%!important;
    margin-left: -114.6%!important;
    width: 2.5%!important;
    display: flex;
    position: absolute;
    z-index: 3;
  }
}

.absolute-capa-hair {
  margin-top: -30.9%!important;
  margin-left: -64%!important;
  width: 13%!important;
  display: flex;
  position: absolute;
  z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .absolute-capa-hair {
    margin-top: -41.9%!important;
    margin-left: -57%!important;
    width: 13%!important;
    display: flex;
    position: absolute;
    z-index: 1;
  }
}

@media (min-width: 768px) and 


(max-width: 991.98px) {
  .absolute-capa-hair {
    margin-top: -104.9%!important;
    margin-left: -113%!important;
    width: 13%!important;
    display: flex;
    position: absolute;
    z-index: 1;
  }
}

@media (max-width: 575.98px) {
  .absolute-capa-hair {
    margin-top: -48%!important;
    margin-left: -55%!important;
    width: 19%!important;
    position: absolute;
    z-index: 1;
  }
}

.paralax-absolute {
  right: 0;
  left: auto;
  background-size: contain;
  height: 501px;
  width: 770px;
  background-image: url(../../assets/img/fundo-parallax.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 9999;
}

.tela {
  position: fixed;
  top: -250px;
  background-size: 100%;
  left: 32%;
  background-repeat: no-repeat;
  z-index: -5!important;
  width: 42%;
  height: 1400px;
  background-image: url("../../assets/img/fundo-parallax.png");
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .tela {
    position: fixed;
    top: -0px!important;
    background-size: 100%;
    left: 32%;
    background-repeat: no-repeat;
    z-index: -5!important;
    width: 42%;
    height: 1400px;
    background-image: url("../../assets/img/fundo-parallax.png");
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .tela {
    position: fixed;
    top: 250px!important;
    background-size: 100%;
    left: 25%;
    background-repeat: no-repeat;
    z-index: -5!important;
    width: 50%!important;
    height: 1600px!important;
    background-image: url("../../assets/img/fundo-parallax.png");
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .tela {
    position: fixed;
    top: 0px!important;
    background-size: 100%;
    left: 25%;
    background-repeat: no-repeat;
    z-index: -5!important;
    width: 50%!important;
    height: 1600px!important;
    background-image: url("../../assets/img/fundo-parallax.png");
  }
}

@media (max-width: 575.98px) {
  .tela {
    position: fixed;
    top: 180px!important;
    background-size: 100%;
    left: 40%;
    background-repeat: no-repeat;
    z-index: -5!important;
    width: 50%!important;
    height: 800px!important;
    background-image: url("../../assets/img/fundo-parallax.png");
  }
}

.back-branco {
  background-color: white!important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .back-branco2 {
    background-color: rgb(255,255,255);
    z-index: -2;
    position: absolute;
    display: flex;
    min-height: 50vh!important;
    width: 100vw;
  }
}

.back-branco2 {
  background-color: rgb(255,255,255);
  z-index: -2;
  position: absolute;
  display: flex;
  min-height: 100vh;
  width: 100vw;
}

.altura-capa {
  height: 100vh!important;
}

@media (max-width: 575.98px) {
  .altura-capa {
    height: 60vh!important;
  }
}

.altura-capa2 {
  width: 100%;
  height: 100%;
}

.background-grad {
  height: 80vh;
  background: rgba(253,195,207,1);
  background: -webkit-linear-gradient(left, rgba(253,195,207,1) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(253,195,207,1) 0%, rgba(255,255,255,1) 100%);
}

.background-grad-kls {
  height: 90vh;
  background: rgba(253,195,207,1);
  background: -webkit-linear-gradient(left, rgba(253,195,207,1) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(253,195,207,1) 0%, rgba(255,255,255,1) 100%);
}

@media (max-width: 575.98px) {
  .background-grad-kls {
    height: 60vh;
    background: rgba(253,195,207,1);
    background: -webkit-linear-gradient(left, rgba(253,195,207,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(253,195,207,1) 0%, rgba(255,255,255,1) 100%);
  }
}

.background-grad-proj {
  height: 100vh;
  background: rgba(253,195,207,1);
  background: -webkit-linear-gradient(left, rgba(253,195,207,1) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(253,195,207,1) 0%, rgba(255,255,255,1) 100%);
}

.background-grad-proj55 {
  height: 75vh;
  background: rgba(253,195,207,1);
  background: -webkit-linear-gradient(left, rgba(253,195,207,1) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(253,195,207,1) 0%, rgba(255,255,255,1) 100%);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .background-grad-proj55 {
    height: 76vh;
    background: rgba(253,195,207,1);
    background: -webkit-linear-gradient(left, rgba(253,195,207,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(253,195,207,1) 0%, rgba(255,255,255,1) 100%);
  }
}

@media (min-width: 768px) and 


(max-width: 991.98px) {
  .background-grad-proj55 {
    height: 80vh;
    background: rgba(253,195,207,1);
    background: -webkit-linear-gradient(left, rgba(253,195,207,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(253,195,207,1) 0%, rgba(255,255,255,1) 100%);
  }
}

@media (max-width: 575.98px) {
  .background-grad-proj55 {
    height: 50vh;
    background: rgba(253,195,207,1);
    background: -webkit-linear-gradient(left, rgba(253,195,207,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(253,195,207,1) 0%, rgba(255,255,255,1) 100%);
  }
}

.background-grad-proj2 {
  height: 100vh;
  background: rgba(253,195,207,1);
  background: -webkit-linear-gradient(left, rgba(253,195,207,1) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(253,195,207,1) 0%, rgba(255,255,255,1) 100%);
}

.icone-kls-absolute {
  font-size: 0.8em;
  width: 80%;
  height: 80%;
  flex-direction: column;
  display: flex;
  z-index: 3;
  position: absolute;
}

.icone-kls-absolute2 {
  top: 28%;
  width: 100%;
  left: 8%!IMPORTANT;
  .: 2;
  display: flex;
  position: absolute;
}

.opacidade {
  opacity: 0.5;
}

.icone-kls {
  width: 60%;
}

.icone-kls:hover {
  animation: pulse 1s infinite;
  animation-timing-function: linear;
}

.botao-mais {
  margin-left: 47%!important;
  width: 20%;
  display: flex;
  position: absolute;
}

.capa hover {
  display: block;
}

.grid-block-container {
  float: left;
  width: 990px;
  margin: 20px 0 0 -30px;
}

.grid-block {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  margin: 0;
}

.grid-block h4 {
  font-size: .9em;
  color: #333;
  background: #f5f5f5;
  margin: 0;
  padding: 10px;
  border: 1px solid #ddd;
}

.caption p {
  margin-right: 40px!important;
  font-size: 0.8em;
  color: #ffffff;
  margin: 30px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .caption p {
    margin-right: 40px!important;
    font-size: 0.7em;
    color: #ffffff;
    margin: 20px;
  }
}

@media (min-width: 768px) and 


(max-width: 991.98px) {
  .caption p {
    margin-right: 20px!important;
    font-size: 0.5em;
    color: #ffffff;
    margin: 20px;
  }
}

@media (max-width: 575.98px) {
  .caption p {
    font-size: 0.6em;
    color: #ffffff;
    margin: 20px;
  }
}

.ocultar {
  display: none!important;
}

#voando {
  z-index: 1;
  width: 10%;
  margin-top: 250px!important;
  margin-left: 80px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #voando {
    width: 10%;
    margin-top: 250px!important;
    margin-left: 80px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #voando {
    width: 10%;
    margin-top: 150px!important;
    margin-left: 80px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  #voando {
    width: 10%;
    margin-top: 150px!important;
    margin-left: 40px;
  }
}

#escala {
  z-index: 0;
  position: absolute!important;
  display: flex;
  margin-left: 930px;
  margin-top: 450px;
  width: 9%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #escala {
    z-index: 0;
    position: absolute!important;
    display: flex;
    margin-left: 760px;
    margin-top: 380px;
    width: 9%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #escala {
    z-index: 0;
    position: absolute!important;
    display: flex;
    margin-left: 566px;
    margin-top: 275px;
    width: 9%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  #escala {
    z-index: 0;
    position: absolute!important;
    display: flex;
    margin-left: 410px;
    margin-top: 200px;
    width: 9%;
  }
}

#aviao {
  margin-left: 200px!important;
  z-index: 999999!important;
  width: 8%;
  margin-top: 430px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #aviao {
    margin-left: 160px!important;
    z-index: 999999!important;
    width: 8%;
    margin-top: 360px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #aviao {
    margin-left: 115px!important;
    z-index: 999999!important;
    width: 8%;
    margin-top: 265px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  #aviao {
    margin-left: 80px!important;
    z-index: 999999!important;
    width: 8%;
    margin-top: 210px;
  }
}

.toggles {
  height: 10vh;
  align-items: center!important;
  align-content: center!important;
  justify-content: center!important;
  width: 100%;
  margin: auto;
  display: flex;
  clear: both;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .toggles {
    margin-left: -4.5%!important;
    align-items: center!important;
    align-content: center!important;
    justify-content: center!important;
    width: 95vw;
    margin: auto;
    display: flex;
    clear: both;
    overflow: hidden;
  }
}

.posts {
  width: 100%;
  margin: 2em auto;
}

.posts .div1 {
  padding: 1px;
  border: none;
  color: rgb(0,0,0);
  float: left;
  margin: 0;
  display: block;
  text-align: center;
  background: rgba(30,205,151,0);
}

.button1 {
  box-shadow: inset -23px -24px 5px -19px rgba(0,0,0,0.14);
  background: rgba(254,219,230,1);
  background: -webkit-linear-gradient(-45deg, rgba(254,219,230,1) 0%, rgba(253,195,207,1) 100%);
  background: linear-gradient(135deg, rgba(254,219,230,1) 0%, rgba(253,195,207,1) 100%);
  border-radius: 10px!important;
  color: #353535!important;
  display: block;
  float: left;
  margin: auto;
  padding: 10px;
  width: 150px;
  cursor: pointer;
  font-size: 14px;
  margin: 0 5px;
}

@media (max-width: 767.98px) {
  .button1 {
    margin: 2px!important;
    box-shadow: 2px 2px 0px 0.1rem rgba(208,207,210,0.43);
    background: rgba(254,219,230,1);
    background: -webkit-linear-gradient(-45deg, rgba(254,219,230,1) 0%, rgba(253,195,207,1) 100%);
    background: linear-gradient(135deg, rgba(254,219,230,1) 0%, rgba(253,195,207,1) 100%);
    border-radius: 10px!important;
    color: #353535!important;
    display: block;
    float: left;
    margin: auto;
    padding: 10px;
    width: 150px;
    cursor: pointer;
    font-size: 14px;
    margin: 0 5px;
  }
}

html {
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation: fadeIn 1s ease-in-out;
  -moz-animation: fadeIn 1s ease-in-out;
}

:root {
}

.grid-block {
  position: relative;
  float: left;
}

.grid-block h4 {
  font-size: .9em;
  color: #333;
  background: #f5f5f5;
  border: 1px solid #ddd;
}

.icone-rodape {
  width: 7%;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .icone-rodape {
    width: 10%;
  }
}

@media (max-width: 575.98px) {
  .icone-rodape {
    width: 15%;
  }
}

.relative {
  display: flex;
}

.motanha {
  height: vw;
}

.over {
  overflow-x: hidden;
}

@media (min-width: 768px) and 


(max-width: 991.98px) {
  .avatar-tablet {
    width: 70%!important;
  }
}

@media (max-width: 575.98px) {
  .avatar-tablet {
    width: 70%!important;
  }
}

@media (max-width: 575.98px) {
  .icone-cel {
    width: 120%!important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .icone-cel {
    width: 100%!important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .icone-cel {
    width: 100%!important;
  }
}

.grid-block {
  position: relative;
  float: left;
}

.pulse11 {
  margin: 100px;
  display: block;
  border-radius: 100px;
  background: #fdbecb;
  cursor: pointer;
  box-shadow: 0 0 0 #ffffff;
  animation: pulse 2s infinite;
}

.pulse:hover {
  animation: none;
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgb(251,254,254);
    box-shadow: 0 0 0 0 rgb(252,254,255);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.redondo {
  border-radius: 100px;
  margin: 0;
  padding: 0;
  width: 50px;
}

.wrap {
  margin: 100px auto;
  width: 130px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .btn1 {
    margin-top: -7px;
    border-color: rgba(0,0,0,0);
    background-color: rgba(0,0,0,0);
    background-size: 100%;
    background-image: url(../../assets/img/botao4.png);
    float: left;
    margin-right: 10px!important;
    width: 35px!important;
    height: 35px!important;
    cursor: pointer;
    transition: color .2s ease-in;
    -webkit-touch-callout: none;
    user-select: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .btn1 {
    border-color: rgba(0,0,0,0);
    background-color: rgba(0,0,0,0);
    background-size: 100%;
    background-image: url(../../assets/img/botao4.png);
    float: left;
    margin-right: 20px!important;
    width: 45px!important;
    height: 45px!important;
    cursor: pointer;
    transition: color .2s ease-in;
    -webkit-touch-callout: none;
    user-select: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .btn1 {
    border-color: rgba(0,0,0,0);
    background-color: rgba(0,0,0,0);
    background-size: 100%;
    background-image: url(../../assets/img/botao4.png);
    float: left;
    margin-right: 20px!important;
    width: 25px!important;
    height: 25px!important;
    cursor: pointer;
    transition: color .2s ease-in;
    -webkit-touch-callout: none;
    user-select: none;
  }
}

@media (max-width: 575.98px) {
  .btn1 {
    border-color: rgba(0,0,0,0);
    background-color: rgba(0,0,0,0);
    background-size: 100%;
    background-image: url(../../assets/img/botao4.png);
    float: left;
    margin-right: 20px!important;
    width: 15px!important;
    height: 15px!important;
    cursor: pointer;
    transition: color .2s ease-in;
    -webkit-touch-callout: none;
    user-select: none;
  }
}

.btn1 {
  border-color: rgba(0,0,0,0);
  background-color: rgba(0,0,0,0);
  background-size: 100%;
  background-image: url(../../assets/img/botao4.png);
  float: left;
  margin-right: 0px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: color .2s ease-in;
  -webkit-touch-callout: none;
  user-select: none;
}

.btn1:hover {
  border-color: rgba(255,255,255,0);
  background-color: rgba(0,0,0,0);
  color: #b11699;
}

.btn1.active {
  border-color: rgba(0,0,0,0)!important;
  background-color: rgba(0,0,0,0)!important;
  background-size: 100%;
  background-image: url(../../assets/img/botao1.png)!important;
  transition: none;
}

.fonte-card {
  font-size: 0.8em;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .fonte-card {
    font-size: 0.6em;
  }
}

.nuvem-montanha1 {
  margin-top: -4%;
  margin-left: 250px;
  display: flex;
  position: absolute!important;
  z-index: 9999;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .nuvem-montanha1 {
    max-width: 40%;
    margin-top: -5%;
    margin-left: 22.5%;
    display: flex;
    position: absolute!important;
    z-index: 9999;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .nuvem-montanha1 {
    max-width: 40%;
    margin-top: -5%;
    margin-left: 22.2%;
    display: flex;
    position: absolute!important;
    z-index: 9999;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .nuvem-montanha1 {
    max-width: 40%;
    margin-top: -5%;
    margin-left: 19.2%;
    display: flex;
    position: absolute!important;
    z-index: 9;
  }
}

.citação {
  font-size: 2em;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .citação {
    font-size: 1.4em;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .citação {
    font-size: 1.3em;
  }
}

@media (max-width: 575.98px) {
  .citação {
    margin-top: -10px;
    font-size: 1.1em;
  }
}

.citação2 {
  margin-left: -30px;
  position: absolute;
  display: flex;
  color: white;
  font-size: 3em;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .citação2 {
    margin-left: -20px;
    position: absolute;
    display: flex;
    color: white;
    font-size: 2em;
  }
}

@media (max-width: 575.98px) {
  .citação2 {
    margin-left: -5px;
    position: absolute;
    display: flex;
    color: white;
    font-size: 1em;
  }
}

.citação3 {
  top: 80%;
  margin-left: 240px;
  position: absolute;
  display: flex;
  color: white;
  font-size: 3em;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .citação3 {
    top: 140px;
    margin-left: 160px;
    position: absolute;
    display: flex;
    color: white;
    font-size: 3em;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .citação3 {
    top: 90px;
    margin-left: 150px;
    position: absolute;
    display: flex;
    color: white;
    font-size: 2em;
  }
}

@media (max-width: 575.98px) {
  .citação3 {
    top: 90px;
    margin-left: 122px;
    position: absolute;
    display: flex;
    color: white;
    font-size: 1.5em;
  }
}

@media (max-width: 575.98px) {
  .tamanho-cel {
    width: 130vw;
    height: 50vh;
  }
}

@media (max-width: 575.98px) {
  .ocultar-vert {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .aparecer-vert {
    display: flex!important;
    width: 100%;
    min-height: 20vh;
  }
}

.aparecer-vert {
  display: none;
  width: 100%;
  min-height: 20vh;
}

.div-nav {
  width: 100vw;
  z-index: 9999;
  position: absolute;
  height: 10vh;
  background-color: rgba(255,255,255,0);
}

@media (max-width: 767.98px) {
  .div-nav {
    position: fixed!IMPORTANT;
    width: 100vw;
    z-index: 9999;
    position: absolute;
    height: 10vh;
    background-color: rgba(255,255,255,0);
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .tam-ver {
    margin-left: 50px!important;
    width: 80vw!important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .tam-ver2 {
    margin-top: 30px;
    margin-left: 0px!important;
    width: 80vw!important;
  }
}

.menu-mobile {
  position: fixed;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6000;
}

.menu-mobile .wrapper {
  background-color: #fed3dc;
  height: 35px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(50,50,50,0.23);
  -moz-box-shadow: 0px 3px 5px 0px rgba(50,50,50,0.3);
  box-shadow: 0px 3px 5px 0px rgba(50,50,50,0.18);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
}

.menu-mobile #bt-menu-mobile {
  outline: none;
  cursor: pointer;
  border: none;
  background: none;
  width: 40px;
  float: right;
  margin: 20px 20px 0 0;
  position: relative;
  height: 30px;
}

.menu-mobile #bt-menu-mobile span {
  background-color: #ffffff;
  display: block;
  height: 4px;
  position: absolute;
  width: 100%;
}

.menu-mobile #bt-menu-mobile span.top {
  top: -50%;
}

.menu-mobile #bt-menu-mobile span.middle {
  top: -10%;
  margin-top: -2px;
}

.menu-mobile #bt-menu-mobile span.bottom {
  top: 25%;
  margin-top: -2px;
}

.menu-mobile #bt-menu-mobile.close-bt-hamburguer .middle {
  opacity: 0;
}

.menu-mobile #bt-menu-mobile.close-bt-hamburguer span.top {
  margin: -2px 0 0 -3px;
  top: -10%;
  width: 100%;
  -moz-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
}

.menu-mobile #bt-menu-mobile.close-bt-hamburguer span.bottom {
  margin: -2px 0 0 -2px;
  top: -10%;
  width: 100%;
  -moz-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
}

.menu-mobile #bt-menu-mobile span {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#wrapper-menu-mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.rounded-focus:hover, .rounded-focus:focus {
  background: white!important;
  box-shadow: 0 0 0 2px rgb(242,160,185);
}

