@CHARSET "UTF-8";

/** MAGAZINE TFM CSS Document **/
h5{
	text-transform: initial;
}
button:focus {
	outline: 0;
}

.simpleBanner h2{
	font-weight: 100;
}

.simpleBanner h2 span{
	font-family: 'ArtBrush';
}

.volver {
	display: block;
	font-weight: 600;
	font-size: .8rem;
	text-align: left;
	color: #5d5d5d;
	margin-bottom: 1rem;
}

.buscador {
	position: relative;
}

.buscador button {
    position: absolute;
    top: .65rem;
    right: 0.5rem;
    width: 1.8rem;
    background: none !important;
    border: 0 !important;
    padding: 2px 7px !important;
    line-height: 1em !important;
    height: auto !important;
}

.buscador input:focus{
	border-bottom: none!important;
	border-bottom-color: transparent!important;
}

.filters .input.text {
    padding: 0!important;
}


#sliderDestacadas .carousel-indicators{
    z-index: 99;
}

.back_grey{
	background-color: #e9e8e8;
}

.searcher {
	background-color: #f6f6f6;
	padding: 1rem 0;
}

.searcher .input-field{
	margin-top: 0;
}

.searcher input, 
.searcher .input {
	background-color: #FFF!important;
	border: none !important;
	line-height: 1.2 !important;
	margin: 0 !important;
	height: auto !important;
	padding: .7rem 1rem !important;
	width: 100%!important;
    box-sizing: border-box !important;
}

.searcher .dropdown-menu {
	max-height: 50vh;
	overflow: auto;
}

.destacados .dropdown-item {
	padding: 0;
}

.destacados .select{
	padding: .3rem!important;
}

.search-input button{
	position: inherit;
	width: 2.4rem;
	padding: .7rem!important;
	background-color: #FFF!important;
}


