body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

footer {
  height: 140px;
}
.img-header { width: 100%; }
.container-1 {
  background: #FFFFFF;
}

.container-text-1 {
  width: 296px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.text-1 {
  text-align: center;
  color: #000000;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0;
}

.text-2 {
  text-align: center;
  font: normal normal 400 15px/18px Lato;
  color: #000000;
  letter-spacing: 0px;
  padding: 10px 45px;
  margin: 0;
}

.text-2 span {
  font: normal normal 900 15px/18px Lato;
}

.container-checkbox{
  text-align: center;
  background: transparent;
  border: none;
}

.txt-tyc{
  text-align: center;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000000;
  margin: 0;
  opacity: 1;
}

.container-2 {
  width: 231px;
  height: 73px;
  border-radius: 4px;
  background: #CACACA;
  margin-left: auto;
  margin-right: auto;
}

.text-3 {
  text-align: center;
  font: normal normal 700 15px/18px Lato;
  color: #000000;
  letter-spacing: 0px;
  padding: 20px 19px;
  margin: 0;
}

.text-btn-suscribe{
  text-align: center;
  font: normal normal 900 16px/35px Lato;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}

.btn-suscribe, .btn-suscribe:hover, .btn-suscribe:not(:disabled):not(.disabled):active{
  width: 230px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 10px 12px 10px;
  background: #7A3D83 0% 0% no-repeat padding-box;
  box-shadow: 10px 10px 18px #00000029;
  border-radius: 4px;
  border-color: #7A3D83;
  margin-top: 10px;
  opacity: 1;
}

.container-text-2 {
  width: 230px;
  height: 84px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}

.container-text-2 p {
  text-align: center;
  font: normal normal 400 12px/14.4px Lato;
  color: #000000;
  letter-spacing: 0px;
  /*padding: 10px 45px;
  margin: 0;*/
}

.container-3 {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.text-4 {
  text-align: center;
  color: #000;
  font-family: Lato;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}

.link-tyc, .link-tyc:hover {
  text-align: center;
  color: #000;
  font-family: Lato;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled):active {
  background: #7A3D83;
  border-color: #7A3D83;
  font-family: Lato;
}
.hidden { display: none; }

@media screen and (max-width: 767px) {
  .img-header {
    width: 100%;
  }
  .hidden { display: block; }
  .container-3 { width: 324px; }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .img-header {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .container-1 {
    width: 360px;
  }
}