/*
Theme Name: Translink
Theme URI: https://www.translinkpt.com/
Author: Prestigia Online
Author URI: https://www.translinkpt.com/
Description: Nueva web Translink
Version: 1.0
Text Domain: translink
*/
body {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #4d4d4d;
	background: #fff;
	overflow-x: hidden !important
}

header {
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 9999;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

#menu_idiomas {
	display: flex;
	align-items: center;
}

#menu_idiomas .wpml-ls {
	display: flex;
	align-items: center;
}

#menu_idiomas .wpml-ls ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu_idiomas .wpml-ls ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu_idiomas .wpml-ls ul li a {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	white-space: nowrap;
	text-decoration: none;
}

#menu_idiomas .wpml-ls ul li.wpml-ls-current-language a {
	font-weight: 600;
}

#buscar_header {
	float: right;
	color: #19171a;
	font-size: 15px;
	padding-top: 20px;
	margin-left: 20px
}

.img_full {
	width: 100%;
	max-width: 100%;
	position: relative;
	z-index: 9997
}

a {
	color: #4d4d4d;
	text-decoration: none;
}

a:hover {
	text-decoration: none !important;
	color: #E41C16;
}

#logo {
	width: 100%;
	max-width: 277px
}

#row_logo {
	padding-top: 40px;
	padding-bottom: 40px
}

.col_header {
	border-left: 1px solid #ececec
}

.col_header .icono {
	float: left;
	font-size: 18px;
	margin: -3px 10px 0px 0px
}

/*
footer {
	background: #19171a;
	color: #fff;
	padding: 50px 0px;
	position: relative;
	z-index: 9997
}

footer img {
	width: 100%;
}

footer img.logol {
	max-width: 80px;
}

footer img.logo2 {
	width: 60%;
	display: block;
}

footer p.gene {
	color: #FFFFFF;
	margin: 10px 0px 0px;
}

footer a {
	color: #d7d9dd;
	font-size: 13px;
	line-height: 26px
}

footer a:hover {
	color: #fff
}

.borde_footer {
	border-left: 1px solid #7b7b7b;
	padding-left: 28px;
	min-height: 195px
}

#nombre_logo_footer {
	color: #7b7b7b;
	font-weight: 700;
	margin-bottom: 7px;
	font-size: 16px
}

.titulos_footer {
	color: #7b7b7b;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}



#copy {
	background: #000;
	padding: 18px 0px;
	color: #7b7b7b;
	position: relative;
	z-index: 9997
}

#copy a {
	color: #fff
}
*/
#fondo_menu {
	background: #fafafa
}

.gc {
	color: #c6c7c9
}

#franja_top {
	padding: 13px 0px;
	border-bottom: 1px solid #ececec
}

#franja_top a {
	margin-right: 30px;
	color: #19171a
}

#franja_top a i {
	color: #cccccc;
	margin-right: 6px;
	font-size: 13px
}

p {
	font-size: 15px;
	line-height: 23px
}

.p_destacado,
.p_chico {
	margin-bottom: 20px;
}

.p_destacado,
.p_destacado p {
	font-weight: 700;
	font-size: 21px;
	color: #19171a;
	line-height: 30px;
}

.p_chico p {
	font-size: 15px;
	text-align: justify;
}

.c_rojo,
.c_rojo p {
	color: #e02023;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

.c_negro {
	color: black;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

p {
	color: #19171a;
}

.evento_hist {
	margin-bottom: 20px;
}


/* BOTONES */
.btn-primary {
	border-radius: 0px;
	border: 0px;
	font-weight: 700;
	font-size: 14px;
	padding: 8px 13px;
	transition: all 0.3s;
	-webkit-transition: all 0.2s
}

.btn_gr {
	border: 2px solid #d7d9dd;
	background: #d7d9dd;
	color: #19171a
}

.btn_gr:hover {
	border: 2px solid #19171a;
	background: #19171a;
	color: #fff
}

.btn_bl {
	border: 2px solid #19171a;
	background: #19171a;
	color: #fff
}

.btn_bl:hover {
	border: 2px solid #d7d9dd;
	background: #d7d9dd;
	color: #19171a
}

.btn_gro {
	background: #19171a;
	color: #d7d9dd;
	border: 2px solid #19171a
}

.btn_gro:hover {
	background: #fff;
	color: #19171a;
	border: 2px solid #fff
}

/* FIN BOTONES */


/* HOME */
#item_h1 {
	background: url('imagenes/home/destacados/fondo1.jpg');
	background-size: cover;
	text-align: center;
	padding: 70px 0px;
	color: #000;
	font-size: 20px;
	margin-top: -80px;
	position: relative;
	z-index: 9998
}

#item_h2 {
	background: url('imagenes/home/destacados/fondo2.jpg');
	background-size: cover;
	text-align: center;
	padding: 70px 0px;
	color: #fff;
	font-size: 20px;
	margin-top: -80px;
	position: relative;
	z-index: 9998
}

#item_h3 {
	background: url('imagenes/home/destacados/fondo3.jpg');
	background-size: cover;
	text-align: center;
	padding: 70px 0px;
	color: #fff;
	font-size: 20px;
	margin-top: -80px;
	position: relative;
	z-index: 9998
}

#item_h1:hover {
	background: #D6D6D6;
}

#item_h2:hover {
	background: #010202;
}

#item_h3:hover {
	background: #C12928;
}

#item_h1 span,
#item_h2 span {
	color: #e02023;
	font-size: 17px
}

#item_h3 span {
	color: #000;
	font-size: 17px
}





h1 {
	font-size: 32px;
	font-weight: 300;
	margin: 0px;
	padding: 0px
}

.linea_titulos {
	width: 90px;
	margin-top: 8px;
	height: 2px;
	background: #e02023
}

#distribuidor_home {
	background: url('imagenes/home/fondo_distribuidor.jpg');
	padding: 40px 0px;
	color: #19171a;
	font-size: 20px
}

#distribuidor_home span {
	color: #e02023;
	font-size: 30px;
	font-weight: 300
}

#distribuidor_home .btn_gro {
	font-weight: 600;
	padding: 8px 20px;
	margin-top: 16px
}

.item_fh {
	color: #7a7a7a
}

.item_fh img {
	width: 100%;
	max-width: 60px
}

.item_fh span {
	font-size: 18px;
	color: #19171a;
	font-weight: 300
}

.item_fh a {
	color: #e02023;
	font-weight: 500;
	font-size: 13px
}

.descripcion_item_fh {
	width: 100%;
	max-width: 200px;
	margin: auto
}

/* FIN HOME */


.cabeceras_sec {
	text-align: center;
	padding: 66px 64px;
	color: #e02023;
	position: relative;
	z-index: auto;
	background: #ffffff;
	overflow: hidden;
}

