/* CRECEMOS SECTION */
@media (min-width: 992px) {
    .crecemos--section .basic-block--section .description {
        font-size: 24px;
        font-weight: 300;
    }

    .crecemos--section .basic-block--section .description * {
        font-size: 24px;
        font-weight: 300;
    }
}

/* FORMULARIO */

.form--section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.form--section .form--titulo {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 15px;
    color: #50535a;
    text-align: center
}

.form--section .form--subtitulo {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 35px;
    color: #50535a;
    text-align: center
}

.form--section .form--content {
    display: block;
    width: 100%;
    max-width: 620px;
    margin: auto
}

.form--section .form--row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -4px;
    margin-left: -4px
}

.form--section .form--col {
    position: relative;
    width: 100%;
    padding-right: 4px;
    padding-left: 4px
}

.form--section .form--clausula {
    display: block;
    color: #50535a;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px
}

.form--section .form--clausula p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
    text-align: center
}

.form--section .form--clausula b {
    font-weight: 700
}

.form--section .form--clausula a {
    color: #00a9e0;
    font-weight: 700;
    text-decoration: underline
}

.form--section .form--clausula a:hover {
    text-decoration: none
}

.form--section .form--group {
    margin-bottom: 1rem
}

.form--section .form--group-box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.form--section .form--group-box .form--group-icon {
    display: -ms-flexbox;
    display: flex;
    margin-right: -1px
}

.form--section .form--group-box .form--group-icon .form--group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    padding: .375rem 5px;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #929292;
    text-align: center;
    white-space: nowrap;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-right: 0;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.form--section .form--group-box .form--control {
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
    color: #50535a;
    background-color: #f2f2f2;
    font-weight: 300;
    height: 48px
}

.form--section .form--group-box .form--control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.form--section .form--group-box .form--control:-ms-input-placeholder {
    color: #50535a;
    opacity: 1
}

.form--section .form--group-box .form--control::placeholder {
    color: #50535a;
    opacity: 1
}

.form--section .form--group textarea.form--control {
    resize: none;
    height: 100px
}

.form--section .form--control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    color: #929292;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f2f2f2;
    box-shadow: inherit;
    border-radius: 4px;
    outline: 0
}

.form--section .form--control.input--selection {
    border-color: #50535a;
    background-color: #fff
}

.form--section .form--anuncio {
    position: relative;
    color: #a5a5a5;
    margin-top: 5px;
    line-height: 1.2;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 100%;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    font-style: italic
}

.form--section .form--checkbox {
    position: relative;
    width: 100%;
    margin: 0;
    margin-top: 15px;
    text-align: center
}

.form--section .form--checkbox .checkbox--label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-left: 1.75rem;
    text-align: left;
    color: #86888c;
    font-size: 14px
}

.form--section .form--checkbox .checkbox--label>a {
    color: #86888c;
    font-weight: 400;
    text-decoration: underline
}

.form--section .form--checkbox .checkbox--label>a:active, .form--section .form--checkbox .checkbox--label>a:hover {
    text-decoration: none
}

.form--section .form--checkbox .checkbox--label.checkbox--error {
    color: #ff0042
}

.form--section .form--checkbox .checkbox--label.checkbox--error .checkbox--input:checked~.checkbox--checked::before {
    color: #ff0042
}

.form--section .form--checkbox .checkbox--label.checkbox--error .checkbox--checked {
    color: #ff0042
}

.form--section .form--checkbox .checkbox--label.checkbox--error .checkbox--checked::after {
    background-color: #ff0042;
    border-color: #ff0042
}

.form--section .form--checkbox .checkbox--label.checkbox--error .checkbox--error-image {
    display: inline-block;
    margin-left: 4px
}

.form--section .form--checkbox .checkbox--label .checkbox--error-image {
    position: relative;
    width: 15px;
    top: 0;
    display: none
}

.form--section .form--checkbox .checkbox--input {
    width: auto;
    opacity: .00000001;
    position: absolute;
    left: 0
}

.form--section .form--checkbox .checkbox--input:checked~.checkbox--checked::before {
    color: #50535a
}

.form--section .form--checkbox .checkbox--input:checked~.checkbox--checked::after {
    transform: scale(.6)
}

.form--section .form--checkbox .checkbox--checked {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    -ms-user-select: none;
    user-select: none;
    color: #b6b7b7
}

.form--section .form--checkbox .checkbox--checked::after, .form--section .form--checkbox .checkbox--checked::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    transition: transform .28s ease;
    border-radius: 50%;
    border: 2px solid currentColor
}

.form--section .form--checkbox .checkbox--checked::after {
    transform: scale(0);
    background-color: #50535a;
    border-color: #50535a
}

.form--section .form--submit {
    display: block;
    margin-top: 25px
}

