@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap");

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Outfit", sans-serif !important;
  font-weight: 400 !important;
}

body {
  font-family: "Inter", sans-serif !important;
}

li {
  color: #5b3c6f !important;
  line-height: 12px !important;
}

.link_text {
  color: var(--primary-color) !important;
  font-style: italic;
}

.ico_descarga {
  margin-right: 6px;
}
/*** M E N U ***/

.bg-white {
  background-color: #fff !important;
}

/* Adams Hospitality 360 - Estilos Personalizados */

/* ===========================
   Variables y Reset
   =========================== */
:root {
  --primary-color: #5b3c6f;
  --primary-dark: #543a7b;
  --secondary-color: #4a4a4a;
  --text-dark: #52495c;
  --text-dark2: #5B3C6F;
  --text-light: #232124;
  --bg-light: #f9f6fb;
  --bg-gray: #e8e8ec;
  --bg-gray-light: #fafafa;
  --white: #ffffff;
  --border-radius: 8px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #232124;
  line-height: 1.6;
  overflow-x: hidden;
  font-size: 16px;
}

/* ===========================
   Navbar
   =========================== */
.navbar {
  background-color: var(--bg-light);
  padding: 1rem 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.navbar-brand {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: var(--text-dark);
}

.logo_mov {
  display: block !important;
}

.logo-square {
  width: 40px;
  height: 40px;
  background-color: var(--secondary-color);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 10px;
  border-radius: 4px;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.brand-name {
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}

.brand-sub {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--text-light);
}

.current_page_item {
  background-color: #fafafa;
  border-radius: 4px;
}

.navbar-nav .nav-link {
  color: var(--text-dark);
  font-weight: 400;
  padding: 14px 1.5rem;
  transition: color 0.3s ease;
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  color: #232124 !important;
  padding-right: 0.7rem !important;
  padding-left: 0.7rem !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--primary-color);
}

.navbar-nav .nav-link:hover {
  background-color: #f9f6fb !important;
  border-radius: 8px;
}
.navbar-nav .nav-link.phone {
  color: var(--text-light);
}

.btn-contacto {
  background-color: var(--primary-color);
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 4px;
  border: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.btn-contacto:hover {
  background-color: var(--primary-dark);
  color: white;
}

.menu-item-44 {
  margin-left: 2rem !important;
  position: relative;
}
#menu-item-44 a {
	color: #5B3C6F !important;
}
.menu-item-44::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/wa.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 21%;
  transform: translateX(-50%);
  left: -7px;
}

#menu-item-47 {
  background-color: #f8edff !important;
  border-radius: 4px;
  margin-left: 16px;
}

.offcanvas-footer {
  display: none;
}

/* ===========================
   Hero Sections
   =========================== */
