/* =========================================================
   HOMETEC SERVICE
   HOJA DE ESTILOS PRINCIPAL
   ========================================================= */

/* =========================================================
   VARIABLES
   ========================================================= */

:root {
  --hometec-red: #c90000;
  --hometec-red-dark: #a90000;
  --hometec-red-light: #e51b23;

  --hometec-dark: #111111;
  --hometec-dark-2: #1b1b1b;

  --hometec-gray: #f4f4f4;
  --hometec-gray-dark: #777777;

  --hometec-text: #333333;
  --hometec-white: #ffffff;

  --hometec-border: #e5e5e5;

  --hometec-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

  --hometec-transition: all 0.3s ease;
}

/* =========================================================
   CONFIGURACIÓN GENERAL
   ========================================================= */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;

  padding: 0;

  font-family: Arial, Helvetica, sans-serif;

  color: var(--hometec-text);

  background: var(--hometec-white);

  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 1rem;
}

button,
a {
  transition: var(--hometec-transition);
}

/* =========================================================
   CONTENEDOR GENERAL DE SECCIONES
   ========================================================= */

.section-padding {
  padding: 90px 0;
}

/* =========================================================
   ENCABEZADOS DE SECCIÓN
   ========================================================= */

.section-heading {
  max-width: 850px;
  margin: 0 auto 20px;
}

.section-subtitle {
  display: inline-block;

  margin-bottom: 8px;

  color: var(--hometec-red);

  font-size: 14px;

  font-weight: 700;

  letter-spacing: 2px;

  text-transform: uppercase;
}

.section-title {
  margin-bottom: 18px;

  color: var(--hometec-dark);

  font-size: 42px;

  font-weight: 800;

  line-height: 1.2;
}

.section-description {
  max-width: 760px;

  margin: 0 auto;

  color: #666;

  font-size: 17px;
}

/* =========================================================
   TOPBAR
   ========================================================= */

.topbar {
  background: var(--hometec-dark);

  color: var(--hometec-white);

  font-size: 13px;
}

.topbar-content {
  min-height: 42px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 20px;
}

.topbar-info {
  display: flex;

  align-items: center;

  gap: 25px;
}

.topbar-info span {
  display: inline-flex;

  align-items: center;

  gap: 7px;
}

.topbar-info i {
  color: var(--hometec-red);
}

.topbar-social {
  display: flex;

  align-items: center;

  gap: 8px;
}

.topbar-social a {
  width: 30px;

  height: 30px;

  display: flex;

  align-items: center;

  justify-content: center;

  color: var(--hometec-white);

  border-radius: 50%;
}

.topbar-social a:hover {
  color: var(--hometec-white);

  background: var(--hometec-red);
}

/* =========================================================
   HEADER PRINCIPAL
   ========================================================= */

.main-header {
  position: relative;

  z-index: 1000;

  background: var(--hometec-white);

  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.main-header .navbar {
  min-height: 90px;

  padding-top: 10px;

  padding-bottom: 10px;
}

.navbar-brand {
  display: flex;

  align-items: center;
}

.logo {
  width: auto;

  max-width: 190px;

  max-height: 70px;

  object-fit: contain;
}

.navbar-nav {
  gap: 5px;
}

.nav-link {
  position: relative;

  padding: 12px 15px !important;

  color: var(--hometec-dark) !important;

  font-size: 14px;

  font-weight: 700;

  text-transform: uppercase;
}

.nav-link i {
  margin-right: 5px;

  color: var(--hometec-red);
}

.nav-link::after {
  position: absolute;

  right: 15px;

  bottom: 4px;

  left: 15px;

  height: 2px;

  content: "";

  background: var(--hometec-red);

  transform: scaleX(0);

  transform-origin: center;

  transition: var(--hometec-transition);
}

.nav-link:hover::after,
.nav-link.active::after {
  transform: scaleX(1);
}

.nav-link:hover,
.nav-link.active {
  color: var(--hometec-red) !important;
}

/* =========================================================
   BOTÓN WHATSAPP DEL MENÚ
   ========================================================= */

.btn-whatsapp {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  padding: 10px 18px;

  color: var(--hometec-white) !important;

  background: #25d366;

  border: 2px solid #25d366;

  border-radius: 5px;

  font-size: 14px;

  font-weight: 700;
}

.btn-whatsapp:hover {
  color: var(--hometec-white) !important;

  background: #1da851;

  border-color: #1da851;

  transform: translateY(-2px);
}

/* =========================================================
   BOTÓN MENÚ MÓVIL
   ========================================================= */

.navbar-toggler {
  padding: 8px 10px;

  border: 1px solid var(--hometec-red);

  border-radius: 4px;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.15rem rgba(201, 0, 0, 0.2);
}

.navbar-toggler-icon {
  width: 24px;

  height: 24px;

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(201,0,0)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* =========================================================
   SLIDER PRINCIPAL
   ========================================================= */

.hero-slider {
  position: relative;

  overflow: hidden;
}

#inicioSlider {
  width: 100%;
}

#inicioSlider .carousel-item {
  position: relative;

  height: 750px;

  overflow: hidden;
}

