body{
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	overflow-x: hidden;
	line-height: 24px;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Poppins', sans-serif;
	letter-spacing: -.2px;
}
h1{
	font-size: 30px;
	font-weight: 700;
}
h2{
	font-size: 22px;
}
h3{
	font-size: 18px;
}
h4{
	font-size: 16px;
}
img{
	border-radius: 9px;
	width: 100%;
}

.understrap-read-more-link, 
.list-breaking-news-category .item-list-breaking .understrap-read-more-link,
.list-breaking-news-category .item-list-breaking .understrap-read-more-link{
	background-color: transparent;
	border: 0;
	padding: 0;
	color: #cc433c;
	font-size: 14px;
	font-weight: 700;
}

.fullWidth{
	margin: 0 -15px;
}
.wp-block-column .fullWidth{
	margin: 0;
}
.menu-top{
	background-color: #cc433c;
	padding:  0 14px;
	color: #fff;
}

.info-post {
    z-index: 1;
}
.info-post p{
	display: flex;
}
.info-post a{
	color: #000;
}
.info-post a:hover{
	color: #cc433c;
}
.info-post p span{
	margin-bottom: 0;
	line-height: 1;
}
.info-post p span:first-child{
	border-right: 1px solid #000;
	padding-right: 5px;
	margin-right: 5px;
}
/*NAVBAR*/
#navbarNavDropdown #menu-top{
	margin-left: -11px;
}
.menu-top .navbar, .menu-top .navbar-nav .nav-link{
	padding: 0;
}

.menu-top .navbar-nav .nav-link{
	padding: 14px 11px;
	color: #fff;
}

.date-and-social{
	display: flex;
	align-items: center;
}
.menu-top span{
	display: block;
	padding-right: 16px;
	margin-right: 16px;
	position: relative;
}
.menu-top span::before {
    content: "";
    display: block;
    width: 1px;
    background-color: #e06660;
    bottom: -7px;
    position: absolute;
    top: -7px;
    right: 0;
}
.menu-top ul.cnss-social-icon li a{
	width: 24px!important;
	height: 24px!important;
	padding: 0!important;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.menu-top ul.cnss-social-icon li a i{
	font-size: 14px!important;
}
.sticky-wrapper{
	position: relative!important;
}

.brand{
	padding: 37px 0;
	background-color: #fff;
	z-index: 9999 !important;
}
.brand .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.is-sticky .brand{
	background-color: #eee;
}
.brand .navbar-brand{
	width: 284px;
	padding: 0;
}

#wrapper-navbar .navbar{
	padding: 0;
	background-color: #000000;
}
#wrapper-navbar .navbar .menu-item .nav-link{
	color: #fff;
	padding: 15px 12px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	font-family: 'Poppins', sans-serif;
}
#wrapper-navbar .navbar .menu-item:hover .nav-link{
	background-color: #fff;
	color: #000;
}
#navbarNavDropdown #main-menu{
	margin-left: -12px;
}

#wrapper-navbar .input-group-append{
	position: relative;
	background-color: #000;
	padding: 0;
}
#wrapper-navbar input[type="text"]{
	width: 125px;
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}
#wrapper-navbar input[type="text"]:focus, #wrapper-navbar input[type="text"]:active{
	box-shadow: unset;
}
#wrapper-navbar input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
#wrapper-navbar input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
#wrapper-navbar input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 1;
}
#wrapper-navbar input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
#wrapper-navbar .input-group-append input[type="submit"]{
	background-color: transparent;
	border: 1px solid transparent;
	z-index: 9999;
	position: relative;
}
#wrapper-navbar .input-group-append i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color:#fff;
	z-index: 99;
}

/* FOOTER */
#wrapper-footer-full{
	background-color: #171717;
	font-size: 18px;
	padding: 67px 0 46px;
}
#wrapper-footer-full .widget-title{
	font-weight: 700;
	color: #fff;
	font-size: 30px;
}
#wrapper-footer-full p{
	margin-bottom: 0;
}
#wrapper-footer-full a{
	color: #cc433c;

}
#wrapper-footer-full ul.cnss-social-icon li a{
	padding: 0!important;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
