/*
Theme Name:   Engitech Child
Theme URI:    http://wpdemo.archiwp.com/engitech/
Description:  Make your modifications to [Parent Theme] in this Engitech child theme.
Author:       OceanThemes
Author URI:   http://oceanthemes.net/
Template:     engitech
Version:      1.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  engitech-child
*/

/* =Theme customization starts here
------------------------------------------------------- */

.cmplz-marketing .cmplz-manage-consent { display: none; }

#back-to-top{
	bottom: 170px !important;
}
.qlwapp__container.qlwapp__container--bottom-right {
    bottom: 70px !important;
}
.qlwapp__container.qlwapp__container--rounded .qlwapp__button--button {
    border-radius: 100px !important;
    height: 60px !important;
    width: 60px !important;
}








.elementor-5112 .elementor-element.elementor-element-65c14b10:not(.elementor-motion-effects-element-type-background), .elementor-5112 .elementor-element.elementor-element-65c14b10 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	display: none !important;
}

/* ---- */

.member-form {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 25px;
  max-width: 700px;
  margin: 0 auto;
  font-family: 'Segoe UI', Roboto, Arial, sans-serif;
}

.form-flex {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.form-flex p {
  flex: 1 1 45%;
}

.member-form .wpcf7-text,
.member-form .wpcf7-email,
.member-form .wpcf7-tel,
.member-form .wpcf7-textarea {
  width: 100%;
  padding: 10px !important;
  border-radius: 5px !important;
  border: 1px solid #ccc !important;
  font-size: 14px !important;
  box-sizing: border-box;
}

/* Flexbox para los checkboxes */
.flex-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

/* Cada checkbox ocupa al menos 45% del ancho y tiene altura suficiente */
.flex-checkboxes .wpcf7-list-item {
  flex: 1 1 45%;
  min-width: 150px; /* tamaño mínimo para que sea visible */
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

/* Etiquetas de checkbox */
.wpcf7-checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}

/* Input checkbox */
.wpcf7-checkbox input[type="checkbox"] {
  margin-right: 8px;
  vertical-align: middle;
  display: inline-block;
  width: 18px;
  height: 18px; /* Tamaño visible */
}

/* Responsive */
@media (max-width: 768px) {
  .form-flex p {
    flex: 1 1 100%;
  }
  .flex-checkboxes .wpcf7-list-item {
    flex: 1 1 100%;
  }
}

/* Campo con error */
.wpcf7-not-valid {
  border: 2px solid #e74c3c !important; /* borde rojo */
  background-color: #fdecea; /* fondo muy claro */
  border-radius: 5px;
  padding: 10px;
}

/* Mensaje de error */
.wpcf7-not-valid-tip {
  color: #e74c3c;
  font-size: 13px;
  margin-top: 5px;
  display: block;
}

/* Opcional: animación ligera al aparecer */
.wpcf7-not-valid {
  animation: shake 0.3s ease-in-out;
}

@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-3px); }
  50% { transform: translateX(3px); }
  75% { transform: translateX(-3px); }
  100% { transform: translateX(0); }
}

.wpcf7-form {
   max-width: 100% !important; 
   margin: 0px !important; 
}
.wpcf7 .wpcf7-not-valid {
    border: 1px solid #f00 !important;
}

#changelang .gtranslate_wrapper{
    width: 24px !important; /* Ajusta el ancho que desees */
}
.elementor-2854 .elementor-element.elementor-element-55212198:not(.elementor-motion-effects-element-type-background), .elementor-2854 .elementor-element.elementor-element-55212198 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: transparent !important;
}