.cabecera_bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	/* opacity: 0.25; */
	pointer-events: none;
	filter: grayscale(100%) brightness(300%) opacity(30%);
}

.cabecera_content {
	position: relative;
	z-index: 1;
}

.cabeceras_sec h1 {
	margin: 0;
	padding: 0;
	font-weight: 400;
	letter-spacing: 0;
	font-size: 40px;
	color: #e02023;
	line-height: 1.2;
}

.cabeceras_sec h2 {
	margin: 8px 0 0;
	padding: 0;
	font-size: 24px;
	font-weight: 400;
	color: #e02023;
	line-height: 32px;
}



/* HISTORIA */
#historia_sec {}

.anio_historia {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px
}

/* .anio_historia{ color:#e02023} */

.fondo_gris_20 {
	background: #f5f5f5;
	width: 32%;
	height: 100%;
	position: fixed;
	top: 0px;
	z-index: -1;
}

.fondo_gris_50 {
	background: #f5f5f5;
	width: 50%;
	left: 50%;
	height: 100%;
	position: fixed;
	bottom: 0px;
	z-index: -1;
}

.fondo_gris_70 {
	background: #f5f5f5;
	width: 60%;
	height: 100%;
	position: fixed;
	top: 0px
}

#icono_empresa {
	float: left;
	min-height: 200px;
	margin-right: 25px
}

.certificado {
	display: inline-block;
	padding: 0px;
	margin-top: 30px;
}


/* FIN HISTORIA */


/* TRANSMISION DE POTENCIA */
.item_transmision {
	margin-top: 30px;
	margin-bottom: 30px
}

.item_transmision:hover {
	opacity: 0.9
}

#frase_transmision {
	background: #f0f0f0;
	padding: 40px 0px;
	color: #19171a;
	font-size: 15px
}


.imagen_sub img {
	object-fit: cover;
	height: 200px;
}

.imagen_subs {
	margin-top: 20px;
	font-size: 19px
}



/* FIN TRANSMISION DE POTENCIA */


/* CONTACTO */
.padding0 {
	padding: 0px
}

#contacto_sec {
	background: url('imagenes/contacto/cabecera.jpg');
	background-size: cover;
	background-position: bottom
}

.item_contacto {
	text-align: center
}

.item_contacto i {
	font-size: 30px;
	color: #cccccc
}

.item_contacto span {
	font-weight: 700;
	font-size: 19px;
	color: #19171a
}

#izquierda_contacto {
	background: #efefef;
	padding: 100px 0px
}

.campo_contacto {
	width: 100%;
	border: 0px;
	background-color: #fff;
	padding: 8px 10px;
	margin-bottom: 10px
}

.btn_enviar {
	width: 100%;
	border: 0px;
	background: #000;
	color: #fff;
	padding: 10px 0px;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 17px;
	transition: all 0.3s;
	-webkit-transition: all 0.2s
}

.btn_enviar:hover {
	background: #19171a
}

.map-cont {
	position: relative;
	;
}

/* #map{width:100%; height:100%;} */



#map {
	overflow: hidden;
	position: relative;
	right: 10px;
	height: 450px;
	width: 100%;
}

#map iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#izquierda_contacto input[type="text"],
#izquierda_contacto input[type=email],
#izquierda_contacto textarea {
	max-height: 200px;
	font-size: 18px;
	border-radius: 0px;
	width: 100%;
	border: 0px;
	background-color: #fff;
	padding: 8px 10px;
	margin-bottom: 10px
}

#izquierda_contacto input[type="submit"] {
	width: 100%;
	border: 0px;
	background: #000;
	color: #fff;
	padding: 10px 0px;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 17px;
	transition: all 0.3s;
	-webkit-transition: all 0.2s
}

#izquierda_contacto input[type="submit"]:hover {
	background-color: #E41C16;
	color: #fff;
}

/* FIN CONTACTO */

/* ACTUALIDAD */
#actualidad_sec {
	background: url('imagenes/actualidad/cabecera.jpg');
	background-size: cover;
}

.item_actualidad {
	margin-bottom: 30px
}

.descripcion_item_actualidad {
	background: #fff;
	padding: 30px 40px
}

.descripcion_item_actualidad a {
	font-size: 15px;
	color: #525252
}

.icons_item_actualidad {
	border-left: 3px solid #e02023;
	float: left;
	padding-left: 20px;
	margin-bottom: 20px
}

.icons_item_actualidad a {
	color: #c6c7c9;
	margin-right: 15px;
	font-size: 13px
}

.icons_item_actualidad i {
	color: #e02023;
	margin-right: 5px
}

.icons_item_actualidad div a {
	font-weight: 700;
	font-size: 29px;
	color: #19171a;
}

.icons_item_actualidad .taglist a {
	margin-right: 5px;
}

.icons_item_actualidad .comentarios {
	margin-left: 10px;
	color: #c6c7c9;
}

.fecha_item_actualidad {
	color: #c6c7c9;
	font-size: 14px;
	float: left;
	margin-right: 0px;
	margin-bottom: 20px
}

.fecha_item_actualidad div {
	font-weight: 700;
	color: #19171a;
	font-size: 23px;
	margin-bottom: -4px
}

.fecha_item_actualidad {
	width: 50px;
}

.icons_item_actualidad {
	width: 550px;
}

.d_actualidad span {
	font-size: 15px;
	color: #19171a;
	font-weight: 700
}

.d_actualidad p {
	line-height: 23px;
	font-size: 14px
}

.fecha_item_actualidad {
	text-transform: uppercase;
}


/* FIN ACTUALIDAD */


/* CANALES */
#canales_sec {
	background: url('imagenes/canales/cabecera.jpg');
	background-size: cover;
}

.titulo_presupuesto {
	font-size: 26px;
	color: #19171a
}

.item_canales .numero {
	float: left;
	color: #e02023;
	border: 2px solid #e02023;
	border-radius: 60px;
	padding: 5px 11px 2px 11px;
	font-weight: 700;
	margin-right: 20px;
	font-size: 15px
}

.item_canales .p_chico {
	font-size: 13px;
	line-height: 20px;
	padding-left: 50px;
}

/* FIN CANALES */


/* SINGLE POST */
.sharelink {
	/* border-bottom:1px solid #ececec; padding-bottom:20px; margin-bottom:20px; */
}

.sharelink a {
	margin-right: 20px;
	font-size: 15px
}

.as_single {
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: 20px 0px;
	margin: 20px 0px
}

.as_single .col-sm-6 {
	padding: 0px
}

.link_as {
	color: #c6c7c9;
	font-weight: 600
}

.link_as .fa-long-arrow-left {
	margin-right: 10px
}

.link_as .fa-long-arrow-right {
	margin-left: 10px
}

.campo_comentario {
	width: 100%;
	background: #fff;
	border: 1px solid #ececec;
	padding: 8px 10px;
	margin-bottom: 10px
}

