@font-face {
    font-family: 'inter-regular';
    src:  url('../img/inter-regular.woff') format('woff');
}
@font-face {
    font-family: 'inter-bold';
    src:  url('../img/inter-bold.woff') format('woff');
}

@font-face {
    font-family: 'inter-light';
    src:  url('../img/inter-light.woff') format('woff');
}

*{
    font-family: 'inter-regular', Fallback, sans-serif;
}

.section-header{
    text-align: right;
}

.tx-red{
    color: #D50057;
}

.tx-black{
    color: #1E1E1E;
}

.title-1{
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 39px */
    letter-spacing: -0.6px;
    /* font-family: 'inter-bold', Fallback, sans-serif; */
}

.title-2{
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -0.44px;
    font-family: 'inter-light', Fallback, sans-serif;
}

.img-head{
    max-width: 400px;
}

#form-datos{
    max-width: 400px;
    display: block;
    margin: 0 auto;
}

.btn-submit{
    background-color: #D50057;
    width: 100%;
}

#btn-descargar-img{
    background-color: #D50057;
    display: block;
    margin: 0 auto;
    width: 200px;
}

progress.progress.progreso{
    max-width: 450px;
    display: block;
    margin: 0 auto;
}


@media (min-width: 400px) {
    .section-header {
      background: #D50057;
      margin-bottom: 50px !important;
      text-align: center;
    }
  }