/*===================================================*/
/*=            =  BLOG =            =*/
/*===================================================*/

.textwidget a,
.textwidget a:visited{
	text-decoration: none;
	color: white;
}
.textwidget a:hover {
	color: red;
}
.mk-postblog {
	width: 48%;
}
.mk-postblog h2{
	line-height: initial;
	margin:20px 0; 

}
.blog #block-2 a,
.search #block-2 a{
	color: #121212;
	margin: 10px;
}
.header-blog,
.blog .header-blog {
	margin-top: 100px;
	background: #9A9A9A;
	height: 300px;
	background-image: url(https://kpnsafety.com/uy/wp-content/uploads/2022/01/kpn-safety_banner_blog.jpg);
	background-size: cover;
}
.blog .header-blog h2,
.search .header-blog h2{
	font-size: 36px;
	color: #ffff;
}

.search .titulo-cat-blog,
.blog .titulo-cat-blog{
	font-size: 20px;
	font-weight: bold;
	position: relative;
	color: #333333;
	padding: 20px;
}
.search .titulo-cat-blog:after,
.blog .titulo-cat-blog:after{
	content: "";
	width: 90%;
	height: 1px;
	border-top: 1px solid rgba(0,0,0,.1);
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 10;
	border-top-color: #70707073;
	border-top-width: 1px;
}
.blog form.search-form,
.search form.search-form{
	position: relative;
}
.blog .site-main,
.search .site-main{  
	display: flex; 
	margin-top: 100px;
}
.blog .ctn-header-blog,
.search .ctn-header-blog {
	padding: 100px;
}
.blog .ctn-header-blog span,
.search .ctn-header-blog span{
	color: #fff;
}
.blog #bcn_widget-2,
.search #bcn_widget-2{
	list-style: none;
}
.sidebar h4{
	font-size:20px; 
	font-weight:bold;
	position:relative;
	padding-top: 20px;
}


.sidebar h4:after{
	content: "";
	width: 90%;
	height: 1px;
	border-top: 1px solid rgba(112, 112, 112, .2);
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 10;
	border-top-width: 1px;
}
.contenedor-blog {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content:space-between;
}
.blog article,
.search article{
	width: 45%;
}

.blog .sidebar,
.search .sidebar{
	margin-left: 60px;
	margin-top: 0;
	width: 30%;
	list-style: none;
}
.blog #categories-2,
.single #categories-2,
.search #categories-2{
	list-style: none;
	height: auto;
	box-shadow: 0px 10px 30px rgb(0 0 0 / 20%);
	border-radius: 5px;
	padding: 0 20px 20px;
}
.blog #categories-2 a,
.search #categories-2 a{
	text-decoration: none;
}
.blog .cat-item,
.search .cat-item {
	list-style: none;
	margin-top: 15px;
}  
.blog .cat-item:hover a,
.search .cat-item:hover a{
	color: var(--rojo) !important;
}
.single #recent-posts-widget-with-thumbnails-2,
.blog #recent-posts-widget-with-thumbnails-2,
.search #recent-posts-widget-with-thumbnails-2 {
	list-style: none;
	height: auto;
	box-shadow: 0px 10px 30px rgb(0 0 0 / 20%);
	border-radius: 5px;
	padding: 20px;
}
.blog #recent-posts-widget-with-thumbnails-2 ul,
.search #recent-posts-widget-with-thumbnails-2 ul{
	list-style: none;
	margin-top: 15px;
}

.blog #recent-posts-widget-with-thumbnails-2 a,
.search #recent-posts-widget-with-thumbnails-2 a{
	text-decoration: none;
	color:#707070 !important;
	font-size:16px;
	font-weight:400;
}
.blog #recent-posts-widget-with-thumbnails-2 li,
.search #recent-posts-widget-with-thumbnails-2 li{
	margin-top:20px;
}
.blog #categories-2 a,
.search #categories-2 a{
	font-size: 17px;
	font-weight: 100;
	color: #1A1C16;
}



.masbtn,
.blog .more-link {
	background: #E0040B;
	color: white;
	padding: 12px 30px;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	font-family: Roboto;
	display: inline-block;
}

.blog .cat-links,
.search .cat-links{
	display: none;
}

.blog .comments-link,
.search .comments-link{
	display: none;
}
.blog h2,h1{
	color: #E0040B;
	font-size: 20px;
	font-weight:500;
	font-family: Roboto;
}
.blog a, .search a{	
	color: #4169e1;
	text-decoration: none;
	color: #121212;  
}

