/* 
=========================================
COLORES OFICIALES ELD - EVENTOS & LOGISTICA DINAMICAS
=========================================
Naranja ELD: #E45D32 (RGB 234, 93, 50)
Negro ELD: #231F20 (RGB 35, 31, 32)
=========================================
*/

/* Tipografia de marca ELD - AvantGarde BK Alternative */
body,
html,
h1, h2, h3, h4, h5, h6,
p, span, div, a, li, td, th,
.btn, .form-control, .nav,
.intro_featured_word,
.intro_before_featured_word,
.intro_after_featured_word,
.step-title,
.step-text,
.footer-title {
	font-family: 'Spartan', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Pesos especificos de la tipografia */
h1, .intro_featured_word {
	font-weight: 700 !important;
}

h2, .step-title {
	font-weight: 600 !important;
}

h3, h4 {
	font-weight: 500 !important;
}

h5, h6, .btn {
	font-weight: 500 !important;
}

p, .step-text {
	font-weight: 400 !important;
}

.light {
	font-weight: 300 !important;
}

.bold {
	font-weight: 700 !important;
}

/* Ajustes de espaciado para mejorar legibilidad */
.intro_featured_word {
	letter-spacing: 0.02em !important;
}

.step-title {
	letter-spacing: 0.01em !important;
}

.btn {
	letter-spacing: 0.03em !important;
	text-transform: uppercase !important;
}

/* Estilos específicos del slider */
.bienvenidos-text {
	font-size: 1.4em !important;
	font-weight: 500 !important;
}

.eld-titulo-reducido {
	font-size: 7rem !important;
}

@media (max-width: 768px) {
	.eld-titulo-reducido {
		font-size: 4.5rem !important;
	}
	
	.bienvenidos-text {
		font-size: 1.2em !important;
	}
}

/* Overlay oscuro para slide 3 */
.flexslider-overlay-dark {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5) !important;
	z-index: 1;
}



/* Scrollbar personalizado naranja */
::-webkit-scrollbar {
	width: 12px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 6px;
}

::-webkit-scrollbar-thumb {
	background: #E45D32;
	border-radius: 6px;
	border: 2px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
	background: #231F20;
}

/* Firefox scrollbar personalizado */
html {
	scrollbar-width: thin;
	scrollbar-color: #E45D32 #f1f1f1;
}

/* Color principal naranja ELD reemplaza #ff497c */
::-moz-selection {
	background-color: #E45D32;
	color: #fff;
}

::selection {
	background-color: #E45D32;
	color: #fff;
}

/* Enlaces y elementos principales */
a {
	color: #E45D32;
}

a:hover {
	color: #231F20;
}

/* Botones principales */
input[type="submit"],
button[type="submit"],
.btn-maincolor,
.btn.btn-maincolor {
	background: #E45D32 !important;
	border: 4px solid #E45D32 !important;
	color: #fff !important;
}

.btn-maincolor:hover,
.btn.btn-maincolor:hover {
	background: #231F20 !important;
	border-color: #231F20 !important;
	color: #fff !important;
}

.btn-outline-maincolor {
	border: 4px solid #E45D32 !important;
	color: #E45D32 !important;
	background: transparent !important;
}

.btn-outline-maincolor:hover {
	background: #E45D32 !important;
	color: #fff !important;
}

.white-btn {
	background: #fff !important;
	border: 4px solid #fff !important;
	color: #E45D32 !important;
}

.white-btn:hover {
	background: #E45D32 !important;
	border-color: #E45D32 !important;
	color: #fff !important;
}

/* Process Steps - Colores especificos para cada servicio */
.color-main {
	color: #E45D32 !important;
}

.color-main2 {
	color: #E45D32 !important;
}

.color-main3 {
	color: #E45D32 !important;
}

.color-main4 {
	color: #E45D32 !important;
}

/* Seccion de servicios con background de textura oscura */
.process-part.ds {
	background-image: url("../img/texture_dark.jpg") !important;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	color: #fff !important;
}