#wrapper-footer-full ul.cnss-social-icon li a i{
	font-size: 14px!important;
}
#wrapper-footer-full .form-mailchimp {
	position: relative;
}
#wrapper-footer-full .form-mailchimp input{
	width: 100%;
	background-color: #000;
	border: 0;
	line-height: 56px;
	border-radius: 15px;
	padding: 0 56px 0 15px;
}
#wrapper-footer-full .form-mailchimp input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
  font-size: 14px
}
#wrapper-footer-full .form-mailchimp input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
  font-size: 14px
}
#wrapper-footer-full .form-mailchimp input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 1;
  font-size: 14px
}
#wrapper-footer-full .form-mailchimp input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 1;
  font-size: 14px
}
#wrapper-footer-full .form-mailchimp button{
	position: absolute;
	right: 27px;
	-webkit-appearance: none;
	border: 0;
	background-color: transparent;
	color: #cc433c;
	line-height: 56px;
	font-size: 30px;
	padding: 0;
}
/*FOOTER BOTTOM*/
#wrapper-footer {
	background-color: #000;
	color: #fff;
	padding: 30px 0;
}
#wrapper-footer .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #000;
	color: #fff;
}
#wrapper-footer a{
	color: #fff;
}
#wrapper-footer p{
	margin-bottom: 0;
}
#menu-menu-footer{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}
#menu-menu-footer li a{
	padding: 0 12.5px;
}
/* CONTENIDO */

