.container--deals {
  color: #ffffff;
  text-align: center;
  justify-content: center;
}

.container--shelfTitle {
  color: #727273;
  justify-content: center;
  text-align: center;
}

.headingLevel2--shelfTitle {
  font-weight: 200;
}

.container--deals .paragraph {
  margin: 0;
}

.container--link {
  justify-content: center;
}

.container--question {
  justify-content: center;
}

.container--question .paragraph {
  text-align: center;
  max-width: 540px;
  margin: 0 16px;
  padding-top: 120px;
  color: #03034E;
}

.container--question .strong {
  font-size: 32px;
  line-height: 2rem;
  font-weight: 700;
}

.container--link .paragraph {
  text-align: center;
  max-width: 540px;
  padding-top: 36px;
  padding-bottom: 84px;
  color: #03034E;
}

.container--link .strong {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.container--link .link {
  text-decoration: none;
  font-size: 36px;
  font-weight: 300;
  color: #03034E;
}

.container--title {
  color: #03034E;
  font-size: 20px!important;
  font-weight: 700;
  max-width: 100%;
}

.heading--title {
  font-size: 20px;
}

@media only screen and (min-width: 640px) {
  .container--question .strong {
    font-size: 40px;
    line-height: 3rem;
  }

  .container--about {
    max-width: 85%;
  }

  .container--title .paragraph {
    line-height: 1.3em;
  }
}

.container--logovtex {
  float: right;
}
.container--logovtex .paragraph--logovtex {
  margin: 0;
  line-height: 40px;
  transition: all 0.3s;
}
.container--logovtex .paragraph--logovtex:hover {
  transform: scale(0.95);
}
.container--logovtex .paragraph--logovtex .link--logovtex {
  background-repeat: no-repeat;
  background-size: 70px;
  background-position: right center;
  padding: 20px 40px;
  background-image: url(/arquivos/logo-vtex.png);
  font-size: 0;
}
.container--logoecloud {
  float: right;
}
.container--logoecloud .paragraph--logoecloud {
  margin: 0;
  line-height: 40px;
  transition: all 0.3s;
}
.container--logoecloud .paragraph--logoecloud:hover {
  transform: scale(0.95);
}
.container--logoecloud .paragraph--logoecloud .link--logoecloud {
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: right center;
  padding: 15px 40px;
  background-image: url(/arquivos/logo-ecloud.png);
  font-size: 0;
}

/*MobileFooter*/
.link--footer-mobile1, 
.link--footer-mobile2, 
.link--footer-mobile3 {
  color: #000;
  text-decoration: none;
} 

.paragraph--footer-mobile1,
.paragraph--footer-mobile2,
.paragraph--footer-mobile3 {
  margin: 0;
}

.paragraph--footerOptionText {
  margin: 0;
  font-size: 12px;
  color: #999999;
}

.container--favoriteText {
  display: inline-block;
}


/*HOME*/
.wrapper--tituloatributos .paragraph--tituloatributos {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0;
}

.container--atributsuno .paragraph--atributsuno .link--atributsuno,
.container--atributsdos .paragraph--atributsdos .link--atributsdos,
.container--atributstres .paragraph--atributstres .link--atributstres,
.container--atributscuatro .paragraph--atributscuatro .link--atributscuatro {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 0; 
}

.container--atributsuno .paragraph--atributsuno .link--atributsuno:hover,
.container--atributsdos .paragraph--atributsdos .link--atributsdos:hover,
.container--atributstres .paragraph--atributstres .link--atributstres:hover,
.container--atributscuatro .paragraph--atributscuatro .link--atributscuatro:hover {
  color: #404040;  
}

/*Registro*/
.wrapper--titlepage-registro .headingLevel1--titlepage {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 16px;
}

/*Terminos y Condiciones*/
.wrapper--staticText {
  padding: 0 20px;
  text-align: justify;
}

.paragraph--carouselTitle {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}