#inicioSlider .carousel-item img {
  width: 100%;

  height: 750px;

  object-fit: cover;

  object-position: center;
}

.slider-overlay {
  position: absolute;

  inset: 0;

  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.78) 0%,
    rgba(0, 0, 0, 0.55) 45%,
    rgba(0, 0, 0, 0.1) 100%
  );
}

.carousel-caption {
  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  display: flex;

  align-items: center;

  padding: 0;

  text-align: left;
}

.slider-content {
  width: 100%;

  max-width: 1250px;

  margin: 0 auto;

  padding: 0 30px;
}

.slider-subtitle {
  display: inline-block;

  margin-bottom: 15px;

  padding: 7px 14px;

  color: var(--hometec-white);

  background: var(--hometec-red);

  font-size: 14px;

  font-weight: 700;

  letter-spacing: 2px;
}

.slider-content h1,
.slider-content h2 {
  max-width: 800px;

  margin-bottom: 20px;

  color: var(--hometec-white);

  font-size: 58px;

  font-weight: 800;

  line-height: 1.1;
}

.slider-content p {
  max-width: 700px;

  margin-bottom: 30px;

  color: rgba(255, 255, 255, 0.92);

  font-size: 18px;

  line-height: 1.7;
}

.slider-buttons {
  display: flex;

  flex-wrap: wrap;

  gap: 12px;
}

/* =========================================================
   BOTONES GENERALES
   ========================================================= */

.btn-primary-custom {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  padding: 13px 24px;

  color: var(--hometec-white) !important;

  background: var(--hometec-red);

  border: 2px solid var(--hometec-red);

  border-radius: 4px;

  font-size: 14px;

  font-weight: 700;
}

.btn-primary-custom:hover {
  color: var(--hometec-white) !important;

  background: var(--hometec-red-dark);

  border-color: var(--hometec-red-dark);

  transform: translateY(-2px);
}

.btn-outline-light-custom {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  padding: 13px 24px;

  color: var(--hometec-white);

  background: transparent;

  border: 2px solid var(--hometec-white);

  border-radius: 4px;

  font-size: 14px;

  font-weight: 700;
}

.btn-outline-light-custom:hover {
  color: var(--hometec-dark);

  background: var(--hometec-white);

  border-color: var(--hometec-white);
}

/* =========================================================
   INDICADORES DEL SLIDER
   ========================================================= */

#inicioSlider .carousel-indicators {
  z-index: 5;

  margin-bottom: 25px;
}

#inicioSlider .carousel-indicators button {
  width: 35px;

  height: 4px;

  margin: 0 4px;

  border: 0;

  border-radius: 2px;
}

/* =========================================================
   CONTROLES DEL SLIDER
   ========================================================= */

#inicioSlider .carousel-control-prev,
#inicioSlider .carousel-control-next {
  z-index: 5;

  width: 8%;
}

