@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Source+Sans+Pro:wght@400;600;700&display=swap");
/*
** Fonts
*/
/*
** media query widths
*/
html,
body {
  height: 100%; }

h1 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px; }

h3 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px; }

li.step {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  color: #222222;
  border-radius: 32px;
  border: 1px solid #222222;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin-right: 50px; }

li.step.active {
  background: #222222;
  color: #FFFFFF; }

.dots {
  position: absolute;
  z-index: -1;
  display: block;
  width: 30%;
  border-top: 1px dotted black; }

#progress-bar {
  margin-bottom: 15px;
  width: 100%;
  background-color: #C4C4C4; }

#bar {
  height: 5px;
  background-color: #FF344C; }

.bar-25 {
  width: 25%; }

.bar-50 {
  width: 50%; }

.bar-75 {
  width: 75%; }

.video-content {
  height: 450px; }

.funnel_video {
  margin-right: -40px;
  margin-top: -25px; }

#funnel_video_2 {
  margin-right: -100px; }

.images {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 320px;
  height: 320px; }

.image-item-funnel {
  max-width: 200px;
  position: absolute; }

#image-learn {
  z-index: 0;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  margin-right: 25%; }

#image-gift {
  bottom: 0;
  z-index: 1;
  margin-left: 25%; }

.icono {
  width: 150px;
  display: inline-block;
  padding: 10px; }

.check {
  font-size: 50px;
  display: inline-flex;
  width: 100px;
  justify-content: center;
  align-items: center;
  color: white;
  background: #FF344C;
  border-radius: 50%;
  height: 100px;
  margin: 20px; }

.inverse {
  transform: matrix(-1, 0, 0, 1, 0, 0); }

@media only screen and (max-width: 728px) {
  .funnel_video {
    margin-right: -10px; }

  .video-content {
    height: 220px;
    margin-bottom: 15px; }

  #funnel_video_2 {
    margin-right: 0px; }

  .images {
    width: 300px;
    height: 240px; }

  .image-item-funnel {
    max-width: 150px; }

  .icono {
    width: 100px; }

  .check {
    font-size: 50px;
    height: 75px;
    width: 75px; }

  .funnel-logo {
    width: 150px;
    margin-top: 15px; } }
/*# sourceMappingURL=funnel.css.map */

/*# sourceMappingURL=register_funnel.css.map */
