/*
Theme Name: Lekker Child
Modified by: Alba Cristal M.
Template: Lekker
Last Update: 22/01/2026
*/

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');

body { overflow-x: hidden; }

/* Header */

#qodef-page-header,
#qodef-page-header-inner,
.qodef-header-sticky,
.qodef-header-sticky-inner {
	background-color: #eeeee2;
}

#qodef-page-header-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

#qodef-page-header .qodef-header-logo-link {
	height: 175px;
	width: auto;
	max-height: none;
}

#qodef-page-header 
  { z-index: 999;
    padding: 100px 0; } 

/*  .qodef-header-sticky-inner { padding: 80px 45px; !important } tamaño del padding del header sticky */
#qodef-side-area { font-family: 'Sometype Mono', monospace !important; }
.menu-main-menu-container a:hover { color: #fd6c35 !important; }
#qodef-page-inner { padding: 0 !important; }

.qodef-page-title 
  { background-color: #eeeee2 !important; }

.home #qodef-page-outer {
  margin-top: 0 !important;
}

#qodef-page-header .qodef-header-logo-link.qodef-height--not-set img { max-height: 80px; width: auto; } /* tamaño del logo en header */

/* Centrar el logo del home */

	#qodef-page-header .qodef-page-header-inner { position: relative !important; } /* Contenedor base */

	/* Logo en el centro */
	#qodef-page-header .qodef-header-logo-link {
	  position: absolute;
	  left: 50%;
	  transform: translateX(-50%);
	}

	/* Menu a la derecha*/
	#qodef-page-header .widget_lekker_core_side_area_opener {
	  position: absolute;
	  right: 45px;
	  top: 50%;
	  transform: translateY(-50%);
	}

	#qodef-page-header .widget_lekker_core_side_area_opener {
	  left: auto !important;
	  margin: 0;
	}

/* Centrar el logo sticky */

	.qodef-header-sticky .qodef-header-sticky-inner { position: relative; } /* Contenedor base */

	/* Logo centrado real en sticky */
	.qodef-header-sticky .qodef-header-logo-link {
	  position: absolute;
	  left: 50%;
	  transform: translateX(-50%);
	}

	/* Hamburger a la derecha en sticky */
	.qodef-header-sticky .widget_lekker_core_side_area_opener {
	  position: absolute;
	  right: 45px;
	  top: 50%;
	  transform: translateY(-50%);
	}

	.qodef-header-sticky .widget_lekker_core_side_area_opener {
	  left: auto !important;
	  margin: 0;
	}

/* Color de la selección de texto global */
::selection { background: #FD6C35; color: #ffffff; }
::-moz-selection { background: #FD6C35; color: #ffffff; }

/* Footer */

#qodef-page-footer-top-area {
	background-color: #212322;
}

#qodef-page-footer-bottom-area {
	background-color: #212322;
}

.footer-menu-columns {
	font-family: 'Sometype Mono', monospace;
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px 50px;
}

.footer-menu-columns li {
	margin: 0;
}

.footer-menu-columns a {
	display: inline-block;
	font-size: clamp(16px, 1vw, 18px);
}

.footer-menu-columns a {
	text-decoration: none;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
}

.footer-menu-columns a:hover {
	border-top: 2px solid #fd6c35;
	border-bottom: 2px solid #fd6c35;
}

#qodef-page-footer .widget.widget_media_image img {
	display: block;
	max-height: 175px;
	width: auto;
}

#qodef-page-footer-top-area .qodef-grid > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 50px;
}

#qodef-page-footer-top-area 
  { padding: 130px 0 110px;}

@media (max-width: 768px) {
	.footer-menu-columns {
		grid-template-columns: 1fr;
	}
	#qodef-page-footer .widget.widget_media_image img {
		max-height: 120px;
	}
}

/* Home Styles */

.homeText h1, .servicesText h1 {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: clamp(65px, 6vw, 75px);
  line-height: 1.1;
  letter-spacing: -.01em !important;
}

.homeText h2 {
  font-family: 'Instrument Serif', serif !important;
  font-size: clamp(42px, 6vw, 65px);
  line-height: 1.1;
}

.homeServices h3 {
  color: #eeeee2 !important;
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: clamp(30px, 6vw, 50px);
  line-height: 1.1;
  letter-spacing: 1px;
}

.homeTitleBanner h4 {
  font-family: 'Instrument Serif', serif !important;
  font-size: clamp(55px, 6vw, 75px);
  line-height: 1.1;
}

.global h5, .contactUs h1 {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: clamp(45px, 6vw, 55px);
  line-height: 1.1;
  letter-spacing: 0px;
}

.contactUs h2 {
  font-family: 'Instrument Serif', serif !important;
  font-size: 45px;
  line-height: 1.1;
}