.btn.btn-primary{
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #fff!important;
	background-color: #cc433c;
	border-radius: 5px;	
	padding: 0 9px;
	border: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active{
	background-color: #000;
	border: 0;
	box-shadow: unset;
}
.breaking-news{
	padding: 20px 0;
}
.breaking-news .btn{
	float: left;
    margin-right: 30px;
}
.breaking-news .slick-list.draggable{
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee ;
}
.breaking-news a{
	color: #000000;
}
.breaking-news a:hover{
	color: #cc433c;
	text-decoration: unset;
}
.breaking-news h2{
	margin-bottom: 0;
	line-height: 30px;
	font-size: 14px;
}


.slick-prev{
	right: 16px;
	/*background-color: #000;*/
	width: 12px;
	left: unset;
	z-index: 999;
}
.slick-next {
    right: 0;
    /*background-color: #000;*/
    width: 12px;
    z-index: 999;
}
.slick-next:before, .slick-prev:before{
	width: 12px;	
	display: block;
	opacity: 1;
}
.slick-next:hover:before, .slick-prev:hover:before{
	color: #cc433c;
}
.slick-next:before{
	content:'\f054';
	font-family: FontAwesome;
	font-size: 14px;
	color: #000;
}
.slick-prev:before{
	content:'\f053';
	font-family: FontAwesome;
	font-size: 14px;
	color: #000;
}

/*BLOQUES GUTENBERG*/
.wp-block-columns{
	padding: 40px 0 0px;
	margin: 0 -10px 0;

}
.wp-block-column{
	padding: 0 10px;
	margin: 0!important;
}
/* BLOCK NOTICIAS DESTACADA*/
.titulo-cat-breaking-news, 
.list-breaking-news-category.no-border .titulo-list-breaking-news,
.titulo-slider-breaking-news, .titulo-line-bottom{
	display: inline-block;
	padding-bottom: 20px;
	position: relative;
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	text-decoration: unset;
	margin-bottom: 0;
}
.titulo-cat-breaking-news:before, .list-breaking-news-category.no-border .titulo-list-breaking-news:before,
.titulo-slider-breaking-news:before, .titulo-line-bottom:before {
	content:"";
	position: absolute;
	height: 3px;
	background-color: #cc433c;
	width: 100%;
	/*bottom: -1px;*/
	bottom: 0;
	-webkit-transition: height 1s ease;
	-moz-transition: height 1s ease;
	-ms-transition: height 1s ease;
	-o-transition: height 1s ease;
	transition: height 1s ease;
	
}
.titulo-cat-breaking-news:hover, .list-breaking-news-category.no-border .titulo-list-breaking-news:hover,
.titulo-slider-breaking-news:hover, .titulo-line-bottom:hover {
	color: #cc433c;
	text-decoration: unset;
}
.titulo-cat-breaking-news:hover:before, .list-breaking-news-category.no-border .titulo-list-breaking-news:hover:before,
.titulo-slider-breaking-news:hover:before, .titulo-line-bottom:hover:before{
	height: 10px;

}
.container-cat-breaking-news, .list-breaking-news-category.no-border .container-list-breaking-news,
.container-slider-breaking-news, .container-line-top {
    padding-top: 22px;
    border-top: 1px solid #e2e2e2;
    overflow: auto;
}	
.container-line-top.sin-titulo{
	border: 0;
}
.noticias-destacada .col-md-4{
	position: relative;
}
.column-noticias-destacada{
	height: 463px;
	display: flex;
	/*align-items: flex-end;*/
	background-size: cover;
	background-position: center;
	color: #fff;
	border-radius: 9px;
	position: relative;
	padding-top: 5em;
}
.noticias-destacada .link-image-column-noticias-destacada, .link-item-slider-breaking-news, .link-title-inside{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border-radius: 9px;
}

.noticias-destacada .image-column-noticias-destacada, .img-slider-breaking-news, .img-post-title-inside{
	width: 100%;
	height: 100%;
	border-radius: 9px;
	background-size: cover;
	background-position: center;
}

.noticias-destacada .col-md-4 .btn, .column-noticias-destacada .btn, .item-slider-breaking-news .btn{
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1;
}
.noticias-destacada .col-md-4 .btn{
	 left: 26px;
}
.column-noticias-destacada .title-noticia-destacada{
	padding: 0 22px 25px;
	position: relative;
	z-index: 1
}
.column-noticias-destacada .title-noticia-destacada a{
	color: #fff;
}
.column-noticias-destacada .title-noticia-destacada a:hover{
	color: #cc433c;
	text-decoration: unset;
}
.column-noticias-destacada .title-noticia-destacada a h3{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 22px;
}

.column-noticias-destacada .link-image-column-noticias-destacada::before, 
.item-slider-breaking-news .link-item-slider-breaking-news:before, 
.post-title-inside:before, .widget .post-title-inside .link-title-inside:before{
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
	/* background: -moz-linear-gradient(top, rgba(0,0,0,0.06) 40%, rgba(0,0,0,0.06) 70%, rgba(0,0,0,1) 100%); */
	/* background: -webkit-linear-gradient(top, rgba(0,0,0,0.06) 40%,rgba(0,0,0,0.06) 70%,rgba(0,0,0,1) 100%); 
	background: linear-gradient(to bottom, rgba(0,0,0,0.06) 40%,rgba(0,0,0,0.06) 70%,rgba(0,0,0,1) 100%);*/
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f000000', endColorstr='#000000',GradientType=0 ); */
	border-radius: 9px;
	top: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+0,0.08+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.08) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.08) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.08) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#14000000',GradientType=0 ); /* IE6-9 */

}

/*BLOQUE BREAKING NEWS CATEGORY*/
.dos-columnas .item-cat-breaking-news {
    width: calc(50% - 10px);
    float: right;
    margin-bottom: 23px;
}
.item-cat-breaking-news.first {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
}

