/* subscription-background
/* --------------------------------------------------------------------------- */
section.subscription-background {
    width: 100%;
    height: 500px;
    padding: 100px 0;
    position: relative;
    margin: -100px 0 0 0;
    box-sizing: border-box;
    background-size: cover;
    background-color: #1E1E1E;
    background-position: center;
    -webkit-transform: skew(0deg,-6deg);
     -moz-transform: skew(0deg,-6deg);
      -o-transform: skew(0deg,-6deg);
    /* overflow: hidden; */
    z-index: -1;
}

section.subscription-background:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
}

section.subscription-background div.content {
    display: flex;
    /* position: absolute; */
    padding: 200px 0px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    -webkit-transform: skew(0deg,6deg);
     -moz-transform: skew(0deg,6deg);
      -o-transform: skew(0deg,6deg);
}

section.subscription-background div.content > p {
    margin: 0;
    text-transform: uppercase;
    color: #0d47a1;
    text-decoration: none;
}

section.subscription-background div.content > p > a {
    text-decoration: none;
    color: #fff;
}

section.subscription-background div.content > h2 {
    text-transform: uppercase;
    color: #fff;
}

/* subscription
/* --------------------------------------------------------------------------- */
section.subscription {
    width: 100%;
    height: auto;
    padding: 100px 0;
    box-sizing: border-box;
}

section.subscription div.your_decision {
    padding: 50px;
    text-align: center;
}

section.subscription div.your_decision > h3 {
    text-transform: uppercase;
}

section.subscription div.your_decision > p {
    color: #808080;
    letter-spacing: 1px;
}

section.subscription form {
    width: 50%;
    height: auto;
    float: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/* subscription - responsive
/* --------------------------------------------------------------------------- */
@media (max-width: 768px) {
    section.subscription form {
        width: 100%;
    }
}

@media (max-width: 425px) {
    section.subscription div.your_decision {
        padding: 10px;
        text-align: justify;
    }
}

@media (max-width: 320px) {
    section.subscription div.your_decision > h3 {
        font-size: 26px;
    }
}

/* Cajas de texto
------------------------------------------------------------------------------ */
fieldset.input-group {
    position: relative;
    margin-bottom: 15px;
}

fieldset.input-group:last-child {
    margin-bottom: 0;
}

fieldset.input-group > label,
fieldset.input-group > label > span {
    display: block;
    margin-bottom: 5px;
    line-height: 1.2;
}

fieldset.input-group > label > span {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    color: #757575;
}

fieldset.input-group > label > span.legend {
    margin: 2px 0px 0px 5px;
    font-size: 8px;
    font-style: italic;
    text-transform: none;
}

fieldset.input-group > label:last-child {
    margin-bottom: 0;
}

fieldset.input-group > label > input,
fieldset.input-group > label > textarea,
fieldset.input-group > label > select {
    display: block;
    width: 100%;
    border: 1px solid #e0e0e0;
    height: 40px;
    padding: 10px;
    box-sizing: border-box;
    color: #757575;
    transition: all 0.5s linear;
}

fieldset.input-group > label > textarea {
    height: 150px !important;
}

fieldset.input-group > label > select {
    background: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

fieldset.input-group > label > input:focus,
fieldset.input-group > label > textarea:focus,
fieldset.input-group > label > select:focus {
    border-color: #757575;
    color: #000;
}

fieldset.input-group > label.checkbox > input[type="checkbox"] {
    width: auto;
    height: 20px;
    float: right;
    margin: 0px 0px 0px 5px;
    border: none;
}

fieldset.input-group > label.checkbox > span {
    width: auto;
    height: 20px;
    float: right;
    margin: 0px 0px 0px 10px;
    padding: 0px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 300;
    color: #757575;
}

fieldset.input-group > p {
    margin: 0;
    font-size: 12px;
    line-height: 1.3;
}

fieldset.input-group > label.error > input,
fieldset.input-group > label.error > textarea,
fieldset.input-group > label.error > select {
    border-color: #f44336;
}

fieldset.input-group > label.error > span,
fieldset.input-group > p.error {
    color: #f44336;
}

fieldset.input-group > p.pre-error {
    display: none;
}

fieldset.input-group > a {
    display: inline-block;
    float: right;
    font-size: 12px;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 15px;
    margin-top: 5px;
    margin-left: 5px;
    color: #fff;
    background-color: #1e73be;
    border-radius: 3px;
}

fieldset.input-group > a:hover {
    text-decoration: underline;
    cursor: pointer;
}

fieldset.input-group > p.required-fields {
    width: 100%;
    height: auto;
    font-size: 12px;
    font-weight: 300;
    text-align: right;
    color: #757575;
}

fieldset.input-group span.required-field {
    margin-right: 2px;
    color: #f44336;
}

section.info-contact {
    padding: 50px 0;
}