.elementor-image-box-content h6 {
  font-family: 'Instrument Serif', serif !important;
  color: #212322 !important;
  font-size: 45px;
  line-height: 1;
  letter-spacing: 0px;
}

	/* Para hacer los slides de texto */
	.marquee, .marqueeServices { width: 100vw; overflow: hidden;  }
	.marqueeTrack { display: flex; width: max-content; animation: marqueeLoop 40s linear infinite; }
	.marqueeServices_Track { display: flex; width: max-content; animation: marqueeLoop 40s linear infinite; }

	.marqueeTrack span { white-space: nowrap; padding-right: 1.5rem; }
	.marqueeServices_Track span { white-space: nowrap; padding-right: 1rem; }

	.marqueeTrack span { font-family: 'Instrument Serif', serif !important; color: #212322 !important; font-size: 75px !important; line-height: 1.1; }
	.marqueeServices_Track span { font-family: 'Sometype Mono', monospace !important; font-size: 20px; text-transform: uppercase; }

	@keyframes marqueeLoop {
	  from { transform: translateX(0); }
	  to { transform: translateX(-50%); }
	}

	/* Full width 100% solo para la sección del texto en loop */
	section.marqueeSection.qodef-elementor-content-grid > .elementor-container,
	section.marqueeSection.qodef-elementor-content-grid > .elementor-element {
	  width: 100% !important;
	  max-width: 100% !important;
	  margin: 0 !important;
	}

	/* Full width 100% solo para el portfolio masonry */
	.elementor-widget-lekker_core_portfolio_list
	.qodef-portfolio-list.qodef-grid {
	  width: 100vw;
	  max-width: 100vw;
	  margin-left: calc(50% - 50vw);
	  margin-right: calc(50% - 50vw);
	  padding: 0 25px 0 25px !important;
	}

.homeText { font-family: 'Sometype Mono', monospace !important; font-size: 18px; }
.homeText p { line-height: 1.4em !important; }
.homeButton, .portfolioButton { font-family: 'Sometype Mono', monospace !important; border-radius: 25px !important; border: none !important; }
.portfolioButton .qodef-button.qodef-size--small { padding: 8px 60px !important; }
.homeServices { font-family: 'Sometype Mono', monospace !important; font-size:20px; }
.homeTitleBanner h1 { font-family: 'Instrument Serif', serif !important; font-size: clamp(42px, 6vw, 65px); }
.global { font-family: 'Sometype Mono', monospace !important; font-size:20px; }
.contactUs { font-family: 'Sometype Mono', monospace !important; font-size:18px; }
.contactUs a:hover { color: #fd6c35 !important; }
.contactUs .qodef-icon-list-item .qodef-icon-holder { margin-right: 10px; } /* Margen del checkbox al texto */
.servicesText { font-family: 'Sometype Mono', monospace !important; font-size:18px; }
.servicesList { font-family: 'Sometype Mono', monospace !important; font-size:22px; }
.servicesList a:hover { color: #fd6c35 !important; }
.servicesList hr { border: none !important; height: 1px !important; background-color: #202720 !important; margin: 20px 0 !important; max-width: 100% !important; }
.servicesList p { padding-left: 25px; }
.portfolioList { font-family: 'Sometype Mono', monospace !important; font-size:16px; }
.portfolioList a { margin-right: 45px !important; }
.portfolioList a:hover { color: #fd6c35 !important; }
.clientesTitle { font-family: 'Sometype Mono', monospace !important; font-size:26px; font-weight:bold; letter-spacing:2px; }
.loopText p { font-family: 'Instrument Serif', serif !important; color: #212322 !important; font-size: 75px !important; font-weight: 400 !important;}
.servicesNClientes p { line-height: 1.25 !important; }

/* Contact Form */

.cf7-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
  background: #efe8dd;
  border: none;
  padding: 14px;
  font-size: 16px;
  margin-top: 20px;
}

.wpcf7 button[type="submit"], input[type="submit"]  {
  width: 100%;
  background: #fd6c35;
  /*border-radius: 25px; por si acaso, para que matchee el resto de los botones del site */
  color: #ffffff;
  border: none;
  padding: 10px 0 10px 0;
  margin-top: 35px;
  font-family: 'Sometype Mono', monospace;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
}

.wpcf7 button[type="submit"]:hover { background: #212222 !important; color: #eeeee2; }

.wpcf7 input[type="checkbox"] {
  width: 17px;
  height: 17px;
  accent-color: #fd6c35; /* color del check */
  background-color: #ede6da !important;
  border: 1px solid #000;
  transform: scale(1.3);
  margin: 0 10px 0px 0;
}
 
.cf7-title {
  font-family: 'Instrument Serif', serif !important;
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: 0.001em;
}

.cf7-checkbox-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 40px;
  margin-bottom: 30px;
}

/* Select Contact Form */
.wpcf7 select {
  width: 100%;
  padding: 16px;
  font-family: inherit;
  font-size: 16px;
  color: #333;
  background-color: #efe8dd;
  border: none;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Flechita custom */
.wpcf7 select {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='%23333' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px;
}

.wpcf7 select { padding-right: 45px; margin-top: 20px; } /* Espacio para la flechita */

.cf7-submit::before,
.cf7-submit::after,
.cf7-submit span::before,
.cf7-submit span::after {
  display: none !important;
  content: none !important;
}

.cf7-col input { width: 100%; }
.cf7-submit:hover { background-color: #212222; }
.cf7-checkbox-grid label { font-size: 16px; cursor: pointer; }
.wpcf7-list-item { padding: 10px 0 10px 0 !important; }
.wpcf7 textarea { min-height: 140px; resize: vertical; }
.wpcf7-checkbox { margin-top: 25px !important; }