.cabeceras_post {
	text-align: center;
	padding: 150px 0px 30px 0px;
	color: #fff;
	position: relative;
	z-index: 9998
}

.cabeceras_post .fecha_item_actualidad,
.cabeceras_post .fecha_item_actualidad div,
.cabeceras_post .icons_item_actualidad a,
.cabeceras_post .icons_item_actualidad div,
.cabeceras_post .icons_item_actualidad i {
	color: #fff
}

.cabeceras_post .icons_item_actualidad {
	text-align: left;
	border-color: #fff
}

.cabeceras_post .icons_item_actualidad div {
	margin-top: -4px
}

.breadcumb {
	background: #ffffff;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 8px 0;
	position: relative;
	z-index: auto;
	font-size: 12px;
	color: #333;
	line-height: 24px;
}

.breadcumb_inner {
	padding: 0 40px;
	max-width: 1440px;
	margin: 0 auto;
}

.breadcumb a {
	color: #333;
	font-size: 12px;
}

.breadcumb i {
	margin-left: 5px;
	margin-right: 5px;
	color: #333
}

.izquierda_post {
	border-right: 1px solid #d9dbdf;
	padding-right: 40px
}

.d_post {
	padding-left: 40px
}

.d_post span {
	font-size: 15px;
	color: #19171a;
	font-weight: 700
}

.d_post p {
	line-height: 23px;
	font-size: 14px
}

/* FIN SINGLE POST */


/* POLEAS */
#poleas_sec {
	background: url('imagenes/poleas/cabecera.jpg');
	background-size: cover
}

/* FIN POLEAS */


/* POLEAS Y CASQUILLOS */
.titulo_producto {
	font-weight: 700;
	font-size: 23px;
	color: #19171a;
	margin: 10px 0px 40px 0px
}

.botonlist {
	display: block;
	width: 100%;
	border: 2px solid #e82930;
	font-weight: 700;
	color: #19171a;
	font-size: 14px;
	padding: 8px 10px 5px 10px;
	margin-bottom: 50px;
	margin-top: 0px;
	transition: all 0.3s;
	-webkit-transition: all 0.2s
}

.botonlist:hover {
	background: #e82930;
	border: 2px solid #e82930;
	font-weight: 700;
	color: #fff
}


.list_product {
	font-style: italic;
	color: #b3b3b3
}

.list_product img {
	margin-bottom: 5px;
	margin-top: 15px
}

#menu_productos {
	color: #19171a;
	line-height: 24px
}

#menu_productos span {
	font-weight: 700;
	color: #19171a
}

#menu_productos .active {
	color: #e82930
}

/* FIN POLEAS Y CASQUILLOS */




/*
WORDPRESS
*/

.dropdown-menu li a {
	text-transform: uppercase;
}

.btn .caret {
	margin-left: 7px !important;
}

.borde_footer ul {
	padding: 0px;
}

.borde_footer ul li {
	list-style: none;
}

.espacio_footer a i,
.espacio_footer a img#whatsico {
	margin-right: 10px;
}

.espacio_footer i {
	margin-right: 10px;
}


#menu_productos ul {
	padding: 0px;
	list-style: none;
}

#menu_productos>ul>li {
	margin-bottom: 40px;
}


#menu_productos>ul>li>ul>li {
	margin-bottom: 0px;
	font-weight: normal;
	text-transform: none;
}

#menu_productos ul li ul li a {
	font-weight: normal;
	text-transform: none;
	margin-bottom: 5px;
}

#menu_productos ul>li>a {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: block;
}


#menu_productos .current-menu-item a {
	color: #e82930;
}

.espaivertical {
	padding: 40px 0px 60px 0px;
}


/*
NUMERIC PAGINATION
 */


#paginacion ul {
	margin: 0px;
	padding: 0px;
}

#paginacion li a {
	background: #c6c7c9;
	color: #19171a;
	border-radius: 60px;
	padding: 5px 13px;
	font-size: 13px;
	margin-right: 3px;
	transition: all 0.3s;
	-webkit-transition: all 0.2s
}

#paginacion li a:hover {
	background: #19171a;
	color: #c6c7c9;
	cursor: pointer
}

#paginacion li.active a {
	background: #19171a;
	color: #c6c7c9;
	cursor: pointer
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #282828;
	text-decoration: none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #6FB7E9;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #3C8DC5;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin: 20px 0px 20px 0px;
}

.wpcf7-form a {
	color: #E21B16;
}



/*
SIDEBAR
 */

.etiqueta_actualidad {
	border: 1px solid #ececec;
	padding: 2px 10px;
	margin-right: 4px;
	line-height: 36px;
	color: #c6c7c9;
}

#sidebar {
	line-height: 25px;
}

#sidebar ul,
#sidebar ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar>ul>li {
	margin-bottom: 30px;
}

#sidebar ul li ul {
	padding-left: 12px;
}

#sidebar ul li ul li {
	list-style: square;
	list-style-position: outside;
}

#sidebar ul li ul li a:hover {
	color: #e02023;
}

#sidebar h2 {
	font-size: 15px;
	color: #19171a;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}

/*
CANALES
 */

.d_canales .form_contacto {
	text-align: left;
	margin-top: 30px;
}

.d_canales input[type="text"],
.d_canales input[type=email],
.d_canales textarea,
.d_canales select {
	height: auto;
	font-size: 16px;
	border-radius: 0px;
	width: 100%;
	border: 0px;
	background-color: #fff;
	padding: 8px 10px;
	margin-bottom: 10px
}

.d_canales input[type="submit"] {
	width: 100%;
	border: 0px;
	background: #000;
	color: #fff;
	padding: 10px 0px;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 16px;
	transition: all 0.3s;
	-webkit-transition: all 0.2s
}

.d_canales input[type="submit"]:hover {
	background: #E41C16;
}


.slidertext {
	position: absolute;
	font-size: 30px;
	text-align: center;
	width: 800px;
	top: 50%;
	z-index: 2;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	display: block;
	margin: auto;
	padding: 30px;
	left: 50%;
	top: 30%;
	left: 0;
	right: 0;
	text-shadow: 2px 2px 8px #000;
}

.callbacks li {
	max-height: 600px;
}



/*----------------------------------------------------------------------------------- SEARCH */

section.resultados {
	min-height: 500px;
}

#search-box {
	display: none;
	color: #282828;
	padding: 30px 0px;
	background-color: #FAFAFA;
}

#searchform input {
	border: none;
	padding: 10px 15px;
	font-size: 15px;
	line-height: 20px;
}

#searchform input[type="text"] {
	background-color: #D7D9DD;
	color: #282828;
	width: 68%;
}

#searchform input[type="submit"] {
	background-color: #181719;
	color: #fff;
	width: 30%;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}

#searchform input[type="submit"]:hover {
	background-color: #E41C16;
	color: #fff;
}