.process-part.ds .step-title {
	color: #fff !important;
}

.process-part.ds .step-text {
	color: rgba(255, 255, 255, 0.9) !important;
}

.process-part.ds .step-title span {
	color: #E45D32 !important;
	background: rgba(255, 255, 255, 0.1) !important;
	border: 2px solid #E45D32 !important;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	font-weight: bold;
}

.process-part.ds .white-btn {
	background: #231F20 !important;
	border-color: #231F20 !important;
	color: #fff !important;
}

.process-part.ds .white-btn:hover {
	background: #fff !important;
	border-color: #fff !important;
	color: #E45D32 !important;
}

/* Iconos y elementos sociales */
.color-icon {
	color: #E45D32 !important;
}

.social-icons a.color-icon:hover {
	background: #E45D32 !important;
	color: #fff !important;
}

/* Header especifico - Navegacion blanca */
.page_header {
	background: #fff !important;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.page_header .sf-menu > li > a {
	color: #231F20 !important;
	font-weight: 500;
}

.page_header .sf-menu > li > a:hover,
.page_header .sf-menu > li.current-menu-item > a {
	color: #E45D32 !important;
}

/* Mobile menu */
.toggle_menu {
	color: #231F20 !important;
}

.toggle_menu:hover {
	color: #E45D32 !important;
}

/* Contact icons */
.icon-box .icon i {
	color: #E45D32 !important;
}

/* WhatsApp especifico */
.fa-whatsapp {
	color: #25D366 !important;
}

.fa-whatsapp:hover {
	background: #25D366 !important;
	color: #fff !important;
}

/* Formularios */
.form-control:focus {
	box-shadow: 0 0 0 2px #E45D32 !important;
	border-color: #E45D32 !important;
}

/* Owl Carousel */
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #E45D32 !important;
	border-color: #E45D32 !important;
}

/* Gallery navegacion - Color naranja ELD */
/* Navegación de galería - replicando exactamente el comportamiento del slider principal */
.gallery-owl-nav .owl-nav > div {
	background-color: #E45D32 !important;
	border-color: #E45D32 !important;
	color: #fff !important;
	transition: all 0.3s ease-in-out !important;
	position: absolute !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 80px !important;
	width: 80px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 50% 0 0 50% !important;
	right: -40px !important;
}

.gallery-owl-nav .owl-nav > div:before {
	content: "◀" !important;
	font-family: inherit !important;
	font-size: 24px !important;
	color: #fff !important;
	line-height: 1 !important;
	display: block !important;
}

.gallery-owl-nav .owl-nav > div.owl-next:before {
	content: "▶" !important;
	font-family: inherit !important;
	font-size: 24px !important;
	color: #fff !important;
	line-height: 1 !important;
	display: block !important;
}

/* Posicionamiento específico para el botón izquierdo */
.gallery-owl-nav .owl-nav > div.owl-prev {
	border-radius: 0 50% 50% 0 !important;
	left: -40px !important;
	right: auto !important;
}

.gallery-owl-nav .owl-nav > div:hover {
	background: #E45D32 !important;
	color: #fff !important;
	border-color: #E45D32 !important;
	right: 0 !important;
}

.gallery-owl-nav .owl-nav > div.owl-prev:hover {
	left: 0 !important;
	right: auto !important;
}

.gallery-owl-nav .owl-nav > div:hover:before {
	color: #fff !important;
}

.gallery-owl-nav .owl-nav > div.owl-next:hover:before {
	color: #fff !important;
}

/* Responsive para pantallas móviles */
@media (max-width: 767px) {
	.gallery-owl-nav .owl-nav > div {
		height: 70px !important;
		width: 70px !important;
	}
}

/* Ocultar cualquier elemento i dentro de la navegación */
.gallery-owl-nav .owl-nav > div i {
	display: none !important;
}

/* FlexSlider */
.flex-control-paging li a.flex-active {
	background-color: #E45D32 !important;
	border-color: #E45D32 !important;
}

