/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/








/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/* hubpotMovil 372px */
/* hubpotTablet 768px */
/* hubpotDesktop mayor a 768*/

/* hubpotMovil 372px */
/* hubpotTablet 768px */
/* hubpotDesktop mayor a 768*/
/* hubpotMovil 372px */
/* hubpotTablet 768px */
/* hubpotDesktop mayor a 768*/

/* hubpotMovil 372px */
/* hubpotTablet 768px */
/* hubpotDesktop mayor a 768*/

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: 'Nunito', sans-serif;
    margin: 0px !important;
    padding: 0px !important;
    color: #2c3e50;
    /* overflow-x: hidden; */
}

h1.primary {
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 57px;
    letter-spacing: -0.5px;
}
h2 {
    font-weight: bold;
    font-size: 42px;
    line-height: 62px;
    text-align: center;
}
h3 {
    font-size: 32px;
}
p {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.15px;
    display: block;
}
.text-center {
    text-align: center;
}
.blueText {
    color: #3498db;
}

#blueClouds {
    background-image: url(https://f.hubspotusercontent10.net/hubfs/3276114/landingTemplateTI/fondo_landing_RG_01.svg);
    background-size: cover;
    background-size: contain;
    background-repeat: repeat-x;
    padding-top: 50px;
  position:relative;
}
#blueClouds::before{
   content: url(https://f.hubspotusercontent10.net/hubfs/3276114/landingTemplateTI/nubes_fondo_landings_RG_02.svg);
    position: absolute;
    width: 20%;
    right: 3%;
    top: 3%;
}



    

#blobBackground{
    background-image: url(https://f.hubspotusercontent10.net/hubfs/3276114/landingTemplateTI/BLOBS.BACKGROUND.png);
    background-size: cover;
    background-repeat: repeat-x;
    padding-bottom{ 50px}
}
#blueExpenses {
    background-image: url(https://f.hubspotusercontent10.net/hubfs/3276114/landingTemplateTI/blue-Expenses.png);
    background-size: cover;
    background-size: contain;
    background-repeat: repeat-x;
    padding-top: 50px;
}
#greenClouds {
    background-image: url(https://f.hubspotusercontent10.net/hubfs/3276114/landingTemplateTI/green-Clouds.png);
    background-size: cover;
    background-size: contain;
    background-repeat: repeat-x;
    padding-top: 50px;
}
#greenExpenses {
    background-image: url(https://f.hubspotusercontent10.net/hubfs/3276114/landingTemplateTI/green-Expenses.png);
    background-size: cover;
    background-size: contain;
    background-repeat: repeat-x;
    padding-top: 50px;
}
#peopleBackground{
  background: linear-gradient(180deg, rgba(236, 240, 244, 0) 5.89%, rgba(236, 240, 244, 0.692308) 25.03%, #ECF0F4 61.19%, rgba(236, 240, 244, 0.704545) 81.4%, rgba(236, 240, 244, 0) 107.98%);
}

#rindegastosLogo svg {
    width: 180px;
    height: 31px;
}
#rindegastosLogo {
    margin-bottom: 50px;
}

#containerGroup {
    width: 100%;
    display: flex;
}
#containerGroup .leftResponsiveContainer {
    width: 100%;
    padding-right: 50px;
}

.centerVertical {
    margin-top: auto;
}

#containerGroup .rightResponsiveContainer {
    width: 100%;
    padding-left: 50px;
}
.rightResponsiveContainer .form {
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
    box-shadow: 0px 4px 10px rgba(36, 135, 201, 0.15);
    border-radius: 10px;
    padding: 24px;
}

.rightResponsiveContainer img {
     width: 100% !important;
}

