body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
}

body,
html {
  height: 100%;
  color: #777;
  line-height: 1.8;
}

.efeito {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(1px);
}

.botao:hover {
  background-color: #CD6F60 !important;

}

/* Create a Parallax Effect */
.bgimg-1,
.bgimg-2,
.bgimg-3 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* First image (Logo. Full height) */
.bgimg-1 {
  background-image: url('https://cdn.awsli.com.br/1565/1565320/arquivos/fullbanner_home_sf.png');
  min-height: 100%;
}

   /* Second image (Portfolio) */
   .bgimg-2 {
  background-image: url("../img/manicure_b1.png");
  min-height: 400px;
}

/* Third image (Contact) */
.bgimg-3 {
  background-image: url("../img/make_cilios.png");
  min-height: 400px;
}

.w3-wide {
  letter-spacing: 10px;
}

.w3-hover-opacity {
  cursor: pointer;
}



@-webkit-keyframes pulseBtw {
  10% {
      box-shadow: 0 0 0 0 #A61775;
  }
  80% {
      box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes pulseBtw {
  10% {
      -moz-box-shadow: 0 0 0 0 #A61775;
      box-shadow: 0 0 0 0 #A61775;
  }
  80% {
      -moz-box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
      box-shadow: 0 0 0 20px rgba(204, 169, 44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.3);
      box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
/* BOTAO WHATSAPP */

.btn-whats-anime{
  -webkit-animation: pulseBtw 1s infinite;
  animation: pulseBtw 1s infinite;
}

.btn-whats {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 999999;
  -webkit-animation: pulseBtw 1s infinite;
  animation: pulseBtw 1s infinite;
  background-color: #2fc400;
  background-image: url("../img/btnwhats.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
}


@media only screen and (max-device-width: 800px) {

  .bgimg-1 {
    background-attachment: scroll;
    min-height: 400px;
  }
 

/* Third image (Contact) */
.bgimg-3 {
  background-image: url("../img/cilios_site.png");
  min-height: 400px;
}
}


@media (max-width: 600px){

.w3-display-middle {
    width: 330px!important;
}

}

@media only screen and (max-device-width: 450px) {
 /* Second image (Portfolio) */

 .bgimg-2 {
  background-image: url("../img/manicure_mob.png");
  min-height: 400px;
}
h3 {
    font-size: 23px!important;
}
html,body{
    font-size: 14px!important;
}


/* Third image (Contact) */
.bgimg-3 {
  background-image: url("../img/cilios_site.png");
  min-height: 300px;
}

/* Turn off parallax scrolling for tablets and phones
  .bgimg-2,
  .bgimg-3 {
    background-attachment: scroll;
    min-height: 400px;
  } */
}



@media (max-width: 320px){

.w3-display-middle {
    width: 300px;
}

.w3-xxlarge {
    font-size: 30px!important;
}
.w3-xlarge {
    font-size: 24px!important;
}

}