﻿

/*********responsive_media _queries********/
@media only screen and (max-width: 1440px) {
}
/****/
@media only screen and (max-width: 1366px) {
}
/****/
@media only screen and (max-width: 1280px) {
}
/** Alteração do menu nestas dimensões **/
@media screen and (max-width: 1050px) {
}
/****/
@media only screen and (max-width: 1024px) {
}
/****/
@media only screen and (max-width: 768px) {
}

#contact_answer {
    color: #fff;
}

.contact_form {
    max-width: 70%;
    margin: auto;
    background-color: transparent;
    border-radius: 3px;
    margin-top: 0em;
    margin-bottom: 1em;
    padding: 1.25em;
    width: 100%;
    margin-top: -20px;
}

.btn-primary {
    box-shadow: 0;
    border: none;
    background-color: #51C1EE;
    border-color: #51C1EE;
    color: #ffffff;
    outline: none;
    -webkit-font-smoothing: subpixel-antialiased;
    transition: all .5s;
    padding: 10px 19px;
    font-size: 17px;
    line-height: 1.471;
    width: auto;
    border-radius: 3px;
    text-transform: uppercase;
    margin: auto;
    margin-top: 1.44em;
    margin-bottom: .55em;
    display: inherit;
}

    .btn-primary:hover {
        background-color: #46B8DB;
    }

.form-group {
    position: relative;

}

.input-field-icon {
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 10px;
    bottom: 12px;
    transition: .6s;
}

.form-control {
    transition: opacity .6s;
    opacity: 1;
    border: 0 !important;
    border-bottom: 2px solid #fff !important;
    border-radius: 0 !important;
    background-color: transparent;
    font-size: 15px;
    line-height: 1.467;
    padding: 4px !important;
    height: 42px;
    -webkit-appearance: none;
    margin-left: 10px;
    color: #fff;
}



input, textarea {
    transition: all 800ms;
    resize: none; /* removes the resize handle */
    overflow: auto; /* removes default scrolling bars in IE */
    outline: none;
    font-family: inherit;
    box-sizing: border-box;
    width: 100%;
    padding: 0px 4px;
    margin-top: 1.25em;
}

    input[type='text'], input[type='email'], textarea, select {
        background-color: transparent;
        color: white;
    }

::-webkit-input-placeholder {
    color:#fff;
}

::-moz-placeholder {
    color:#fff;
}

::-ms-placeholder {
    color:#fff;
}

.has-error input, .has-error textarea {
    color: #ff0000;
}

.has-error ::-webkit-input-placeholder, .has-error textarea ::-webkit-input-placeholder{
    color: #ff0000;
}

.has-error .input-field-icon {
    color: #ff0000;
}

.has-success input, .has-success textarea {
    color: #fff;
}

.has-success .input-field-icon {
    color: #fff;
}


input:focus, textarea:focus {
    color: #fff;
}

    input:focus + .input-field-icon {
        color: #fff;
    }

textarea.form-control {
    height: 120px;
    transition: .6s;
}

    textarea.form-control:focus {
        height: 200px;
    }


.row {
    margin-right: -15px;
    margin-left: -15px;
    display: block;
}

.col {
    display: inline-block;
}

@media (max-width: 600px) {
    .contact_form {
        width: 90%;
        margin-top: 12%;
    }
}


/****/
@media only screen and (max-width: 640px) {
}
/****/
@media only screen and (max-width: 480px) {
}
/****/

@media only screen and (max-width: 320px) {
}
/****/