.hero {
  position: relative;
  padding: 80px 0 180px;
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  min-height: 500px;
  display: flex;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(75, 55, 95, 0.7) 0%,
    rgba(45, 45, 45, 0.5) 100%
  );
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero h1 {
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 2rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.hero-simple {
  background-color: var(--bg-gray-light);
  color: var(--primary-color);
  padding: 80px 0 60px;
}

.hero-simple h1 {
  font-size: 2.2rem;
  font-weight: 300;
  color: var(--primary-color);
}

/* Hero con Feature Cards superpuestas */
.hero-with-cards {
  padding-bottom: 100px;
  margin-bottom: 120px;
}

.hero-cards-wrapper {
  position: relative;
  z-index: 3;
  margin-top: -100px;
}

/* ===========================
   Buttons
   =========================== */
.btn-primary-custom {
  background-color: #726A7A !important;
  background-image: none !important;
  color: white !important;
  padding: 14px 33px;
  border-radius: 6px;
  border: none !important;
  font-weight: 300;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-primary-custom1 a {
  background-color: #726a7a !important;
  background-image: none !important;
  color: white !important;
  padding: 14px 33px !important;;
  border-radius: 6px;
  border: none !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  letter-spacing: 0.02rem;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-primary-custom:hover,
.btn-primary-custom1 a:hover {
  background-color: #52495c !important;
  color: white;
}

.btn-primary-custom i {
  font-size: 0.85rem;
}

.btn-outline-custom {
  border-bottom: 1px solid #5b3c6f;
  border-radius: 0px;
  color: var(--primary-color);
  background: transparent;
  padding: 5px 0;
  font-weight: 300;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-outline-custom i {
  transition: transform 0.3s ease;
}

.btn-outline-custom:hover {
  color: #232124 !important;
  border-bottom: 1px solid #232124;
}

.btn-outline-custom:hover i {
  transform: translateX(3px);
}

/* Botón enviar del formulario */
.btn-submit {
  background-color: var(--primary-color);
  color: white;
  padding: 12px 24px;
  border-radius: 4px;
  border: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-submit:hover {
  background-color: var(--primary-dark);
  color: white;
}

/* ===========================
   Cards
   =========================== */
.feature-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: var(--border-radius);
  padding: 2rem 1.5rem;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.feature-card .icon {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: var(--text-dark);
}

.feature-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--primary-color);
}

.feature-card p {
  color: var(--text-light);
  font-size: 0.85rem;
  line-height: 1.6;
}

/* Cards superpuestas en hero */
.feature-cards-overlay {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 900px;
  z-index: 10;
}

.feature-card-transparent {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

/* ===========================
   Service Items
   =========================== */
.service-item {
  margin-bottom: 4rem;
}

.service-content {
  padding: 2rem;
}

.service-number {
  font-size: 14px;
  background-color: var(--bg-light);
  color: #52495c !important;
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: table !important;
  padding: 5px 10px;
}

.service-item h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: var(--text-dark);
}

.service-item p {
  color: var(--text-light);
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

.service-item ul {
  list-style: none;
  padding: 0;
}

.service-item ul li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  color: var(--text-light);
}

.service-item ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.service-image {
  border-radius: var(--border-radius);
  overflow: hidden;
  height: 100%;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===========================
   Accordion
   =========================== */

#serviciosAccordion .accordion-item:first-child {
	border-top: 0px !important
}
.accordion-item {
  border: none;
  border-bottom: 1px solid #e8e8e8;
  background: transparent;
}

.accordion-header {
  --bs-accordion-border-color: #fff !important;
}

.accordion-item:first-child {
  border-top: 1px solid #e8e8e8;
}

.accordion-button {
  background: transparent;
  font-weight: 400;
  color: #52495c;
  font-size: 20px;
  padding: 1.25rem 0;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-button:not(.collapsed) {
  background: transparent;
  color: #52495c;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  content: "";
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-image: url("../img/cerrado.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  transition: all 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../img/abierto.svg");
  transform: none;
}

.accordion-body {
  padding: 0 0 1.5rem;
  color: var(--text-light);
  font-size: 1rem;
  line-height: 1.7;
  width: 95%;
}

/* ===========================
   Team Section
   =========================== */
.team-card {
  padding: 2rem;
  padding-top: 0;
  display: flex;
  gap: 3.5rem;
  align-items: flex-start;
}

.team-card1 {
  padding: 2rem 2rem 0 2rem;
}

.team-image {
  width: 200px;
  height: 200px;
  border-radius: var(--border-radius);
  overflow: hidden;
  flex-shrink: 0;
}

.team-image1 {
  width: 200px;
}

.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-info h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* ===========================
   Certification Cards
   =========================== */
.cert-card {
  padding: 2rem;
  transition: all 0.3s ease;
}

.cert-card .icon img {
  font-size: 2rem;
  color: var(--primary-color);
  width: 29px;
  height: 29px;
}

.cert-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #5b3c6f;
}

.cert-card p {
  font-size: 16px;
  color: #5b3c6f;
  text-align: left;
}

.btn-header-equipo {
  font-family: 'Inter', sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  padding: 8px 24px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 6px;
}

.text_conoce {
	color: #232124 !important;
}

.text_conoce_color {
	color: #5B3C6F !important;
}
/* ===========================
   Quote Section
   =========================== */
.quote-section {
  padding: 5px 2rem;
  border-left: 2px solid #A39BA8;
  margin: 1rem auto;
  width: 70%;
}

.quote-section p {
  font-size: 24px;
  font-weight: 300;
  color: #5B3C6F;
  margin: 0;

  font-family: 'Outfit', sans-serif !important;
  line-height: 1.3 !important;
}

/* ===========================
   Forms
   =========================== */
.form-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem 2rem;
}

.form-section h2 {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
  text-align: left;
  color: var(--text-dark);
}

.form-section .form-intro {
  color: var(--text-light);
  font-size: 0.95rem;
  margin-bottom: 2.5rem;
}

.form-label {
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 0.65rem;
  font-size: 12px;
}

.form-control,
.form-select {
  border: none !important;
  border-bottom: 1px solid #d0d0d0 !important;
  border-radius: 0 !important;
  padding: 0.75rem 0;
  font-size: 12px !important;
  transition: all 0.3s ease;
  background-color: transparent;
  color: var(--text-light);
}

.form-control::placeholder {
  color: var(--text-light);
  opacity: 0.7;
	font-size: 12px !important;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border-bottom-color: var(--primary-color);
  border-bottom-width: 2px;
  background-color: transparent;
}

.wpcf7-form-control-wrap[data-name="mensaje"] {
  position: relative;
  display: block !important;
}

.wpcf7-form-control-wrap[data-name="mensaje"] select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 44px; /* espacio para la flecha */
}

.wpcf7-form-control-wrap[data-name="mensaje"]::after {
  background-image: url(../img/select_down.svg);
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

.form-select {
  background: red;
  cursor: pointer;
	font-size: 14px !important;
}

.form-check {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.form-check-input {
  border-color: #d0d0d0;
  width: 18px;
  height: 18px;
  margin-top: 0;
  cursor: pointer;
}

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 76, 154, 0.25);
}

.form-check-label {
  font-size: 12px;
  color: #232124;
  padding-left: 1.25rem;
  cursor: pointer;
  line-height: 1.5;
}

.wpcf7-list-item-label {
  font-family: 'inter', sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  color: #52495C !important;
  padding-left: 0.75rem !important;
}

textarea.form-control {
  height: 70px;
  resize: vertical;
  border: none !important;
  border-bottom: 1px solid #d0d0d0 !important;
  border-radius: 0 !important;
}

.wpcf7-form input[type="submit"] {
  background-color: #f8edff !important;
  border: none !important;
  color: #232124 !important;
  font-size: 14px !important;
  width: auto !important;
  padding: 8px 24px 8px 24px !important;
  display: inline-block !important;
  cursor: pointer;
  border-radius: 4px;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: #5b3c6f !important;
  color: #fff !important;
}

.wpcf7 {
  width: 100% !important;
  max-width: initial !important;
}

.form-check {
	padding-left: 0px !important;
	margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

.form-check .wpcf7-list-item {
	margin-left: 0px !important;
}
/* Helpertext y mensajes de validación CF7 */
.wpcf7-not-valid-tip {
  font-size: 10px !important;
  color: #dc3545;
  margin-top: 4px;
}

.wpcf7-response-output {
  font-size: 10px !important;
  margin-top: 8px !important;
}

/* Estilos de filas del formulario */
.form-row {
  margin-bottom: 2rem;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 1.75rem;
}

/* ===========================
   Footer
   =========================== */
.wrapper {
  padding: 0px !important;
}
footer {
  background-color: #fafafa;
  padding: 3rem 0 1.5rem;
}

.footer-brand {
  margin-bottom: 1.5rem;
}

.footer-tagline {
  font-size: 20px;
  color: #52495c;
  margin-bottom: 4rem;
	line-height: 1.3;

  font-family: 'Outfit', sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: 0 !important;
  leading-trim: none !important;
}

.footer-info {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #52495c;
}

.footer-links {
  list-style: none;
  padding: 4rem 0 0 0;
}

.footer-links li {
  margin-bottom: 18px;
	position: relative;
}

.footer-links a,
footer a {
  color: var(--text-light) !important;
  text-decoration: none !important;
  transition: color 0.3s ease;
  font-size: 0.9rem;
}

.aviso_footer {
  text-decoration: underline !important;
  color: #5b3c6f !important;
}

.footer-links a:hover {
  color: var(--primary-color);
}

.footer-links a:before {
  content: " ";
  background-image: url("../img/arrow_forward.svg");
  width: 10.67px;
  height: 10.67px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -20px;
  top: 1px;
}

.social-icons a {
  display: inline-block;
  width: 56px;
  height: 56px;
  background-color: #f9f6fb;
  border-radius: 50%;
  text-align: center;
  line-height: 56px;
  margin-right: 0.5rem;
  transition: background-color 0.3s ease;
  text-decoration: none;
  font-size: 20px !important;
}

.social-icons a i {
  color: #5b3c6f;
}

.social-icons a:hover {
  background-color: #f8edff;
}

.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #e0e0e0;
  font-size: 0.85rem;
  color: var(--text-light);
}

.footer-bottom a {
  color: var(--primary-color);
  text-decoration: none;
}

.copy_text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #52495c !important;
}