form ::-webkit-input-placeholder{color: #212529;text-align: center;}
form :-moz-placeholder{color: #212529;text-align: center;}
form ::-moz-placeholder{color: #212529;text-align: center;}
form :-ms-input-placeholder{color: #212529;text-align: center;}

.back_white{
	padding-left: 0!important;
	padding-right: 0!important;
}

.contain_noticias:not(.single_noticia) .noticia{
	border: solid 1px #e9e9e9;
	transition: all ease .5s;
	background-color: #fff;
}

.contain_noticias:not(.single_noticia) .noticia:hover{
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.25);
}

.contain_noticias:not(.single_noticia) .noticia a.absolute{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 12;
}

.contain_noticias h1{
	margin-bottom: 1em;
	font-size: 1.1rem;
}

.contain_noticias .noticia .spacing{
	padding: 1rem;
}

.contain_noticias .noticia .spacing .categoria{
	font-size: .75rem;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.contain_noticias .noticia .spacing p{
	color: #5d5d5d;
}


.contain_noticias .noticia h4{
	font-weight: 600;
	font-size: 1.1rem;
}

.contain_noticias.single_noticia .noticia .body h2{
	font-size: 2rem;
	margin-bottom: .7rem;
	max-width: 100%;
	margin: 0 auto;
	font-weight: 500;
	text-transform: none;
}


.contain_noticias.single_noticia .noticia h1 {
	font-size: 2.4rem;
    margin-bottom: .7rem;
    max-width: 90%;
    margin: 0 auto;
    font-weight: 500;
    text-transform: none;
}
.contain_noticias.single_noticia .noticia h2,
.contain_noticias.single_noticia .noticia h4{
	font-weight: 100;
	font-size: 1.7rem;
}

.contain_noticias .noticia .fecha{
	font-size: .75rem;
	color: #b9b9b9;
	text-transform: uppercase;
}

.contain_noticias .noticia h5{
	font-size: 1.25rem;
}

.contain_noticias .noticia .body{
	margin-right: 1rem;
	margin-bottom: 2rem;
}

.contain_noticias .noticia .body h3{
	font-size: 1.4rem;
	margin-top: 1.5em;
	margin-bottom: .8em;
}

.contain_noticias .noticia .body ul li:not(last-child),
.contain_noticias .noticia .body ol li:not(last-child){
	margin-bottom: 1rem;
}

.noticia .body img,
.noticia .body svg,
.noticia .body iframe,
.noticia .body video {
	max-width: 100%;
	height: auto;
}

.noticia .body blockquote{
	position: relative;
	padding: .7rem 1rem;
	width: 100%;
	border: none;
	margin: 5rem auto;
	font-size: 2em;
	line-height: 1.2;
	max-width: 80%;
	text-align: center;
	color: #e73037;
}

.noticia .body blockquote p{
	margin: 0 auto;
}

.noticia .body blockquote:before,
.noticia .body blockquote:after{
	content: '';
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 40px;
	bottom: 100%;
	height: 40px;
	background: url('../img/icons/quote.svg') no-repeat center;
	background-size: contain;
}

.noticia .body blockquote:after{
	bottom: auto;
	top: 100%;
	-ms-transform: translateX(-50%) rotate(180deg);
	transform: translateX(-50%) rotate(180deg);	

}

.contain_noticias .ver_mas{
	color:rgba(0,0,0,.7);
	text-decoration: none;
}

.contain_noticias .ver_mas:hover{
	color: #ed1c24;
}

.single_noticia figure.imagen{
	margin-bottom: 1rem;
}

.single_noticia .title{
	margin: 3rem auto 2rem;
}

.share {
	text-align: center;
	margin-inline: auto;
	width: fit-content;
}

.single_noticia .share figure{
	max-width: 30px;
	margin: 0 15px;
}

.share .onlyText a .a2a_svg{
	display: none!important;
}

.share h5{
	font-weight: 100;
	margin-bottom: 1.5rem;
}

.share a{
	font-weight: 600;
	font-size: 1.2rem;
}

.share svg{
    width: 40px;
	margin: 10px;
}

.page_noticias .categorias {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	text-align: left;
}

.page_noticias .categorias .cat{
	display: inline-block;
	vertical-align: middle;
	margin: 0 .5rem .5rem 0;
	padding: .3rem .5rem;
	background-color: #ededed;
	color: #999;
	border-radius: 5px;
	transition: all ease .3s;
}

.page_noticias .categorias .cat:hover,
.page_noticias .categorias .cat.is-checked{
	background-color: #ed1c24;
	color: #fff;
	text-decoration: none;
}

.dropdown-item.active, .dropdown-item:active{
	background-color: transparent!important;
	color: #212529!important;
}

.dropdown-item:focus, .dropdown-item:hover{
	background-color: transparent;
	color: #ed1c24;
}


.contain_noticias.destacados .noticia h4{
	font-size: 1rem;
}

.contain_noticias.destacados .noticia .fecha{
	font-size: .7rem;
}
.contain_noticias.destacados .noticia .btn{
	font-size: .85rem;
}

.mas_visitadas{
	background-color: #e8e8e8;
	padding: 2rem 0;
}

.page-link {
	color: #4c4c4c;
}

.page-link:focus, .page-link:hover, .page-link.active {
	color: #ed1c24;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #ddd;
}

.page-item:not(.d-none):last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.page-item:not(.d-none):first-child .page-link {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.grid_indice .element-item {
	margin: 2rem 0;
	padding-bottom: 2rem;
}

.grid_indice .element-item:not(:last-child) {
	border-bottom: 1px solid #999;
}

.page_noticias nav{
	background-color: transparent;
	box-shadow: none;
	text-align: center;
}

.page_noticias nav .page-link{
	display: block;
	padding: 0;
	width: 50px;
	height: 50px;
	border-radius: 0 !important;
}

.page_noticias nav .page-link::before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}

.page_noticias nav .page-link span,
.page_noticias nav .page-link svg{
	display: inline-block;
	vertical-align: middle ;
	line-height: 1 ;
}

.page_noticias nav .page-link svg{
	width: 30px;
	margin: 0 auto;
}

.page_noticias nav .rotate_arrow svg{
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-transform-origin: center;
	transform-origin: center;
}

.banner_compra{
	height: 450px;
	background: url('../img/fondo_compra.png') no-repeat center top;
	background-size: cover;
	color: #fff;
}

.mas_visitadas + .banner_compra{
	background-color: #e8e8e8;
}

.banner_compra h2{
	font-weight: 100;
	text-transform: none;
}

.banner_compra h2 strong{
	font-weight: 600;
	text-transform: uppercase;
}

.banner_compra .btn {
	color: #ed1c24;
	background-color: #fff;
	border-color: #fff;
	margin-top: 1.5rem;
	border-radius: 0;
	padding: .6rem 1rem;
}

.banner_compra .btn:hover,
.banner_compra .btn.focus,
.banner_compra .btn:focus,
.banner_compra .btn:not(:disabled):not(.disabled).active,
.banner_compra .btn:not(:disabled):not(.disabled):active,
.banner_compra .btn:not(:disabled):not(.disabled).active:focus,
.banner_compra .btn:not(:disabled):not(.disabled):active:focus {
	color: #fff;
	background-color: transparent;
	outline: 0;
	box-shadow: 0 0 0 0;
}

.banner_compra .btn:not(:disabled):not(.disabled).active:focus,
.banner_compra .btn:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0;
}

.destacadas{
	padding: 3rem 0;
}

.destacadas .carousel{
	height: auto;
}

.destacadas .carousel .carousel-item{
	width: 100%;
	height: 500px;
}

.destacadas .carousel-indicators li{
	width: 12px;
	height: 12px;
	border: solid 1px #fff;
	border-radius: 60%;
	background: transparent;
	position: relative;
}

.destacadas .carousel-indicators li:before{
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 60%;
	background: rgba(255,255,255,.5);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity ease .3s;
}

.destacadas .carousel-indicators li.active:before{
	opacity: 1;
}

.destacada{
	background: #fff no-repeat center;
	background-size: cover;
	height: 100%;
	position: relative;
}

.destacada .absolute{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}


.destacada .info{
	background-color: rgba(231,48,55,.8);
	color: #fff;
	padding: 1.7rem 2rem; 
	margin: 0;
	border: 0;
}

.destacada .info .categoria {
	font-weight: 100;
	font-size: .7rem;
	margin-bottom: 1rem;
	color: #000;
	text-transform: uppercase;
}

.destacada .info h4 {
	margin-bottom: 1em;
	font-weight: 500;
	font-size: 1.3rem;
}

.destacada .info p{
	font-weight: 100;
}

.pagination .page-link{
    color: black;
}

.page-link:focus {
    box-shadow:none
}

.pagination .page-link .sr-only{
	display: none;
}

.no-gutters{
	margin-left: 0!important;
	margin-right: 0!important;
}


/** MEDIA QUERIES **/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}

@media screen and (max-width: 768px){
	.carousel-indicators{margin:0 auto;}
	.contain_noticias.single_noticia .noticia .body h2,
	.contain_noticias.single_noticia .noticia h1{font-size: 1.4rem;}
	.contain_noticias.single_noticia .noticia h2{font-size: 1.1rem;}
	.contain_noticias:not(.single_noticia) .noticia{border: 0;}
	.contain_noticias .noticia .spacing{border:solid 1px #e9e9e9;border-top:0;}
	.searcher .filters{display: none;padding-top: 1rem;}
	.searcher .showFilters h5{margin-bottom: 0;text-transform: none;cursor: pointer;font-weight: 100;}
	.search-container {margin: 15px auto 0;}
	.contain_noticias.single_noticia .noticia h4{font-size: 1.1rem;}
}

@media screen and (max-width: 650px) {
	.contain_noticias.single_noticia .noticia h1{margin-top: 0;}
	.contain_noticias.single_noticia .noticia h2{font-size: 1.1rem;}
	.contain_noticias .noticia .spacing { padding: .5rem; }
	.menu.fixed .boton_menu {top: 10px;}
}

@media screen and (max-width: 576px) {
	.banner_compra{background-image: url('../img/fondo_compra_mobile.png');background-position:20% center;}
	.single_noticia figure.imagen{width: 100vw;margin-left: -15px;}
	.contain_noticias .noticia .body{font-size: 1rem;}
	.noticia .body blockquote{max-width: 100%;}
}





