.tooglePassView {
    position: absolute;
    top: 32px;
    right: 6px;
    width: 30px;
    height: 38px;
    background-color: transparent;
    border: none;
}

.form-group-pass {
    position: relative;
}

.validate {
    display: none;
    color: red;
    margin: 0;
    font-weight: 400;
    font-size: 13px;
}

.error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.error-message br + br {
    margin-top: 25px;
}

.sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}


.imgHeaderLP {
    height: 60px;
}
.h1LP {
    margin: 30px 0 15px;
    text-align: center;
    font-size: 60px;
    font-weight: bolder;
    color: #ff9500;
    border-bottom: 2px solid #bbb;
}
.colItem {
    box-shadow: 2px 2px 11px #bbb;
    padding-top: 30px;
    padding-bottom: 30px;
}
.imgItem {
    float: left;
    width: 15%;
    position: relative;
}

.textItem {
    padding: 0 20px;
    float: left;
    width: 85%;

}

.textItem h2 {
    position: relative;
    position: relative;
    padding-left: 45px;
    font-weight: bold;  
}

.textItem h2:before {
    content: '';
    width: 70px;
    height: 70px;
    background-image: url("/images/images/lading-page3.png");
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-size: 30px;
    position: absolute;
}
.textItem p {
    font-size: 14px;
}
.middleItem {
    padding: 0 7.5%;
}

.middleItem img {
    width: 100%;
}

.servicosLP {
    font-size: 35px;
    letter-spacing: 2px; 
    line-height: 50px;
}

.servicosLP i {
    color: #ff9500;
    font-size: 14px;
    margin: 0 20px;
    vertical-align: middle;
}

.h2LP {
    margin: 60px 0 15px;
    text-align: center;
    font-size: 60px;
    font-weight: bolder;

}

.h3LP {
    font-size: 45px;
    margin: 45px 0px;
    font-weight: 500;
}

.agaerreColor {
 color: #ff9500;   
}

.bgLP {
    background-color: #f4f4f4;
}