.form--section .form--submit .button--send {
    border: none;
    border-radius: 5px;
    padding: 0 2rem;
    font-size: 18px;
    outline: 0;
    text-decoration: none;
    color: #fff;
    background-color: #5bb514;
    text-align: center;
    margin: auto;
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    transition: all ease .4s
}

.form--section .form--submit .button--send:active, .form--section .form--submit .button--send:hover {
    background-color: #4b9610
}

.form--section .form--submit .button--send:disabled, .form--section .form--submit .button--send[disabled] {
    cursor: no-drop;
    background-color: #545454;
    border-color: #545454
}

.form--section .invalid--msg {
    position: relative;
    color: #ff0042;
    margin-top: 8px;
    line-height: 1.2;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 100%;
    margin-bottom: 0
}

.form--section .invalid--msg .invalid--msg-image {
    width: 15px;
    float: left;
    margin-top: 0;
    margin-right: .3rem
}

.form--section .invalid--msg .invalid--msg-text {
    display: block;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400
}

.form--section .error--show {
    display: block
}

.form--section .not--error {
    display: none
}

@media (min-width:993px) {

    .form--section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .form--section .form--titulo {
        font-size: 40px
    }

    .form--section .form--subtitulo {
        font-size: 18px
    }

    .form--section .form--col.form--col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .form--section .form--col.form--col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .form--section .form--col.form--offset-4 {
        margin-left: 33.333333%
    }

    .form--section .form--clausula p {
        font-size: 18px
    }

}

/* MODAL FORM */
.modal-window.modal-window-form .modal-window-dialog {
    max-width: 360px;
}

.modal-window.modal-window-form .modal-window-body {
    padding: 2rem 1rem;
}

.modal-form--section .form__icon-movistar {
    display: block;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 25px
}

.modal-form--section .form__title {
    font-size: 24px;
    color: #50535a;
    text-align: center;
    font-weight: 300;
    margin-bottom: 25px;
}

.modal-form--section .form__title>span {
    display: block;
    font-weight: 700;
    font-size: 30px
}

.modal-form--section .form__title-error,
.modal-form--section .form__title-thanks {
    font-size: 24px;
    color: #019bf2;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px
}

.modal-form--section .form__subtitle {
    font-size: 16px;
    color: #50535a;
    text-align: center;
    font-weight: 400;
    margin: 0;
    margin-bottom: 20px
}

.modal-form--section .form__description {
    font-size: 16px;
    color: #86888c;
    text-align: center
}

.modal-form--section .form__description * {
    font-weight: 300;
}

.modal-form--section .form__description a {
    color: #019bf2
}

.modal-form--section .form__description ul {
    list-style-type: disc;
    padding-left: 20px
}

.modal-form--section .form__description ul>li {
    margin-bottom: 10px
}

.modal-form--section .button--link {
    border: none;
    border-radius: 50px;
    padding: 0 2rem;
    font-size: 18px;
    outline: 0;
    text-decoration: none;
    color: #fff;
    background-color: #0093e6;
    text-align: center;
    margin: auto;
    margin-top: 25px;
    display: block;
    width: 100%;
    max-width: 200px;
    height: 48px;
    line-height: 48px;
    cursor: pointer
}

.modal-form--section .form--group {
    margin-bottom: 10px
}

.modal-form--section .form--group-box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.modal-form--section .form--group-box .form--group-icon {
    display: -ms-flexbox;
    display: flex;
    margin-right: -1px
}

.modal-form--section .form--group-box .form--group-icon .form--group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    padding: 0.375rem 5px;
    margin-bottom: 0;
    font-size: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #019bf2;
    text-align: center;
    white-space: nowrap;
    background-color: #f8f9f8;
    background-clip: padding-box;
    border: 1px solid #e2e3e2;
    border-right: 0;
    border-radius: 100px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.modal-form--section .form--group-box .form--group-icon .form--group-text::before {
    font-size: 16px
}

.modal-form--section .form--group-box .form--control {
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
    color: #50535a;
    font-weight: 300;
    height: 48px;
    padding-left: 0
}

.modal-form--section .form--group-box .form--control:not(:first-child) {
    border-left-color: #f8f9f8;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.modal-form--section .form--group-box .form--control:-ms-input-placeholder {
    color: #50535a;
    opacity: 1
}

.modal-form--section .form--group-box .form--control::placeholder {
    color: #50535a;
    opacity: 1
}

.modal-form--section .form--control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    color: #929292;
    background-color: #f8f9f8;
    background-clip: padding-box;
    border: 1px solid #e2e3e2;
    box-shadow: inherit;
    border-radius: 100px;
    outline: 0
}

.modal-form--section .form--control.input--selection {
    border-color: #e2e3e2;
    background-color: #fff
}