.form label {
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.1px;
    color: #9d9d9d;
}
.form h1 {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.form h1 ~ h1 {
    margin-bottom: 16px !important;
}
.form .hs-form-field {
    margin-bottom: 17px;
}

.form input[type='text'],
input[type='email'],
input[type='tel'] {
    background: #ffffff;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    width: 100%;
    border-radius: 4px;
    height: 43px;
    padding-left: 15px;
}
.form input[type='text']:focus-visible,
input[type='email']:focus-visible,
input[type='tel']:focus-visible {
    outline: #3498db auto 1px;
}
.form .actions {
    text-align: right;
}
a{
  text-decoration:none;
  color:#3498db;
}
.form input[type='submit'] {
    padding: 12px 27px;
    background: #2ecc71;
    box-shadow: 0px 4px 10px rgb(35 191 51 / 15%);
    border-radius: 50px;
    color: white;
    font-size: 16px;
    font-family: Nunito;
    border: inherit;
    margin-top: 24px;
}
.form textarea {
    width: 100%;
    background: #ffffff;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 15px;
}

.form textarea:focus-visible {
    outline: #3498db auto 1px;
}
.responsiveContainer {
    padding: 117px;
}
.responsiveContainer.noTop {
    padding: 117px;
    padding-top: 0px;
}
.stores {
    display: flex;
    padding-top: 22px;
}
.stores img {
    padding-right: 24px;
    padding-right: 24px;
    max-width: 170px !important;
}



section img {
    width: 212px;
    height: 83px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(36, 135, 201, 0.15);
}

section {
    background-color: #f8f2f2;
    position: relative;
    z-index: -1000;
    width: 100%;
}

#section {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    height: 248px;
}
#section::after {
    z-index: 1;
    content: '';
    height: 46%;
    position: absolute;
    right: -70px;
    width: 70px;
    top: 26px;
    background-color: #c2464603;
    box-shadow: -20px 3px 15px 13px rgb(255 255 255);
}
#section::before {
    z-index: 1;
    content: '';
    height: 46%;
    position: absolute;
    left: -70px;
    width: 70px;
    top: 26px;
    /* filter: blur(2px); */
    background-color: #c2464603;
    box-shadow: 20px 4px 15px 13px rgb(255 255 255);
}
#section img {
    width: 212px;
    height: 83px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(36, 135, 201, 0.15);
}

.x1 {
    position: absolute;
    top: 40px;
    filter: opacity(0);
    animation-name: c1;
    animation-duration: 35s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: -19s;
}
.x2 {
    position: absolute;
    top: 40px;
    filter: opacity(0);
    animation-name: c1;
    animation-duration: 35s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: -15.5s;
}

.x3 {
    position: absolute;
    top: 40px;
    filter: opacity(0);
    animation-name: c1;
    animation-duration: 35s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: -12s;
}

.x4 {
    position: absolute;
    top: 40px;
    filter: opacity(0);
    animation-name: c1;
    animation-duration: 35s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: -8.5s;
}

.x5 {
    position: absolute;
    top: 40px;
    filter: opacity(0);
    animation-name: c1;
    animation-duration: 35s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: -5s;
}
.x6 {
    position: absolute;
    top: 40px;
    filter: opacity(0);
    animation-name: c1;
    animation-duration: 35s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: -1.5s;
}
.x7 {
    position: absolute;
    top: 40px;
    filter: opacity(0);
    animation-name: c1;
    animation-duration: 35s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 2s;
}
.x8 {
    position: absolute;
    top: 40px;
    filter: opacity(0);
    animation-name: c1;
    animation-duration: 35s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 5.5s;
}
.x9 {
    position: absolute;
    top: 40px;
    filter: opacity(0);
    animation-name: c1;
    animation-duration: 35s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 9s;
}
.x10 {
    position: absolute;
    top: 40px;
    filter: opacity(0);
    animation-name: c1;
    animation-duration: 35s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 12.5s;
}

@keyframes c1 {
    0% {
        margin-left: 1920px;
        filter: opacity(1);
    }
    100% {
        margin-left: -1000px;
        filter: opacity(1);
    }
}

.miniCardSection {
    width: 100%;
    display: flex;
}
.miniCardSection .title-3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
}
.miniCardSection .card {
    width: 100%;
    margin-bottom: 34px;
}
.miniCardSection .twoCardsContainer {
    margin-top: 24px;
}

.miniCardSection .card .textCard {
    line-height: 28px;
    letter-spacing: 0.15px;
    margin-top: 24px;
    margin-right: 24px;
    font-size: 14px;
    max-width: 70%;
}
.miniCardSection .card .icon {
    height: 49px;
    width: 49px;
    background: rgba(52, 152, 219, 0.1);
    border-radius: 50%;
}

.miniCardSection .card .icon  svg{
    fill: #3498D8;
    background-color: #3498D8;
}

.miniCardSection .card .icon img {
    width: 100%;
}
.mTop {
    margin-top: 24px;
}