#inicioSlider .carousel-control-prev-icon,
#inicioSlider .carousel-control-next-icon {
  width: 45px;

  height: 45px;

  padding: 10px;

  background-color: rgba(0, 0, 0, 0.45);

  background-size: 50%;

  border-radius: 50%;
}

/* =========================================================
   SERVICIOS
   ========================================================= */

.services-section {
  background: var(--hometec-white);
}

.service-card {
  height: 100%;

  padding: 35px 30px;

  background: var(--hometec-white);

  border: 1px solid var(--hometec-border);

  border-radius: 8px;

  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);

  transition: var(--hometec-transition);
}

.service-card:hover {
  border-color: rgba(201, 0, 0, 0.25);

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);

  transform: translateY(-7px);
}

.service-icon {
  width: 70px;

  height: 70px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 22px;

  color: var(--hometec-white);

  background: var(--hometec-red);

  border-radius: 50%;

  font-size: 28px;
}

.service-card h3 {
  margin-bottom: 15px;

  color: var(--hometec-dark);

  font-size: 21px;

  font-weight: 700;

  line-height: 1.3;
}

.service-card p {
  color: #666;

  font-size: 15px;
}

.service-card-highlight {
  background: linear-gradient(145deg, #ffffff, #fafafa);
}

/* =========================================================
   QUIÉNES SOMOS
   ========================================================= */

.about-section {
  background: var(--hometec-gray);
}

.about-image {
  position: relative;

  overflow: hidden;

  border-radius: 8px;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.about-image::after {
  position: absolute;

  right: 0;

  bottom: 0;

  left: 0;

  height: 5px;

  content: "";

  background: var(--hometec-red);
}

.about-image img {
  width: 100%;

  min-height: 500px;

  object-fit: cover;

  display: block;
}

.about-section .section-title {
  margin-bottom: 20px;
}

.about-section .section-description {
  margin: 0 0 15px;

  max-width: none;
}

.about-section > .container p {
  color: #555;
}

.mission-box {
  display: flex;

  align-items: flex-start;

  gap: 18px;

  margin-top: 25px;

  padding: 20px;

  background: var(--hometec-white);

  border-left: 4px solid var(--hometec-red);

  border-radius: 5px;

  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.05);
}

.mission-icon {
  flex: 0 0 50px;

  width: 50px;

  height: 50px;

  display: flex;

  align-items: center;

  justify-content: center;

  color: var(--hometec-white);

  background: var(--hometec-red);

  border-radius: 50%;

  font-size: 20px;
}

.mission-box h3 {
  margin: 0 0 5px;

  color: var(--hometec-dark);

  font-size: 19px;

  font-weight: 700;
}

.mission-box p {
  margin: 0;

  color: #666;

  font-size: 14px;
}

/* =========================================================
   COBERTURA
   ========================================================= */

.coverage-section {
  background: var(--hometec-white);
}

.coverage-card {
  height: 100%;

  padding: 30px;

  background: var(--hometec-white);

  border: 1px solid var(--hometec-border);

  border-radius: 8px;

  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);

  transition: var(--hometec-transition);
}

.coverage-card:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);

  transform: translateY(-5px);
}

.coverage-item {
  display: flex;

  align-items: flex-start;

  gap: 18px;
}

.coverage-icon {
  flex: 0 0 55px;

  width: 55px;

  height: 55px;

  display: flex;

  align-items: center;

  justify-content: center;

  color: var(--hometec-white);

  background: var(--hometec-red);

  border-radius: 50%;

  font-size: 22px;
}

.coverage-card h3 {
  margin-bottom: 8px;

  color: var(--hometec-dark);

  font-size: 20px;

  font-weight: 700;
}

.coverage-card p {
  margin-bottom: 0;

  color: #666;

  font-size: 14px;
}

