@charset "UTF-8";




*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --sc: #FF307C ;
  --sc2: #52E4FC;
  --sc3: #ECF458;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}

body {
  margin: 0;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #FFF;
  
}

.section {
  padding: 2rem;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: 'medium';
}

h2 {
  font-weight: 100;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: 'light';
}

a {
  text-decoration: none;
}

.button {
  width: 100%;
  height: auto;
  margin: auto;
  background-color: var(--sc);
  color: white;
  padding: 1rem 2rem;
  /* border-radius: 10px; */
  border: none;
  font-family: 'medium';
  font-weight: 100;
  font-size: 1.2rem;
}
.button1 {
  width: auto;
  margin: auto;
  background-color: var(--sc3);
  color: var(--sc);
  padding: 2rem;
  border: none;
  font-family: 'medium';
  font-weight: 100;
  display: inline-block;
}
.button2 {
  width: auto;
  margin: auto;
  background-color: #FF2E00;
  color: #FFF;
  padding: 0.4rem 0.6rem;
  border-radius: 10px;
  border: none;
  font-family: 'medium';
  font-weight: 100;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../images/icon_browser-01.webp') 50% 50% no-repeat rgb(249,249,249);
  background-position: center center;
  background-size: 150px;
  opacity: 1;
}



.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
  z-index: 999;
}
.whatsapp-float img {
   margin-bottom: -0.2rem;
   padding: 0.30rem;
}