#searchsubmit {
	position: relative;
	font-size: 12px;
	color: #FFF
}

.iconolupa {
	cursor: pointer;
}

.newsearch {
	margin-top: 40px;
}

.cursivasearch {
	font-style: italic;
	color: #646464;
	font-weight: lighter;
}

.descrip {
	color: #626262;
}

li.sitem {
	list-style: square;
}

li.sitem a {
	color: #E41C16;
	text-decoration: underline;
}

li.sitem a:hover {
	color: #000;
	text-decoration: underline;
}

li.sitem {
	margin-bottom: 10px;
}

li.sitem p {
	margin: 0px;
}


#cssmenu.menu-principal-container .current-menu-ancestor>a {
	border-bottom: 3px solid #e02023;
}

#cssmenu.menu-principal-container ul li.current-menu-item>a {
	border-bottom: 3px solid #e02023;
}

#cssmenu.menu-principal-container ul li ul li.current-menu-item>a {
	border-bottom: 1px solid #333333;
}


#cssmenu.small-screen .current-menu-ancestor>a {
	color: #E41C16;
	border-bottom: 0px;
}

#cssmenu.small-screen ul li.current-menu-item>a {
	color: #E41C16;
	border-bottom: 0px;
}

#cssmenu.small-screen ul li ul li.current-menu-item>a {
	color: #E41C16;
	border-bottom: 0px;
}

#whatsico {
	margin-right: 10px;
	position: relative;
	width: 13px;
	height: 13px;
}



/*----------------------------------------------------------------------------------- MENU */

/* ---- Hamburger button ---- */
.nav-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	padding: 15px 15px;
	background: none;
	border: none;
	cursor: pointer;
	flex-shrink: 0;
	align-self: center;
	order: 3;
}

.nav-toggle span {
	display: block;
	width: 22px;
	height: 2px;
	background: #333;
	border-radius: 1px;
	transition: transform 0.2s, opacity 0.2s;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---- Nav reset ---- */
.main-nav,
.main-nav ul,
.main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-nav a {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	color: #333;
}

/* ---- Desktop (≥1200px) ---- */
@media (min-width: 1200px) {
	.main-nav > ul {
		display: flex;
		align-items: stretch;
		height: 100%;
	}

	.main-nav > ul > li {
		position: relative;
	}

	.main-nav > ul > li > a {
		display: flex;
		align-items: center;
		height: 100%;
		padding: 16px 24px;
		color: #333;
		border-bottom: 2px solid transparent;
		white-space: nowrap;
	}

	/* Active & hover indicator */
	.main-nav > ul > li > a:hover,
	.main-nav > ul > li.current-menu-ancestor > a,
	.main-nav > ul > li.current-menu-item > a {
		border-bottom-color: #e02023;
	}

	/* Dropdown panel */
	.main-nav > ul > li > ul {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		background: #333;
		width: 654px;
		padding: 24px 40px;
		columns: 2;
		column-gap: 24px;
		box-shadow: 0 8px 24px rgba(0,0,0,0.2);
		z-index: 9999;
	}

	/* Show on hover — pure CSS, no JS */
	.main-nav > ul > li:hover > ul {
		display: block;
	}

	.main-nav > ul > li.onecol > ul {
		columns: 1;
		width: auto;
		min-width: 220px;
	}

	.main-nav > ul > li > ul > li {
		break-inside: avoid;
		margin-bottom: 8px;
	}

	.main-nav > ul > li > ul > li > a {
		color: #fff;
		font-size: 16px;
		font-weight: 400;
		line-height: normal;
		padding: 0;
	}

	.main-nav > ul > li > ul > li > a:hover {
		color: #fff;
		text-decoration: underline !important;
	}

	.main-nav > ul > li > ul > li.current-menu-item > a {
		text-decoration: underline;
	}

	/* Hide mobile elements */
	.nav-toggle { display: none !important; }
	.main-nav .sub-toggle { display: none; }
}

/* ---- Mobile (<1200px) ---- */
@media (max-width: 1199px) {
	.nav-toggle { display: flex; }

	/* Menu slot hides on mobile, toggled via nav-open class */
	.m25wrapmenu_menu {
		display: none;
		width: 100%;
		order: 10;
		border-top: 1px solid #e0e0e0;
	}

	#m25wrapmenu.nav-open .m25wrapmenu_menu {
		display: block;
	}

	/* Logo takes remaining space, hamburger on right */
	.m25wrapmenu_logo {
		flex: 1 !important;
		width: auto !important;
	}

	/* Full-width nav list */
	.main-nav > ul {
		display: flex;
		flex-direction: column;
	}

	.main-nav > ul > li {
		position: relative;
		border-bottom: 1px solid #f0f0f0;
	}

	.main-nav > ul > li > a {
		display: block;
		padding: 14px 20px;
		color: #333;
	}

	/* Sub-menu expand button (injected via JS) */
	.main-nav .sub-toggle {
		position: absolute;
		top: 0;
		right: 0;
		width: 48px;
		height: 52px;
		background: none;
		border: none;
		border-left: 1px solid #f0f0f0;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 20px;
		font-weight: 300;
		color: #333;
		line-height: 1;
		padding: 0;
	}

	/* Sub-menu */
	.main-nav > ul > li > ul {
		display: none;
		background: #f4f4f4;
		padding-left: 0;
	}

	.main-nav > ul > li.is-open > ul {
		display: block;
	}

	.main-nav > ul > li > ul > li > a {
		display: block;
		padding: 12px 24px;
		font-size: 15px;
		color: #555;
		border-bottom: 1px solid #ebebeb;
	}

	/* Current item */
	.main-nav > ul > li.current-menu-item > a,
	.main-nav > ul > li.current-menu-ancestor > a {
		color: #e02023;
	}
}

.sinpaddingmenu {
	padding: 0px;
}

.rsc_title {
	color: #e02023;
	font-size: 30px;
	font-weight: 300;
}

.rsc_content p {
	text-align: left;
}

.rsc_content p a {
	font-weight: bold;
	text-decoration: underline;
}

.rsc_row {
	padding: 80px 0px;
}

#rsc_content_row .rsc_row:nth-child(even) {
	background-color: #F5F5F5;
}

.rsc_img {
	display: block;
	margin-top: 20px;
}

.rsc_img a img {
	width: 100%;
}

/* Catalogos */

.pdfemb-viewer {
	margin: 0px auto !important;
}

.titulo_pdf {
	padding: 50px;
	font-weight: 800;
}

.movie-card {
	background: #ffffff;

	width: 100%;
	max-width: 250px;
	margin: 1em;

	display: inline-block;
}

.movie-header {
	padding: 0;
	margin: 0;
	height: 367px;
	width: 100%;
	display: block;
	border-radius: 5px;
	box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
}

