h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #7b3768;
  font-size: 34px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  color: #8f8f8f;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

p {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  color: #999;
  font-size: 16px;
  text-align: center;
}

.header {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  height: 35px;
  margin-top: 65px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #7b3768;
}

.slide {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
}

.slider {
  height: 100vh;
}

.slide1 {
  background-image: url('../images/slide5.jpg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.image {
  margin-top: -40px;
}

.navbar {
  background-color: transparent;
}

.bt_menu {
  margin-top: 0px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.bt_menu:hover {
  background-color: #662754;
}

.bt_menu.w--current {
  color: #4d133c;
}

.slider-conteudo {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 50px;
  display: block;
  width: 70%;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(0, 0%, 100%, .77);
}

.slide2 {
  background-image: url('../images/slide2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.conteudo {
  padding-top: 100px;
  padding-bottom: 80px;
}

.conteudo.produtos {
  padding-bottom: 0px;
}

.lilas {
  color: #7b3768;
}

.lilas.produtos {
  color: #a7a7a7;
}

.destaque-servicos {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #7b3768;
}

.destaque-servicos-slide {
  height: auto;
  padding-right: 50px;
  padding-left: 50px;
  background-color: transparent;
}

.destaque-servicos-arrow {
  margin: 60px 0px 60px 50px;
  color: #662754;
  font-size: 30px;
}

.destaque-servicos-arrow._2 {
  margin-right: 50px;
  margin-left: 0px;
}

.destaque-servicos-link {
  width: 100%;
  height: auto;
  padding: 20px;
  border: 1px solid #7b3768;
  text-align: center;
  text-decoration: none;
}

.destaque-servicos-link:hover {
  border: 1px solid #662754;
}

.destaque-servicos-link._2 {
  margin-top: 40px;
  background-color: #7b3768;
}

.destaque-servicos-link._2:hover {
  background-color: #4d133c;
}

.destaque-servicos-link._2.outros {
  margin-top: 0px;
  border-color: #a7a7a7;
  background-color: #b8b8b8;
}

.destaque-servicos-link._2.outros:hover {
  border-color: #333;
  background-color: dimgrey;
}

.parallax {
  height: 80vh;
}

.parallax.acabamento {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .61)), to(rgba(0, 0, 0, .61))), url('../images/parallax-acabamento.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .61), rgba(0, 0, 0, .61)), url('../images/parallax-acabamento.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  box-shadow: inset 0 28px 35px -3px rgba(7, 6, 6, .39);
}

.parallax-texto {
  margin-top: 0px;
  color: hsla(0, 0%, 100%, .41);
  font-size: 40px;
}

.button {
  display: block;
  width: 200px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #999;
  background-color: transparent;
  color: #999;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  border-width: 1px;
  border-color: #7b3768;
  background-color: #7b3768;
  color: #fff;
  font-weight: 700;
}

.button._2 {
  font-size: 12px;
}

.galeria-column {
  padding-right: 0px;
  padding-left: 0px;
}

.newsletter {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #662754;
}

.atendimento {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #7b3768;
}

.copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #292929;
}

.white {
  color: #fff;
}

.newsletter-txt {
  padding-top: 8px;
  color: #fff;
  text-align: left;
}

.newsleter-field {
  width: 70%;
  margin-bottom: 0px;
  float: left;
  border: 1px solid #4d133c;
  background-color: transparent;
}

.newsletter-button {
  width: 30%;
  background-color: #4d133c;
  font-size: 12px;
  text-transform: uppercase;
}

.atendimento-txt {
  font-size: 14px;
}

.atendimento-txt.email {
  font-size: 12px;
}