.flex-control-paging li a:hover {
	background-color: #E45D32 !important;
	border-color: #E45D32 !important;
}

/* Elementos de lista */
.list li:before,
.list1 li:before {
	color: #E45D32 !important;
}

ol.list3 li:after {
	color: #E45D32 !important;
}

/* Navegacion principal - Fondo blanco fijo */
.page_header.ls {
	background: #fff !important;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

/* Logo sin modificaciones */
.page_header.ls .logo img {
	max-height: 50px !important;
}

.page_header.ls .sf-menu > li > a {
	color: #231F20 !important;
	font-weight: 500 !important;
}

.page_header.ls .sf-menu > li > a:hover,
.page_header.ls .sf-menu > li.current-menu-item > a,
.page_header.ls .sf-menu > li.active > a {
	color: #E45D32 !important;
}

/* Mobile toggle en header blanco */
.page_header.ls .toggle_menu {
	color: #231F20 !important;
}

.page_header.ls .toggle_menu:hover {
	color: #E45D32 !important;
}

/* Header phone */
.page_header.ls .header_phone h6 {
	color: #231F20 !important;
}

.page_header.ls .header_phone h6 a {
	color: #231F20 !important;
	text-decoration: none;
}

.page_header.ls .header_phone h6 a:hover {
	color: #E45D32 !important;
}

.page_header.ls .header_phone h6 a span {
	color: #E45D32 !important;
}

/* Submenú */
.page_header.ls .sf-menu ul {
	background: #fff !important;
	border: 1px solid rgba(35, 31, 32, 0.1) !important;
}

.page_header.ls .sf-menu ul li a {
	color: #231F20 !important;
}

.page_header.ls .sf-menu ul li a:hover {
	color: #E45D32 !important;
	background: rgba(228, 93, 50, 0.05) !important;
}

/* Footer personalizado */
.eld-footer-orange {
	background: #E45D32 !important;
	color: #fff !important;
	padding: 40px 0 20px;
}

.eld-footer-orange .footer-title {
	color: #fff !important;
	font-weight: 600;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
	padding-bottom: 10px;
}

.eld-footer-orange p {
	color: rgba(255, 255, 255, 0.9) !important;
	line-height: 1.6;
}

.eld-footer-orange .footer-link {
	color: rgba(255, 255, 255, 0.8) !important;
	text-decoration: none;
}

.eld-footer-orange .footer-link:hover {
	color: #231F20 !important;
}

.eld-footer-orange .footer-social-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	color: #fff !important;
	text-decoration: none;
	transition: all 0.3s ease;
}

.eld-footer-orange .footer-social-icon:hover {
	background: #231F20 !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.eld-footer-orange .fa-whatsapp:hover {
	background: #25D366 !important;
}

/* Slides especificos */
.single-slide {
	position: relative;
	overflow: hidden;
}

.single-slide .slide3 {
	background: linear-gradient(135deg, 
		rgba(228, 93, 50, 0.8) 0%, 
		rgba(35, 31, 32, 0.6) 50%, 
		rgba(228, 93, 50, 0.8) 100%);
}

.single-slide .slide3 img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.single-slide .container {
	position: relative;
	z-index: 2;
}

/* Footer con lineas curvas estilo dotcreative */
.page_footer.corner-footer {
	background-color: #231F20 !important;
	color: #fff !important;
	position: relative;
	overflow: hidden;
	min-height: 300px !important;
	padding-top: 80px !important;
	padding-bottom: 50px !important;
}

/* Background de footer con lineas curvas */
.page_footer.s-parallax {
	background-image: url("../img/footer_bg.png") !important;
	background-repeat: no-repeat !important;
	background-position: top center !important;
	background-size: cover !important;
}

/* Logo del footer */
.eld-footer-logo {
	max-width: 300px !important;
	height: auto !important;
	opacity: 0.9;
	margin-bottom: 30px !important;
}

@media (max-width: 768px) {
	.eld-footer-logo {
		max-width: 200px !important;
		margin-bottom: 20px !important;
	}
}