.header-icon-container {
	position: relative;
}

.header-icon {
	width: 100%;
	height: 367px;
	line-height: 367px;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
	opacity: 0;
}

.header-icon:hover {
	background: rgba(220, 220, 220, 0.75);
	font-size: 25px;
	color: #E22023;
	opacity: 1;
	width: 100%;
	height: 367px;
	line-height: 367px;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;

}

.movie-card:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.movie-content {
	padding: 18px 0px 0px 0px;
	margin: 0;
}

.movie-content-header,
.movie-info {
	display: table;
	width: 100%;
}

.movie-title {
	font-size: 14px;
	text-align: left;
	margin: 0;
	display: table-cell;
}

.movie-info {
	margin-top: 1em;
}

.info-section {
	display: table-cell;
	text-transform: uppercase;
	text-align: center;
}

.info-section:first-of-type {
	text-align: left;
}

.info-section:last-of-type {
	text-align: right;
}

.info-section label {
	display: block;
	color: rgba(0, 0, 0, 0.5);
	margin-bottom: .5em;
	font-size: 9px;
}

.info-section span {
	font-weight: 700;
	font-size: 11px;
}

@media screen and (max-width: 500px) {
	.movie-card {
		width: 95%;
		max-width: 95%;
		margin: 1em;
		display: block;
	}
}

/* CHANGE COLOUR OF FS OVERLAY */
div.pdfemb-inner-div-wantmobile {
	background-color: lightgray !important;
	opacity: 0.5;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
	max-width: 100%;
}

.caja {
}

.alink {
	color: #e82930;
}

.cat-tit {
	color: #e82930;
	font-size: 12px;
	font-weight: 800;

}

.small,
small {
	font-size: 75% !important;
}

.category-list {
	padding-bottom: 25px;
}


.catalogo-categories {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px;
}

.catalogo-categories li {
	display: inline;
}

.catalogo-categories a {
	display: inline-block;
	padding: 8px 12px;
	color: #333;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	transition: border-bottom-color 0.2s ease;
}

.catalogo-categories a:hover,
.catalogo-categories a.active {
	border-bottom-color: #e02023;
}

.flexrow {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}






/* Mods 25 */



:root {
  --wrapper: 1440px;
  --bg-dark: #333333;
  --text-dark: #333333;
  --text-claro: #F4F4F4;
  --rojo-corp: #e02023;
  --separador: #C4C4C4;
  --textbody: 16px;
  --textfeat: 20px;
  --textfeat2: 28px;
  --texttitle: 32px;

  color: var(--text-dark);

}


.flexcolumn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#m25wrapmenu {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0px 0px;
	flex-wrap: wrap;


	.m25wrapmenu_logo {

		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 50%;
		order: 1;
		padding: 25px 25px;

		img {
			display: block;
			width: 120px;
		}

	}

	.m25wrapmenu_menu {
		width: 100%;
		order: 3;

	}

	/* Mobile: lang oculto, se muestra al final del menú abierto */
	.m25wrapmenu_lang {
		display: none;
		width: 100%;
		order: 11;
		padding: 14px 20px;
		border-top: 1px solid #f0f0f0;
		justify-content: center;

		.wpml-ls ul {
			padding-left: 0;
			display: flex;
			flex-direction: row;
			margin: 0;
			gap: 16px;

			li {
				list-style: none;
				padding: 0;
				text-transform: uppercase;
			}
		}
	}

	&.nav-open .m25wrapmenu_lang {
		display: flex;
	}

	@media screen and (min-width: 1200px) {

		flex-direction: row;
		padding: 0px 32px;

		.m25wrapmenu_logo {
			width: auto;
			order: 1;
			padding: 0px;
		}

		.m25wrapmenu_menu {
			width: auto;
			order: 2;
		}

		.m25wrapmenu_lang {
			display: flex;
			flex-direction: column;
			justify-content: center;
			width: auto;
			order: 3;
			padding: 0px;
			border-top: none;

			.wpml-ls ul {
				justify-content: end;
			}
		}
	}
}


footer {
	background-color: var(--bg-dark);
	color: var(--text-claro);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	padding: 0px;
	font-size: var(--textbody);

	.footer_wrap {
		width: 100%;
		display: flex;
		flex-direction: column;
		padding: 20px;
		justify-content: space-around;

		.footer_col {
			width: 100%;
			padding: 20px 0px 20px 0px;

			.footer_doble {
				margin-top: 24px;
			}

			&:not(:first-child) {
				border-top: 1px solid #6C6C6C;
			}

			&.footer_hide_mobile {
				display: none;
			}

			ul {
				padding-left: 0;
				display: flex;
				flex-direction: column;
				gap: 8px;
				margin: 0;

				li {
					list-style: none;
					margin-bottom: 0;
				}
			}

			.footer_icons {
				display: flex;
				flex-direction: column;
				gap: 16px;

				.foo {
					display: flex;
				}

				i {
					margin-right: 8px;
					&::before {
						max-width: 13px;
					}
				}

				.footer_icons_item {
					display: flex;
					flex-direction: row;
					align-items: center;
					gap: 8px;
				}
			}

			.footer_logos {
				display: flex;
				flex-direction: column;
				gap: 10px;

				> * {
					max-width: 180px;
				}

				img.imgsap {
					max-width: 138px;
				}
			}

			.titulos_footer {
				font-size: var(--textfeat);
				font-weight: 300;
				line-height: 32px;
				margin-bottom: 24px;
			}
		}
	}

	a {
		color: var(--text-claro);

		&:hover {
			color: var(--rojo-corp);
		}
	}

	img {
		max-width: 100%;
	}

	@media screen and (min-width: 769px) {

		padding: 0;

		.footer_wrap {
			flex-direction: row;
			max-width: 1440px;
			width: 100%;
			margin: 0 auto;
			padding: 64px 40px;

			.footer_col {
				flex: 1;
				padding: 0px 20px 0px 20px;

				&:not(:first-child) {
					border-left: 1px solid #6C6C6C;
					border-top: none;
				}

				&.footer_hide_mobile {
					display: block;
				}
			}
		}
	}
}

#copy {
	color: #c4c4c4;
	background-color: var(--bg-dark);
	display: flex;
	flex-direction: column;
	border-top: 1px solid #6C6C6C;
	padding: 20px 20px;
	font-size: var(--textbody);

	.copy_right {
		flex-direction: column;
	}

	@media screen and (min-width: 769px) {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 16px 32px;

		.copy_right {
			display: flex;
			flex-direction: row;
			gap: 16px;
		}
	}

	a {
		color: #c4c4c4;

		&:hover {
			color: var(--rojo-corp);
		}
	}
}

.grecaptcha-badge {
	display: none !important;
}

section.flexnew {
	display: flex;
	justify-content: center;
	padding: 0px
}

section {
	padding: 70px 0px
}

