.privacy-policy-area  li {
	list-style: inherit;
    margin-left: 25px;
}

.btn-default {
    background: #942911;
}

/* Slider principal */
.slider-content h2 {
    font-size: 36px;
}

/* About content */
.about-content li .icon {
    flex-shrink: 0;
}
.about-content li .text {
    flex: 1;
}

/* Contact data */
.f-cta-icon {
    margin-right: 15px;
}

/* Paragraph */
.text-justify p {
	text-align: justify;
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

/* Service list */
.s-single-services.active .second-services-content h3 {
    color: #b68c5a;
}
.s-single-services.active {
    background: url(../img/features/se-hover-bg.png);
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
.s-single-services.active .service-contact .tag {
    background-color: #b68c5a;
    color: #ffffff;
    height: 50px;
}

/* Section title */
.section-title h2 {
    font-size: 48px;
}

/* Team */
.team-info h4 {
    font-size: 18px;
}
.team-info span {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

/* Whatsapp button */
.dkuywW {
    display: none !important;
}

[id^="gb-widget-"] {
    bottom: 22px !important;
    right: 70px !important;
}

@media only screen and (min-width: 768px) {
    [id^="gb-widget-"] {
        bottom: 66px !important;
        right: 100px !important;
    }
}