.numbersContainer {
    width: 100%;
    display: flex;
    margin-top: 49px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.numbersContainer .cardNumber {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    padding: 32px;
    height: 82px;
    text-align: center;
    padding-top: 12px;
    background-color: white;
    text-align: right;
    border-radius: 10px;
    width: 18%;
}
.numbersContainer .cardNumber.blue {
    background: linear-gradient(0deg, rgba(52, 152, 219, 0.1), rgba(52, 152, 219, 0.1)), #ffffff;
}
.numbersContainer .cardNumber.green {
    background: linear-gradient(0deg, rgba(46, 204, 113, 0.1), rgba(46, 204, 113, 0.1)), #ffffff;
}
.numbersContainer .cardNumber.orange {
    background: linear-gradient(0deg, rgba(230, 126, 34, 0.1), rgba(230, 126, 34, 0.1)), #ffffff;
}
.numbersContainer .cardNumber.yellow {
    background: linear-gradient(0deg, rgba(241, 196, 15, 0.1), rgba(241, 196, 15, 0.1)), #ffffff;
}
.cardNumber img {
    width: 57%;
    position: absolute;
    bottom: -1px;
    left: -4px;
    filter: opacity(0.4);
}
.numbersContainer .cardNumber label {
    font-size: 16px;
  font-weight: 600;
}

.numbersContainer .cardNumber .title-2 {
    font-weight: 700;
    font-size: 56px;
    color: #3498db;
      margin-bottom: -13px;
}
.numbersContainer .cardNumber.yellow .title-2 {
    color: #EAD300;
}
.numbersContainer .cardNumber.green .title-2 {
    color: #2ECC71;
}
.numbersContainer .cardNumber.orange .title-2 {
    color: #E67E22;
}.numbersContainer .cardNumber.blue .title-2 {
    color: #3498db;
}


.peopleContainer {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
}
.peopleContainer:last-of-type {
    margin-top: 65px;
}
.peopleContainer .peopleCard {
    background: #ffffff;
    width: 25%;
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 80px;
}
.peopleContainer .peopleCard p {
    text-align: justify;
}
.peopleCard .photo img {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    margin-right: 15px;
}
.peopleCard .top {
    display: flex;
    margin-bottom: 20px;
}
.peopleCard .top .detail {
    text-align: left;
}
.peopleCard .top .detail .name {
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
}
.peopleCard .top .detail .position {
    font-size: 14px;
}
.peopleCard .platform {
    margin-left: auto;
}
.peopleCard .platform img {
    width: 25px;
}
.buttonContainer{
  margin-bottom: 17px;
    margin-top: 31px;
}

.middleSection.footer .footerCard {
    box-shadow: -3px 3px 14px 3px rgb(36 135 201 / 15%);
    box-shadow: 0px 4px 10px rgba(36, 135, 201, 0.15);
    border-radius: 20px;
    background-color: #f3f9ff;
    padding: 48px;
    display: flex;
    position: relative;
    height: 167px;
    flex-direction: column;
    overflow: hidden;
    justify-content: space-between;
}
.middleSection.footer .footerCard .title-2 {
    text-align: left;
    font-weight: bold;
    max-width: 55%;
    font-size: 24px;
}
.middleSection.footer .footerCard img {
    margin-left: 50%;
    margin-top: -48px;
    position: absolute;
}

.middleSection.footer {
    min-height: 500px;
    background: none;
}
.footerCard .button {
    position: absolute;
    bottom: 50px;
    left: 50px;
}

/* .middleSection.footer .footerCard .title-2 {
    text-align: center;
    font-weight: bold;
    max-width: inherit;
    font-size: 32px;
} */

.button.green {
    font-size: 16px;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-weight: bold;
    align-items: center;
    width: auto;
    padding: 0px 0px;
    background: #2ecc71;
    box-shadow: 0px 4px 10px rgba(36, 135, 201, 0.15);
    border-radius: 50px;
    margin-top: 24px;
}

.footerText {
    display: flex;
    justify-content: space-between;
    flex-direction: inherit;
}
.underline .copy,
.terms {
    color: #3498db;
}
.underline {
    margin-top: 22px;
    display: flex;
    justify-content: center;
}
.underline .conditions{
      margin-right: 16px;
}
.underline .terms {
    display: flex;
    justify-content: space-between;
    display: none;
}
.underline .terms .terms {
    margin-right: 24px;
}

.footerText .copySince{
    width: 336px;
    font-size: 14px;
}
.footerText .logo {
    width: 178px;
    align-self: flex-end;
}
.footerText .terms {
    display: flex;
        align-self: flex-end;
  text-align: center;
}
.footerText .terms .terms {
    margin-right: 22px;
    color: #3498db;
}
.footerText .social {
    display: flex;
        align-self: flex-end;
}
.footerText .social img{
  border-radius: 50%;
  margin-right:4px;
  width: 32px;
}

hr {
    margin-top: 14px;
    color: #ffffff47;
}

/* Tablet Media Universal  */
@media (min-width: 1400px){
  .numbersContainer .cardNumber{
    width: 17% !important;
  }
}
@media (min-width: 1025px) {
    .stores img {
    }
    .responsiveContainer {
        padding: 6%;
        padding-left:14%;
        padding-right:14%;
    }
    .numbersContainer .cardNumber {
        width: 40%;
        margin-bottom: 24px;
    }
/*     .numbersContainer {
        flex-wrap: nowrap;
    } */
   
    .footerText .logo,
    .social {
        align-self: center !important;
    }
    .peopleCard {
        width: 42% !important;
    }
}
/* Tablet Media HUBSPOT  */
@media (max-width: 1024px) {
   
    h3 {
        text-align: center;
    }
    .numbersContainer .cardNumber{
        max-width:258px;
    }
    .numbersContainer {
      justify-content: space-evenly;
    }
  
    .middleSection.footer .footerCard img {
        display: none !important;
    }
    .middleSection.footer .footerCard .title-2 {
        text-align: center;
        max-width: inherit;
    }
    .middleSection.footer .footerCard {
        height: auto;
    }
    .middleSection.footer .footerCard .button {
        text-align: center;
        position: relative;
        max-width: inherit;
        align-self: center;
        bottom: inherit;
        left: inherit;
    }
    .responsiveContainer {
        padding: 50px;
    }
    .responsiveContainer.noTop {
        padding: 50px;
    }
    .rightResponsiveContainer .form {
        padding: 16px;
        margin-top: 32px;
    }
    .leftResponsiveContainer {
        padding-right: 0px !important;
    }
    .rightResponsiveContainer {
        padding-left: 0px !important;
    }
    h1.primary {
     
        font-size: 32px;
        line-height: 44px;
        text-align: left;
        margin-top: 67px;
    }
    #containerGroup {
        flex-direction: column;
    }
    .stores img {
    }
    p.mobileHidden {
      text-align:left;
    }
    #rindegastosLogo {
        margin-bottom: 25px;
    }
    .stores {
        display: flex;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .numbersContainer .cardNumber {
        height: 80px;
        width: 36%;
        min-width: inherit;
      margin-bottom: 3%;
    }
    .peopleCard {
        width: 100% !important;
    }
}

