@charset "utf-8";


#content.contact .submit input[type="button"] {

    -webkit-appearance: button;
    border: none;
    background: #999;
    color: #fff;
    font-size: 1.8rem;
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 240px;
    height: 60px;
    margin: 0 auto 10px;
    box-shadow: 5px 5px 5px #efefef;
    

}

.confirm input[type="text"], 
.confirm input[type="email"], 
.confirm textarea{
    cursor: default;
    border: none !important;
    background-color: #f0f0f0;
}

.confirm textarea{
    height: min-content !important;
}

.confirm div{
    margin-bottom: 0 !important;
}

.complete{
    font-size: 1.6rem;
    line-height: 1.8em;
    font-weight: 400;
    padding-bottom: 3.0em;
}

.formProgress{
    display:block;
}

@media screen and (max-width: 767px){
    div.formProgress{
        display:flex !important;
    }
}

.formProgress p{
    display:inline !important;
    height:30px;
    text-align:center;
    line-height:28px;
    font-size:15px;
    margin-bottom:2em;
}
.formProgress .fase1{
    background-image:url("../images/fase.png");
    background-position: center right;
    width:33.3%
}
.formProgress .fase2{
    background-image:url("../images/fase.png");
    background-position: center right;
    width:33.3%
}
.formProgress .fase3{
    background-image:url("../images/fase_fin.png");
    background-position: center right;
    width:33.3%
}
.formProgress .faseOn{
    background-image:url("../images/fase_on.png");
    background-position: center right;
    color:#fff;
    font-weight:800;
    width:33.3%
}
.formProgress .faseFinOn{
    background-image:url("../images/fase_fin_on.png");
    background-position: center right;
    color:#fff;
    font-weight:500;
    width:33.3%
}

.errTag1{
    color:#f00;
    font-weight:400;
    font-size: 1.4rem;
    line-height: 1.2em;
}