﻿
#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
    display:none;
}



.input-validation-error{
    border:1px solid red !important;
}

.mensaje-error span{
    color: #fff;
    margin-bottom: 30px;
    display: inline-block;
    background-color: red;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight:bold;
}

#myDropzone #previews{
    background-image:url(../img/upload-icon.png);
    background-position:center center;
    background-size:100px;
    background-repeat:no-repeat;
}

.form-contacto input[type=text], .form-contacto textarea {
    font-family: 'BalooThambi2Light';
    border-radius: 10px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 0.9em;
    border: 0.09em solid #00a69c;
}

.form-contacto button {
    font-family: 'BalooThambi2Light';
    margin-top: 5px;
    width: 100%;
    background-color: #00a69c;
    color: #ffffff;
    font-size: 1.3em;
    border-radius: 14px;
    padding-top: 13px;
    padding-bottom: 7px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    max-width:300px;
}

.modal-title {
    display: inline-block;
    font-family: 'BalooThambi2Light';
}

#enviando, #enviado{
    padding:80px 0;
    display:none;
    text-align:center;
}

    #enviando h3, #enviado h3 {
        font-family: 'BalooThambi2Light';
    }

