body {
  background: #000000; }

main {
  background: url("../images/back_photo5.jpg") no-repeat center center;
  height: calc(100vh - 12vh);
  background-size: cover; }

.main-container {
  	/*background: url(../images/estrella.svg) no-repeat;
      background-position: right -20vh;
      background-size: 46vw;*/ }

.main-container, main.home .main-container .row {
  height: calc(100vh - 12vh); }

h1 {
  color: #495156;
  font-family: 'typoldthin';
  text-transform: uppercase; }
  h1 b {
    font-family: 'typoldbold'; }

footer {
  background: #495156;
  height: 12vh;
  display: flex;
  align-items: center; }
  footer .row {
    position: relative; }
  footer .estrella_oscura {
    width: 56px;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    left: 0; }

.btn.btn-primary {
  background: #1d2224;
  border-radius: 100px;
  color: #ccc6bb;
  text-transform: uppercase;
  border: none;
  padding: 6px 22px;
  font-size: 20px;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1); }
  .btn.btn-primary:hover {
    background: #282f32; }
  .btn.btn-primary img {
    width: 20px;
    margin-top: -4px; }
.btn.btn-secondary {
  background: #ccc6bb !important;
  border-radius: 100px !important;
  color: black;
  text-transform: uppercase;
  border: none !important;
  padding: 2px 18px;
  display: block !important;
  width: 100%;
  font-size: 15px !important; }

main.form {
  background: url("../images/back_photo_form5.jpg") no-repeat top center;
  background-color: #000000;
  height: 40vh; }
  main.form .estrella_clara {
    width: 60px;
    margin-top: 20px; }

main.form .main-container {
  background: none transparent; }

section.formsection {
  background: url("../images/estrella_pattern.svg") #495156;
  height: 60vh;
  background-size: 68px;
  position: relative; }

h2 {
  font-family: 'typoldthin';
  color: white;
  font-size: 24px; }
  h2 b {
    font-family: 'typoldbold'; }

.formcontainer {
  background: rgba(48, 53, 56, 0.68);
  border-radius: 12px;
  padding: 12px; }

.mybigform {
  position: absolute;
  top: -180px;
  width: 100%;
  left: 0; }

.mauticform-input, input {
  border-radius: 100px !important; }

label {
  display: none !important; }

main.gracias {
  background: #ccc6bb;
  height: 100vh; }
  main.gracias .estrella_oscura {
    width: 80px;
    margin: 80px auto;
    display: block; }

h3 {
  font-size: 32px;
  text-align: center;
  font-family: 'typoldthin'; }

.textohome {
  padding: 9vh 0 0 0; }

.rayita {
  background: #303538;
  height: 2px;
  width: 100px;
  margin: 32px auto; }

.gracias p {
  text-align: center;
  font-size: 22px;
  font-family: 'typoldthin'; }

.tarjetalila {
  background: #f5f7fb;
  padding: 12px;
  border-radius: 12px; }

@media (max-width: 600px) {
  main, .main-container, .main-container .row {
    height: 100vh; }

  main {
    background: url("../images/back_photo5.jpg") no-repeat center left;
    background-size: cover; }

  .textohome {
    padding: 41% 0 0 0; }

  .main-container {
    background: url(../images/estrella_clara.svg) no-repeat;
    background-position: center 7vh;
    background-size: 20vw; }

  h1 {
    text-align: center;
    font-size: 18px; }
    h1 b {
      font-size: 26px; }

  footer {
    margin-top: -12vh; }

  footer {
    background: rgba(73, 81, 86, 0.81); }
    footer .estrella_oscura {
      display: none; }
    footer .row .col {
      justify-content: center !important; }
    footer .btn.btn-primary {
      background: #1d2224;
      border-radius: 100px;
      color: #ccc6bb;
      text-transform: uppercase;
      border: none;
      padding: 7px 32px;
      margin-top: -82px;
      font-size: 23px; }
      footer .btn.btn-primary img {
        width: 20px;
        margin-left: 4px; }

  main.form .estrella_clara {
    margin: 20px auto 0 auto;
    display: block; } }
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

/*# sourceMappingURL=more.css.map */
