@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
 * Custom CSS
 * theme-skin override
 */
@font-face {
    font-family: 'Aldo Semibold';
    src: url('../fonts/aldo.woff2') format('woff2'),
         url('../fonts/aldo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} 
 
.pm-navbar-panel{
	font-family:  'Montserrat', 'Open Sans', Helvetica, Arial, sans-serif;
	font-size:11px;
}
 
body{
	font-family:  'Montserrat', 'Open Sans', Helvetica, Arial, sans-serif;
} 

/*Línea de colores bajo el menú*/
 .pm-navbar-panel {
	  border-bottom: 15px solid transparent;
	  -moz-border-image: url("/.galleries/imagenes-general/linea.png") 15 15 round;
	  -webkit-border-image: url("/.galleries/imagenes-general/linea.png") 15 15 round;
	  -o-border-image: url("/.galleries/imagenes-general/linea.png") 15 15 round;
	  border-image: url("/.galleries/imagenes-general/linea.png") 15 15 round;
}

 .footer {
	  border-top: 15px solid transparent;
	  -moz-border-image: url("/.galleries/imagenes-general/linea.png") 15 15 round;
	  -webkit-border-image: url("/.galleries/imagenes-general/linea.png") 15 15 round;
	  -o-border-image: url("/.galleries/imagenes-general/linea.png") 15 15 round;
	  border-image: url("/.galleries/imagenes-general/linea.png") 15 15 round;
}

/*Fondo de template de banners*/
.backimage{
	background-image: url(/.galleries/imagenes-general/FOOTPIC-AU2.png);
	background-size: cover;
	min-height: 500px;
	}
	
	
	/** Iconos destacados ***/
	.destacados a {
  color: #fff;
}

.destacados .item {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.noticias-portada .title{
	font-family: 'Montserrat';
	text-align:center;
}

/**** botón ver todas ****/

.btn-todas span {
    padding: 14px;
    border-radius: 30px;
    background-color: #C5284B;
}

.btn-todas a{
	color:white;
	font-size:16px;
}

.btn-todas{
	margin-bottom:65px;
}

.btn-todas span.pmicon.fa.fa-eye {
    padding-right: 4px;
    padding-left: 1px;
}
/*** cierre btn ver todas ***/

.marginsBanner{
	margin: 10px auto 20px auto !important;
	margin-bottom: 35px !important;
}