.atendimento-socials {
  display: inline-block;
  overflow: visible;
  width: 70%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.center {
  text-align: center;
}

.copyright-txt {
  margin-bottom: 0px;
  font-size: 12px;
}

.infinity {
  color: #a8a8a8;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.infinity:hover {
  color: #fff;
}

.galeria-lightbox {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.galeria-lightbox:hover {
  background-color: rgba(49, 0, 35, .49);
}

.div-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.galeria-mais {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
}

.title-page {
  height: 200px;
  margin-top: 100px;
  padding-top: 115px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(26%, hsla(0, 0%, 97%, .66)), to(#fff)), url('../images/title-bg.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 97%, .66) 26%, #fff), url('../images/title-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.slider-title {
  margin-bottom: 0px;
  color: #7b3768;
  font-size: 34px;
  line-height: 38px;
}

.title-page-txt {
  color: rgba(0, 0, 0, .40);
  font-size: 100px;
  line-height: 50px;
}

.espaco1 {
  height: 10px;
}

.subtitle {
  color: #000;
  font-weight: 700;
}

.subtitle._2 {
  margin-top: 5px;
  margin-bottom: 0px;
  line-height: 14px;
}

.paragraph-70 {
  width: 85%;
}

.formulario {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #ffff;
}

.formulario-field {
  border: 2px solid #999;
  background-color: transparent;
}

.formulario-field.mensagem {
  height: 182px;
}

.contato-icons {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #4d133c;
  text-align: center;
}

.produtos-tab-link {
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #7b3768;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
}

.produtos-tab-link.w--current {
  background-color: #4d133c;
}

.produtos-tab-menu {
  text-align: center;
}

.produtos-tab-panel {
  padding-top: 40px;
}

.produtos-lightbox {
  width: 23%;
  margin-right: 1%;
  margin-bottom: 20px;
  margin-left: 1%;
  float: left;
}

.servicos-exclusivos-txt {
  margin-top: 40px;
  margin-bottom: 80px;
}

.produtos-outros-img {
  width: 60px;
}

.produtos-outros-title {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 10px;
}

.produtos-outros-column {
  padding-right: 1px;
  padding-left: 1px;
}

.imprensa-lightbox {
  margin-bottom: 15px;
}

.imprensa-row {
  margin-bottom: 40px;
}

.slider-subtitle {
  margin-top: 5px;
}

.slide3 {
  background-image: url('../images/slide3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.amorim {
  width: 140px;
  margin-top: 10px;
}

.modal-background {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .8);
}

.modal-window {
  display: block;
  width: 60%;
  max-height: 90%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.close-modal {
  position: fixed;
  top: 0px;
  right: 0px;
  margin-top: 30px;
  margin-right: 30px;
  padding: 0px;
  background-color: transparent;
  color: hsla(0, 0%, 100%, .79);
  font-size: 40px;
}

.estacionamento {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9999;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  font-size: 10px;
}

.link-modal {
  position: fixed;
  left: -40px;
  bottom: 98px;
  padding: 7px 12px;
  background-color: #4d133c;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.modal-conteudo {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-premiocasacor {
  width: 100%;
}

.separador {
  display: block;
  width: 50%;
  height: 2px;
  margin: 50px auto 30px;
  background-color: #4d133c;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.image-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.image-3 {
  position: relative;
  left: 535px;
  display: block;
}

.image-4 {
  position: relative;
  top: 25px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.video {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 26px;
  text-align: center;
}

.slide-2 {
  background-image: url('../images/SLIDE---BLACK-F.png');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block {
  width: 100%;
  height: 100%;
}

.slide-3 {
  background-image: url('../images/SLIDE---natal.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/SLIDE---RECESSO.png');
  background-position: 50% 0px;
  background-size: 100%;
}

.title-manutencao {
  color: #000;
  font-size: 25px;
}

.title-manutencao._2 {
  color: #7b3768;
  font-size: 30px;
  line-height: 28px;
}

.img-manutencao {
  width: 100%;
  height: 100%;
}

.tag-produto {
  margin: 3px;
  padding: 5px;
  float: none;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 53%, .29);
  border-radius: 5px;
  color: hsla(0, 0%, 53%, .39);
  font-size: 12px;
  text-decoration: none;
}

.tag-produto:hover {
  color: #7b3768;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 200px;
  padding-left: 200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  font-weight: 700;
}

.text-block-2 {
  font-weight: 700;
}

.espaco50px {
  height: 50px;
}

.txt-manutencao {
  font-family: Verdana, Geneva, sans-serif;
  color: #999;
  font-size: 15px;
  text-align: left;
}

.txt-manutencao._2 {
  text-align: center;
}

.bold-text {
  -webkit-column-span: none;
  column-span: none;
}

.slide-5 {
  background-image: url('../images/SLIDE---RECESSO-CARNAVAL.png');
  background-position: 50% 35%;
  background-size: 100%;
}

@media (max-width: 991px) {
  .slider {
    height: 60vh;
  }
  .bt_menu {
    background-color: #4d133c;
  }
  .bt_menu.w--current {
    color: #8f8f8f;
  }
  .conteudo.produtos {
    padding-top: 60px;
  }
  .destaque-servicos-link._2 {
    height: 180px;
  }
  .destaque-servicos-link._2.outros {
    height: 130px;
  }
  .newsletter-txt {
    margin-top: 0px;
    font-size: 16px;
  }
  .espaco1 {
    height: 30px;
  }
  .produtos-tab-link {
    margin-top: 2px;
  }
  .servicos-exclusivos-txt {
    margin-bottom: 60px;
  }
  .produtos-outros-title {
    height: 35px;
  }
  .menu-icon {
    color: #fff;
  }
  .modal-window {
    width: 80%;
  }
  .menu-button.w--open {
    background-color: #4d133c;
  }
  .slide-2 {
    background-size: 100%;
  }
  .img-manutencao {
    margin-bottom: 40px;
  }
  .div-block-2 {
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media (max-width: 767px) {
  .header {
    margin-top: 40px;
  }
  .image {
    margin-top: -20px;
  }
  .conteudo {
    padding-top: 60px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .conteudo.produtos {
    padding-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .destaque-servicos {
    padding-right: 30px;
    padding-left: 30px;
  }
  .destaque-servicos-arrow {
    margin-top: 150px;
    padding-right: 20px;
  }
  .destaque-servicos-link._2.outros {
    height: 120px;
  }
  .parallax.acabamento {
    height: 50vh;
  }
  .parallax-texto {
    line-height: 40px;
  }
  .newsletter-txt {
    text-align: center;
  }
  .title-page {
    margin-top: 40px;
  }
  .title-page-txt {
    font-size: 60px;
  }
  .produtos-lightbox {
    width: 31%;
    margin-right: 1%;
  }
  .produtos-outros-title {
    height: auto;
  }
  .amorim {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-sobre {
    width: 100%;
  }
  .title-manutencao._2 {
    line-height: 32px;
  }
}

@media (max-width: 479px) {
  .slider {
    height: 30vh;
  }
  .slider-conteudo {
    width: 90%;
  }
  .conteudo.produtos {
    padding-right: 5px;
    padding-left: 5px;
  }
  .destaque-servicos-link._2.outros {
    height: 130px;
    margin-bottom: 2px;
  }
  .parallax-texto {
    font-size: 25px;
    line-height: 25px;
  }
  .newsletter-button {
    font-size: 10px;
  }
  .slider-title {
    font-size: 20px;
    line-height: 20px;
  }
  .title-page-txt {
    font-size: 40px;
  }
  .produtos-tab-link {
    width: 49%;
    padding-top: 4px;
    padding-bottom: 4px;
    float: left;
  }
  .produtos-tab-link.w--current {
    position: static;
  }
  .produtos-tab-menu {
    position: static;
  }
  .produtos-tab-panel {
    position: static;
    padding-top: 15px;
    float: none;
    clear: none;
  }
  .produtos-lightbox {
    width: 48%;
  }
  .tabs-content {
    position: static;
    overflow: visible;
    clear: left;
  }
  .produtos-outros-title {
    height: 35px;
  }
  .modal-window {
    width: 100%;
  }
  .heading {
    margin-top: 0px;
    font-size: 14px;
  }
  .conteudo-column1 {
    margin-bottom: 40px;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
}



.carousel input {
  position: absolute;
  left: -10000px;
}

.carousel {
  width: 40%;
  height: 40%;
  margin: 0 auto;
}

.carousel__stage {
  overflow: hidden;
  font-size: 0;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  transition: text-indent 500ms;
  position: relative;
}

.carousel__item {
  display: inline-block;
  text-indent: 0;
  width: 100%;
  height: 100%;
}

.carousel__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel__control {
  display: none;
  position: absolute;
  top: 45%;
  color: #fff;
  background: rgba(0, 0, 0, .5);
  z-index: 1;
  font-size: 1rem;
  font-weight: bold;
  padding: 20px;
  cursor: pointer;
}

.carousel__prev {
  left: 0;
}

.carousel__prev::after {
  content: ' << ';
  display: inline-block;
}

.carousel__next {
  right: 0;
}

.carousel__next::after {
  content: ' >> ';
  display: inline-block;
}

#carousel1:checked ~ .carousel__stage {
  text-indent: 0;
}

#carousel2:checked ~ .carousel__stage {
  text-indent: -100%;
}

#carousel3:checked ~ .carousel__stage {
  text-indent: -200%;
}

#carousel4:checked ~ .carousel__stage {
  text-indent: -300%;
}

#carousel5:checked ~ .carousel__stage {
  text-indent: -400%;
}

#carousel6:checked ~ .carousel__stage {
  text-indent: -500%;
}

#carousel1:checked ~ .carousel__stage .carousel__item:nth-child(1) .carousel__control,
#carousel2:checked ~ .carousel__stage .carousel__item:nth-child(2) .carousel__control,
#carousel3:checked ~ .carousel__stage .carousel__item:nth-child(3) .carousel__control,
#carousel4:checked ~ .carousel__stage .carousel__item:nth-child(4) .carousel__control,
#carousel5:checked ~ .carousel__stage .carousel__item:nth-child(5) .carousel__control,
#carousel6:checked ~ .carousel__stage .carousel__item:nth-child(6) .carousel__control {
  display: block;
}


.containerPcs {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  border-radius: 10px;
  
}
  @media (min-width: 1200px) {
      .containerPcs {
          max-width: 1140px;
          padding: 0;
      }

  }

/* linha */
.rowPcs {
  margin-left: -5px;
  margin-right: -5px;
  box-shadow: h-shadow v-shadow blur spread color inset;
  border-radius:0 2px rgba(14,19,24,.07);
  box-shadow: 25px 25px 30px 2px silver;
  border-radius: 10px;
 
}
  .rowPcs:before,
  .rowPcs:after {
      content: "";
      display: table;
  }
  .rowPcs:after {
      clear: both;
  }

/* colunas */
.colPcs {
  display: inline-block;
  vertical-align: top;
  min-height: 1px;
  padding-left: 50px;
  padding-right: 30px;
  width: 100%;
  margin-right: -4px;
  *zoom: 1;
  *display: inline;
 
}

/* duas colonas */
@media (min-width: 480px) {
  .colPcs-2 {
      width: 50%;
  }
}

body{
  font-family: sans-serif;
}

.fab{
  position: fixed;
  bottom:10px;
  right:10px;
}

.fab button{
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 30px;
  background-color: #cb60b3;
  border: none;
  box-shadow: 0 1px 5px rgba(0,0,0,.4);
  font-size: 24px;
  color: white;
    
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  transition: .2s ease-out;
}

.fab button:focus{
  outline: none;
}

.fab button.main{
  position: fixed;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #5b19b7;
  right: 0;
  bottom: 0;
  z-index: 20;
  right: 9px;
  top: 643px;
}

.fab button.main2{
  position: fixed;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #5b19b7;
  right: 0;
  bottom: 0;
  z-index: 20;
  top: 580px;
  right: 9px;
}

.fab button.main3{
  position: fixed;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #5b19b7;
  right: 0;
  bottom: 0;
  z-index: 20;
  top: 517px;
  right: 9px;
}