/* Linea separadora entre logo y copyright */
.footer-divider {
	width: 100px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.3);
	margin: 0 auto 20px auto;
}

/* Texto de copyright dentro del footer */
.footer-copyright-text {
	margin-top: 10px;
}

.footer-copyright-text p {
	color: #fff !important;
	margin: 5px 0 !important;
	font-weight: 400 !important;
	text-transform: none !important;
	font-size: 14px !important;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.7) !important;
}

.footer-copyright-text .footer-link {
	color: #E45D32 !important;
	text-decoration: none !important;
}

.footer-copyright-text .footer-link:hover {
	color: #fff !important;
	text-decoration: underline !important;
}



/* Overlay más oscuro para slide 2 */
.slide2 .flexslider-overlay::after {
	background-color: rgba(0, 0, 0, 0.7) !important;
}

/* Círculos perfectos para imágenes de servicios */
.process-part .step-center-part img {
	width: 270px !important;
	height: 270px !important;
	object-fit: cover !important;
	border-radius: 50% !important;
	border: 10px solid rgba(255, 255, 255, 0.1) !important;
}

/* Navegacion del slider personalizada - colores naranja ELD */
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-prev:hover {
	background-color: #E45D32 !important;
	color: #fff !important;
}

.flex-direction-nav .flex-next,
.flex-direction-nav .flex-next:hover {
	background-color: #E45D32 !important;
	color: #fff !important;
}

.flex-direction-nav a:before {
	content: "◀" !important;
	font-family: inherit !important;
	font-size: 24px !important;
}

.flex-direction-nav a.flex-next:before {
	content: "▶" !important;
	font-family: inherit !important;
	font-size: 24px !important;
}

/* Seccion de copyright transparente sobre textura del footer */
.eld-copyright {
	background: none !important;
	background-color: transparent !important;
	position: relative;
	color: #fff !important;
	background-image: url("../img/footer_bg.png") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
}

.eld-copyright .container {
	position: relative;
	z-index: 2;
}

.eld-copyright p {
	color: #fff !important;
	margin: 0;
	font-weight: 400;
	text-transform: none !important;
	font-size: 14px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.7) !important;
}

/* Seccion de contacto estilo dotcreative con background blanco texturizado */
.eld-contact-section {
	background-image: url("../img/texture_2.png") !important;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	color: #231F20 !important;
}

.eld-contact-section .border-icon {
	border: 4px solid #E45D32 !important;
	border-radius: 50% !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 150px !important;
	height: 150px !important;
	padding: 4px !important;
	margin: 0 auto 20px auto !important;
}

.eld-contact-section .border-icon:hover {
	-webkit-animation: scaleDisappear 0.5s;
	animation: scaleDisappear 0.5s;
}

.eld-contact-section .teaser-icon {
	background-color: #fff !important;
	border-radius: 50% !important;
	color: #231F20 !important;
	font-weight: 500 !important;
	height: 100% !important;
	width: 100% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	position: relative !important;
}

.eld-contact-section .teaser-icon img {
	width: 50px !important;
	height: 50px !important;
	object-fit: contain !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	margin: 0 !important;
}

.eld-contact-section h6 {
	color: #231F20 !important;
	margin: 23px 0 13px !important;
	font-weight: 600 !important;
}

.eld-contact-section p {
	color: #231F20 !important;
}

.eld-contact-section p a {
	color: #E45D32 !important;
	text-decoration: none !important;
}

.eld-contact-section p a:hover {
	color: #d64e29 !important;
	text-decoration: underline !important;
}

.eld-contact-section strong {
	color: #231F20 !important;
	font-weight: 600 !important;
}

/* Footer con overlay naranja semi-transparente sobre fondo negro */
.page_footer.eld-footer-orange {
	background: linear-gradient(rgba(228, 93, 50, 0.85), rgba(228, 93, 50, 0.85)), #231F20 !important;
	color: #ffffff !important;
}