.modal-form--section .form--checkbox {
    position: relative;
    width: 100%;
    margin: 0;
    margin-top: 15px;
    text-align: center
}

.modal-form--section .form--checkbox .checkbox--label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-left: 1.75rem;
    text-align: left;
    color: #86888c;
    font-size: 14px
}

.modal-form--section .form--checkbox .checkbox--label>a {
    color: #019bf2;
    font-weight: 400;
    text-decoration: underline
}

.modal-form--section .form--checkbox .checkbox--label>a:active,
.modal-form--section .form--checkbox .checkbox--label>a:hover {
    text-decoration: none
}

.modal-form--section .form--checkbox .checkbox--label.checkbox--error {
    color: #ff0042
}

.modal-form--section .form--checkbox .checkbox--label.checkbox--error .checkbox--input:checked~.checkbox--checked::before {
    color: #ff0042
}

.modal-form--section .form--checkbox .checkbox--label.checkbox--error .checkbox--checked {
    color: #ff0042
}

.modal-form--section .form--checkbox .checkbox--label.checkbox--error .checkbox--checked::after {
    background-color: #ff0042;
    border-color: #ff0042
}

.modal-form--section .form--checkbox .checkbox--label.checkbox--error .checkbox--error-image {
    display: inline-block;
    margin-left: 4px
}

.modal-form--section .form--checkbox .checkbox--label .checkbox--error-image {
    position: relative;
    width: 15px;
    top: 0;
    display: none
}

.modal-form--section .form--checkbox .checkbox--input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0
}

.modal-form--section .form--checkbox .checkbox--input:checked~.checkbox--checked::before {
    color: #d3d4d3
}

.modal-form--section .form--checkbox .checkbox--input:checked~.checkbox--checked::after {
    transform: scale(0.6)
}

.modal-form--section .form--checkbox .checkbox--checked {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    -ms-user-select: none;
    user-select: none;
    color: #d3d4d3
}

.modal-form--section .form--checkbox .checkbox--checked::after,
.modal-form--section .form--checkbox .checkbox--checked::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    transition: transform 0.28s ease;
    border-radius: 50%;
    border: 2px solid currentColor
}

.modal-form--section .form--checkbox .checkbox--checked::after {
    transform: scale(0);
    background-color: #019bf2;
    border-color: #019bf2
}

.modal-form--section .form--submit {
    display: block;
    margin-top: 25px
}

.modal-form--section .form--submit .button--send {
    border: none;
    border-radius: 100px;
    padding: 0 2rem;
    font-size: 18px;
    outline: 0;
    text-decoration: none;
    color: #fff;
    background-color: #019bf2;
    text-align: center;
    margin: auto;
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    cursor: pointer
}

.modal-form--section .form--submit .button--send:active,
.modal-form--section .form--submit .button--send:hover {
    background-color: #019bf2
}

.modal-form--section .form--submit .button--send:disabled,
.modal-form--section .form--submit .button--send[disabled] {
    cursor: no-drop;
    background-color: #545454;
    border-color: #545454
}

.modal-form--section .invalid--msg {
    position: relative;
    color: #ff0042;
    margin-top: 8px;
    line-height: 1.2;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 100%;
    margin-bottom: 0
}

.modal-form--section .invalid--msg .invalid--msg-image {
    width: 15px;
    float: left;
    margin-top: 0;
    margin-right: 0.3rem
}

.modal-form--section .invalid--msg .invalid--msg-text {
    display: block;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400
}

.modal-form--section .error--show {
    display: block
}

.modal-form--section .not--error {
    display: none
}

/* MODAL TERMINOS */
.modal-window.modal-window-terms {
    z-index: 1065;
}

.modal-window.modal-window-terms .modal-window-body {
    padding: 2rem 1rem;
}

.open-modal .modal-backdrop-terms {
    visibility: visible;
    opacity: 0.8;
    transition: opacity, 0.5s;
}

.modal-backdrop-terms {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1060;
    background-color: #000;
    visibility: hidden;
    opacity: 0;
}

.terms-form--section .terms-form__movistar {
    display: block;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 25px;
}

.terms-form--section .terms-form__title {
    font-size: 30px;
    color: #50535a;
    text-align: center;
    font-weight: 300;
    margin-bottom: 10px;
}

.terms-form--section .terms-form__description {
    color: #86888c;
    text-align: center;
}

.terms-form--section .terms-form__description,
.terms-form--section .terms-form__description * {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
}

.terms-form--section a {
    color: #019bf2;
}

.terms-form--section .button--link {
    border: none;
    border-radius: 50px;
    padding: 0 2rem;
    font-size: 18px;
    outline: 0;
    text-decoration: none;
    color: #fff;
    background-color: #0093e6;
    text-align: center;
    margin: auto;
    margin-top: 25px;
    display: block;
    width: 100%;
    max-width: 200px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
}