.wrapper {

	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	padding: 0px 20px;

	@media screen and (min-width: 769px) {

		flex-direction: row;
		max-width: var(--wrapper);

	}
}

#home_hero {

	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;

	.slider_wrapper {
		display: flex;
		width: 100%;
		flex-direction: column;
		position: relative;
	}

	.blocks {
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin-bottom: 40px;
		flex: 1;
		margin-top: 20px;
		z-index: 2;
		

		.item {
			display: flex;
			color: var(--text-dark);
			flex: 1;
			box-shadow: 0px 0px 40px -20px rgba(0,0,0,0.75);
			border-radius: 5px;

			a {
				display: flex;
				flex-direction: column;
				width: 100%;

				.name {
					font-size: var(--texttitle);
					color: var(--text-dark);
					padding: 20px 20px;
					background-color: #fff;
					height: 110px;
					display: flex;
					flex-direction: column;
					justify-content: center;
					border-radius: 10px 10px 0px 0px;
					display: none;
				}

				.image {
					height: 250px;
					background-color: aqua;
					border-radius: 10px 10px 10px 10px;

					.imagetext {
						font-size: var(--texttitle);
						color: var(--text-claro);
						padding: 20px 20px;
						display: flex;
						flex-direction: column;
						height: 100%;
						justify-content: center;
						align-items: center;
						text-shadow: 0px 0px 7px #000000;
					}

					&.image1 {
						background: url('imagenes/home/destacados/fondo2.jpg');
						background-size: cover;
					}

					&.image2 {
						background: url('imagenes/home/destacados/fondo1.jpg');
						background-size: cover;
					}

					&.image3 {
						background: url('imagenes/home/destacados/fondo3.jpg');
						background-size: cover;
					}
				}
			}
		}

		@media screen and (min-width: 769px) {

			flex-direction: row;
			justify-content: space-between;
			gap: 10px;
			max-width: 1216px;
			margin: -110px auto 0;


			.item { 

				border: none;
				box-shadow: none;

				a {
					.name {
						font-size: var(--texttitle);
						padding: 20px 20px;
						display: flex;
					}

					.image {
						border-radius: 0px 0px 0px 0px;

						.imagetext {
							display: none;
						}
					}
				}

			}
			
		}
	}

}



#home_about {
	width: 100%;
	display: flex;
	flex-direction: column;
	border-top: 1px solid var(--separador);
	border-bottom: 1px solid var(--separador);
	padding: 20px 0px;

	.text {

		display: flex;
		flex-direction: column;

		.textwrap {

			padding: 20px 20px;
			h3 {
				font-size: var(--texttitle);
				color: var(--rojo-corp);
				font-weight: normal;
				margin: 0px 0px 20px;
			}

			.intro {
				color: var(--text-dark);

				p {
					font-size: 22px;
					line-height: 32px;
					font-weight: 300;
					margin-bottom: 8px;

					&:last-child {
						margin-bottom: 0;
					}
				}
			}

			.more {
				color: var(--text-dark);
				font-weight: 500;
				font-size: 16px;
				line-height: 100%;
				text-decoration: underline;
				text-decoration-thickness: 1px;
				text-underline-offset: 8px;
				margin-top: 20px;
				display: inline-block;
				transition: all 0.3s;

				&:hover {
					color: var(--rojo-corp);

				}
			}

			.textwrap {
				width: 100%;
			}
		}
	}

	.image {

		.media {
			video {
				width: 100%;
			}
		}
	}

	@media screen and (min-width: 769px) {

		flex-direction: row;
		padding: 0px 0px;
		margin: 40px 0px;

		.text,
		.image {
			flex: 1;
		}

		.image {
			.media {
				position: relative;
				width: 100%;
				height: 100%; /* o altura fija si lo necesitas */
				overflow: hidden;
			}

			.media video {
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				min-width: 100%;
				min-height: 100%;
				object-fit: cover;
				z-index: 0;
			}
		}

		.text {

			flex-direction: row;
			justify-content: end;

			.textwrap {
				max-width: 630px;
				display: flex;
				flex-direction: column;
				justify-content: center;
				padding-right: 40px;
				padding: 60px 40px 60px 0px;
			}
		}
	}
}

#home_about_centered {
	width: 100%;
	display: flex;
	flex-direction: column;
	border-top: 1px solid var(--separador);
	border-bottom: 1px solid var(--separador);
	padding: 20px 0px;
}

#home_about_centered .text {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

#home_about_centered .text .textwrap {
	width: 100%;
	padding: 20px 20px;
}

#home_about_centered .text .textwrap h3 {
	font-size: var(--texttitle);
	color: var(--rojo-corp);
	font-weight: normal;
	margin: 0px 0px 20px;
}

#home_about_centered .text .textwrap .intro {
	color: var(--text-dark);
}

#home_about_centered .text .textwrap .intro p {
	font-size: 22px;
	line-height: 32px;
	font-weight: 300;
	margin-bottom: 8px;
}

#home_about_centered .text .textwrap .intro p:last-child {
	margin-bottom: 0;
}

#home_about_centered .text .textwrap .more {
	color: var(--text-dark);
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 8px;
	margin-top: 20px;
	display: inline-block;
	transition: all 0.3s;
}

#home_about_centered .text .textwrap .more:hover {
	color: var(--rojo-corp);
}

@media screen and (min-width: 769px) {

	#home_about_centered {
		padding: 60px 0px;
		margin: 80px 0px;
	}

	#home_about_centered .text .textwrap {
		max-width: 700px;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0px 40px;
	}
}



#home_team {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 20px 0px;
	

	.text {

		display: flex;
		flex-direction: column;
		background-color: var(--bg-dark);
		

		.textwrap {

			padding: 20px 20px;

			h3 {
				font-size: 24px;
				line-height: 100%;
				color: var(--rojo-corp);
				font-weight: 400;
				margin: 0px 0px 20px;
			}

			.intro p {
				color: #ffffff;
				font-size: 22px;
				line-height: 32px;
				font-weight: 300;
				margin-bottom: 8px;

				&:last-child {
					margin-bottom: 0;
				}
			}

			.bodytext p {
				color: #ffffff;
				font-size: 16px;
				line-height: 24px;
				font-weight: 300;
				margin-bottom: 8px;

				&:last-child {
					margin-bottom: 0;
				}
			}

			.textwrap {
				width: 100%;
			}
		}
	}

	.image {
		background-image: url('https://trk.prestigiaonline.com/wp-content/uploads/2025/06/20250627103102.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		min-height: 300px;
		background-position: center center;
	}

	@media screen and (min-width: 769px) {

		flex-direction: row;
		padding: 0px 0px;
		margin: 40px 0px 0px;

		.text,
		.image {
			flex: 1;
		}

		.image {

		}

		.text {

			flex-direction: row;
			justify-content: start;

			.textwrap {
				max-width: 630px;
				display: flex;
				flex-direction: column;
				justify-content: center;
				padding-right: 40px;
				padding: 100px 0px 100px 60px;
			}
		}
	}
}


