body{
    font-family: 'Roboto Slab';
    background: hsla(55, 90%, 67%, 1);
    background: linear-gradient(90deg, hsla(55, 90%, 67%, 1) 0%, hsla(173, 87%, 59%, 1) 50%, hsla(327, 89%, 71%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(55, 90%, 67%, 1) 0%, hsla(173, 87%, 59%, 1) 50%, hsla(327, 89%, 71%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(55, 90%, 67%, 1) 0%, hsla(173, 87%, 59%, 1) 50%, hsla(327, 89%, 71%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F7EA60", endColorstr="#3CF2DE", GradientType=1 );
    background-size: cover;
    width: 100vw;
    height: 100vh;
}

.form-border{
  border: 1px solid rgb(165, 165, 165);
}
.box-shadow-1{ box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
.box-shadow-2{ box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }
.box-shadow-3{ box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; }
.box-shadow-4{ box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; }
.box-shadow-5{ box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; }


.border-radius-5 { border-radius: 5px; }
.border-radius-10 { border-radius: 10px; }
.border-radius-15 { border-radius: 15px; }
.border-radius-20 { border-radius: 20px; }
.border-radius-25 { border-radius: 25px; }
.border-radius-30 { border-radius: 30px; }

.whatsapp_float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
  }

 .whatsapp_float a {
    display: inline-block;
    padding: 5px;
    background-color: #25D366;
    border-radius: 50%;
  }

 .whatsapp_float img {
    width: 60px;
    transition: all .4s;
  }

  .whatsapp_float img:hover {
    background-color: green;
    border-radius: 10px;
  }

  .anchor-tag-custom{
      text-decoration: none;
      color: black;
      cursor: pointer;
  }