.blog .new-list-cat,
.search .new-list-cat {
	display: flex;
	max-height: 90px;
	overflow: hidden;
}
.single .new-list-cat {
	display: flex;
	max-height: 90px;
	overflow: hidden;
	margin:30px auto;
}
.single .splide__slide {
	padding-bottom: 30px;
}
.blog #block-2, .search #block-2,
.single #block-2{
	height: auto;
	box-shadow: 0px 10px 30px rgb(0 0 0 / 20%);
	border-radius: 5px;
	padding:0 20px;
}
.blog .breadcrumbs span a,
.search .breadcrumbs span a {
	text-decoration: none;
	padding: 0 5px;
}
@media only screen and (max-width:900px){
	.blog .site-main {
		flex-direction: column;
		margin: auto;
		width: 100%;
	}
	.contenedor-blog {
		width: 100%;
		padding: 50px;
		flex-direction: column;
	}
	.blog .sidebar {
		margin: auto;
		width: 80%;
	}
	.blog .new-list-cat {
		margin-top: 20px;
	}
	.blog .sidebar label::before {
		right: 1%;
	}
	article {
		width: 100%;
	}
	.mk-postblog {
		width: 100%;
	}
	.content-boxes-new {

		width: 100% !important;
		padding: 20px;
	}
	.mk-post-box {
		width: 100% !important;
		margin: 20px 0;
	}
	.relacionados-new .title-related {
		width: 100% !important;
		text-align: center !important;
	}



}
@media only screen and (max-width:500px){
	.blog .ctn-header-blog {
		padding: 30px;
	}

}

/*===================================================*/
/*=            = SINGLE POST BLOG =            =*/
/*===================================================*/

.single .post h1,
.single .post h2,
.single .post h3,
.single .post h4,
.single .post h5,
.single .post h6{
	color: #333333;
	font-weight: bold;
	font-family: Roboto;
	line-height: 80px;
}
.single form.search-form {
	position: relative;
}

.single article {
	width: 100%;
}

/* .single .header-blog {
margin-top: 100px;
background: #9A9A9A;
height: 300px;
} */
.single .header-blog h2{
	font-size: 36px;
	color: #ffff;
}
.single .sidebar {
	margin-left: 60px;
	margin-top: 0;
	width: 30%;
	list-style: none;
}
.single .titulo-cat-blog{
	font-size: 20px;
	font-weight: bold;
	position: relative;
	color: #333333;
	padding-top: 20px;
}
.single .titulo-cat-blog:after{
	content: "";
	width: 90%;
	height: 1px;
	border-top: 1px solid rgba(0,0,0,.1);
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 10;
	border-top-color: #70707073;
	border-top-width: 1px;
}
.single .attachment-90x80.size-90x80 {
	border-radius: 5px;
}
.single .site-main{  
	display: flex; 
	margin-top: 38px;
}

.single #categories-2 a {
	text-decoration: none;
}
.single .cat-item {
	list-style: none;
	margin-top: 15px;
}  