#home_strengths_box {

	padding: 40px 0px;

	.home_strengths {
		display: flex;
		flex-direction: column;
		width: 100%;

		.title {
			font-size: var(--texttitle);
			color: var(--rojo-corp);
		}

		.items {
			display: grid;
			grid-template-columns: repeat(2, 1fr);
			grid-template-rows: repeat(1, 1fr);
			gap: 20px;
			margin-top: 40px;

			.item {
				display: flex;
				flex-direction: column;
				gap: 10px;

				.icon {

				}

				.title {
					font-size: var(--textfeat2);
					color: var(--rojo-corp);
				}

				.text {
					font-size: var(--textbody);
					color: var(--bg-dark);
					font-weight: 300;
				}
			}
		}
	}

	@media screen and (min-width: 769px) {

		.home_strengths {
			.items {
				grid-template-columns: repeat(3, 1fr);
			}
		}

	}

}


#history-intro-box {

	flex-direction: column;
	padding: 120px 0px 40px;
	align-items: center;

	.history-intro {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 0px;
	}

	h2 {
		font-size: var(--texttitle);
		color: var(--text-dark);
		margin: 0px;
	}

	p {
		font-size: var(--textbody);
		color: var(--text-dark);
		padding: 20px 0px;
	}

	.history-separador {
		height: 100px;
		width: 1px;
		border-left: 1px solid var(--text-dark)
	}

	@media screen and (min-width: 769px) {
		.history-intro {
			padding: 0px 120px;
		}
		
	}
}





#history-time {
	padding: 0 20px 64px;

	.timeline {
		width: 100%;
	}

	/* Year navigation rail */
	.timeline-nav {
		display: flex;
		align-items: stretch;
		border-top: 1px solid #ccc;
		margin-bottom: 32px;
	}

	.tl-arrow {
		flex-shrink: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 32px;
		background: none;
		border: none;
		cursor: pointer;
		color: #333;
		padding: 0;
		transition: color 0.2s;

		&:hover { color: var(--rojo-corp); }
	}

	.timeline-years-scroll {
		flex: 1;
		overflow-x: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;

		&::-webkit-scrollbar { display: none; }
	}

	.timeline-years {
		display: flex;
		white-space: nowrap;
	}

	.year {
		cursor: pointer;
		font-size: 24px;
		padding: 16px 18px 12px;
		font-weight: 400;
		color: #333;
		flex-shrink: 0;
		border-top: 4px solid transparent;
		margin-top: -1px;
		transition: color 0.2s;

		&.active {
			color: var(--rojo-corp);
			border-top-color: var(--rojo-corp);
		}
	}

	/* Slides */
	.timeline-slides-wrapper {
		overflow: hidden;
		width: 100%;
	}

	.timeline-slides {
		display: flex;
		transition: transform 0.5s ease;
		width: 100%;
	}

	.slide {
		flex: 0 0 100%;
		display: flex;
		flex-direction: column;
		box-sizing: border-box;
	}

	.slide-image {
		img {
			width: 100%;
			height: 260px;
			object-fit: cover;
			display: block;
		}
		.slide-image-placeholder {
			width: 100%;
			height: 260px;
			background: #f0f0f0;
		}
	}

	.slide-content {
		display: flex;
		flex-direction: column;
		gap: 32px;
		padding: 40px 20px;
	}

	.slide-text {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

	.slide-year {
		color: var(--rojo-corp);
		font-size: 24px;
		font-weight: 400;
		line-height: normal;
		margin: 0;
	}

	.slide-content h3 {
		font-size: 32px;
		font-weight: 400;
		color: var(--text-dark);
		line-height: 1.2;
		margin: 0;
	}

	.slide-desc {
		font-size: 16px;
		font-weight: 300;
		color: var(--text-dark);
		line-height: 1.6;
		margin: 0;
	}

	.slide-nav {
		display: flex;
		gap: 16px;
	}

	.slide-nav-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 64px;
		height: 64px;
		border-radius: 50%;
		border: 1px solid #000;
		background: none;
		cursor: pointer;
		flex-shrink: 0;
		color: #333;
		transition: border-color 0.2s, color 0.2s;

		&:hover {
			border-color: var(--rojo-corp);
			color: var(--rojo-corp);
		}

		&:disabled {
			opacity: 0.3;
			cursor: default;
		}
	}

	@media screen and (min-width: 769px) {
		padding: 0 64px 80px;

		.slide {
			flex-direction: row;
			align-items: stretch;
		}

		.slide-image {
			flex: 0 0 50%;
			img, .slide-image-placeholder {
				height: 460px;
			}
		}

		.slide-content {
			flex: 0 0 50%;
			padding: 64px;
		}
	}
}




.cabeceras_new {

  	position: relative;

	&::before {
		content: ""; 
		position: absolute;
		inset: 0;
		background: inherit;
		background-size: inherit;
		background-position: inherit;
		filter: grayscale(100%) brightness(300%) opacity(30%);
		z-index: 0;
	}

	> h1 {
		position: relative;
		z-index: 1;
		color: var(--rojo-corp);
	}
}


#home_presence {
	width: 100%;
	background-image: url('https://trk.prestigiaonline.com/wp-content/themes/translink/imagenes/mapavector.jpg'); ;
	padding: 150px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;

	.home_strengths {
		display: flex;
		width: 100%;
		flex-direction: column;
		padding: 0px 20px;
		text-align: center;

		h4 {
			font-size: var(--texttitle);
			color: var(--rojo-corp);
			font-weight: normal;
			margin: 0px 0px 20px;
		}

		h5 {
			color: var(--text-dark);
			font-size: 22px;
			line-height: 32px;
			font-weight: 300;
			margin-bottom: 0;

			p {
				color: inherit;
				font-size: inherit;
				line-height: inherit;
				font-weight: inherit;
				margin: 0;
			}
		}

		.contact a {
			color: var(--text-dark);
			font-weight: 500;
			font-size: 16px;
			line-height: 100%;
			text-decoration: underline;
			text-decoration-thickness: 1px;
			text-underline-offset: 8px;
			margin-top: 20px;
			display: inline-block;
			transition: all 0.3s;

			&:hover {
				color: var(--rojo-corp);
			}
		}
	}

	@media screen and (min-width: 1024px) {
		.home_strengths {
			padding: 0px 80px;
		}
	}
}

/* ============================================================
   PRODUCT SUB-FAMILY PAGE — new design (page-subfamilia.php)
   ============================================================ */

