/*
 * Globals
 */

@font-face {
  font-family: Poppins-Regular;
  src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: Poppins-Bold;
  src: url(../fonts/Poppins-Bold.ttf);
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}

/*
 * Base structure
 */

body {
  background-image: url("../img/img-banner.jpg");
  font-family: Poppins-Regular;
}

strong {
  font-family: Poppins-Bold;
}

.cover-container {
  max-width: 42em;
}

.img-logo {
  margin-bottom: 10px;
}

.bg-support {
  background-color: rgba(12, 93, 56, 0.8);
  border-radius: 10px;
  width: 68%;
  margin: auto;
}

.bg-support h1 {
  font-family: Poppins-Bold;
  font-size: 34px;
  padding: 10px;
}

.text-welcome {
  color: rgba(9, 57, 56);
}

.text-welcome h2 {
  font-family: Poppins-Bold;
  font-size: 50px;
  margin-top: 25px;
}

#global {
  height: 250px;
  width: 100%;
  overflow-y: scroll;
}
#mensajes {
  height: auto;
  text-align: left;
  font-size: 12px;
}
.texto {
  padding: 4px;
}

.terms {
  background-color: rgba(9, 57, 56, 0.8);
  padding: 30px;
  border-radius: 15px;
  width: 80%;
  margin: auto;
}

.button-accept {
  background-color: #1cb844;
  color: white;
  position: relative;
  left: -37%;
  top: 16px;
  font-size: 12px;
  padding: 10px 40px;
}

.button-copy {
  background-color: #1cb844;
  color: white;
  font-size: 12px;
  padding: 10px 40px;
  font-family: Poppins-Bold;
  margin-bottom: 40px;
  margin-top: 20px;
}

#oculto {
  display: none;
  margin-top: 80px;
}

.codigo-text {
  text-align: left;
  font-size: 14px;
  padding: 10px 40px;
}

.codigo {
  padding: 10px 40px;
}

#codigo {
  font-family: Poppins-Bold;
  background-color: rgba(58, 98, 93, 1);
  border: none;
  margin-top: 18px;
  border-radius: 0px;
  color: white;
  font-size: 60px;
  padding: 0px 50px 0px 50px;
  line-height: 0px;
  text-align: center;
}

@media (max-width: 480px) {
  .img-logo {
    height: 65px !important;
  }

  .bg-support {
    width: 90%;
  }

  .bg-support h1 {
    font-size: 16px;
  }

  .text-welcome h2 {
    font-size: 50px;
  }

  .terms {
    width: 100%;
  }

  .button-accept {
    left: -24%;
  }

  #oculto {
    width: 325px;
    padding: 0px !important;
  }

  .codigo-text {
    padding: 20px 30px 0px;
  }
}
