/* ÍNDICE DE CONTENIDOS */

/* 
SHORTCODE LAST POSTS 
SHORTCODE LANDINGS DE NOTICIAS
GRID ÚLTIMAS ENTRADAS
SHORTCODE PRODUCT GRID
SHORTCODE SLIDE POST
SHORTCODE FILTRO DE SECTORES
SHORTCODE USUARIO WEB
TORRES DE ALUMINIO
*/

/************ SHORTCODE LAST POSTS ********/
.contenido-noticias-grid {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	margin: 25px 0 0;
}

.noticias_post {
	width: 32%;
	text-decoration: none !important;
	margin-bottom: 1em;
}

.noticias-subelemento-titulo {
	font-size: 14px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	color: #000;
	line-height: 1.1em;
}

.noticias-subelemento-imagen img {
	height: 110px;
	object-fit: cover;
	object-position: top center;
	width: 100%;
}

/************ SHORTCODE LANDINGS DE NOTICIAS ********/
/************ ÚLTIMA ENTRADA ********/
.box-ultima-noticia {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 35px;
}

.box-ultima-noticia>div {
	flex: 1;
}

.left-box-ultima-noticia a {
	font-size: 17px;
}

.contenedor-ultima-noticia {
	margin-bottom: 30px;
}

/* .header-box-ultima-noticia {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
} */

.header-box-ultima-noticia a {
	font-family: 'Aeonik-Regular';
	color: #000;
	font-size: 22px;
}

.header-box-ultima-noticia .fecha-posts {
	font-size: 16px;
}

.contenido-ultima-noticia-landing-trabajos .home-blog-recientes-contendor-titulo-post {
	font-family: 'Aeonik-Regular';
	font-size: 25px;
	color: #000;
	line-height: 1.2em;
}

/* .left-box-ultima-noticia {
	max-width: 100%;
	width: 820px;
}

.right-box-ultima-noticia {
	max-width: 100%;
	width: 830px;
} */

@media (max-width: 850px) {
	.box-ultima-noticia {
		gap: 0;
		flex-direction: column;
	}
}

/************ GRID ÚLTIMAS ENTRADAS ********/
.contenedor-mas-noticias {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.titulo-mas-noticias {
	margin-bottom: 20px;
	font-size: 22px;
	color: #000;
	border-bottom: 1px solid #fe5000;
}

.box-mas-noticias {
	width: 45%;
}

.single-product .box-mas-noticias {
	width: 32%;
}

.box-mas-noticias::after {
	content: "";
	background-color: #fe5000;
	width: 10%;
	height: 6px;
	display: block;
	margin: 20px 0 30px 0;
}

.box-mas-noticias-imagen {
	margin-bottom: 20px;
}

.box-mas-noticias-titulo {
	font-size: 13pt;
	color: #000;
	margin-bottom: 0.5em;
	padding-bottom: 5px;
	line-height: 1.3;
}

.home-blog-recientes-contendor-titulo-post:hover,
.box-mas-noticias-titulo:hover {
	text-decoration: underline;
}

.btn-leer-mas {
	background-color: #fe5000;
	color: #fff;
	max-width: 100px;
	text-align: center;
	font-size: 15px;
	padding: 5px 10px;
	border-radius: 20px;
}

.btn-leer-mas:hover {
	background-color: #000;
}

.btn-ver-todos {
	background-color: #000;
	padding: 5px 0;
	color: #fff;
	max-width: 150px;
	text-align: center;
	font-size: 20px;
	margin-top: 15px;
	border: 1px solid #000;
	border-radius: 30px;
}

.btn-ver-todos:hover {
	color: #000;
	background-color: #fff;
}

@media (max-width: 1024px) {
	.box-mas-noticias {
		width: 100%;
	}

	.box-mas-noticias::after {
		margin-bottom: 25px;
	}
}

/************ SHORTCODE PRODUCT GRID ********/

.contenido-productos-grid {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 25px;
}

.productos-subelemento {
	width: 150px;
	text-decoration: none !important;
	margin-bottom: 1em;
	display: flex;
	flex-direction: column;
	align-content: space-between;
}

.productos-subelemento p {
	font-size: 1em;
	color: #000;
}

.productos-title {
	font-family: 'Aeonik-Regular';
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 10px;
	color: #000;
}

.productos-subelemento .productos-fianza {
	color: #fe5000;
	margin-top: -5px;
	font-size: 20px;
}

.productos-subelemento .productos-tarifa {
	margin-top: -5px;
	margin-bottom: 0;
	font-size: 16px;
	color: #fe5000;
}


/************ SHORTCODE SLIDE POST ********/

/* CONTAINER */
.mySlides {
	display: none;
}

.slideshow-container {
	position: relative;
	margin: auto;
}

.slideshow-container .prev,
.slideshow-container .next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	padding: 0 5px;
	color: #fe5000;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
	color: #fe5000;
}

.navegacion-dots {
	text-align: center;
	margin: 15px 0 40px;
}

