/*
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
------------------------------------------------------- */


/* Wrapper del formulario */
.companion-contact-form {
  background: #1d2f50; /* Azul navy del botón */
  padding: 40px;
  border-radius: 20px;
  color: #ffffff !important;
}

/* Título */
.companion-contact-form h2 {
  font-size: 32px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #ffffff !important;
}

/* Nota */
.companion-contact-form .form-note {
  font-size: 14px;
  margin-bottom: 25px;
  opacity: 0.9;
  color: #dbe3f0 !important;
}

/* Inputs de Contact Form 7 */
.companion-contact-form input,
.companion-contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: none;
  background: #ffffff;
  margin-bottom: 18px;
  font-size: 15px;
}

/* Hover del input */
.companion-contact-form input:focus,
.companion-contact-form textarea:focus {
  outline: 2px solid #6aa4ff;
}

/* Botón */
.companion-contact-form .companion-btn {
  background: #ffffff;
  color: #1d2f50;
  padding: 14px 32px;
  border-radius: 30px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

/* Hover del botón */
.companion-contact-form .companion-btn:hover {
  background: #e1e9f9;
}

#inicio > div > div > div{
	min-height: 700px !important;
}
/* Selector seguro para GTranslate que ignora el ID dinámico */
a.glink img {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important; /* Reserva el espacio físico */
    min-height: 24px !important;
    display: inline-block !important;
}