/* ===========================
   Contenedores
   =========================== */

.experiencia-section,
.hero-simple,
.cta-section,
.remodelaciones-section,
.equipo-certificaciones,
.hero-home {
  width: 96% !important;
  margin: 1rem auto 0px !important;
  border-radius: 16px !important;
}

.hero-home {
  left: inherit !important;
  background-image: url(../img/hero_bg_desk.png);
}

.ico_hero_home img {
  width: 40px !important;
  height: 40px !important;
}
/* ===========================
   CTA Section
   =========================== */
.cta-section {
  background: var(--bg-light);
  padding: 4rem 2rem;
  text-align: center;
  color: #5b3c6f;
  margin: 4rem 0;
  border-radius: 0;
}

.cta-section h2 {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 2rem;
}

.cta-section .btn {
  background-color: #726a7a;
  color: white;
  border: none;
  font-family: 'Inter', sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  padding: 8px 24px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 6px;
}

.cta-section .btn img.svg-to-white {
  filter: invert(1);
}

.cta-section .btn:hover {
  background-color: var(--text-dark);
}

/* ===========================
   Utility Classes
   =========================== */
.section-padding {
  padding: 2rem 0;
}

.section-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--text-dark);
}

.section-subtitle {
  font-family: "Outfit", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
  color: #52495c !important;
  background-color: var(--bg-light);
  margin-bottom: 3rem;
  padding: 5px 8px;
  display: table;
}

