.wpr-breadcrumb__list span a svg {
	color: #000;
}
.wpr-breadcrumb__list span:not(:last-child)::after {
	background-color: #000;
}
.wpr-breadcrumb__list span.white {
	color: #000;
}
.post-meta-details-wrap li:not(:last-child)::before {
	background-color: #000;
}
.post-meta-details-wrap li span {
	color: #000;
}
blockquote {
	background-color: #F6E9DA;
}
blockquote::before {
	color: #000;
}
.wpr-postbox-details-tag.tagcloud a {
	color: #000;
}
.wpr-postbox-details-navigation.mb-60 {
	background-color: #F6E9DA;
}
.wpr-postbox-details-navigation-btn {
	color: #000;
}
.wpr-postbox-details-navigation-content .prev-post, .wpr-postbox-details-navigation-content .next-post {
	color: #fff;
}
.wpr-postbox-details-navigation-content a:hover {
	color: #000;
}
.comment-reply-title {
	color: #000;
}
p.logged-in-as {
	color: #000;
}
p.logged-in-as a {
	color: #000;
}
.wpr-postbox-comment-from .wpr-contact-input-form label {
	color: #000;
}
.btn_breadcrumb {
	border: 1px solid #000;
	color: #000;
}
.breadcrumb__sub-title {
    color: #48AAB0 !important;
    border-color: #48AAB0 !important;
}
.breadcrumb_border {
	border-color: #48AAB0;
}
.pagination-wrapper .page-numbers {
	color: #000;
}
.pagination-wrapper .page-numbers:hover, .pagination-wrapper .page-numbers.current {
	color: #fff;
}
.bottom_button a {
	background: #F6E9DA;
	color: #1B1C1E;
}
.service-details__content {
	padding-top: 35px;
}

.formulario-contacto .common-btn{
	border: 1px solid #fff;
}

.formulario-contacto select,
.formulario-contacto input[type=date],
.formulario-contacto input[type=email],
.formulario-contacto input[type=text],
.formulario-contacto input[type=number],
.formulario-contacto input[type=tel] {
    width: 100%;
    border-radius: 10px;
    background: #F6E9DA;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    border: 1px solid #F6E9DA;
	font-family: "Exo", Sans-serif;
}
.formulario-contacto textarea {
    width: 100%;
    border-radius: 10px;
    background-color: #F6E9DA!important;
    height: 150px;
    line-height: 40px;
    font-size: 16px;
    margin-bottom: 0px;
    padding-left: 20px;
    border: 1px solid #F6E9DA;
	font-family: "Exo", Sans-serif;
}

.formulario-contacto .contact__form .input-group label{
	background-color: #F6E9DA!important;
}