/* Mobile Media*/
@media (max-width: 600px) {
    .numbersContainer .cardNumber .title-2 {
        font-size: 32px;
    }
    .middleSection.footer .footerCard img {
        display: none !important;
    }
    .miniCardSection .card {
        text-align: center;
    }
    .centerVertical {
        display: none !important;
    }
    .miniCardSection .card .icon {
        margin: auto;
    }
    .miniCardSection .card .textCard {
        margin: auto;
    }
    h2,
    h1 {
        font-size: 32px;
    }
    h3 {
        text-align: center;
    }
   .footerText .copySince {
    width: 336px;
    font-size: 14px;
    margin: auto;
}
  .logoCopy{
  display: flex;
    flex-direction: column;
  }
    .responsiveContainer {
        padding: 17px;
        padding-top: 136px;
        padding-bottom: 136px;
    }
    .responsiveContainer.noTop {
        padding: 17px;
    }
    .rightResponsiveContainer .form {
        padding: 16px;
        margin-top: 32px;
    }
    #containerGroup {
        flex-direction: column;
    }
    .stores {
        justify-content: space-evenly;
    }
    .stores img {
        padding-right: 0px;
        padding-right: 0px;
    }
    p.mobileHidden {
      text-align:center;
    }
    .form .hs-richtext h1:first-of-type {
        display: none !important;
    }
    .form input[type='submit'] {
        width: 100%;
    }
    #rindegastosLogo {
        margin-bottom: 0px;
    }
    .cta_button {
        width: 84% !important;
    }
    .stores {
        display: flex;
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .numbersContainer .cardNumber {
        height: 60px;
        width: 100%;
        min-width: inherit;
        margin-bottom: 4%;
    }
    .numbersContainer .cardNumber label {
      font-size: 14px;
      font-weight: 600;
    }
    .numbersContainer {
      justify-content: center;  
    }

    .peopleCard {
        width: 100% !important;
    }
    .peopleCard:nth-last-child(even) {
        display: none;
    }
    #blueClouds{
          background-size: cover;
    }
   #greenClouds{
          background-size: cover;
    }
   #greenExpenses{
          background-size: cover;
    }
   #blueExpenses{
          background-size: cover;
    }
  .footerText {
    flex-direction: column;
  }
    .footerText .logo{
    align-self:center;
  }
    .footerText .terms{
    display:none;
  }
    .footerText .social{
      margin-top:24px;
    align-self:center;
  }
     h1.primary {
       text-align: center;
    }
  .buttonContainer{
  text-align:center;
}
  
}