/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.galeria-thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.thumbnail-galeria {
  width: 80px;
  height: auto;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.thumbnail-galeria:hover {
  border-color: #007c32;
}






.ficha-general {
  display: flex;
  gap: 30px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.columna-ficha {
  flex: 1 1 200px;
  border: 1px solid #00982A;
  border-collapse: collapse;
  width: 100%;
}

.columna-ficha .item-ficha {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  border-bottom: 1px solid #00982A;
  font-size: 14px;
}

.columna-ficha .item-ficha:last-child {
  border-bottom: none;
}

.etiqueta {
  font-weight: 800;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
}

	@media screen and (max-width: 800px) {
    .etiqueta {
  		font-size: 15px;
  		line-height: 20px;
	 }
	}

.valor {
  color: #333;
  text-align: right;	
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  color: #000000;
}

@media screen and (max-width: 800px) {
    .valor {
  		font-size: 15px;
  		line-height: 20px;
	 }
}




/* Quita la viñeta por defecto y ajusta espaciados */
.listado-detalles-producto {
  list-style: none;      /* sin viñetas */
  margin: 20px 0;
  padding: 0;            /* quitamos sangría */
  font-size: 14px;
  color: #333;
}

/* Cada ítem con espacio para el icono */
.listado-detalles-producto li {
  position: relative;    /* permite posicionar el ::before */
  padding-left: 26px;    /* ancho para la flecha‑check */
  margin-bottom: 8px;
  line-height: 1.5;
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  color: #000000;
}

@media screen and (max-width: 800px) {
    .listado-detalles-producto li {
  		font-size: 15px;
  		line-height: 20px;
	 }
}


/* Flecha‑check verde */
.listado-detalles-producto li::before {
  content: "✔";          /* símbolo Unicode de check */
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #00982A;        /* verde Caterpillar */
  font-size: 16px;
  line-height: 25px;
}







.bloque-precios-renta {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
	.bloque-precios-renta {
  		justify-content: center;
	}
}

.item-precio {
  border: 1px solid #ccc;
  padding: 10px 20px;
  text-align: center;
  border-radius: 4px;
  min-width: 100px;
}

.etiqueta-precio {
  font-weight: bold;
  color: #111;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 25px;
  line-height: 25px;
  font-family: "Poppins", Sans-serif;
}

@media screen and (max-width: 800px) {
	.etiqueta-precio {
  		font-size: 20px;
  		line-height: 22px;
	}
}

.valor-precio {
  color: #00982A;
  font-weight: 800;
  font-size: 25px;
  line-height: 25px;
  color: #009B27;
  font-family: "Poppins", Sans-serif;
}

@media screen and (max-width: 800px) {
	.valor-precio {
  		font-size: 20px;
  		line-height: 22px;
	}
}





/* Campos del formulario */
.wpcf7-form .form-control {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  background: #fff;
  box-sizing: border-box;
}

/* Contenedor general con flexbox */
.wpcf7-form > div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Cada campo ocupa 48% del ancho (dos columnas) */
.wpcf7-form > div > div {
  flex: 1 1 48%;
}

/* Mensaje ocupa 100% */
.wpcf7-form .mensaje-wrapper {
  flex: 1 1 100%;
}

/* Textarea altura mínima */
.wpcf7-form textarea {
  min-height: 50px;
}

/* Botón */
.wpcf7-submit.submit-button {
  background-color: #000;
  color: #fff;
  padding: 14px 24px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  transition: background 0.3s ease;
}

.wpcf7-submit.submit-button:hover {
  background-color: #333;
}

/* Flecha del botón */
.wpcf7-submit.submit-button::after {
  content: " →";
  margin-left: 8px;
}

.contact-form-home label {
	font-weight: 600;
	margin-bottom: 15px;
}





.werehouselift-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  flex: 1 1 100%;
}


.werehouselift-form .form-col {
  flex: 1 1 48%;
  min-width: 240px;
}

.werehouselift-form .form-col-full {
  flex: 1 1 100%;
}

.werehouselift-input,
.werehouselift-textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  border-radius: 4px;
}

.werehouselift-textarea {
  min-height: 120px;
  resize: vertical;
}

.werehouselift-submit {
  padding: 12px 24px;
  background: #111;
  color: white;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
}

.werehouselift-submit:hover {
  background: #333;
}


 button.eliminar-equipo:focus, button.eliminar-equipo:hover {
    background-color: #fff !important;
}