.item-cat-breaking-news{
	overflow: auto;
	width: 100%;
	margin-bottom: 23px;
}
.item-cat-breaking-news img {
    width: 100px;
    float: left;
    border-radius: 5px;
    margin-right: 12px;
    margin-bottom: 10px;
}
.widget .item-cat-breaking-news img{
	margin-bottom: 2px;
}
.item-cat-breaking-news.first img {
    width: 100%;
    margin: 0 0 11px;
}
.item-cat-breaking-news a, .item-cat-breaking-news h2{
	color: #000;
	font-size: 18px;
	font-weight: 700;
}
.widget .item-cat-breaking-news a, .widget .item-cat-breaking-news h2{
	font-size: 16px;
}
.item-cat-breaking-news a:hover, .item-cat-breaking-news a:hover h2{
	color: #cc433c;
	text-decoration: unset;
}
.item-cat-breaking-news .date, .item-cat-breaking-news .date a{
	font-size: 14px;
	margin-bottom: 8px;
	font-weight: 400;
}
.item-cat-breaking-news.first .btn, .item-cat-breaking-news.first .date{
	float: left;
}
.item-cat-breaking-news.first .btn{
	margin-right: 11px;
	margin-bottom: 13px;
}
.item-cat-breaking-news.first .date{
	margin-bottom: 0;
	line-height: 30px;
}
.item-cat-breaking-news.first a{
	display: block;
	clear: both;
}
.item-cat-breaking-news.first .understrap-read-more-link{
	display: none;
}
.container-cat-breaking-news.border-breaking{
    padding: 25px 20px;
    border: 1px solid #e2e2e2;
    border-radius: 9px;
}
.container-cat-breaking-news.border-breaking .titulo-cat-breaking-news::before{
	content: unset;
}

/*LISTADO DE NOTICIAS */
.list-breaking-news-category{
	padding: 24px 24px 1px;
	border: 1px solid #ddd;
	border-radius: 9px;
}
.list-breaking-news-category.no-border{
	padding: 0;
	border: 0;
	border-radius: 0;
}
.list-breaking-news-category .titulo-list-breaking-news{
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #000;
	margin-bottom: 11px;
	display: block;
}
.list-breaking-news-category .item-list-breaking {
	overflow: auto;
	margin-bottom: 16px;
}
.list-breaking-news-category .item-list-breaking img {
    width: 100px;
    float: left;
    margin-right: 16px;
}
.list-breaking-news-category.border .item-list-breaking img{
	margin-bottom: 8px;
} 
.list-breaking-news-category.no-border .item-list-breaking img{
	width: calc(50% - 16px);
}

.list-breaking-news-category .item-list-breaking a, .list-breaking-news-category .item-list-breaking h2{
	font-size: 16px;
	font-weight: 700;
	color: #000;

}
.list-breaking-news-category .item-list-breaking .date, 
.list-breaking-news-category .item-list-breaking .date a{
	margin-bottom: 9px;
	font-weight: 400;
}
.list-breaking-news-category a:hover, .list-breaking-news-category a:hover h2{
	color: #cc433c;
	text-decoration: unset;
}
.list-breaking-news-category.no-border .info-list-breaking a{
	font-size: 14px;
}
.list-breaking-news-category.no-border .info-list-breaking{
	display: flex;
	margin-bottom: 23px;
	align-items: center;
}
.list-breaking-news-category.no-border .info-list-breaking .btn{
	margin-right: 12px ;
}
.list-breaking-news-category.no-border .info-list-breaking p{
	margin-bottom: 0;
}

