﻿.pb-100 {
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.contact a {
    text-decoration: none;
    color: #333;
    -webkit-transition: .4s;
    transition: .4s;
}

.section-title {
    position: relative;
}

.section-title p {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
}

.section-title h4 {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
}

.section-title h4::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background-color: #d8d8d8;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
}

.section-title h4::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #8a8585;
    left: 0;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}

.contact {    
    
    background-image: url(../img/bg-contatobrwofull.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 2;
    color: #fff;
}

.contact-form input,
textarea {
    width: 100%;
    border: 1px solid #d2d2d2;
    padding: 5px 10px;
  
    margin-top: 15px;
    background-color: transparent;
    color: #fff;
}

.contact-form input::placeholder,
textarea::placeholder {
    color: #fff;
}

.contact:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #333;
    z-index: -1;
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

.single-contact {
    text-align: left;
    position: relative;
    padding-left: 70px;
    margin-bottom: 50px;
    margin-top: 10px;
}

.single-contact i.fa {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #a61c00;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
}

.single-contact h5 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}

.single-contact p {
    font-size: 15px;
    font-weight: 400;
}
.single-contact p a {
    text-align: left;
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
}
.contact-form input[type="submit"] {
    background-color: #a61c00;
    border: 0px;
    cursor: pointer;
    font-size: 16px;
    -webkit-transition: .4s;
    transition: .4s
}

.contact-form input[type="submit"]:hover {
    transition: opacity .2s ease-out;
    opacity: .6;
    color: #fff;
}

.contact-form input:focus,
textarea:focus {
    border-color: #CC5B00
}

.linksinstitucional li{
    display: block;
    width: 100%;
}