/* ..................................................................................................... */
/* ALTO CONTRASTE */
.contrast,
.contrast nav,
.contrast div,
.contrast li,
.contrast ol,
.contrast header,
.contrast footer,
.contrast section,
.contrast main,
.contrast aside,
.contrast article {
    background: black !important;
    color: white !important;
}
.contrast h1,
.contrast h2,
.contrast h3,
.contrast h4,
.contrast h5,
.contrast h6,
.contrast p,
.contrast label,
.contrast strong,
.contrast em,
.contrast cite,
.contrast q,
.contrast i,
.contrast b,
.contrast u,
.contrast span {
    color: white !important;
}

.contrast a{
    color: yellow !important;
}

.contrast button,
.contrast input[type=button],
.contrast input[type=reset],
.contrast input[type=submit] {
    background: black !important;
    color: yellow !important;
    border: none !important;
}

.contrast input[type=text],
.contrast input[type=password],
.contrast input[type=url],
.contrast input[type=search],
.contrast input[type=email],
.contrast input[type=tel],
.contrast input[type=date],
.contrast input[type=month],
.contrast input[type=week],
.contrast input[type=datetime],
.contrast input[type=datetime-local],
.contrast textarea,
.contrast input[type=number] {
    background: black !important;
    border: 1px solid white !important;
    color: white !important;
}
.contrast img.on-contrast-force-gray {
    filter: grayscale(100%) contrast(120%);
}
.contrast img {
    filter: grayscale(100%) contrast(120%);
}
.contrast iframe {
    filter: grayscale(100%) contrast(120%);
}
.contrast img.on-contrast-force-white {
    filter: brightness(0) invert(1);
}
/*hslv components*/
.contrast .site-navbar .site-navigation .site-menu > li > a {
    color: #ffff00 !important;
    background: #000;
}
.contrast .question p {
    color: #ffffff !important;
}
.contrast .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
    background: #000000;
    color: #ffffff !important;
}
.contrast a.readmore {
    background: #000000;
}
.contrast a.readmore:hover {
    background: #000000;
    color: #ffffff !important;
}
.contrast a.readmore_outline{
    background: #000000;
}
.contrast a:hover.readmore_outline{
    background: #000000;
    color: #ffffff !important;
}
.contrast .whatsapp_button{
	background:#000000;
}
.contrast .whatsapp_button:hover{
	background:#000000;
	color: #ffffff !important;
}
.contrast .owl-theme .owl-dots .owl-dot span
{
      background: #ffff00 !important;
}
.contrast .owl-theme .owl-dots .owl-dot.active span, .contrast .owl-theme .owl-dots .owl-dot:hover span
{
      background: #ffff00 !important;
}
.contrast .show .post-date, .contrast .showall .post-date {
    background-color: #000000 !important;
}
.contrast span.value span.tag a {
  background-color: #000000 !important;
}
.contrast span.value span.tag a::before {
  background-color: #000000 !important;
}
.contrast .home div { background:none !important}
.contrast .home_slider_title h2 {
    color: #000000 !important;
}
.contrast .home_slider_subtitle p {
    color: #000000 !important;
}
.contrast .home_slider_subtitle strong {
    color: #000000 !important;
}