/* MODAL MESSAGE */
.modal-window.modal-window-message {
    z-index: 1065;
}

.modal-window.modal-window-message .modal-window-dialog {
    max-width: 360px;
}

.modal-window.modal-window-message .modal-window-body {
    padding: 2rem 1rem;
}

.open-modal .modal-backdrop-form {
    visibility: visible;
    opacity: 0.8;
    transition: opacity, 0.5s;
}

.modal-backdrop-form {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1060;
    background-color: #000;
    visibility: hidden;
    opacity: 0;
}

.message-form--section .icon--message {
    display: block;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 25px;
}

.message-form--section .message__title {
    font-size: 24px;
    color: #019bf2;
    text-align: center;
    font-weight: 700;
    margin: 0;
    margin-bottom: 15px;
}

.message-form--section .message__description,
.message-form--section .message__description * {
    font-size: 16px;
    color: #86888c;
    text-align: center;
}

.message-form--section .button--link {
    border: none;
    border-radius: 50px;
    padding: 0 2rem;
    font-size: 18px;
    outline: 0;
    text-decoration: none;
    color: #fff;
    background-color: #0093e6;
    text-align: center;
    margin: auto;
    margin-top: 25px;
    display: block;
    width: 100%;
    max-width: 200px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
}

/* MODAL */
body.overflow--hidden {
    overflow: hidden;
}
.modal-window.fade {
    transition: opacity .15s linear;
}
.modal-window.fade:not(.show) {
    opacity: 0;
}
.modal-window {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-window .button--close {
    position: absolute;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    font-size: 3rem;
    font-weight: 300;
    color: #019bf2;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    top: 0;
    right: 0;
    outline: none;
}

.modal-window-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal-window.fade .modal-window-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-50px);
}

.modal-window.show .modal-window-dialog {
    transform: none;
}

.modal-window-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 20px;
    outline: 0;
}

.modal-window-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-window-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-window-backdrop.fade {
    opacity: 0;
}

.modal-window-backdrop.show {
    opacity: .5;
}

@media (min-width: 576px) {
    .modal-window-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

/* MODAL TERMINOS */
.modal-window.modal-window-terms {
    z-index: 1065;
}

.modal-window.modal-window-terms .modal-window-body {
    padding: 2rem 1rem;
}

.open-modal .modal-backdrop-terms {
    visibility: visible;
    opacity: 0.8;
    transition: opacity, 0.5s;
}

.modal-backdrop-terms {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1060;
    background-color: #000;
    visibility: hidden;
    opacity: 0;
}

.terms-form--section .terms-form__movistar {
    display: block;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 25px;
}

.terms-form--section .terms-form__title {
    font-size: 30px;
    color: #50535a;
    text-align: center;
    font-weight: 300;
    margin-bottom: 10px;
}

.terms-form--section .terms-form__description {
    color: #86888c;
    text-align: center;
}

.terms-form--section .terms-form__description,
.terms-form--section .terms-form__description * {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
}

.terms-form--section a {
    color: #019bf2;
}

.terms-form--section .button--link {
    border: none;
    border-radius: 50px;
    padding: 0 2rem;
    font-size: 18px;
    outline: 0;
    text-decoration: none;
    color: #fff;
    background-color: #0093e6;
    text-align: center;
    margin: auto;
    margin-top: 25px;
    display: block;
    width: 100%;
    max-width: 200px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
}

/* MODAL MESSAGE */
.modal-window.modal-window-message {
    z-index: 1065;
}

.modal-window.modal-window-message .modal-window-dialog {
    max-width: 360px;
}

.modal-window.modal-window-message .modal-window-body {
    padding: 2rem 1rem;
}

.open-modal .modal-backdrop-form {
    visibility: visible;
    opacity: 0.8;
    transition: opacity, 0.5s;
}

.modal-backdrop-form {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1060;
    background-color: #000;
    visibility: hidden;
    opacity: 0;
}

.message-form--section .icon--message {
    display: block;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 25px;
}

.message-form--section .message__title {
    font-size: 24px;
    color: #019bf2;
    text-align: center;
    font-weight: 700;
    margin: 0;
    margin-bottom: 15px;
}

.message-form--section .message__description,
.message-form--section .message__description * {
    font-size: 16px;
    color: #86888c;
    text-align: center;
}

.message-form--section .button--link {
    border: none;
    border-radius: 50px;
    padding: 0 2rem;
    font-size: 18px;
    outline: 0;
    text-decoration: none;
    color: #fff;
    background-color: #0093e6;
    text-align: center;
    margin: auto;
    margin-top: 25px;
    display: block;
    width: 100%;
    max-width: 200px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
}