@charset "utf-8";
/* CSS Document */

.titulo {color: #b29343; display: block!important;}

.slider-content {
    position: relative;
    -webkit-transform: translateY(22%);
    -ms-transform: translateY(22%);
    transform: translateY(0%);
}

.pocision {
	vertical-align: text-top;
	position: relative;
	height: 100%;
	display: grid;
}

.swiper-slide .title-center::after {

    content: '';
    display: block;
    border-bottom: none;
    width: 180px;
    max-width: 100%;
    margin: 10px;

}

.swiper-slide .title-center {
    width: 100%;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    margin: 0;
	letter-spacing: 10px;
}

.section-heading h2 {
    background: #A8914B;
}

.primary-button {
    background: #A8914B;
}

.contact-info h5 {
    color: #A8914B;
}

.page-title {
    background-color: #233c3b;
}

.scroll-to-top {
    background: #A8914B;
}

.project-grid-2-overlay {
    background: linear-gradient(#0c391800,rgb(34, 59, 58));
}

.text-content p, .text-content-white-bg p {
    font-size: 14px;
}

.no-padding {
    padding: 0px !important;
    margin-bottom: -1px;
}

.section-heading span {
    display: initial;
    font-size: 29px;
    font-weight: bold;
    color: #A8914B;
    line-height: initial;
}

.navbar-custom .navbar-links-custom li a {
    font-size: 13px;
}

.project-detail-1 ul li span {
    width: 110px!important;
}

footer {
    background: #233c3b;
}