
html, body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
  color: #18214D;
  background-color: #FFFDFA;
  overflow-x: hidden;
}

/*  ####                                                         ### nav ### */
.navFixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%; 
  height: 70px; 
  background-color: #FFFDFA;
  z-index: 999999;
  border-bottom: 1px solid #C7C7C7;
  box-shadow: 13px 3px 19px #0003;
}

.navCol {
  display: flex;
  justify-content: space-between;
}

.navLogo {
  width: 200px;
}

.navEntrar {
  position: relative;
}

.navSpacer {
  height: 70px;
  background-color: #FFFDFA;
}

/*  ####                                                   ### font/text ### */
.text_center {
  text-align: center;
}

.fs80_800 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 800;
  letter-spacing: -0.3px;
}

.fs80_800b {
  font-size: 60px;
  line-height: 70px;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.fs70_800 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 800;
  letter-spacing: -1.0px;
}   

.fs50_700 {
  font-size: 36px;
  line-height: 46px;
  font-style: normal;
  font-weight: 700;
}

.fs36_800 {
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
  letter-spacing: -1px;
}

.fs36_700 {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.5px;
}

.fs28_700 {
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.5px;
}

.fs24_600 {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.5px;
}

.fs22_400 {
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
}

.fs20_600 {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.38px;
}

.fs20_400 {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05px;
}

.fs14_700 {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.035px;
}

/*                                     ##  ROW 1  ##  */
.row1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  display: grid;
  grid-template-columns: 50% 50%;
}

.r1a {
  width: 100%;
  text-align: left;
  margin-top: 47px;
  padding-left: 20px;
  order: 1;
}

.r1b {
  text-align: right;
  width: 100%;
  margin: 0;
  padding: 0;
  order: 2;
}

.r1c {
  height: 100px;
  order: 3;
  display: flex;
  justify-content: center;
  margin-top: -100px;
}

.r1img1 {
  width: 412px;
  height: auto;
  margin-right: 20px;
}

/*                                     ##  ROW 2  ##  */
.row2 {
  /* position: relative; */
  height: 130px;
}

.row2Envelope {
  position: relative;
  top: -40px;
  margin: 0;
  padding: 0;
  height: 0px;
}


/*                                     ##  ROW 4  ##  */
.row4 {
  width: 100%;
}


.row4b {
  width: 100%;
  height: 100px;
  display: flex; 
  justify-content: center;
}

/*                                     ##  ROW B4  ##  */
.rowB4 {
  width: 100%;
  display: flex; 
  justify-content: center;
}

/*                                     ##  ROW 5  ##  */
.row5 {
  position: relative;
  width: 100%;
}

.r5a {
  width: 100%;
  height: 110px;
  padding-top: 24px;
}

.r5b {
  width: 100%;
  height: 605px;
}

.r5c {
  width: 100%;
  height: 80px;
}

.r5d {
  width: 100%;
  height: 170px;
  padding-top: 30px;
}

/*                                     ##  ROW 6  ##  */
.row6 {
  position: relative;
  width: 100%;
}

.r6a {
  width: 100%;
  height: 140px;
  display: flex; 
  justify-content: center; 
}

.r6b {
  width: 100%;
  padding-top: 20px;
}

.r6c {
  width: 100%;
  text-align: center;
}