/*GOOGLE ADS*/
.google-ads-notice a{
	margin-bottom: 20px;
	display: block;
}
.google-ads-notice img{
	border-radius: 0;
	display: block;
	margin: auto;
}
/*SLIDER POST CATEGORIA*/
.container-slider-breaking-news, .container-line-top{
	position: relative;
	overflow: unset;
}
.container-slider-breaking-news .carousel-slider-breaking-news,
.container-slider-breaking-news .slick-list{
	margin: 0 -10px;
}
.item-slider-breaking-news, .post-title-inside {
    height: 252px;
    background-position: center;
    background-size: cover;
    position: relative;
    border-radius: 9px;
    padding: 22px 16px;
    display: flex;
    align-items: flex-end;
}
.item-slider-breaking-news h2, .item-slider-breaking-news a,
.post-title-inside h2, .post-title-inside a{
	color: #fff;
	text-decoration: unset;
	font-size: 18px;
	font-weight: 700;
}
.item-slider-breaking-news .info-post p, .item-slider-breaking-news .info-post a, 
.post-title-inside p, .post-title-inside a{
	color: #fff;
	font-weight: 400;
	font-size: 14px;
}
.item-slider-breaking-news .info-post a:hover, .post-title-inside a:hover,
.item-slider-breaking-news .info-post a h2:hover, .post-title-inside a h2:hover{
	color: #cc433c;

}
.item-slider-breaking-news .info-post p span:first-child,
.post-title-inside .info-post p span:first-child{
	border-right: 1px solid #fff;
}
.container-slider-breaking-news .slick-arrow, .container-line-top .slick-arrow{
	top: -24px;
}
.container-line-top.sin-titulo .slick-arrow{
	top: 2px;
}
/*BLOG SINGLE*/
.entry-title{
	margin-bottom: 16px;
}
.entry-meta{
	margin-bottom: 13px;
}
.entry-meta .categorias, .entry-meta .info-post{
	display: inline-block;
}
.entry-meta .categorias a{
	margin-right: 10px;
}
.single-post  img{
	border-radius: 0;

}
.single-post .entry-content{
	margin-bottom: 60px
}
.single .entry-content h1, .single .entry-content h2, .single .entry-content h3,.single .entry-content h4, 
.single .entry-content h5, .single .entry-content p, .single-post  img {
	margin-bottom: 30px;
}
.heateor_sss_sharing_container{
	display: flex;
	align-items: center;
	padding: 14px 0;
	border-bottom: 1px solid #eeee;
	border-top: 1px solid #eeee;
}
.heateor_sss_sharing_title{
	margin-right: 17px;
}
.heateor_sss_sharing_ul{
	overflow: auto;
}
.post-navigation{
	margin-bottom: 60px;
}
.post-navigation img{
	width: auto;
	margin-bottom: 0;
}
.post-navigation a{
	color: #000;
}
.post-navigation a:hover{
	text-decoration: unset;
	color: #cc433c;
}
.post-navigation h3{
	font-size: 16px;
	font-weight: 700;
}
.post-navigation .nav-previous, .post-navigation .nav-next{
	width: calc(50% - 10px);
}
.post-navigation .nav-previous span, .post-navigation .nav-next span{
	font-size: 14px;
}
.post-navigation .nav-previous{
	padding-right: 10px;
}
.post-navigation .nav-next{
	padding-left: 10px;
	text-align: right;
}
.post-navigation .nav-previous img{
	float: left;
	margin-right: 14px;
}
.post-navigation .nav-next img{
	float: right;
	margin-left: 14px;
}
.container-line-top{
	overflow: unset;
}
.post-title-inside{
	margin-bottom: 20px;
}

/*WIDGET SLIDER*/
.slider_post_category_widget .slick-track .post-title-inside{
	display: flex!important;
}

/*LIST LOOP*/
.list-loop {
	margin-bottom: 20px;
}
.list-loop h2{
	font-size: 18px;
	font-weight: 700;
}
.list-loop h2 a{
	color: #000;
}
.list-loop h2 a:hover{
	color: #cc433c;
	text-decoration: unset;
}

.list-loop .info-post{
	display: flex;
	align-items: center;
	margin-bottom: 23px;
}
.list-loop .info-post a{
	margin-right: 10px;
}
.list-loop .info-post p{
	margin-bottom: 0;
}

/*CONTACT FORM 7*/
.wpcf7{
	max-width: 100%;
}

.wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="email"] {
    height: 50px;
    line-height: 50px;
    border: 1px solid #eee !important;
    background-color: #eee;
}
.wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="email"],
.wpcf7 textarea{
	border: 1px solid #eee !important;
    background-color: #eee;
}
.wpcf7 input[type="submit"] {
    color: #fff!important;
    border-color: #cc433c!important;
    background-color: #cc433c!important;
    width: 120px;
    margin-left: auto;
    display: block;
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 700;
}
.pagination{
	justify-content: center;
}
.page-link{
	border: 1px solid #cc433c;
	border-radius: 8px;
	margin: 0 3px;
	color: #000;
}
.page-item.active .page-link{
	background-color: #cc433c;
	border-color: #cc433c;
}
.prev.page-link, .next.page-link{
	border: unset;
}
.page-item:first-child .page-link{
	border-top-left-radius: 8px!important;
	border-bottom-left-radius:8px!important;
}
.page-item:last-child .page-link{
	border-top-right-radius: 8px!important;
	border-bottom-right-radius: 8px!important;
}
.page-link:hover, .page-link:active, .page-link:focus{
	background-color: #cc433c;
	border-color: #cc433c;
	color: #fff;
	box-shadow: unset;
}
.entry-content ul.cnss-social-icon li a i{
	font-size: 15px!important;
}
.entry-content ul.cnss-social-icon li.cn-fa-icon a{
	display: flex !important;
	align-items: center;
	justify-content: center;
}
#error-404-wrapper {
    margin-bottom: 30px;
}
.img-anunciante img {
    width: auto;
    max-width: 100%;
    margin: auto;
    display: block;
    border-radius: 0;
}
.banner-publicitario-mobil{
	display: none;
}
.dropdown-menu{
	padding: 0px;
}
.dropdown-item{
	padding: .4rem 1.5rem;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover{
    color: #fff;
    text-decoration: none;
    background-color: #000;
}
.img-anunciante {
    margin-bottom: 30px;
    display: block;
}
.brand .img-anunciante img{
    max-width: 728px
}

.banner-top2 .img-anunciante img{
    max-width: 728px
		
}

.banner-top2 .img-anunciante
{
margin-bottom: 0px;}

@media (min-width: 768px)
	{
	.banner-top2 .img-anunciante img{
   margin-top: 20px;
}
	}
@media (max-width: 1199px){
	.img-anunciante img{
		width: 600px;
	}
}
@media (max-width: 991px){
	.banner-publicitario-mobil{
		display: block;
		margin-top: 20px;
	}
	.column-noticias-destacada{
		height: 340px;
	}
	.wp-block-column:not(:only-child), .wp-block-column{
		flex-basis: 100%!important;
	}
	.post-navigation img{
		display: none;
	}
	.footer-widget{
		margin-bottom: 20px;
	}
	#wrapper-footer .container{
		display: block;
		text-align: center;
	}
	#menu-menu-footer{
		justify-content: center;
	}
	.wp-block-column .slider-breaking-news{
		margin-bottom: 20px;
	}

	.brand .img-anunciante img{
		display: none;
	}
	#navbarNavDropdown{
		display: none!important;
	}
}
@media (max-width: 767px){

	.column-noticias-destacada{
		margin-bottom: 20px;
	}
	.dos-columnas .item-cat-breaking-news{
		width: 100%;
	}
	.item-cat-breaking-news.first{
		margin-right: 0;
	}
	
	.list-loop img{
		margin-bottom: 20px;
	}
	#searchform{
		width: 100%;
		padding: 0 10px;
	}
	.menu-top{
		padding: 0;
	}
	.date-and-social{
		width: 100%;	}
	.menu-top span{
		padding-right: 10px;
		margin-right : 10px;
	}
	.menu-top span::before{
		bottom: 0;
		top: 0;
	}
	.brand .navbar-brand{
		width: 230px;
	}
	.slick-prev, .slick-next{
		bottom: unset;
		top: 15px;
	}
	.banner-publicitario-mobil, .banner-top2{
		padding: 0 30px;
	}
	.img-anunciante img{
		width: 100%;
	}
}
@media (max-width: 575px){
	.container{
		padding-right: 20px;
		padding-left: 20px;
	}
	.entry-meta .categorias a{
		margin-bottom: 15px;
	}
	.breaking-news .btn{
		float: unset;
		margin-right: 0;
		width: 100%;
		margin-bottom: 15px;
	}

	/*.list-breaking-news-category .item-list-breaking{
		overflow: unset;
	}*/
	.list-breaking-news-category.no-border .item-list-breaking img{
		width: 100%;
		float: unset;
		margin-bottom: 20px;
		margin-right: 0;
	}
	#menu-menu-footer{
		flex-wrap: wrap;
	}
	#menu-menu-footer li{
		flex-grow: 1;
		max-width: 100%;
	}
	.brand {
    	padding: 20px 0;
    }
    .breaking-news a{
    	padding-right: 30px;
		display: block !important;
    }
}