/* 
Theme Name: iQ Outsourcing
Description: Tema para iQ Outsourcing
Author: Ángulos Visuales
Author URI: https://angulosvisuales.com
Template: hello-elementor
Version: 1.0
Text Domain: inicon
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
*/

@import url("../hello-elementor/style.css");


.elementor a {
    color: #132c73;
}

a {
    color: #132c73;
}

#trustedsite-tm-image{
	display: none !important;
	visibility: hidden !important;
}

/* Formulario */
.form-wtl h4 {
    padding-top: 1rem;
    text-align: left !important;
}


::selection {
    background: #132c73;
    color: white;
}

-moz::selection {
    background: #132c73;
    color: white;
}

.elementor-text-editor p:last-child{ 
    margin-bottom:0px;
   }
   
p:last-child{ 
    margin-bottom:0px !important;
   }

.grecaptcha-badge { 
    visibility: hidden !important;
	display: none !important;
}
   
/*
==============================
CF7 Responsive Form
==============================
*/

#responsive-form {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}

/* ROWS */
.form-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
  font-family: var(--e-global-typography-primary-font-family);
}

/* COLUMNS */
.column-half,
.column-full {
  width: 100%;
  padding: 0.65rem;
  box-sizing: border-box;
}

/* DESKTOP */
@media only screen and (min-width: 768px) {
  .column-half {
    width: 50%;
  }
}

/*
==============================
INPUTS
==============================
*/

#responsive-form input[type="text"],
#responsive-form input[type="email"],
#responsive-form input[type="tel"],
#responsive-form input[type="number"],
#responsive-form textarea,
#responsive-form select {
  width: 100%;
  min-height: 56px;
  padding: 16px 20px;
  border: 1px solid #7a7a7a;
  border-radius: 18px;
  background: transparent;
  color: #3c3c3c;
  font-size: 16px;
  font-family: inherit;
  outline: none;
  transition: all 0.25s ease;
  box-sizing: border-box;
}

/* TEXTAREA */
#responsive-form textarea {
  min-height: 140px;
  resize: vertical;
}

/* PLACEHOLDERS */
#responsive-form input::placeholder,
#responsive-form textarea::placeholder {
  color: #7d7d7d;
  opacity: 1;
}

/* FOCUS */
#responsive-form input:focus,
#responsive-form textarea:focus,
#responsive-form select:focus {
  border-color: var(--e-global-color-accent);
  box-shadow: 0 0 0 3px rgba(0,0,0,0.05);
}

/*
==============================
SELECT
==============================
*/

#responsive-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;

  background-image:
    linear-gradient(45deg, transparent 50%, #666 50%),
    linear-gradient(135deg, #666 50%, transparent 50%);

  background-position:
    calc(100% - 22px) calc(50% - 3px),
    calc(100% - 16px) calc(50% - 3px);

  background-size: 6px 6px;
  background-repeat: no-repeat;
}

/*
==============================
CHECKBOX / TERMS
==============================
*/

#responsive-form .wpcf7-acceptance {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

#responsive-form input[type="checkbox"] {
  margin-top: 4px;
  transform: scale(1.1);
}

#responsive-form .wpcf7-list-item {
  margin: 0;
}

#responsive-form .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 1.5;
  color: var(--e-global-color-text);
}

#responsive-form .wpcf7-list-item-label a,
#responsive-form a.tyc {
  color: var(--e-global-color-accent);
  font-weight: 600;
  text-decoration: none;
}

#responsive-form .wpcf7-list-item-label a:hover,
#responsive-form a.tyc:hover {
  text-decoration: underline;
}

/*
==============================
BUTTON
==============================
*/

#responsive-form input[type="submit"] {
  min-width: 180px;
  padding: 16px 32px;
  border-radius: 999px;
  border: 1px solid var(--e-global-color-accent);
  background: var(--e-global-color-accent);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

#responsive-form input[type="submit"]:hover {
  transform: translateY(-1px);
  opacity: 0.92;
}

/*
==============================
CF7 MESSAGES
==============================
*/

#responsive-form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 14px 18px;
  border-radius: 14px;
  font-size: 14px;
}

#responsive-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 13px;
}

/*
==============================
HELPERS
==============================
*/

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.screen-reader-response {
  display: none;
}

.hidden-fields-container {
  display: none;
  visibility: hidden;
}