.prod-layout {
	display: flex;
	align-items: stretch;
	min-height: 60vh;
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.prod-sidebar {
	width: 350px;
	flex-shrink: 0;
	background: #f4f4f4;
	padding: 80px 40px;
	position: relative;
}

.prod-sidebar::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 100vw;
	background: #f4f4f4;
}

.prod-sidebar #menu_productos {
	color: #333;
	line-height: 24px;
	font-size: 16px;
}

.prod-sidebar #menu_productos ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.prod-sidebar #menu_productos > div > ul > li {
	margin-bottom: 24px;
}

.prod-sidebar #menu_productos > div > ul > li > a,
.prod-sidebar #menu_productos span {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 0.32px;
	display: block;
	margin-bottom: 16px;
}

.prod-sidebar #menu_productos li li a {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: normal;
	display: block;
	margin-bottom: 8px;
	text-transform: none;
	letter-spacing: 0;
}

.prod-sidebar #menu_productos > div > ul > li > a:hover,
.prod-sidebar #menu_productos li li a:hover {
	text-decoration: underline !important;
}

.prod-sidebar #menu_productos li.current-menu-item > a,
.prod-sidebar #menu_productos .active {
	color: #e02023;
}

.prod-main {
	flex: 1;
	min-width: 0;
	padding: 80px 64px;
	display: flex;
	flex-direction: column;
	gap: 40px;
	background: #ffffff;
}

/* Two columns */
.prod-columns {
	display: flex;
	gap: 40px;
	align-items: flex-start;
}

.prod-description {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 34px;
}

.prod-title {
	font-size: 32px;
	font-weight: 400;
	color: #333;
	line-height: 32px;
	margin: 0;
	padding: 0;
}

.prod-text {
	font-size: 16px;
	font-weight: 300;
	color: #333;
	line-height: 24px;
}

.prod-text p {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 8px;
}

.prod-text strong,
.prod-text b {
	font-weight: 500;
}

/* Catalogue button */
.btn-catalogue {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #e02023;
	color: #ffffff;
	border: 1px solid #e02023;
	padding: 8px 16px;
	border-radius: 2px;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	align-self: flex-start;
	transition: background 0.2s, border-color 0.2s;
	cursor: pointer;
}

.btn-catalogue:hover {
	background: #c0181b;
	border-color: #c0181b;
	color: #ffffff;
}

.pdf-coming-soon {
	font-size: 13px;
	color: #666;
}

/* Contact form panel */
.prod-form-wrap {
	width: 310px;
	flex-shrink: 0;
	background: #e02023;
	padding: 40px;
	color: #ffffff;
	display: flex;
	flex-direction: column;
}

.prod-form-label {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 0.32px;
	line-height: 24px;
	margin-bottom: 8px;
}

.prod-form-title {
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
	line-height: 1.35;
	margin: 0 0 32px;
	padding: 0;
}

.prod-form-wrap .wpcf7-form p {
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
}

.prod-form-wrap .wpcf7-form input[type="text"],
.prod-form-wrap .wpcf7-form input[type="email"],
.prod-form-wrap .wpcf7-form input[type="tel"],
.prod-form-wrap .wpcf7-form textarea {
	background: #ffffff;
	border: none;
	width: 100%;
	padding: 8px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #6c6c6c;
	display: block;
	border-radius: 0;
	outline: none;
	font-family: 'Roboto', sans-serif;
	box-sizing: border-box;
}

.prod-form-wrap .wpcf7-form input[type="text"]::placeholder,
.prod-form-wrap .wpcf7-form input[type="email"]::placeholder,
.prod-form-wrap .wpcf7-form input[type="tel"]::placeholder,
.prod-form-wrap .wpcf7-form textarea::placeholder {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #6c6c6c;
	opacity: 1;
}

.prod-form-wrap .wpcf7-form textarea {
	height: 120px;
	resize: vertical;
}

.prod-form-wrap .wpcf7-form .wpcf7-acceptance {
	font-size: 14px;
	font-weight: 300;
	color: #ffffff;
	vertical-align: middle;
}

.prod-form-wrap .wpcf7-form .wpcf7-acceptance a {
	color: #ffffff;
	text-decoration: underline;
}

/* El link de política está fuera del span .wpcf7-acceptance, como hermano dentro del <small> */
.prod-form-wrap .wpcf7-form p small a {
	color: #ffffff !important;
	text-decoration: underline !important;
}

.prod-form-wrap .wpcf7-form input[type="submit"],
.prod-form-wrap .wpcf7-form .wpcf7-submit {
	background: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
	padding: 8px 40px;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	border-radius: 2px;
	transition: background 0.2s;
	font-family: 'Roboto', sans-serif;
	line-height: 32px;
	width: auto;
}

.prod-form-wrap .wpcf7-form input[type="submit"]:hover,
.prod-form-wrap .wpcf7-form .wpcf7-submit:hover {
	background: rgba(255, 255, 255, 0.15);
}

/* Product gallery */
.prod-gallery {
	display: flex;
	gap: 8px;
}

.prod-gallery-item {
	flex: 1;
	min-width: 0;
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.prod-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s;
}

.prod-gallery-item:hover img {
	transform: scale(1.03);
}

/* ---- Desktop: toggle button hidden, nav always visible ---- */
.prod-sidebar-toggle {
	display: none;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
	.cabeceras_sec {
		padding: 40px 20px;
	}

	.prod-layout {
		flex-direction: column;
	}

	/* sidebar: full-width, no bleed on mobile */
	.prod-sidebar {
		width: 100%;
		padding: 0;
	}

	.prod-sidebar::before {
		display: none;
	}

	/* toggle button */
	.prod-sidebar-toggle {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding: 16px 20px;
		font-size: 16px;
		font-weight: 500;
		color: #333;
		cursor: pointer;
		background: #f4f4f4;
		border: none;
		text-align: left;
		font-family: 'Roboto', sans-serif;
	}

	.prod-sidebar-chevron {
		width: 10px;
		height: 10px;
		border-right: 2px solid #333;
		border-bottom: 2px solid #333;
		transform: rotate(45deg);
		transition: transform 0.2s;
		flex-shrink: 0;
	}

	.prod-sidebar.is-open .prod-sidebar-chevron {
		transform: rotate(-135deg);
	}

	/* nav hidden by default on mobile, shown when open */
	.prod-sidebar #menu_productos {
		display: none;
		padding: 20px;
		border-bottom: 1px solid #e0e0e0;
	}

	.prod-sidebar.is-open #menu_productos {
		display: block;
	}

	.prod-main {
		padding: 40px 20px;
	}

	.prod-columns {
		flex-direction: column;
	}

	.prod-form-wrap {
		width: 100%;
	}

	.prod-gallery {
		flex-wrap: wrap;
	}

	.prod-gallery-item {
		flex: 0 0 calc(50% - 4px);
	}
}

@media (max-width: 480px) {
	.prod-gallery-item {
		flex: 0 0 100%;
	}
}