.single #categories-2 a{
	font-size: 17px;
	font-weight: 200;
	color: #1A1C16;
}
.blog .widget_categories a::before,
.single .widget_categories a::before{
	content:">";
	color:#E0040B;
	margin-right:5px;

}
.single blockquote {
	border-left: 2px solid;
	padding-left: 20px;
	border-left-color: #E0040B;
}
.single .post a{
	text-decoration: none;
	color: var(--rojo);
}
.single .post a:hover{
/* 	color: var(--gris); */
	font-weight:bold;
}
.blog .sidebar .search-submit,
.single .sidebar .search-submit {
	font-size: 0;
	width: 60px;
	height: 60px;
	background-color: #E0040B !important;
	position: absolute;
	border-radius: 50%;
	top: -10px;
	border: none;
	right: 0;
	box-shadow: 0px 3px 8px #121212a3;

}
.blog .sidebar .search-field,
.single .sidebar .search-field {
	border-radius: 30px !important;
	height: 40px;
	background-color: rgb(216 216 216 / 20%);
	width: 100%;
	border: 0;
	padding:0 20px
}
.blog .sidebar .search-field:placeholder,
.single .sidebar .search-field:placeholder{
	color: transparent;
}
.single .ctn-header-blog {
	padding: 100px;
}
.single .ctn-header-blog span {
	color: #fff;
}
.single #bcn_widget-2 {
	list-style: none;
}
.blog .img-cont,
.single .img-cont {
	width: 40%;
	height: 90px;
	background-size: cover;
}
/* .single #block-2{
height: auto;
box-shadow: 0px 6px 20px #1212126b;
border-radius: 5px;
padding:0 20px;
}*/
.single .new-list-cat {
	display: flex;
}
.single .img-cont {
	width: 42%;
	height: 90px;
	background-size: cover;
	border-radius: 5px;
}
.blog .cont-articulo,
.single .cont-articulo {
	margin-left: 10px;
	font-size: 15px;
	width: 55%;
	text-transform: lowercase;
}
.single .breadcrumbs span a {
	text-decoration: none;
	padding: 0 5px;
}
.single .entry-footer{
	display: none;
}
.single .navigation.post-navigation{
	display: none;
}
.single a{
	text-decoration: none;
}
.single #block-2 a {
	color: #121212;
}
.single .sidebar label::before,
.blog .sidebar label::before{
	content: "";
	background-image: url(lupa-searching.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	width: 30px;
	height: 40px;
	right: 5%;
	z-index: 9999;
	cursor: pointer;
	background-position: center;
}
@media only screen and (max-width:900px){
	.single .site-main {
		flex-direction: column;
	}
	.contenedor-blog {
		width: 100%;
		padding: 50px;
	}
	.single .sidebar {
		margin: auto;
		width: 80%;
	}
	.single .new-list-cat {
		margin-top: 20px;
	}
	.single .sidebar label::before {
		right: 1%;
	}
}
@media only screen and (max-width:500px){
	.single .ctn-header-blog {
		padding: 30px;
	}  
}
/*===================================================*/
/*=            = CATEGORY BLOG =            =*/
/*===================================================*/

.category .more-link {
	background: #E0040B;
	color: white;
	padding: 12px;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	font-family: Roboto;
}
.category .entry-footer{
	display: none;
}
.category a{
	text-decoration: none;
	color: #121212;
}
.category .blog-content {
	margin-top: 30px;
}
.category .site-main {
	padding: 100px;
}
.category h1 {
	color: #E0040B;
	font-weight: bold;
}
/*===================================================*/
/*=            = Detalles =            =*/
/*===================================================*/
.breadcrumbs {
	color: #fff;
}
.pagination {
	width: 100%;
}
.pagination ul {
	display: flex;
	margin:50px 0 100px;
	border-top: 1px solid #c1c1c1;
	padding-top: 20px;
	justify-content: space-around;
	width: 40%;
}
.pagination ul li {
	list-style-type: none;
	margin-right:25px;
}

.pagination ul li a{
	font-size:22px;
	color:#707070;
}
.pagination ul li.active a{
	color:#E0040B;
}
.pagination ul li:hover a{
	color:#E0040B;
}
.blog .widget_categories .cat-item a:hover,
.single .widget_categories li:hover a{
	font-weight:bold;
}
.sidebar .widget_categories ul  {
	margin:0;
}



.relacionados-new {
	background: rgb(112 112 112 / 10%);
	padding:20px 0;
}

.content-boxes-new {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1100px;
	margin: 20px auto;
}
.mk-post-box{
	width:32.5%;
}
.relacionados-new .title-related{
	font-size: 28px;
	width: 1100px;
	margin:40px auto;
}
.relacionados-new .title-related,
.relacionados-new .mk-title-post-recent{
	color: #E0040B;
	font-weight: 500;
	font-family: Roboto;
	line-height: initial;
}
.blog .extracto,
.relacionados-new  .extracto{
	color:#707070;
	text-transform:lowercase;
}
.relacionados-new .mk-title-post-recent {
	font-size: 20px;
	margin: 35px 0 20px;

}
.single h1.mk-title-post-recent {
	width: 100%;
	margin: 0;
	color: #333333;
}

.single .entry-date {
	margin: 0;
	color: #E0040B;
	padding-bottom: 10px;
	border-bottom: 2px solid #E0040B;
	font-size: 13px;
}

.single .entry-content h2{
	font-weight:400;

}
.single .entry-content h2{
	font-weight:400;

}
.sh-redS {
	display: flex;
	align-items: center;
}
.sh-redS p {
	margin: 0;
	font-weight: bold;
}
.sh-redS a {
	margin: 18px 8px;
}
#a2apage_mini_services > .a2a_i > .a2a_svg {
	background: var(--gris) !important;
	width: 20px !important;
	height: 20px;

}
.a2a_menu a {
	color: var(--gris) !important;
}
.sh-redS .a2a_svg {
	height: 20px;
	line-height: 10px;
	width: 20px;
	background: none !important;

}
.lista-post-cat .new-list-cat .cont-articulo{
	text-transform:capitalize;
	transition:.4s all ease;
}
.lista-post-cat .new-list-cat:hover .cont-articulo{
	color: var(--rojo);
	font-weight:500;
}
.lista-post-cat .new-list-cat:hover .img-cont{
	box-shadow:0 0 10px rgba(0,0,0,.2)
}


form.woocommerce-ordering {
    display: none;
}
.woocommerce-shop .site-main .contProd>.prodCont ul.list > li > a{
	display: contents !important;
}
.woocommerce-shop .site-main .contProd>.prodCont ul.list .woocommerce-product-details__short-description {
    text-align: center;
}
span.woof_remove_ppi {
    color: initial;
}
@media only screen and (max-width:500px){

.imgRev {
    max-width: 80%;
    margin: 0 auto !important;
}
}
.typBlog {
    padding-top: 50px;
    padding-bottom: 50px;
}

.typBlog .encabezado {
    margin-bottom: 20px;
}

.typBlog .contEntradas .owl-item .item {
    padding: 0 15px;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.typBlog .contEntradas .owl-item .item .imagen {
    margin-bottom: 10px;
}

.typBlog .contEntradas .owl-item .item .imagen .post-thumbnail {
    height: auto;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.typBlog .contEntradas .owl-item .item .imagen .post-thumbnail>img {
    width: 100%;
    height: auto !important;
}

@supports(object-fit: cover) {
   .typeBlog .contEntradas .owl-item .item .imagen .post-thumbnail>img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
    }
}

.typBlog .contEntradas .owl-item .item>.info>.titulo {
    display: block;
    text-decoration: none;
}

.typBlog .contEntradas .owl-item .item>.info>.titulo h2 {
    color: var(--rojo);
    font-size: 20px;
}
.wpcf7-response-output {
    color: #fff;
}