/*.text-muted-custom {
  color: var(--text-light);
}*/

.bg-light-custom {
  background-color: var(--bg-light);
}

.bg-gray-custom {
  background-color: var(--bg-gray);
}

/* ===========================
   Experiencia Section (30 años)
   =========================== */
.experiencia-section {
  background-color: var(--bg-light);
  padding: 5rem 0 0;
}

.experiencia-section .section-subtitle {
  color: var(--text-light);
}

.experiencia-section .section-title {
  font-size: 2rem;
  font-weight: 400;
  color: var(--text-dark2);
  margin-bottom: 2rem;
}

.experiencia-images {
  display: flex;
  gap: 5px;
  justify-content: center;
}

.experiencia-images img {
  border-radius: var(--border-radius);
  object-fit: cover;
  height: 250px;
}

.experiencia-text {
  padding: 2rem 0;
}

.experiencia-text h3 {
  font-size: 20px;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.experiencia-text p {
  color: var(--text-light);
  font-size: 16px;
}

/* ===========================
   Soluciones Section
   =========================== */
.soluciones-section {
  padding: 5rem 0;
}

.soluciones-section .section-title {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
}

/* ===========================
   Contact Section Styling
   =========================== */
.contact-section {
  padding: 1rem 0;
}

.contact-section .section-subtitle {
  color: var(--primary-color);
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-bottom: 0.5rem;
}

.contact-form-wrapper {
  background: white;
  padding: 3rem;
  border-radius: var(--border-radius);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}

/* ===========================
   Service Item Improvements
   =========================== */
.service-item .service-image {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.service-item .service-image img {
  transition: transform 0.4s ease;
}

.service-item:hover .service-image img {
  transform: scale(1.03);
}

.service-number {
  font-size: 14px;
  color: var(--text-light);
  font-weight: 400;
  margin-bottom: 0.75rem;
  letter-spacing: 0.05em;
}

.service-item h3 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 1rem;
  color: var(--primary-color);
  font-family: "Outfit", sans-serif !important;
}

/* ===========================
   Remodelaciones Section
   =========================== */
.remodelaciones-section {
  background: var(--bg-light);
  padding: 4rem 0;
  color: var(--text-dark);
  text-align: center;
}

.remodelaciones-section .section-subtitle {
  color: rgba(255, 255, 255, 0.7);
  background-color: white;
}

.remodelaciones-section h2 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  color: #5b3c6f;
}

.remodelaciones-section p {
  color: var(--text-dark);
  max-width: 700px;
  margin: 0 auto 2rem;
}

.remodelaciones-images {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-top: 2rem;
}

.remodelaciones-images img {
  border-radius: var(--border-radius);
  height: 250px;
  object-fit: cover;
}

/* ===========================
   Responsive
   =========================== */