.coverage-highlight {
  padding: 40px;

  color: var(--hometec-white);

  background: linear-gradient(120deg, var(--hometec-dark), #292929);

  border-radius: 8px;

  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.coverage-highlight-subtitle {
  display: block;

  margin-bottom: 8px;

  color: var(--hometec-red-light);

  font-size: 13px;

  font-weight: 700;

  letter-spacing: 2px;
}

.coverage-highlight h3 {
  margin-bottom: 12px;

  color: var(--hometec-white);

  font-size: 30px;

  font-weight: 800;
}

.coverage-highlight p {
  max-width: 700px;

  margin-bottom: 0;

  color: rgba(255, 255, 255, 0.75);
}

/* =========================================================
   CONTACTO
   ========================================================= */

.contact-section {
  background: var(--hometec-gray);
}

.contact-info-card {
  padding: 40px;

  background: linear-gradient(145deg, var(--hometec-dark), #252525);

  color: var(--hometec-white);

  border-radius: 8px;

  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.contact-heading-line {
  display: inline-block;

  margin-bottom: 10px;

  color: var(--hometec-red-light);

  font-size: 13px;

  font-weight: 700;

  letter-spacing: 2px;
}

.contact-info-card h3 {
  margin-bottom: 18px;

  color: var(--hometec-white);

  font-size: 30px;

  font-weight: 800;

  line-height: 1.2;
}

.contact-intro {
  margin-bottom: 30px;

  color: rgba(255, 255, 255, 0.75);
}

.contact-detail {
  display: flex;

  align-items: flex-start;

  gap: 15px;

  padding: 18px 0;

  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-detail:last-of-type {
  border-bottom: 0;
}

.contact-detail-icon {
  flex: 0 0 45px;

  width: 45px;

  height: 45px;

  display: flex;

  align-items: center;

  justify-content: center;

  color: var(--hometec-white);

  background: var(--hometec-red);

  border-radius: 50%;
}

.contact-detail-content {
  display: flex;

  flex-direction: column;
}

.contact-label {
  margin-bottom: 2px;

  color: rgba(255, 255, 255, 0.55);

  font-size: 12px;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 1px;
}

.contact-detail-content strong {
  color: var(--hometec-white);

  font-size: 14px;

  font-weight: 600;
}

.contact-advice-box {
  display: flex;

  align-items: flex-start;

  gap: 12px;

  margin-top: 25px;

  padding: 18px;

  background: rgba(255, 255, 255, 0.07);

  border-radius: 5px;
}

.contact-advice-icon {
  color: var(--hometec-red-light);

  font-size: 20px;
}

.contact-advice-box strong {
  display: block;

  margin-bottom: 3px;

  color: var(--hometec-white);
}

.contact-advice-box p {
  margin: 0;

  color: rgba(255, 255, 255, 0.65);

  font-size: 13px;
}

/* =========================================================
   FORMULARIO DE CONTACTO
   ========================================================= */

.contact-form-card {
  padding: 40px;

  background: var(--hometec-white);

  border-radius: 8px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

.contact-form-card h3 {
  margin-bottom: 8px;

  color: var(--hometec-dark);

  font-size: 30px;

  font-weight: 800;
}

.contact-form-intro {
  margin-bottom: 30px;

  color: #777;
}

.contact-form-label-field {
  display: block;

  margin-bottom: 7px;

  color: var(--hometec-dark);

  font-size: 14px;

  font-weight: 700;
}

.contact-input {
  min-height: 50px;

  padding: 12px 15px;

  color: var(--hometec-text);

  background: #ffffff;

  border: 1px solid #dcdcdc;

  border-radius: 5px;

  font-size: 14px;
}

.contact-input:focus {
  color: var(--hometec-text);

  background: #ffffff;

  border-color: var(--hometec-red);

  box-shadow: 0 0 0 0.2rem rgba(201, 0, 0, 0.1);
}

.contact-textarea {
  min-height: 140px;

  resize: vertical;
}

.btn-contact-submit {
  width: 100%;

  min-height: 52px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  color: var(--hometec-white) !important;

  background: var(--hometec-red);

  border: 2px solid var(--hometec-red);

  border-radius: 5px;

  font-size: 15px;

  font-weight: 700;
}

.btn-contact-submit:hover {
  color: var(--hometec-white) !important;

  background: var(--hometec-red-dark);

  border-color: var(--hometec-red-dark);

  transform: translateY(-2px);
}

.contact-security {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  margin-top: 15px;

  color: #777;

  font-size: 12px;

  text-align: center;
}

.contact-security i {
  color: var(--hometec-red);
}

.contact-benefits {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 10px;

  margin-top: 25px;

  padding-top: 25px;

  border-top: 1px solid var(--hometec-border);
}

.contact-benefit {
  display: flex;

  flex-direction: column;

  align-items: center;

  gap: 7px;

  color: #666;

  font-size: 12px;

  font-weight: 600;

  text-align: center;
}

.contact-benefit i {
  color: var(--hometec-red);

  font-size: 20px;
}

/* =========================================================
   ALERTAS DEL FORMULARIO
   ========================================================= */

.contact-form-card .alert {
  margin-bottom: 25px;

  border-radius: 5px;

  font-size: 14px;
}

/* =========================================================
   FOOTER
   ========================================================= */

.main-footer {
  padding-top: 65px;

  color: rgba(255, 255, 255, 0.72);

  background: var(--hometec-dark);
}

.footer-brand {
  padding-right: 20px;
}

.footer-logo {
  width: auto;

  max-width: 190px;

  max-height: 70px;

  margin-bottom: 20px;

  background: var(--hometec-white);

  padding: 6px;

  border-radius: 4px;
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.62);

  font-size: 14px;
}

.footer-title {
  position: relative;

  margin-bottom: 25px;

  padding-bottom: 10px;

  color: var(--hometec-white);

  font-size: 17px;

  font-weight: 700;
}

.footer-title::after {
  position: absolute;

  bottom: 0;

  left: 0;

  width: 40px;

  height: 2px;

  content: "";

  background: var(--hometec-red);
}

.footer-links {
  margin: 0;

  padding: 0;

  list-style: none;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.65);

  font-size: 14px;
}

.footer-links a:hover {
  color: var(--hometec-white);

  padding-left: 4px;
}

.footer-links i {
  margin-right: 7px;

  color: var(--hometec-red);

  font-size: 11px;
}

.footer-contact {
  margin: 0;

  padding: 0;

  list-style: none;
}

.footer-contact li {
  display: flex;

  align-items: flex-start;

  gap: 12px;

  margin-bottom: 15px;

  color: rgba(255, 255, 255, 0.65);

  font-size: 14px;
}

.footer-contact i {
  width: 18px;

  padding-top: 4px;

  color: var(--hometec-red);

  text-align: center;
}

.footer-social {
  display: flex;

  gap: 8px;

  margin-top: 20px;
}

.footer-social a {
  width: 38px;

  height: 38px;

  display: flex;

  align-items: center;

  justify-content: center;

  color: var(--hometec-white);

  background: rgba(255, 255, 255, 0.08);

  border-radius: 50%;
}

.footer-social a:hover {
  color: var(--hometec-white);

  background: var(--hometec-red);

  transform: translateY(-2px);
}

/* =========================================================
   FOOTER INFERIOR
   ========================================================= */

.footer-bottom {
  margin-top: 50px;

  padding: 20px 0;

  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.45);

  font-size: 12px;
}

.footer-bottom strong {
  color: rgba(255, 255, 255, 0.75);
}

/* =========================================================
   WHATSAPP FLOTANTE
   ========================================================= */

.floating-whatsapp {
  position: fixed;

  right: 25px;

  bottom: 25px;

  z-index: 9999;

  width: 60px;

  height: 60px;

  display: flex;

  align-items: center;

  justify-content: center;

  color: var(--hometec-white);

  background: #25d366;

  border-radius: 50%;

  font-size: 30px;

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.floating-whatsapp:hover {
  color: var(--hometec-white);

  background: #1da851;

  transform: scale(1.08);
}

/* =========================================================
   ANIMACIÓN WHATSAPP
   ========================================================= */

@keyframes hometec-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.floating-whatsapp {
  animation: hometec-pulse 2s infinite;
}

/* =========================================================
   RESPONSIVE - TABLETS
   ========================================================= */

@media (max-width: 991.98px) {
  .topbar-content {
    justify-content: center;
  }

  .topbar-social {
    display: none;
  }

  .main-header .navbar {
    min-height: 80px;
  }

  .navbar-collapse {
    padding: 15px 0;
  }

  .navbar-nav {
    align-items: stretch !important;
  }

  .nav-link {
    padding: 10px 5px !important;
  }

  .nav-link::after {
    right: 5px;

    left: 5px;
  }

  .btn-whatsapp {
    margin-top: 10px;

    text-align: center;
  }

  #inicioSlider .carousel-item {
    height: 600px;
  }

  #inicioSlider .carousel-item img {
    height: 600px;
  }

  .slider-content h1,
  .slider-content h2 {
    font-size: 46px;
  }

  .slider-content p {
    font-size: 16px;
  }

  .section-padding {
    padding: 75px 0;
  }

  .section-title {
    font-size: 36px;
  }

  .about-image img {
    min-height: 400px;
  }

  .coverage-highlight {
    padding: 30px;
  }
}

/* =========================================================
   RESPONSIVE - MÓVILES
   ========================================================= */

@media (max-width: 767.98px) {
  .topbar {
    display: none;
  }

  .main-header .navbar {
    min-height: 75px;
  }

  .logo {
    max-width: 155px;

    max-height: 60px;
  }

  #inicioSlider .carousel-item {
    height: 600px;
  }

  #inicioSlider .carousel-item img {
    height: 600px;
  }

  .slider-overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.5));
  }

  .slider-content {
    padding: 0 25px;
  }

  .slider-subtitle {
    font-size: 11px;

    letter-spacing: 1.5px;
  }

  .slider-content h1,
  .slider-content h2 {
    font-size: 34px;
  }

  .slider-content p {
    font-size: 15px;

    line-height: 1.6;
  }

  .slider-buttons {
    flex-direction: column;

    align-items: flex-start;
  }

  .slider-buttons a {
    width: 100%;

    max-width: 280px;
  }

  .section-padding {
    padding: 60px 0;
  }

  .section-title {
    font-size: 30px;
  }

  .section-description {
    font-size: 15px;
  }

  .service-card {
    padding: 30px 25px;
  }

  .about-image img {
    min-height: 300px;
  }

  .mission-box {
    padding: 16px;
  }

  .coverage-highlight {
    padding: 25px;
  }

  .coverage-highlight h3 {
    font-size: 25px;
  }

  .contact-info-card,
  .contact-form-card {
    padding: 28px 22px;
  }

  .contact-info-card h3,
  .contact-form-card h3 {
    font-size: 26px;
  }

  .contact-benefits {
    grid-template-columns: 1fr;
  }

  .contact-benefit {
    flex-direction: row;

    justify-content: center;
  }

  .footer-brand {
    padding-right: 0;
  }

  .footer-bottom {
    text-align: center;
  }

  .floating-whatsapp {
    right: 18px;

    bottom: 18px;

    width: 55px;

    height: 55px;

    font-size: 27px;
  }
}

/* =========================================================
   RESPONSIVE - MÓVILES PEQUEÑOS
   ========================================================= */

@media (max-width: 575.98px) {
  .slider-content h1,
  .slider-content h2 {
    font-size: 29px;
  }

  .slider-content p {
    font-size: 14px;
  }

  #inicioSlider .carousel-control-prev,
  #inicioSlider .carousel-control-next {
    display: none;
  }

  .section-title {
    font-size: 27px;
  }

  .service-card h3 {
    font-size: 19px;
  }

  .coverage-item {
    flex-direction: column;
  }

  .coverage-icon {
    flex-basis: 50px;
  }

  .contact-detail {
    gap: 12px;
  }
}
