#anuncios-de-permutas div#seccion-principal h1 {
	font-size: 28px;
	line-height: 34px;
	padding: 0 15px 0 22px;
	margin: 43px 0 25px;
}

#anuncios-de-permutas div#seccion-principal > h1:first-child {
	margin-top: 0;
}

#anuncios-de-permutas div#seccion-principal h1 + hr {
	width: 100%;
	margin: 0 0 10px;
	border: none;
	border-bottom: 1px solid #222;
	clear: both;
}

#anuncios-de-permutas div#lista-anuncios {
	display: flex;
	flex-direction: column;
	row-gap: 35px;
	margin-top: 35px;
}

#anuncios-de-permutas div.anuncio {
	display: flex;
	flex-direction: column;
	border: 2px solid #ccc;
	width: 100%;
	height: 100%;
	padding: 20px 25px;
	row-gap: 23px;
}

#anuncios-de-permutas div.anuncio p {
	margin-bottom: 0;
}

#anuncios-de-permutas div.anuncio p.anuncio-id {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 27px;
	color: #504b4b;
}

#anuncios-de-permutas div.anuncio p.anuncio-fecha {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 24px;
	color: #808080;
	margin-top: 5px;
	margin-bottom: 19px;
}

#anuncios-de-permutas div.anuncio div.anuncio-info {
	display: flex;
	flex-direction: column;
	row-gap: 5px;
}

#anuncios-de-permutas div.anuncio div.anuncio-info p {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #504b4b;
}

#anuncios-de-permutas div.anuncio div.anuncio-abajo {
	display: flex;
	gap: 15px;
}

#anuncios-de-permutas div.anuncio div.info-anuncio {
	display: none;
}

#anuncios-de-permutas div.anuncio a.boton-info-anuncio {
	background: #f2f2f2;
	color: #504b4b;
}

#anuncios-de-permutas div.anuncio a.boton-info-anuncio:hover {
	background: #e7e7e7;
}

#anuncios-de-permutas div.anuncio a.boton-info-anuncio svg {
	color: #504b4b;
}

div#preloader {
	padding: 25px;
}

div#info-anuncio {
	position: relative;
	display: none;
	flex-direction: column;
	align-items: flex-start;
	overflow-y: auto;
	padding: 40px 43px;
	background: #fff;
	max-width: 640px;
	max-height: 100%;
}

div#info-anuncio.info-anuncio-visible {
	display: flex;
}

div#info-anuncio div.info-anuncio-sin-telefono {
	display: none;
}

div#info-anuncio div#info-anuncio-id {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 27px;
	color: #504b4b;
	padding-right: 33px;
}

div#info-anuncio div#info-anuncio-fecha {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 24px;
	color: #808080;
	margin-top: 5px;
}

div#info-anuncio div#datos-anuncio {
	margin-top: 15px;
}

div#info-anuncio div#datos-anuncio div {
	line-height: 22px;
}

div#info-anuncio div#datos-anuncio span:first-child {
	font-weight: 500;
}

div#info-anuncio a#btn-cerrar-info-anuncio {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 26px;
	height: 26px;
	color: #fff;
	background-color: #dedede;
	transition: background-color 0.1s;
}

div#info-anuncio a#btn-cerrar-info-anuncio:hover {
	background-color: #c4c4c4;
}

div#info-anuncio a#btn-cerrar-info-anuncio svg {
	width: 20px;
	height: 20px;
}

/*--------------------*/
/*       1280px       */
/*--------------------*/

@media only screen and (max-width: 1280px) {
	#anuncios-de-permutas div#lista-anuncios {
		row-gap: 25px;
		margin-top: 25px;
	}
}

/*-------------------*/
/*       640px       */
/*-------------------*/

@media only screen and (max-width: 640px) {
	div#info-anuncio {
		width: 100%;
		padding: 28px 23px;
	}
}

/*-------------------*/
/*       540px       */
/*-------------------*/

@media only screen and (max-width: 540px) {
	#anuncios-de-permutas div.anuncio { padding: 15px 20px; }
	#anuncios-de-permutas div.anuncio p.anuncio-id { font-size: 20px; line-height: 25px; }
	#anuncios-de-permutas div.anuncio p.anuncio-fecha { font-size: 18px; line-height: 22px; }

	div#info-anuncio div#info-anuncio-id { font-size: 20px; line-height: 25px; }
	div#info-anuncio div#info-anuncio-fecha { font-size: 18px; line-height: 22px; }
}

/*-------------------*/
/*       480px       */
/*-------------------*/

@media only screen and (max-width: 480px) {
	#anuncios-de-permutas div.anuncio div.anuncio-abajo { flex-wrap: wrap; justify-content: center; }
	#anuncios-de-permutas div.anuncio div.anuncio-abajo a.boton { flex-basis: 100%; }
	
	div#preloader { padding: 15px; }
}