.r6d {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.r6img1 {
  width: 300px;
  height: auto;
}

.colcentral {
  width: 990px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.buttonRegister {
  position: relative;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
  border-radius: 10px;
  color: #fff;
  background: rgb(130, 0, 150);
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 160px;
  height: 60px;
  font-weight: bold;
  font-size: 18px;
  padding: 12px;
}

.buttonRegister:link, .buttonRegister:visited, 
.buttonRegister:hover, .buttonRegister:active {
  color: #fff;
}

.sygsButton {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  background: linear-gradient(180deg, #feb523 0%, #fe8e10 54.69%, #fe6d00 100%);
  border-radius: 6px;
  padding: 4px 7px;
  display: flex;
  align-items: center;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.25));
  width: fit-content;
}

.sygsButton svg {
  margin-left: 9px;
  margin-right: 10px;
  margin-bottom: 3px;
  scale: 2.0;
}

.relPosSygsRegButton {
  position: absolute;
  top: 32px;
  left: 170px;
} 

.welcomeVideo-dimensions {
  width: 100%;
  height: 605px;
  background: transparent;
}

.player {
  position: unset;
  overflow: unset;
  max-height: unset;
  padding: 0;
}

.m0 {
  margin: 0;      
}

.p0 {
  padding: 0;
}

.logo {
  height: 36px;
  width: auto;
}

.videoSygLogo {
  width: auto;
  height: 80px;
}

.videoSubEnvelopeBar {
  width: 100%; 
  margin-top: 4px;
}

.videoSubCenterBar {
  display:flex; 
  justify-content: space-between;
  align-items: end;
}

.videoSubText {
  float: right; 
  margin-left: 40px; 
}

.imgMSME {
  width: 428px;
  height: auto;
}


.spacer01 {
  height: 20px;
  width: 100%;
}

.spacer02 {
  height: 0px;
  width: 100%;
}

.spacer03 {
  height: 80px;
  width: 100%;
}

.spacer04 {
  height: 100px;
  width: 100%;
}

.spacer05 {
  height: 20px;
  width: 100%;
}

.spacer06 {
  height: 40px;
  width: 100%;
}

.spacer07 {
  height: 60px;
  width: 100%;
}

.spacer08 {
  height: 60px;
  width: 100%;
}

.buttonEntrar {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
  border-radius: 10px;
  border: none;
  background-color: rgb(130, 0, 150);
  width: 120px;
  height: 40px;
  padding: 0px;
  margin: 0px;
}

.buttonEntrar:link, .buttonEntrar:visited, 
.buttonEntrar:hover, .buttonEntrar:active {
  color: #fff;
}

.spacerhr {
  width: 100%;
  height: 2px;
  border-top: 2px solid #3335;
  position: relative;
  top: 40%;
}

.badgePlaystoreButton{
  filter: drop-shadow(0px 6px 3px rgba(177, 177, 177, 1.4));
  border-radius: 8px;
}


/* ######################################################################### */
/* ########################################################### < 1200 px ## */
/* ######################################################################### */
@media screen and (max-width: 1200px) {
  .row2 {
    position: relative;
    height: 130px;
  }

  .row2Envelope {
    position: relative;
    top: -24px;
    margin: 0;
    padding: 0;
    height: 0px;
  }
}


/* ######################################################################### */
/* ############################################################# < 1010 px ## */
/* ######################################################################### */
@media screen and (max-width: 1010px) {

  .buttonRegister {
    border-radius: 10px;
    width: 140px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 12px 12px 18px;
  }
  
  .sygsButton {
    font-size: 18px;
    font-weight: 800;
    border-radius: 6px;
    padding: 4px 4px 4px 10px;
  }
  
  .sygsButton svg {
    margin-left: 9px;
    margin-right: 10px;
    margin-bottom: 3px;
    scale: 1.6;
  }
  
  .relPosSygsRegButton {
    position: absolute;
    top: 32px;
    left: 160px;
  } 

  .colcentral {
    width: 770px;
    margin: auto;
  }

  .welcomeVideo-dimensions {
    width: 100%;
    height: 485px;
    background: transparent;
  }

  .fs80_800 {
    font-size: 47px;
    font-weight: 800;
    line-height: 53px;
    letter-spacing: -0.3px;
  }

  .fs20_600 {
    font-size: 18px;
    letter-spacing: -0.3px;
  }

  .row1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    display: grid;
    grid-template-columns: 100%;
  }
  
  .r1a {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    order: 2;
  }
  
  .r1b {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    order: 1;
  }
  
  .r1c {
    height: 100px;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    order: 3;
  }
  
  .r1img1 {
    width: 412px;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .row2 {
    position: relative;
    height: 130px;
  }

  .row2Envelope {
    position: relative;
    top: -24px;
    margin: 0;
    padding: 0;
    height: 0px;
  }

  .fs80_800b {
    font-size: 55px;
    line-height: 65px;
    font-weight: 800;
    letter-spacing: -0.5px;
  }

  .r5a {
    height: 130px;
  }

  .r5b {
    height: 490px;
  }

  .r5c {
    height: 80px;
  }

  .r5d {
    height: 165px;
  }

  .imgMSME {
    width: 378px;
  }
}

/* ######################################################################### */
/* ############################################################# < 790 px ## */
/* ######################################################################### */
@media screen and (max-width: 790px) {

  .row2 {
    height: 210px;
  }

  .buttonRegister {
    border-radius: 10px;
    width: 140px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 12px 12px 18px;
  }
  
  .sygsButton {
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    padding: 4px 4px 4px 10px;
  }
  
  .sygsButton svg {
    margin-left: 9px;
    margin-right: 10px;
    margin-bottom: 3px;
    scale: 1.5;
  }
  
  .relPosSygsRegButton {
    position: absolute;
    top: 60px;
    left: 6px;
  } 

  .colcentral {
    width: 100%;
    margin: auto;
    padding: 0px;
  }

  .welcomeVideo-dimensions {
    width: 100%;
    height: 338px;
    background: transparent;
  }

  .videoSygLogo {
    width: auto;
    height: 50px;
  }

  .videoSubText {
    margin-left: -10px;
    scale: 0.9;
  }

  .imgMSME {
    width: 334px;
  }

  .fs70_800 {
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: -1px;
  }

  .fs24_600 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.5px;
  }

  .fs28_700 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
  }  

  .row1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    display: grid;
    grid-template-columns: 100%;
  }
  
  .r1a {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    order: 2;
  }
  
  .r1b {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    order: 1;
  }
  
  .r1c {
    height: 100px;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    order: 3;
  }
  
  .r1img1 {
    width: 90%;
    max-width: 412px;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .fs80_800b {
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    line-height: 48px;
  }

  .fs20_400 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.035px;
  }

  .fs36_700 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.5px;
  }

  .fs22_400 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .rowB4 {
    padding-top: 0px;
  }

  .r5b {
    height: 340px;
  }

  .r5c {
    height: 50px;
  }

  .r6a {
    padding-top: 30px;
  }

  .navCol {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spacer01 {
    height: 20px;
    width: 100%;
  }

  .spacer02 {
    height: 10px;
    width: 100%;
  }

  .spacer03 {
    height: 40px;
    width: 100%;
  }

  .spacer04 {
    height: 30px;
    width: 100%;
  }

  .spacer05 {
    height: 20px;
    width: 100%;
  }

  .spacer06 {
    height: 10px;
    width: 100%;
  }

  .spacer07 {
    height: 0px;
    width: 100%;
  }

  .spacer08 {
    height: 20px;
    width: 100%;
  }

  .videoSubCenterBar {
    display: flex; 
    justify-content: space-between;
    align-items: end;
    padding-left: 20px;
    padding-right: 20px;
  }

  .r5d {
    width: 100%;
    height: 140px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

} /* /<790 */

/* ######################################################################### */
/* ############################### UNDER WORK ############################## */
/* ######################################################################### */

.row3 {
  width: 100%;
  height: fit-content;
  display: block;
}

.row3Envelope {
  height: 550px;
  border-radius: 60px;
  background: linear-gradient(232deg, #CA00E9 11.21%, #6A26BB 101.29%);
  color: #fff;
}

.r3img1 {
  max-width: 410px;
  width: 90vw;
  height: auto;
}

.r3a
{
  width: 527px;
  float: left;
  padding-top: 67px;
  padding-left: 26px;
}

.r3b
{
  width: 422px;
  float: left;
  text-align: right;
  padding-top: 52px;
}

.r3ap1 {
  width: 100%;
}

.r3ap2 {
  width: 100%;
  margin-top:32px;
}

.r3ap3 {
  width: 100%;
  margin-top:6px;
}

.r3b2 {
  text-align: center; 
  margin-top: 28px;
  margin-bottom: 20px;
}

/* ######################################################################### */
/* ############################################################### < 1010 ## */
/* ######################################################################### */

@media screen and (max-width: 1010px) {
  
  .row3Envelope {
    height: 1010px;
    border-radius: 60px;
  }

  .r3a
  {
    width: 100%;
    text-align: center;
    padding-left: 0px;
    padding-top: 38px;
  }

  .r3ap2 {
    width: 84%;
    margin-left: 8%;
    margin-top:32px;
  }

  .r3ap3 {
    width: 80%;
    margin-left: 10%;
    margin-top: 6px;
  }

  .r3b
  {
    width: 100%;
    height: unset;
    text-align: center;
    padding-top: 16px;
  }
}

/* ######################################################################### */
/* ################################################################ < 790 ## */
/* ######################################################################### */
@media screen and (max-width: 790px) {

  .row3Envelope {
    border-radius: 0px;
    height: 940px;
  }

  .row2 {
    height: calc(calc(100vw * 0.3651) - 73px);
  }
}

/* ######################################################################### */
/* ################################################################ < 500 ## */
/* ######################################################################### */
@media screen and (max-width: 499px) {

  .row3Envelope {
    height: calc(100vw * 0.4532 + 705px);
  }

  .fs28_700 {
    font-size: 3.2vw;
  }
  
  .videoSubCenterBar {
    padding-left: 5px;
    padding-right: 5px;
  }

  .videoSubText {
    float: right; 
    margin-left: -4px;
  }

  .row2 {
    height: 220px;
    height: unset;
  }

  .row2Envelope {
    position: relative;
    top: -24px;
    margin: 0;
    padding: 0;
    height: 120px;
  }

  .r5a {
    width: 100%;
    height: unset;
    padding-top: 24px;
  }

}