@media (max-width: 992px) {
  .offcanvas-body {
    background-color: #fafafa !important;
    color: #5b3c6f !important;
  }
  .offcanvas-body {
    padding: 3rem !important;
  }
  .navbar-nav li {
    margin-bottom: 1.5rem !important;
  }
  .offcanvas-header {
    background-color: #fff !important;
  }
  .offcanvas-header .btn-close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f8edff;
    margin-left: 10px;
  }
  .ico_header {
    width: 35px;
  }
  .hero h1 {
    font-size: 1.8rem;
  }

  .hero-simple h1 {
    font-size: 1.6rem;
  }

  .service-item {
    margin-bottom: 3rem;
  }

  .team-card {
    flex-direction: column;
    text-align: center;
  }

  .feature-cards-overlay {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    width: 100%;
    margin-top: -60px;
  }

  .experiencia-images,
  .remodelaciones-images {
    flex-direction: row;
  }
  .experiencia-images img:first-child,
  .remodelaciones-images img:first-child {
    width: 60%;
    height: 146px;
    object-fit: cover;
  }
  .experiencia-images img:nth-child(2),
  .remodelaciones-images img:nth-child(2) {
    width: 41%;
    height: 146px;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .navbar {
    padding: 2rem 0 !important;
  }
  .offcanvas-footer {
    display: block;
    padding: 3rem;
    background-color: #fafafa !important;
  }
  .navbar-nav .nav-link {
    padding: 16px 14px !important;
    display: inline-flex !important;
    width: auto !important;
  }
  #menu-item-47 {
    background-color: transparent !important;
    margin-left: 0px;
  }
  #menu-item-47 .nav-link {
    background-color: #f8edff !important;
    border-radius: 16px;
    padding: 16px 45px !important;
  }
  .menu-item-44::after {
    top: 27%;
  }
  .logo_headerMov {
    width: 70%;
    margin-bottom: 2rem;
  }
  .navbar-brand {
    position: absolute;
    right: 80px;
  }
  .navbar-brand img {
    width: 32px;
  }
  .navbar-toggler {
    position: absolute;
    right: 20px;
    background-color: #f8edff;
    width: 56px;
    height: 56px;
    padding: 0px;
    border-radius: 50%;
    border: 0px;
  }
  .logo_mov {
    display: block !important;
  }
  .hero {
    padding: 60px 0 80px;
    min-height: auto;
  }

  .hero h1 {
    font-size: 1.5rem;
  }

  .section-title {
    font-size: 1.4rem;
  }

  .quote-section {
    width: 100%;
  }

  .quote-section p {
    font-size: 1.3rem;
  }

  .form-section {
    padding: 2rem 1rem;
  }

  .remodelaciones-images {
    flex-wrap: balance !important;
  }

  .remodelaciones-images img {
    width: 45%;
  }

  .contact-form-wrapper {
    padding: 1.5rem;
  }
  .footer-links {
    padding: 0;
	  margin-left: 2rem;
  }
  .team-image {
    display: flex;
    order: 1;
  }
  .team-info {
    text-align: left;
  }
  .section-padding {
    padding: 2rem 0 0;
  }
  .team-card1 {
    padding: 2rem 0px !important;
  }
  .team-card {
    padding: 0px;
  }
  .equipo-certificaciones {
    margin-top: 3rem !important;
  }
  .ico_hero_ {
    width: 70px !important;
    display: inline-block !important;
  }
  .descrip_ico {
    width: 75% !important;
    display: inline-block !important;
  }
  #serviciosAccordion {
    margin-top: 3rem;
  }
  .experiencia-section {
    padding: 2rem 0;
  }
  .experiencia-section,
  .hero-simple,
  .cta-section,
  .remodelaciones-section,
  .equipo-certificaciones,
  .hero-home {
    width: 100% !important;
    border-radius: 0px !important;
  }
  .contact-section .section-subtitle {
    margin-bottom: 2rem;
  }
  .form-section {
    padding: 0px;
  }
  .form-section h2 {
    font-size: 20px;
    margin-bottom: 1rem;
  }
  .soluciones-section .section-title,
  .hero-simple h1,
  .remodelaciones-section h2,
  .service-item h3,
  .quote-section p {
    font-size: 20px;
  }
  .orden1 {
    order: 1;
  }
  .orden2 {
    order: 2;
  }
  .orden1 img,
  .orden2 img {
    width: 227px !important;
    height: 146px;
    object-fit: cover;
  }
  .service-item .service-image {
    width: 227px !important;
    margin: auto;
  }
  .remodelaciones-section .section-subtitle {
    font-size: 14px;
  }
  .wpcf7-form input[type="submit"] {
    margin: auto;
  }
  .hero-home {
    border-radius: 0px !important;
  }
  .hero-home {
    background-image: url(../img/Hero-bg.png) !important;
  }
}

#aviso-privacidad h2 {
  font-family: 'outfit', sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 24px !important;
  line-height: 1.3 !important;
  color: #52495C !important;

  margin: 2rem 0;
}

#aviso-privacidad p, 
#aviso-privacidad ul li {
  font-family: 'inter', sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 1.5 !important;

  color: #232124 !important;
}