.page_footer.eld-footer-orange .footer-title {
	color: #ffffff !important;
	font-weight: 700 !important;
	margin-bottom: 20px !important;
}

.page_footer.eld-footer-orange p {
	color: rgba(255, 255, 255, 0.9) !important;
}

.page_footer.eld-footer-orange .footer-link {
	color: #ffffff !important;
	text-decoration: none !important;
}

.page_footer.eld-footer-orange .footer-link:hover {
	color: #ffffff !important;
	text-decoration: underline !important;
}

/* Ocultar completamente el botón toTop */
#toTop,
#toTopHover,
.toTop,
.back-to-top,
[id*="toTop"],
[class*="toTop"],
[id*="back-to-top"],
[class*="back-to-top"] {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
	position: absolute !important;
	left: -9999px !important;
	top: -9999px !important;
}

/* Estilos para el botón de WhatsApp en el header */
.whatsapp-button {
    background-color: #E45D32 !important;
    color: white !important;
    padding: 8px 15px !important;
    border-radius: 25px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

.whatsapp-button:hover {
    background-color: #d44a1a !important;
    color: white !important;
    text-decoration: none !important;
    transform: translateY(-2px) !important;
}

.whatsapp-button:hover i {
    color: white !important;
}

.whatsapp-button:hover span {
    color: white !important;
}

.whatsapp-button i {
    display: inline-block !important;
    width: 18px !important;
    height: 18px !important;
    text-align: center !important;
    vertical-align: middle !important;
}

/* Estilos específicos para Feather Icons (SVG) */
.whatsapp-button i[data-feather] {
    stroke: white !important;
    stroke-width: 2 !important;
    width: 18px !important;
    height: 18px !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

.whatsapp-button:hover i[data-feather] {
    stroke: white !important;
}

.whatsapp-button span {
    color: white !important;
    font-size: 14px !important;
}

/* Estilos para filtros de galería */
.gallery-filters a {
    color: #231F20 !important;
    text-decoration: none !important;
    padding: 5px 10px !important;
    margin: 0 5px !important;
    transition: color 0.3s ease !important;
}

.gallery-filters a.active,
.gallery-filters a.selected {
    color: #E45D32 !important;
    font-weight: 600 !important;
}

.gallery-filters a:hover {
    color: #E45D32 !important;
}

/* Eliminar efectos mouseover de las imágenes de galería */
.item-gallery .item-media {
    overflow: hidden !important;
}

.item-gallery .item-media img {
    transition: none !important;
    transform: none !important;
}

.item-gallery:hover .item-media img {
    transform: none !important;
    scale: none !important;
}

.item-gallery .media-links {
    display: none !important;
}

.item-gallery:hover .media-links {
    display: none !important;
}

/* Eliminar completamente el texto que aparece en hover */
.item-gallery .item-content {
    display: none !important;
}

.item-gallery:hover .item-content {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Eliminar cualquier overlay de texto */
.item-gallery .content-absolute {
    position: relative !important;
}

.item-gallery:hover h6,
.item-gallery:hover a {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Estandarización de tamaños de imágenes de galería */
.gallery-owl-nav .item-gallery .item-media {
	height: 280px !important;
	width: 100% !important;
	overflow: hidden !important;
	position: relative !important;
	border-radius: 8px !important;
	background-color: #f8f9fa !important;
}

.gallery-owl-nav .item-gallery .item-media img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center !important;
	display: block !important;
	transition: transform 0.3s ease !important;
}

.gallery-owl-nav .item-gallery:hover .item-media img {
	transform: scale(1.05) !important;
}

/* Responsive: Ajustar altura en pantallas más pequeñas */
@media (max-width: 991px) {
	.gallery-owl-nav .item-gallery .item-media {
		height: 240px !important;
	}
}

@media (max-width: 767px) {
	.gallery-owl-nav .item-gallery .item-media {
		height: 200px !important;
	}
}

@media (max-width: 575px) {
	.gallery-owl-nav .item-gallery .item-media {
		height: 180px !important;
	}
}

