/* 
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: 150px;
  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: 10px;
}

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

.etiqueta {
  font-weight: 800;
  color: #000;
  font-size: 15px;
  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: 15px;
  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: 15px;
  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;
}


.product-card {
  position: relative; /* Necesario para posicionar el ribbon */
}

.sold-out-ribbon {
    position: absolute;
    top: 10px;
    right: -70px;
    background: red;
    color: white;
    padding: 2px 19px 2px 18px;
    font-size: 14px;
    font-weight: bold;
    transform: rotate(45deg);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    z-index: 10;
    text-align: center;
    pointer-events: none;
    width: 200px;
}

.sold-out-ribbon p {
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-align: center; 
  margin: 0;
}

#form-field-campo_titulo_popup {
	display: none;
}







.custom-form-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.custom-form-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.full-width {
  width: 100%;
}

.grouped-fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fields-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

@media (max-width: 767px) {
  .fields-row {
  display: block;
}
}

.custom-col {
  box-sizing: border-box;
}

.half-width {
  flex: 0 0 calc(50% - 10px); /* Restamos la mitad del gap para mantener el espaciado */
}

.input-field {
  margin-bottom: 15px;
  width: 100%;
}

.submit-btn {
  padding: 12px 30px;
  background: #000;
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  width: 100%;
}

.submit-btn:hover {
  background: #005177;
}

/* Responsive */
@media (max-width: 767px) {
  .fields-row {
    flex-direction: column;
  }
  
  .half-width {
    flex: 0 0 100%;
    width: 100%;
  }
}

.custom-form-container input, .custom-form-container textarea {
  border-radius: 5px;
}

/* Estilo para controlar específicamente el textarea */
.message-field textarea {
  height: 120px; /* Altura personalizada */
  min-height: 120px; /* Altura mínima */
  max-height: 300px; /* Altura máxima */
  resize: vertical; /* Permite redimensionar solo verticalmente */
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
}





#to_top_scrollup {
    left: 20px !important;
	right: auto;
}


.max1200 {
    max-width: 1380px !important;
}


.grupo-tipo-equipo {
  margin-bottom: 40px;
}

.titulo-tipo-equipo {
  text-align: center;
  margin: 30px 0 20px;
  font-size: 22px;
  font-weight: 600;
}

.equipos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  text-align: center;
}

.equipo-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.equipo-title {
  font-size: 16px;
  font-weight: 500;
}


.grupo-tipo-equipo {
  margin-bottom: 40px;
}

.titulo-tipo-equipo {
  text-align: center;
  margin: 30px 0 20px;
  font-size: 30px;
  font-family: Poppins,"Poppins Fallback";
   color: #414345;
   font-weight: 400;
  text-transform: uppercase;
  margin-top: 0 !important;
  margin-bottom: 25px;
}

.equipos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  text-align: center;
}

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

.equipo-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.equipo-title {
font-family: Roboto,"Roboto Fallback";
    font-size: 20px;
    font-weight: 400;
    color: rgb(79, 79, 79);
}


.tabla-precios {
  width: 100%;
  border-collapse: collapse;
}

.tabla-precios th,
.tabla-precios td {
  border: 2px solid #000;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

.tabla-precios thead th {
  background: #dff3d6;
  font-weight: bold;
}

.tabla-precios td:first-child {
  text-align: left;
}