.dot {
	cursor: pointer;
	height: 10px;
	width: 10px;
	margin: 0 2px;
	background-color: #ddd;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active-bullet,
.dot:hover {
	background-color: #fe5000;
}

/* ANIMACIÓN */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

@keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

/*	CONTENIDO */
.home-posts-recientes {
	display: flex;
	align-items: center;
}

/* .home-posts-recientes img {
	clip-path: polygon(0% 0%,81% 0%,100% 50%,81% 100%,0% 100%);
} */

.home-blog-recientes-contenedor-titulo-post {
	padding: 0 30px;
	flex: 1;
}

.home-posts-recientes>div:first-child {
	flex: 1;
	padding: 0 30px 0;
	margin-bottom: 10px;
}

.home-posts-recientes-leer-mas a {
	background-color: #fe5000;
	color: #fff;
	padding: 10px 20px;
	border-radius: 20px;
	font-weight: 700;
}

.home-posts-recientes-leer-mas a:hover {
	color: #fff;
	background-color: #000;
}

.home-blog-recientes-contendor-titulo-post {
	font-size: 25px;
	font-family: 'Aeonik-Regular';
	color: #000;
	line-height: 1.1em;
	margin-bottom: 10px;
	display: block;
}

.navegacion-superior-slider {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.navegacion-superior-slider a {
	font-size: 13pt;
	color: #000;
}

.navegacion-superior-slider a:hover,
.navegacion-superior-slider a:focus {
	text-decoration: underline;
	color: #fe5000;
}

.home-blog-recientes-contenedor-titulo-post .anterior-siguiente {
	font-family: 'FuturaStd-Heavy';
}

#acceso-blog-texto {
	color: #fe5000;
}

.fecha-posts {
	font-size: 13px;
	color: #333;
}

@media (max-width: 768px) {
	.home-posts-recientes {
		flex-direction: column;
	}

	.home-posts-recientes>div:last-child {
		padding: 0 30px;
	}
}

/************ SHORTCODE FILTRO DE SECTORES ********/

.contenedor-copy-bottom {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #f2f2f2;
}

.contenedor-copy-bottom a {
	color: #fe5000;
}

/************ SHORTCODE USUARIO WEB ********/

.header-nav>div {
	position: absolute;
	bottom: 35px;
	width: 500px;
	right: 0;
	text-align: right;
	font-size: 16px;
	font-family: 'Aeonik-Light';
	font-weight: 200;
}

.header-nav>div .naranja {
	color: #fe5000;
}

.stuck .usuario-web {
	display: none;
}

@media (max-width: 850px) {

	.mobile-nav>div {
		display: none;
	}
}

/**** TORRES DE ALUMINIO ****/

.configurador-torresmoviles-wrapper {
	display: flex;
	gap: 15px;
	flex-direction: row;
	justify-content: space-between;
}

.configurador-torresmoviles-descripcion {
	width: 60%;
}

.configurador-torresmoviles-texto-intro {
	font-size: 22px;
	line-height: 1.3;
}

.banner-categoria-torres {
	width: 30%;
}

.formulario-seleccion-torres-moviles {
	padding-left: 15px;
	width: 40%;
}

.formulario-seleccion-torres-moviles h3 {
	font-family: 'Aeonik-Regular';
	font-weight: 400;
	font-size: 20px;
	color: #000;
	margin-bottom: 0;
}

.formulario-seleccion-torres-moviles img {
	width: 28px;
	height: 28px;
}

.espacio-trabajo-wrapper {
	padding-top: 15px;
}

.altura_trabajo-titulo,
.espacio-trabajo-titulo {
	display: flex;
	gap: 5px;
	align-items: center;
	padding-bottom: 10px;
}

.espacio-trabajo-wrapper label {
	font-family: 'Aeonik-Light';
	font-weight: 200;
}

.configurador-torresmoviles-wrapper>div:last-child {
	text-align: right;
	width: 25%;
}

@media only screen and (max-width: 1024px) {
	.banner-categoria-torres {
		display: none;
	}
}


@media only screen and (max-width: 849px) {
	.configurador-torresmoviles-wrapper {
		flex-wrap: wrap;
	}

	.configurador-torresmoviles-descripcion {
		width: 100%;
	}

	.formulario-seleccion-torres-moviles {
		width: 65%;
	}

	.configurador-torresmoviles-wrapper>div:last-child {
		text-align: left;
		width: 30%;
	}

}

@media only screen and (max-width: 549px) {
	.formulario-seleccion-torres-moviles {
		width: 60%;
		padding-left: 0;
	}

	.configurador-torresmoviles-wrapper>div:last-child {
		text-align: left;
		width: 35%;
	}

	.formulario-seleccion-torres-moviles img {
		width: 20px;
		height: 20px;
	}

	.formulario-seleccion-torres-moviles h3 {
		font-size: 18px;
	}

	.espacio-trabajo-wrapper label {
		font-size: 13px;
	}
}