@media only screen and (max-width: 900px) {
    .Mobile {
        margin-top: 45% !important;
    }

    .QuestionForm {
        padding-left: 0% !important;
    }

    .Arubashield {
        width: 30% !important;
        margin-left: 65% !important;
    }

    .Arubashield2 {
        width: 40% !important;
        margin-left: 130% !important;
    }

    .rowmobile {
        margin-top: -20%
    }

    .formobile {
        width: 100% !important;
        margin-top: -20% !important;
    }

    .questionfloat {
        margin-right: 20% !important;
    }

    .questionfloatlastquestion {
        margin-top: -37% !important;
        margin-right: 22% !important;
    }

    .fab {
        width: 80px !important;
        height: 80px !important;
    }

    .questioninitial {
        vertical-align: -75% !important;
        font-size: 50% !important;
    }
}

/************************END MEDIA QUERY*************************/

.columnp {
    float: left;
    width: 33.33%;
    padding: 5px;
}

/* Clearfix (clear floats) */
.rowp::after {
    content: "";
    clear: both;
    display: table;
}

.Mobile {
    margin-top: 15%;
}

.QuestionForm {
    padding-left: 17%;
}

.Arubashield {
    width: 10%;
    margin-left: 85%;
}

.Arubashield2 {
    width: 17%;
    margin-left: 170%;
}

.Imputdata {
    max-width: 98% !important;
}

.Buttonend {
    margin-right: 13px !important;
    margin-bottom: 5px !important;
    overflow: auto;
}

.customerror {
    border-color: darkred !important;
}

.BottomCenter {
    text-align: center;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

button {
    background-color: #4CBAD6 !important;
    color: white !important;
}

.footerfloat {
    position: fixed;
    Width: 80%;
    bottom: 20%;
}




/**** FORM STYLE **/

.customcolor {
    color: #305a72
}

.form-style-9 {
    max-width: 450px;
    background: #FAFAFA;
    padding: 30px;
    margin: 50px auto;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    border: 6px solid #305A72;
}

    .form-style-9 ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .form-style-9 ul li {
            display: block;
            margin-bottom: 10px;
            min-height: 35px;
        }

            .form-style-9 ul li .field-style {
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                padding: 8px;
                outline: none;
                border: 1px solid #B0CFE0;
                -webkit-transition: all 0.30s ease-in-out;
                -moz-transition: all 0.30s ease-in-out;
                -ms-transition: all 0.30s ease-in-out;
                -o-transition: all 0.30s ease-in-out;
            }

                .form-style-9 ul li .field-style:focus {
                    box-shadow: 0 0 5px #B0CFE0;
                    border: 1px solid #B0CFE0;
                }

            .form-style-9 ul li .field-split {
                width: 49%;
            }

            .form-style-9 ul li .field-full {
                width: 100%;
            }

            .form-style-9 ul li input.align-left {
                float: left;
            }

            .form-style-9 ul li input.align-right {
                float: right;
            }

            .form-style-9 ul li textarea {
                width: 100%;
                height: 100px;
            }

            .form-style-9 ul li input[type="button"],
            .form-style-9 ul li input[type="submit"] {
                -moz-box-shadow: inset 0px 1px 0px 0px #3985B1;
                -webkit-box-shadow: inset 0px 1px 0px 0px #3985B1;
                box-shadow: inset 0px 1px 0px 0px #3985B1;
                background-color: #216288;
                border: 1px solid #17445E;
                display: inline-block;
                cursor: pointer;
                color: #FFFFFF;
                padding: 8px 18px;
                text-decoration: none;
                font: 12px Arial, Helvetica, sans-serif;
            }

                .form-style-9 ul li input[type="button"]:hover,
                .form-style-9 ul li input[type="submit"]:hover {
                    background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);
                    background-color: #28739E;
                }

/*****END FROM STYLE*****/

.questioninitial {
    vertical-align: -88% !important;
    font-size: 76%;
}

.questionend {
    font-size: 54% !important;
    vertical-align: -50% !important;
}

.fab {
    background: #03A9F4;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.5),3px 3px 3px rgba(0,0,0,0.25);
    position: fixed;
    bottom: 1 / 4 * 3 * 64px;
    right: 1 / 4 * 3 * 64px;
    font-size: 2.6667em;
    display: inline-block;
    cursor: default;
}

    .fab span {
        vertical-align: middle;
    }

/******animation ******/

@keyframes bouncing {
    from, 20%, 53%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0,-4px,0);
    }
}

.bouncing {
    position: absolute;
    animation-duration: 2s;
    animation-name: bouncing;
    animation-iteration-count: infinite;
    font-size: 2em;
}


/********************/

.languaje {
    width: 50%;
    margin-left: 25%;
}