/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Tema hijo de Hello Elementor
Author: Zaira Bravo Sanchez
Author URI: https://www.aranjuezdermaclinic.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

html, body {
    overflow-x: hidden;
}

/*Cambio color SVGs*/
.icono-verde img {
  filter: brightness(0) saturate(100%) invert(82%) sepia(14%) saturate(718%) hue-rotate(45deg) brightness(91%) contrast(85%);
}

.icono-rojo-claro img {
    filter: brightness(0) saturate(100%) invert(33%) sepia(87%) saturate(2658%) hue-rotate(326deg) brightness(84%) contrast(84%);
}

.icono-burdeos img {
  filter: brightness(0) saturate(100%) invert(5%) sepia(32%) saturate(6695%) hue-rotate(304deg) brightness(60%) contrast(79%);
}

/*Mega menu*/
body.page-id-50 .mega-blefaroplastia span.elementor-icon-list-text,
body.page-id-44 .mega-dermatologia-integrativa span.elementor-icon-list-text,
body.page-id-52 .mega-endolift-blue-peel span.elementor-icon-list-text,
body.page-id-54 .mega-dermatologia-estetica span.elementor-icon-list-text,
body.page-id-48 .mega-lesiones span.elementor-icon-list-text,
body.page-id-46 .mega-unidad-cabello span.elementor-icon-list-text,
body.page-id-38 .mega-doctora a,
body.page-id-40 .mega-clinica a,
body.page-id-42 .mega-contacto a {
  color: #E73563 !important;
}

/*Form cita*/
.cf7-cita {
  max-width: 760px;
  margin: 0 auto;
  font-family: inherit;
}

.cf7-cita .cf7-intro h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: #46161B;
}

.cf7-cita .cf7-intro p {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.5;
  color: #5f4b4b;
}

.cf7-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.cf7-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.cf7-cita label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #2b1013;
}

.cf7-cita input,.cf7-cita input:not([type="checkbox"]):not([type="submit"]),
.cf7-cita select,
.cf7-cita textarea {
  width: 100% !important;
  margin-top: 8px !important;
  padding: 14px 16px !important;
  border: 1px solid #dccaca !important;
  border-radius: 8px !important;
  background: #fbfafa;
  color: #2b1013;
  font-size: 15px;
  line-height: 1.4;
  outline: none;
  box-sizing: border-box;
}

.cf7-cita textarea {
  min-height: 130px;
  resize: vertical;
}

.cf7-cita input::placeholder,
.cf7-cita textarea::placeholder {
  color: #8a7a7d;
}

.cf7-cita input:focus,
.cf7-cita select:focus,
.cf7-cita textarea:focus {
  border-color: #46161B;
  background: #fff;
}

.cf7-privacidad {
  margin: 10px 0 22px;
  font-size: 14px;
  color: #3a2528;
}

.cf7-privacidad a {
  color: #46161B;
  text-decoration: underline;
}

.cf7-aviso {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  padding: 16px 18px;
  border-left: 4px solid #c72658;
  border-radius: 8px;
  background: #f0eeee;
  color: #5a4246;
  font-size: 14px;
}

.cf7-aviso span {
  font-size: 18px;
}

.cf7-aviso span span {
    color: #c72658;
}

.cf7-aviso p {
    margin: 0;
}

.cf7-submit-wrap input[type="submit"] {
  width: 100%;
  padding: 16px 24px;
  border: none;
  border-radius: 8px;
  background: #46161B;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.cf7-submit-wrap input[type="submit"]:hover {
  background: #5a2026;
  transform: translateY(-1px);
}

.cf7-cita .wpcf7-not-valid {
  border-color: #c72658 !important;
}

.cf7-cita .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 13px;
  color: #c72658;
}

.cf7-cita .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 14px 16px;
  border-radius: 8px;
  font-size: 14px;
}

/* Checkbox política de privacidad */
.cf7-privacidad {
  margin: 8px 0 24px;
  font-size: 15px;
  color: #2b1013;
}

.cf7-privacidad .wpcf7-list-item {
  margin: 0;
}

.cf7-privacidad label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #2b1013;
}

.cf7-privacidad input[type="checkbox"] {
  width: 16px !important;
  height: 16px;
  padding: 0 !important;
  flex: 0 0 16px;
  accent-color: #46161B;
  margin: 0 !important;
}

.cf7-privacidad a {
  color: #46161B;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.tabla-tratamientos .wpr-table-inner-container.ps {
    border-radius: 22px !important;
}

.lista-iconos ul li {
    margin-bottom: 20px !important;
}

.caja-precios span.wpr-price-list-price {
    text-align: right;
}

@media (max-width: 767px) {
  .cf7-grid-2 {
    grid-template-columns: 1fr;
  }

  .cf7-grid {
    gap: 16px;
    margin-bottom: 16px;
  }

  .cf7-cita input:not([type="checkbox"]):not([type="submit"]),
  .cf7-cita select,
  .cf7-cita textarea {
    padding: 13px 14px;
  }
}