:root {
  --ter-color: #FD5501 !important;
  --background-light-color: #FFCFAB !important;
  --text-nad-color: #252525 !important;
}
/* INICIO -- Header */
.lp-head--wrapperWhite {
	z-index: 1;
}

.lp-logo {
	display: flex;
}

.lp-logo {
	gap: 15px;
}

.lp-quote--author {
	background-color: #fff;
}

.lp-bannermain--wrapper, .lp-head--wrapperTransparent  {
	background-color: unset !important;
}

.lp-bannermain--logo {
	height: 120px;
	padding: 20px;
}

.lp-bannermain--left {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.lp-bannermain--text {
	font-size: 16px;
	font-weight: 300;
}

.lp-bannermain--title {
	font-size: 16px;
	letter-spacing: unset;
	margin: 0
}

.lp-bannermain--title::after {
	content: "";
	border: 2px solid #fff;
	display: block;
	width: 15px;
	margin: 10px 0;
}

.lp-head {
	padding: 12px 25px
}

.lp-head--nav-lnk, .lp-head--lang-sel:first-child {
	color: var(--main-color);
}


.lp-layout--head {
	height: 200px;
	background-color: var(--main-color);
}

/* INICIO -- Header Home */
.lp-bannermain__blright .lp-bannermain {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
}


/* FIN-- Header Home */

/* INIIOC-- Header Paginas interiores */
.lp-bannermain--hero-interior .lp-bannermain--content {
	position: absolute;
	left: 30%;
	top: 10%;

}

.lp-bannermain--title::after {
	border: unset;
}

.lp-bannermain--hero-interior .lp-bannermain--content .lp-bannermain--title {
		font-size: 50px;
}
/*FIN -- Header Paginas interiores */

/* FIN -- Header*/

/*INICIO -- Carousel Vídeos*/

.se-listVideo--destacado {
	flex-wrap: wrap;
}

.se-video, .se-video-detalle {
    width: 100%;
}


/*FIN -- Carousel Vídeos*/
.lp-footer {
	display: flex;
	flex-direction: column;
	border-top: 1px solid #000;
}

.lp-footer-bottom {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 6px 9%;
	
}

.lp-footer-bottom--text {
	font-size: 14px;
}
.lp-footer-bottom--logos {
	display: flex;
	gap: 10px;
}
.lp-footer-bottom--logos img {
	height: 40px; /* Ajusta el tamaño de los logos */
}


/*INICIO GALERIA*/

.se-noticia-titulo-sec {    
    margin: 0 0 1rem;
    font-size: 2rem;
}

.se-galeria .se-noticia-titulo-sec h3 {
    margin: 1rem 0;
}

.se-noticia-titulo-sec::after {
    content: "";
    display: block;
    height: 1px;
    margin-left: 0.6em;
    background-color: var(--main-color)
}

.se-galeria .se-contenido-galeria {
    justify-content: center;
	margin-bottom: 15px
}

.se-contenido-galeria .img-lightbox img {
    width: 100%;
    margin-bottom: 15px;
    transition: 0.2s ease-in-out;			
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.se-contenido-galeria .img-lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

/*FIN GALERIA*/
@media (max-width: 47.9rem) {
	

	.lp-footer-bottom { 
		flex-direction: column; 
	}
	
	.lp-landphoto--item {
		flex-direction: column;
	} 
	
	.lp-landphoto--imgwrap {
		width: 100%;
	} 
	
	.lp-footer-bottom--text {
		margin-bottom: 20px;
	}
	
	.lp-footer-bottom--logos {
		justify-content: center;
	}  

}
@media (max-width: 767px) {
	
	.lp-head--cont {
		top: 8%; 
	}
	
	
	.lp-bannermain--hero-interior .lp-bannermain--content .lp-bannermain--title {
		font-size: 22px;
	}
		
	.lp-footer-bottom { 
		flex-direction: column; 
	}
	
	.lp-landphoto--imgwrap {
		width: 100%;
	} 
	
	.lp-head--lang-sel option{
		color: #fff;
	}
	
	.lp-bannermain {
		padding: 12px 0;
	}
	
	
	.lp-bannermain--logo {
		height: 70px;
		padding: 10px;
	}

}

@media (max-width: 1023px) {
	
	.lp-bannermain {
		padding: 0;
	}
		
	.lp-bannermain--left .lp-bannermain--title {
		font-size: 11px;
	}
	
	.lp-bannermain--left .lp-bannermain--text {
		font-size: 11px;
	}
	
	.lp-bannermain__blright .lp-bannermain {
		
		top: 50%;
		transform: translate(-50%, -50%);
		
	}
	
	.lp-layout--head {
		height: 120px;
	}
	
	/*Inicio - Hero Paginas Interiores*/
	.lp-bannermain--hero-interior .lp-bannermain--content {
		top: 50%;
		left: 0;
		right: 0
	}
	
	.lp-bannermain--hero-interior .lp-bannermain--content .lp-bannermain__int {
		text-align: center;
	}
	
		/*Fin - Hero Paginas Interiores*/
	
	.lp-head--nav-item {
		padding: 0 15px;
	}
		
	.lp-logo--img, .lp-logo--img2 {
		height: 25px;
	}
	
	
	.lp-landphoto--imgwrap {
		width: 80%;
		margin: 0 auto;
	} 
	
	.lp-landphoto {
		flex-direction: column;
	}
	
}

@media (min-width:768px) and (max-width: 1023px) {
	
	.lp-head--cont {
		top: 5%; 
	}
	
	.lp-bannermain--hero-interior .lp-bannermain--content .lp-bannermain--title {
		font-size: 36px;
	}
	
	.lp-bannermain--logo {
		height: 90px;
		padding: 10px
	}
}

@media (min-width: 1024px) {
		
	table tbody tr td:first-of-type{
		width: 120px !important;
	}
}