* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  word-wrap: break-word;
}

:root {
  interpolate-size: allow-keywords;
  --primario: #0033cc;
  /*--primario: #0066CC;*/
  --primarioTranspar: rgba(0, 102, 204, 0.5);
  --secundario: #2a2f43;
  --terciario: #0066cc;
  --seccionLateral: #d4e1ff;
  --verdeOpciones: #28a745;
  --blanco: #fffafa;
  --radialNegro: radial-gradient(
    circle,
    rgba(51, 102, 255, 1) 0%,
    rgba(9, 22, 51, 1) 100%
  );
  --contraste: radial-gradient(
    circle,
    rgba(68, 98, 189, 1) 0%,
    rgba(0, 26, 54, 1) 100%
  );
  --acento: #ffd700;
  --grisTexto: #333333;
  --infosSecundaria: linear-gradient(
    0deg,
    rgba(0, 32, 128, 1) 0%,
    rgba(119, 152, 252, 1) 50%,
    rgba(0, 32, 128, 1) 100%
  );
}

html,
body {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden; /* evita scroll horizontal inesperado */
  text-align: center;
  background: #f7f7f7;
  color: black;
  font-family: "Montserrat", serif;
  font-weight: 500;
  font-style: normal;
}

.mensajeFinal {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: auto;
  margin: 60px auto auto auto;
  text-align: center;

  font-size: calc(1vw + 5px);
}

.mensajeFinal img {
  width: 70%;
  height: auto;
}

p,
em {
  line-height: 2;
}

h2,
.tituloEmpresa {
  font-family: "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: calc(20px + 1vw);
  text-shadow: 2px 2px 2px silver;
}

h5 {
  color: black;
}

h6 {
  color: white;
}

ol li {
  margin-left: 20px;
}

.botonMenuMoviles {
  display: none;
}

#botonRedes {
  position: fixed;
  display: flex;
  width: 50px;
  height: 50px;
  top: 300px;
  left: auto;
  right: 0;

  padding: 10px;
  z-index: 6;
  transition: all 0.5s linear;
}

.redesContacto {
  border-radius: 10px 0 0 10px;
  /* 1. Fondo de respaldo si el degradado falla (color base) */
  background-color: #e0e0e0;

  /* 2. Degradado Metálico Principal (De claro a medio, simulando un reflejo superior) */
  background-image: linear-gradient(
    to bottom,
    #ffffff 0%,
    #e0e0e0 50%,
    #c0c0c0 100%
  );

  /* 3. Borde (para definir y contener el efecto metálico) */
  border: 1px solid #a9a9a9;

  /* 4. Sombra interior sutil para darle profundidad 3D */
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);

  /* 5. Color del Icono/Texto (Asegura un buen contraste) */
  color: #333333;
}

.redesContactoAbierto {
  border-radius: 10px 0 0 0;
  background: white;
}

#menuRedes {
  display: flex;
  overflow: hidden;
  position: fixed;
  align-items: space-between;
  flex-flow: column wrap;
  padding: 10px;
  left: auto;
  right: 0;
  gap: 10px;
  z-index: 5;
  transition: all 0.5s linear;
  /* 1. Fondo de respaldo si el degradado falla (color base) */
  background-color: #e0e0e0;

  /* 2. Degradado Metálico Principal (De claro a medio, simulando un reflejo superior) */
  background-image: linear-gradient(
    to bottom,
    #ffffff 0%,
    /* Blanco/Plata muy claro en la parte superior */ #e0e0e0 50%,
    /* Gris claro en el medio */ #c0c0c0 100%
      /* Gris medio en la parte inferior */
  );
  /* 4. Sombra interior sutil para darle profundidad 3D */
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);

  /* 5. Color del Icono/Texto (Asegura un buen contraste) */
  color: #333333;
}

.medioscontacto {
  top: 350px;
  width: 50px;
  height: 150px;
  border-radius: 0 0 0 10px;
}

.medioscontactoOculto {
  top: 300px;
  width: 50px;
  height: 50px;
  border-radius: 10px 0 0 10px;
}

.medioscontacto a {
  margin: auto;
  width: 100%;
}

.redesContacto img,
.medioscontacto img,
.medioscontactoOculto img {
  margin: auto;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.contenedorPadreGenerico {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 5px;
}

#btnCerrarMenu {
  display: none;
}

ul {
  display: flex;
  flex-direction: column;
  gap: 15px;

  list-style: none;
  line-height: 1.5;
}

li {
  display: flex;
}

li img {
  max-width: 20px;
  max-height: 20px;
  margin-right: 8px;
}

a {
  text-decoration: none;
  color: black;
}

.bannerPrincipal {
  /*background: #2a2f43;*/
  background: #fffafa;
  display: flex;
  flex-flow: row nowrap;
  color: white;
  height: 110px;
  gap: 8px;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  position: fixed;
  border-bottom: 5px var(--primario) solid;
  top: 0;
  z-index: 6;
}

.licenciaHeader {
  position: absolute;
  width: fit-content;
  height: fit-content;
  transform: translate(-100%, -100%);
  top: 95%;
  left: 99%;
  color: black;
  font-size: 0.9vw;
  /*word-break: keep-all;*/
  white-space: nowrap; /*evitamos el salto de linea*/
}

.logoCabecera2 {
  height: 100px;
  width: 100px;
  border-radius: 100%;
}

.logoCabecera2 img {
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fadeIn 0.5s ease-in forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#nombreEmpresa {
  text-align: center;
  text-shadow: #777777 2px 2px 4px;
  white-space: nowrap;
  font-size: calc(1vw + 22px);
  transition: all 0.5s ease-out;
  color: var(--primario);
}

.tituloYSlogan {
  display: flex;
  flex-flow: column wrap;
  text-align: center;
}

#slogan {
  font-size: calc(1vw + 3px);
  letter-spacing: 3px;
}

.botonMenu {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  margin: auto;
  box-shadow: 0 0 10px black;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  transition: all 0.2s linear;
}

.botonMenu:hover {
  background: var(--primarioTranspar);
  border: 1px white solid;
}

.claseVisible {
  display: flex;
  width: 100%;
  /*overflow-y: clip;
    transition: height 0.3s ease-in;*/
  animation: claseVisible 0.25s linear;
}

.claseOculta {
  display: none;
}

@keyframes claseVisible {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.botonMenu div {
  width: 100%;
  border: 1px black solid;
}

nav {
  margin-top: 110px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  background: var(--primario);
  box-shadow: 0 5px 5px black;
}

.contenedorIdioma {
  display: flex;
  width: 15%;
  height: 98%;
  align-items: center;
  justify-content: center;
  margin: auto 0;
}

.contenedorIdioma img {
  height: 90%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  box-shadow: 0 0 10px black;
  cursor: pointer;
  transition: all 0.3s linear;
}

.contenedorIdioma img:hover {
  box-shadow: 0 0 10px white;
}

#fondoTranslucido img {
  position: absolute;
  transform: translate(-100%, -100%);
  top: 95%;
  left: 100%;
  width: 50px;
  height: auto;
}

.fondoTranspOculto {
  display: flex;
  width: 100%;
  height: 100vh;
  margin-left: -100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
  z-index: 7;
  transition:
    margin-left 0.7s ease-in,
    opacity 0.7s ease-in;
}

.fondoTranspVisible {
  display: flex;
  width: 100%;
  height: 100vh;
  margin-left: 0%;
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
  z-index: 7;
  transition:
    margin-left 0.4s ease-out,
    opacity 0.4s ease-out;
}

.menuPrincipal {
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
  width: 70%;
  justify-content: space-around;
  align-items: stretch;
}

.linea {
  border: none;
  display: flex;
  width: 2px;
  height: 80%;
  background: silver;
  margin: auto 0;
}

.menuPrincipal span {
  flex: 1;
  position: relative;
  color: white;
  align-items: stretch;

  animation: enlacesPrincipales 1.5s ease-out;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.menuPrincipal p {
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

@keyframes enlacesPrincipales {
  0% {
    margin-top: -100px;
  }

  100% {
    margin-top: 0;
  }
}

.menuPrincipal span:hover {
  background: var(--blanco);
  color: black;
}

.opcionesMenuPrincipal {
  display: flex;
  width: 100%;
  height: fit-content;
  flex-flow: column nowrap;

  position: absolute;
  top: 100%;
  left: 0;
  background: var(--blanco);
  z-index: 4;
  transition:
    height 0.3s linear forward,
    overflow 0.3s linear forward;
}

.OpcMenuPrincipalOculto {
  display: flex;
  width: 100%;
  height: 50px;
  flex-flow: column nowrap;
  overflow: hidden;

  position: absolute;
  top: 0;
  left: 0;
  background: var(--blanco);
  z-index: -1;
}

.opcionesMenuPrincipal a,
.MenuPrincipalOculto a {
  /* Los enlaces <a> son inline por defecto, cambiarlos a block para que ocupen todo el ancho y permitan padding */
  display: block;
  padding: 8px; /* Espacio interno para hacerlos clickeables */
  text-decoration: none; /* Quita el subrayado del enlace */

  background-image: linear-gradient(to right, var(--primario) 50%, #ffffff 50%);
  /* El primer color (#ff0000) es el color del hover, el segundo (#0000ff) es el color inicial */

  background-size: 200% 100%; /* Duplica el tamaño del fondo */
  background-position: 100% 0; /* Posiciona el fondo a la derecha (mostrando el color inicial) */

  transition: all 0.3s ease-in; /* Para un efecto suave al pasar el mouse */
  border-top: 2px var(--primario) solid;
}

.opcionesMenuPrincipal a:hover {
  background-position: 0 0;
  color: white;
}

option,
select {
  display: flex;
  justify-content: center;
  text-align: -webkit-center;
  text-align-last: center;

  /* for Firefox 
      -moz-appearance: none;
      /* for Chrome 
      -webkit-appearance: none;*/
}

.formFinancing {
  display: flex;
  flex-flow: column wrap;
  height: 100%;
  width: 15%;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

#financing {
  width: 80%;
  height: 50px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px silver;
  color: white;
  font-weight: bold;

  background: linear-gradient(
    to right,
    #70720c,
    #a1a335,
    #70720c,
    #a1a335,
    #70720c
  );
  background-size: 200% 100%;
  font-size: calc(3px + 1vw);
  transition: all 0.3s ease-in;
  overflow: hidden;
  animation: financingColor 10s linear infinite;
  border: none;
}
/*FA7600*/
@keyframes financingColor {
  0% {
    background-position: 0 0; /* Posición inicial */
  }
  100% {
    background-position: 100% 0; /* Posición final */
  }
}

#financing:hover {
  transform: scale(1.05);
}

@keyframes entradaContacto {
  0% {
    margin-right: -400px;
    opacity: 0;
  }
  100% {
    margin-right: 0px;
    opacity: 1;
  }
}

.iconoContacto {
  width: 24px;
  height: 24px;
  margin: auto 8px 0 0;
}

.contenedorPanoramica {
  display: flex;
  width: 100%;
  height: calc(100vh - 170px);
  position: relative;
  overflow: hidden;
  text-align: center;
  color: white;
  letter-spacing: 5px;
  box-shadow: 0 10px 5px gray;
  background: #002182;
}

.imagenPanoramica {
  display: flex;
  height: 100%;
  width: 50%;
  pointer-events: none;
}

.contenedorPanoramica img {
  height: 100%;
  width: 100%;
}

.divPanoramica {
  display: flex;
  padding: 25px 10px;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  position: absolute;
  transform: translate(-100%, 0);
  left: 100%;
  font-size: calc(1vw + 24px);
  text-shadow: 5px 5px 5px black;

  width: 50%;
  height: 100%;

  background: #ffffff;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 33, 130, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}

.divPanoramica h1 {
  font-size: calc(1vw + 36px);
}

@keyframes entradaImgPrincipal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.detallesPanoramica {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.detallesPanoramica ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  font-weight: bold;
}

.detallesPanoramica ul li {
  display: inline-block;
  text-align: start;
  width: 48%;
  font-size: calc(1vw + 10px);
}

section {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding: 80px 50px;
  align-items: center;
  justify-content: space-between;
}

section h1 {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 7px;
}

#services a {
  display: flex;
  width: 22%;
  height: stretch;
  margin: 15px 0;
}

.contenedorMini {
  display: flex;
  flex-flow: column nowrap;
  border-radius: 15px;
  box-shadow: -7px 7px 7px gray;
  /*word-wrap: break-word;*/
  width: 100%;
  background: white;
  padding: 20px;
  align-items: space-evenly;
  text-align: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

#services .contenedorMini:hover {
  transform: translateY(-10px);
  background: var(--primario);
  color: white;
}

.contenedorMini img {
  width: 70%;
  height: auto;
  margin: 0 auto;
  border: 2px silver solid;
  border-radius: 100%;
}

.contenedorMini h4 {
  margin: 20px 0 20px 0;
}

.contenedorMini p {
  margin: auto;
}

#hvac {
  padding: 0;
  position: relative;
  align-items: stretch;
  box-shadow: 0 0 20px black;
  background: var(--contraste);
}

#hvac img {
  width: 100%;
}

.descripcionHVAC {
  position: absolute;
  display: flex;
  flex-flow: column wrap;
  width: 50vw;
  transform: translate(-100%, 0);
  left: 100%;
  color: white;
  padding: 50px;
  justify-content: center;
  background: #0066cc;
  background: radial-gradient(
    circle,
    rgba(0, 102, 204, 1) 0%,
    rgba(42, 47, 67, 1) 50%,
    rgba(0, 0, 0, 1) 100%
  );
}

.descripcionHVAC p {
  text-align: center;
}

#mantenimientos {
  display: flex;
  flex-flow: column nowrap;
  margin-top: 30px;
  width: 100%;
}

/*SYSTEMS*/
#systems {
  color: white;
  background: var(--primario);
  align-items: stretch;
  box-shadow: 0 10px 10px black;
}

.contenedorSistemas {
  display: flex;
  flex-flow: column wrap;
  gap: 15px;
  width: 48%;
  align-items: stretch;
}

.sistemasDescripcion {
  display: flex;
  flex-direction: row;
  border-radius: 15px;
  box-shadow: -7px 7px 7px gray;
  /*word-wrap: break-word;*/
  width: 100%;
  background: white;
  padding: 10px;
  align-items: stretch;
  transition: all 0.3s ease-in-out;
  color: black;
}

.sistemasDescripcion img {
  width: 25%;
}

.sistemasTextos {
  display: flex;
  flex-flow: column wrap;
  width: 70%;
  align-items: center;
  gap: 15px;
}

#marcas {
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-evenly;
}

#marcas img {
  width: 45%;
  height: auto;
  border-radius: 5px;
  background: white;
  padding: 10px;
  filter: drop-shadow(7px 7px 7px silver); /* Crea un borde azul */
}

.tituloMarcas2 {
  display: none;
}

/*CONTACT*/
#findus {
  align-items: stretch;
  display: flex;
}

#findus span {
  display: flex;
  flex-flow: column wrap;
  width: 49%;
  justify-content: center;
  box-shadow: 0 0 20px silver;
  border-radius: 8px;
  background: #edeff0;
}

#findus h4 {
  text-align: center;
  margin: 15px auto;
  font-family: "Montserrat", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 3px;
}

iframe {
  width: 96%;
  margin: auto;
  height: calc(100% - 80px);
  border-radius: 0 10px 0 10px;
}

#findus a {
  color: white;
}

#citas {
  position: relative;
  width: 100%;
  padding: 30px 20px;
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
}

.inputsCitas {
  width: 100%;
  padding: 10px;
  font-size: calc(7px + 1vw);
  outline: none;
  border-radius: 10px;
  justify-content: space-between;
  border: 3px var(--primario) solid;
  transition: all 0.25s ease-in-out;
}

.inputsCitas:focus {
  border: 3px var(--secundario) solid;
  box-shadow: 0px -5px 8px #458ca7;
  outline: none;
}

#mail,
#phone,
#fecha,
#horario {
  width: 47%;
}

/*Ocultar las flechas del campo de teléfono*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.fecha,
.horario {
  background: var(--terciario);
  color: white;
  text-align: center;
}

.labelsCitas {
  display: none;
  width: 40%;
  height: 30px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 0px;
  justify-content: center;
  color: black;
  font-size: 20px;
}

.labelsCitas:nth-of-type(4) {
  left: 25%;
}

textarea {
  resize: none;
  outline: none;
  width: 100%;
  height: 200px;
  overflow: scroll;
  padding: 15px;
}

.colortextarea {
  border: 3px var(--primario) solid;
}

#agendarCita-es,
#agendarCita-en {
  background: var(--primario);
  padding: 10px;
  font-size: calc(1vw + 12px);
  color: white;
  transition: all 0.3s ease-in;
  border: #001766;
}

#agendarCita-es:hover,
#agendarCita-en:hover {
  background: #001766;
}

footer {
  display: flex;
  flex-flow: column wrap;
  gap: 15px;
  margin-top: 40px;
  width: 100%;
  justify-content: center;
  align-items: stretch;
  color: white;
  background: linear-gradient(
    180deg,
    rgba(0, 51, 204, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  text-align: center;
  padding: 20px;
  padding: 20px;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  font-weight: 500;
}

footer a {
  color: white;
}

.enfasisFooter {
  font-size: 2em;
}

.padreFooter {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.contenidoFooter {
  display: flex;
  flex-flow: column;
  flex: 1;
  width: 30%;
  align-items: stretch;
  justify-content: center;
  color: white;
}

.contenidoFooter:nth-child(1) {
  order: 1;
} /* redes */
.contenidoFooter:nth-child(2) {
  order: 2;
} /* logo */
.contenidoFooter:nth-child(3) {
  order: 3;
} /* contacto */

.logoFooter {
  box-shadow: 0 0 16px white;
  width: 60px;
  height: auto;
  margin: 10px auto;
  border-radius: 100%;
}

.tituloEmpresa {
  font-size: 2rem;
  font-weight: 300;
}

.redesSociales {
  display: flex;
  gap: 10px;
  width: 90%;
  margin: 10px auto;
  justify-content: center;
}

.redesSociales img {
  width: 45px;
  padding: 5px;
  height: auto;
  border: 1px white solid;
  border-radius: 100%;
}

.footer-title {
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
}

.footer-text,
.footer-slogan,
.footer-services,
.footer-location,
.footer-address {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.4;
}

.terminosYCondiciones {
  width: 90%;
  margin: auto;
  border-top: 2px silver solid;
  padding-top: 10px;
}

.terminosYCondiciones small {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
}

#tablaTuneUps,
#tablaMantenimientos {
  display: flex;
}

.tabla {
  display: flex;
  width: 98%;
  flex-flow: column wrap;
  padding: 15px;
  margin: auto;
  margin-top: 20px;
  background: white;
}

.tabla span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  text-align: center;
  flex-grow: 1;
  flex-shrink: 0;
  word-wrap: break-word;
}

.titulosCeldas {
  background: #0033cc;
  background: linear-gradient(
    180deg,
    rgba(0, 51, 204, 1) 0%,
    rgba(86, 125, 240, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  color: white;
  letter-spacing: 3px;
  font-weight: bold;
  border: 1px var(--primario) solid;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}

.celdasTablas {
  border: 1px var(--primario) solid;
  border-top: none;
  border-radius: 0 0 10px 10px;
  margin-bottom: 10px;
}
/*ADVANCED 2.0*/
.detallesMantenimientos {
  background: white;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  text-align: center;
  justify-content: space-between;
}

.detallesMTitulo {
  display: flex;
  flex-direction: column;
  width: 35%;
}

.detallesMTitulo span,
.detallesMInfo {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.detallesMFotos {
  display: flex;
  flex-direction: row;
  width: 60%;
  padding: 20px;
  justify-content: space-between;
  align-items: start;
}

.contenedorFotosMant {
  width: 48%;
  height: auto;
  display: flex;
  overflow: hidden;
  border-radius: 0 15px 0 15px;
  -webkit-box-shadow: -10px 15px 32px 4px white;
  box-shadow: -10px 15px 32px 4px white;
}

.contenedorFotosMant img {
  width: 100%;
  border: 2px var(--primario) solid;
}

.preguntasMantenimiento {
  padding: 15px 0;
  gap: 10px;
}

.preguntasMantenimiento div {
  padding: 10px;
  cursor: pointer;
  background: var(--primario);
  color: white;
}

#RM1,
#RM2,
#RM3,
#RM4 {
  background: white;
  text-align: start;
  margin-top: 0;
  color: black;
  flex-flow: column;
  word-wrap: break-word;
}

.divPadreDetalles {
  border-radius: 10px;
  background: #f0ebf9;
}

.tecnicoMantenimiento {
  width: 58%;
}

#fotoTecMantenimiento {
  width: 40%;
}

#fotoTecMantenimiento .contenedorFotosMant {
  width: 100%;
  margin-top: 100px;
}
/*SECCIONES INICIALES DE CADA PÁGINA*/
#sectionReparaciones,
#sectionInstalaciones,
#sectionDuctos,
.HeatingPage,
.PadreTermsConditions {
  align-items: start;
  margin-top: 100px;
}

.textoReparaciones {
  display: inline-block;
  width: 100%;
}

.textoReparaciones img {
  display: flex;
  width: 30%;
  float: right;
  border-radius: 10px;
  margin-left: 20px;
}

.textoReparaciones h1 {
  text-align: start;
}

.reparacionesHVAC {
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 32%;
  background: #0033cc;
  background: linear-gradient(
    180deg,
    rgba(0, 51, 204, 0.7) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  color: white;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 10px 10px gray;
}

.detallesReparaciones {
  padding: 30px;
  width: 100%;
  border-radius: 10px;
  justify-content: space-between;
  gap: 20px;
  display: flex;
  flex-flow: row wrap;
  background: white;
}

.detallesReparaciones h3 {
  width: 100%;
  text-align: center;
}

.reparacionesHVAC img,
.detallesReparaciones img {
  display: flex;
  width: 30%;
  margin: 0 auto 10px auto;
}

.reparacionesHVAC em {
  margin-top: 15px;
  line-height: 1.4;
  text-align: center;
}

/*INSTALACIONES*/
#tiposInstalaciones {
  padding-top: 0;
  padding-bottom: 0;
  align-items: stretch;
}

#tiposInstalaciones ul,
#tiposInstalaciones p {
  margin: 0 15px;
}

.sistemasInstalacion {
  display: inline-block;
  gap: 10px;
  margin-bottom: 50px;

  background: #2a2f43;
  width: 32%;
  height: 420px;
  justify-content: space-between;

  border-radius: 10px;
  color: white;
  padding-bottom: 15px;
}

.tituloSistemasInstal {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  /*Height: 70px;*/
  min-height: 50px;

  border: 2px #2a2f43 solid;
  border-radius: 10px;

  background: white;
  justify-content: center;
  align-items: center;

  color: black;
  word-wrap: break-word;
  margin-bottom: 20px;
  padding: 5px 0;
}

.seeMore {
  color: blue;
  display: none;
}

.seeMore.visible {
  display: block;
}

.iconoInstalacion {
  display: flex;
  width: 150px;
  height: 150px;
  margin-right: 15px;
  background: white;
  float: right;
  border-radius: 100%;
}

.iconoInstalacion img {
  width: 70%;
  height: 70%;
  margin: auto;
}

#detallesAsistencia a {
  text-align: start;
  padding: 20px 10px;
  border-bottom: 2px silver solid;
}

/*DUCTS*/
.galeriaDuctos {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  justify-content: center;
  margin: 50px 0;
  box-shadow: 10px -10px 10px silver;
  background: #0066cc;
  background: radial-gradient(
    circle,
    rgba(0, 102, 204, 1) 0%,
    rgba(42, 47, 67, 1) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  color: white;
  padding: 40px;
}

.infoDuctos {
  display: flex;
  flex-flow: column nowrap;
  width: 20%;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  transition: all 0.3s linear;
}

.infoDuctos:hover {
  transform: scale(1.1);
}

.infoDuctos img {
  width: 100%;
  aspect-ratio: 1 / 1.75;
}

.infoDuctos p {
  margin: 0 10px;
  font-size: 120%;
  color: white;
}

.razonesDuctos {
  display: flex;
  flex-flow: row nowrap;
  width: 90%;
  align-items: center;
}

.razonesDuctos img {
  width: 30%;
  margin: auto 30px auto 0;
}

h3 {
  justify-content: center;
  margin: 20px auto 0 auto;
}

.enlaceActivo {
  color: rgb(98, 230, 115);
  cursor: pointer;
}

/*PÁGINA DE HEATING Y HVAC*/
.HeatingPage {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}

.HeatingPage section {
  width: 68%;
  grid-column: 1; /* todos los sections en la primera columna */
  display: flex;
  justify-content: space-between;
  padding-bottom: 0%;
  align-items: stretch;
  border-right: #0033cc 1px solid;
}

.tituloHeating1 {
  display: block;
  border-bottom: var(--primario) 3px solid;
}

.tituloHeating2 {
  display: none;
}

.infoHeating {
  width: 65%;
  text-align: justify;
  background: var(--secundario);
  padding: 20px;
  color: white;
  border-radius: 10px;
  border: 2px var(--acento) solid;
}

.HeatingPage section img {
  width: 30%;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 0 8px var(--secundario);
}

.infoGenerica {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: absolute;
  background: var(--secundario);
  color: white;
  width: 30%;
  height: fit-content;
  border-radius: 10px;
  padding: 30px 20px;
  transform: translate(-100%, 0);
  left: 99%;
  top: 50px;
}

.infoGenerica ul {
  gap: 5px;
  margin-bottom: 15px;
}

ul li a {
  color: white;
}

/*PÁGINA DE ABOUT US*/
.galeriaAboutUs {
  margin-top: 112px;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  height: calc(100vh - 100px);
  overflow: hidden;
  box-shadow: 0 8px 16px var(--secundario);
}

.galeriaAboutUs img {
  width: 100%;
  height: auto;
}

.BestChoice {
  text-align: center;
}

.encabezadosAboutUs {
  border-bottom: var(--primario) 3px solid;
}

.imgIdentidad {
  width: 50%;
  height: auto;
  margin: 50px auto 0 auto;
  border: 10px silver solid;
}

#Identity {
  padding-top: 0px;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: stretch;
}

.IdentityTxt {
  width: 45%;
  background: var(--secundario);
  color: white;
  border: #001766 2px solid;
  text-align: justify;
  padding: 0 20px 20px 20px;
}

.IdentityTxt h3 {
  text-align: center;
  margin: 15px auto;
}

#WhyChooseAdvanced {
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  background: var(--contraste);
  color: white;
}

#WhyChooseAdvanced video {
  margin: auto 0;
}

.videoReparacion {
  width: 30%;
  height: 100%;
}

.textoWhyChoose {
  flex-flow: column;
  width: 68%;
  text-align: center;
  gap: 20px;
  padding: 10px;
}

.textoWhyChoose strong {
  margin: 20px auto 10px auto;
}

.textoWhyChoose ul li {
  display: flex;
  flex-flow: column wrap;
  background: var(--secundario);
  padding: 0 20px 10px 20px;
  font-size: calc(1vw + 1px);
}

.HistoryTxt {
  margin-bottom: 30px;
}

.MisionVision {
  display: flex;
  height: fit-content;
  text-align: justify;
}

.MisionVision img {
  width: 35%;
  height: auto;
  margin: 0 auto 20px auto;
  float: left;
}

.columna2Mision {
  display: flex;
  flex-flow: column wrap;
  width: 65%;
  border: white 2px solid;
  padding-left: 20px;
}

.mision,
.vision {
  display: table-cell;
  width: 100%;
  margin-bottom: 30px;
}

#Contact {
  flex-flow: row wrap;
  row-gap: 20px;
  background: var(--contraste);
  color: white;
  justify-content: space-between;
  align-items: stretch;
  text-align: center;
}

/*SERCICE AREAS & ASSISTANCE*/
.comunidadesAAS {
  display: flex;
  width: 40%;
}

.comunidadesAAS ul {
  display: table;
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}
.comunidadesAAS ul li {
  font-size: calc(3px + 1vw);
}

.formContacto {
  display: flex;
  flex-flow: row wrap;
  width: 55%;
  gap: 15px;
  justify-content: space-between;
}

.formContacto input,
.formcontacto textarea,
.formContacto select,
.formContacto button {
  border: #045e19 3px solid;
}

.bordeVerde {
  border: #045e19 3px solid;
}

.formContacto input[type="date"],
.formContacto select {
  background: var(--verdeOpciones);
  text-align: center;
  color: white;
}

.fade-in-left {
  opacity: 0;
  transform: translateX(-50px); /* desplazada hacia la izquierda */
  transition:
    opacity 1s ease-out,
    transform 1s ease-out;
}

.fade-in-right {
  opacity: 0;
  transform: translateX(50px); /* desplazada hacia la derecha */
  transition:
    opacity 1s ease-out,
    transform 1s ease-out;
}

.fade-in-right.visible,
.fade-in-left.visible {
  opacity: 1;
  transform: translateX(0); /* vuelve a su posición normal */
}

/* Escalonado */
.fade-in-left:nth-child(1).visible {
  transition-delay: 0.8s;
}
.fade-in-left:nth-child(2).visible {
  transition-delay: 0.6s;
}
.fade-in-left:nth-child(3).visible {
  transition-delay: 0.4s;
}
.fade-in-left:nth-child(4).visible {
  transition-delay: 0.2s;
}

.fade-in-top {
  opacity: 0;
  transform: translateY(-50px); /* desplazada hacia arriba */
  transition:
    opacity 1s ease-out,
    transform 1s ease-out;
}

.fade-in-top.visible {
  opacity: 1;
  transform: translateY(0); /* vuelve a su posición normal */
}

.fade-in-bottom {
  opacity: 0;
  transform: translateY(50px); /* desplazada hacia abajo */
  transition:
    opacity 1s ease-out,
    transform 1s ease-out;
}

.fade-in-bottom.visible {
  opacity: 1;
  transform: translateY(0); /* vuelve a su posición normal */
}

.fade-in-center {
  opacity: 0;
  transform: scale(0.8); /* escalada hacia abajo */
  transition:
    opacity 1s ease-out,
    transform 1s ease-out;
}

.fade-in-center.visible {
  opacity: 1;
  transform: scale(1); /* vuelve a su tamaño normal */
}

/* Escalonado */
.fade-in-top:nth-child(1).visible {
  transition-delay: 0.2s;
}
.fade-in-top:nth-child(2).visible {
  transition-delay: 0.4s;
}
.fade-in-top:nth-child(3).visible {
  transition-delay: 0.6s;
}

.goTopPage {
  display: flex;
  position: fixed;
  top: auto;
  left: auto;
  bottom: -50px;
  right: 0px;

  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--primario);
  box-shadow: 0 0 10px black;
  cursor: pointer;
  transition: bottom 0.5s ease-out;
}

.goTopPage.visible {
  bottom: 20px;
  transition: bottom 0.5s ease-in;
}

.goTopPage img {
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
}

/*Terminos, condiciones y política de privacidad*/
.PadreTermsConditions {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding: 50px 30px;
  text-align: justify;
  justify-content: space-around;
}

.PadreTermsConditions a {
  color: var(--primario);
}

.PrivacyTerms {
  display: flex;
  flex-flow: column;
  width: 65%;
}

.PrivacyTerms h1 {
  width: 100%;
  border-bottom: 2px var(--primario) solid;
  border-radius: 0 0 0 10px;
  padding: 10px;
}

.PrivacyTerms p,
.PrivacyTerms ol {
  margin: 10px 0 20px 0;
  padding: 0 20px;
  line-height: 1.8;
}

.enlacesExternosTerms {
  display: flex;
  flex-flow: column wrap;
  text-align: center;
  line-height: 1.8;
  padding: 20px 30px;
  width: 32%;
  background: #0b2168;
  color: var(--blanco);
}

@media (max-width: 560px) {
  .botonMenuMoviles {
    display: flex;
    flex-direction: column;
    width: 50px;
    height: 50px;
    padding: 10px;
    justify-content: space-around;
  }

  .botonMenuMoviles div {
    border: 1px white solid;
    width: 100%;
  }

  #botonRedes {
    top: 250px;
  }

  .medioscontacto {
    top: 300px;
  }

  .medioscontactoOculto {
    top: 250px;
  }

  .bannerPrincipal {
    height: 100px;
    column-gap: 5px;
    justify-content: center;
  }

  .licenciaHeader {
    display: none;
  }

  .logoCabecera2 {
    height: 70px;
    width: 70px;
  }

  .logoCabecera2 img {
    width: 100%;
    height: 100%;
  }

  .tituloYSlogan {
    text-align: center;
  }

  #nombreEmpresa {
    font-size: calc(1vw + 13px);
  }

  #slogan {
    font-size: calc(1vw + 7px);
    letter-spacing: 2px;
  }

  nav {
    justify-content: space-between;
    margin-top: 100px;
    padding-left: 20px;
  }

  #financing {
    font-size: calc(7px + 1vw);
  }

  .formFinancing {
    display: flex;
    width: 50%;
  }

  .menuPrincipal {
    display: flex;
    flex-flow: column;
    width: 75%;
    height: 100vh;
    justify-content: flex-start;
    align-items: flex-start;

    overflow: scroll;
    padding-bottom: 56px;

    position: fixed;
    top: 0;
    left: -100%;
    z-index: 8;
    background: var(--blanco);

    margin-left: -100%;
    opacity: 0;
    transition:
      margin-left 0.7s ease-in,
      opacity 0.7s ease-in;
  }

  .menuPrincipalMoviles {
    display: flex;
    flex-flow: column;
    width: 75%;
    height: 100vh;
    justify-content: flex-start;
    align-items: flex-start;

    overflow: scroll;
    padding-bottom: 56px;

    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    background: var(--blanco);

    margin-left: 0;
    opacity: 1;
    transition:
      margin-left 0.7s ease-out,
      opacity 0.7s ease-out;
  }

  .linea {
    display: none;
  }

  .menuPrincipalMoviles span {
    flex-flow: column nowrap;
    position: relative;
    flex-grow: 0;
    width: 100%;
    align-items: stretch;
    border-bottom: 1px var(--primario) solid;
    color: black;
  }

  .menuPrincipalMoviles p {
    display: flex;
    width: 100%;
    height: fit-content;
    justify-content: start;
    padding: 10px;
  }

  .OpcMenuPrincipalOculto {
    display: none;
    width: 100%;
    height: 50px;
    flex-flow: column nowrap;
    overflow: hidden;

    position: absolute;
    top: 0;
    left: 0;
    background: var(--blanco);
    z-index: -1;
  }

  .opcionesMenuPrincipal {
    display: flex;
    width: 100%;
    height: fit-content;
    flex-flow: column nowrap;
    position: static;
    top: 0;
    left: 0;
    background: var(--blanco);
    z-index: 4;
    transition:
      height 0.3s linear forward,
      overflow 0.3s linear forward;
  }

  .opcionesMenuPrincipal a,
  .MenuPrincipalOculto a {
    padding: 8px 0 8px 30px; /* Espacio interno para hacerlos clickeables */
    text-decoration: none; /* Quita el subrayado del enlace */
    border-top: none;
    text-align: start;
    font-size: calc(1vw + 8px);
  }

  .contenedorPanoramica {
    display: flex;
    width: 100%;
    aspect-ratio: 1 / 1;
    letter-spacing: 2px;
    background: var(--primario);
  }

  .imagenPanoramica {
    width: 100%;
  }

  .divPanoramica {
    padding: 20px 15px;
    gap: 10px;
    transform: translate(0, 0);
    left: 0;
    font-size: calc(1vw + 24px);
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
  }

  .divPanoramica h1 {
    font-size: calc(1vw + 28px);
  }

  .detallesPanoramica ul li {
    display: flex;
    text-align: start;
    width: 46%;
    font-size: calc(1vw + 9px);
  }

  section {
    padding: 30px 20px;
  }

  section h1 {
    font-size: calc(1vw + 16px);
  }

  #services a {
    display: flex;
    flex-flow: row wrap;
    width: 48%;
  }

  .contenedorMini {
    display: flex;
    flex-flow: column nowrap;
    border-radius: 15px;
    box-shadow: 0 0 10px gray;
    background: var(--primario);
    color: white;
  }

  #services .contenedorMini:hover {
    transform: translateY(-10px);
    background: white;
    color: black;
  }

  .contenedorMini img {
    width: 85%;
  }

  #hvac {
    padding: 0;
    position: relative;
    align-items: stretch;
    box-shadow: 0 0 20px black;
  }

  #hvac img {
    display: none;
  }

  .descripcionHVAC {
    position: static;
    display: flex;
    flex-flow: column wrap;
    width: 100%;
    transform: translate(0, 0);
    left: 0;
    padding: 30px 20px;
    font-size: calc(1vw + 10px);
  }

  .descripcionHVAC p {
    text-align: center;
  }

  #mantenimientos {
    display: flex;
    flex-flow: column nowrap;
    margin-top: 30px;
    width: 100%;
  }

  /*SYSTEMS*/
  #systems {
    gap: 20px;
    flex-flow: column-reverse;
  }

  .contenedorSistemas {
    gap: 20px;
    width: 100%;
    margin: 10px 0;
  }

  .sistemasDescripcion {
    display: flex;
    width: 100%;
    aspect-ratio: 1 / 0.55;
    position: relative;
    flex-direction: row;
    border-radius: 15px;
    box-shadow: 0 0 15px black;
    text-align: center;
  }

  .sistemasDescripcion img {
    display: none;
  }

  .sistemasTextos {
    display: flex;
    flex-flow: column wrap;
    width: 100%;
    align-items: center;
    gap: 15px;
  }

  .tabla {
    width: 100%;
    padding: 0;
  }

  .tabla span {
    padding: 10px 5px;
  }

  /*TITULOCELDAS Y TITULOTABLAS NO TIENEN RESPONIVO*/

  #marcas {
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-evenly;
  }

  #marcas img {
    width: 46%;
    height: auto;
    border-radius: 10px;
    padding: 10px;
    filter: drop-shadow(0 0 7px black); /* Crea un borde azul */
  }

  .tituloMarcas1 {
    display: none;
  }

  .tituloMarcas2 {
    display: flex;
    margin-bottom: -10px;
    font-size: calc(1vw + 10px);
  }

  /*CONTACT*/
  #findus {
    align-items: stretch;
    display: flex;
  }

  #findus span {
    display: flex;
    flex-flow: column wrap;
    width: 100%;
    justify-content: center;
    box-shadow: 0 0 20px silver;
    border-radius: 8px;
    background: #edeff0;
  }

  #findus h4 {
    text-align: center;
    margin: 15px auto;
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 3px;
  }

  iframe {
    width: 96%;
    margin: auto;
    height: calc(100% - 80px);
    border-radius: 0 10px 0 10px;
  }

  #findus a {
    color: white;
  }

  #citas {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    justify-content: space-between;
    width: 100%;
    padding: 30px 20px;
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
  }

  .inputsCitas {
    width: 100%;
    padding: 10px;
    font-size: calc(7px + 1vw);
    outline: none;
    border-radius: 10px;
    justify-content: space-between;
    border: 3px var(--primario) solid;
    transition: all 0.25s ease-in-out;
  }

  #mail,
  #phone,
  #fecha,
  #horario {
    width: 48%;
  }

  footer {
    display: flex;
    flex-flow: column wrap;
    gap: 15px;
    margin-top: 40px;
  }

  .padreFooter {
    display: flex;
    flex-flow: column wrap;
    gap: 20px;
    width: 100%;
  }

  .contenidoFooter {
    display: flex;
    flex-flow: column;
    width: 100%;
    align-items: stretch;
    justify-content: center;
    color: white;
  }

  .contenidoFooter:nth-child(1) {
    order: 2;
  } /* redes */
  .contenidoFooter:nth-child(2) {
    order: 1;
  } /* logo */
  .contenidoFooter:nth-child(3) {
    order: 3;
  } /* contacto */

  .tituloEmpresa {
    font-size: 1.5rem;
  }

  .detallesMantenimientos {
    flex-flow: column-reverse wrap;
  }

  .detallesMTitulo {
    width: 100%;
    margin-top: 15px;
  }

  .detallesMFotos {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0;
    justify-content: space-between;
  }

  .preguntasMantenimiento {
    padding: 15px 0;
    gap: 10px;
  }

  .detallesMInfo {
    margin-bottom: 30px;
  }

  .tecnicoMantenimiento {
    width: 100%;
  }

  #fotoTecMantenimiento {
    width: 100%;
    margin-top: 30px;
  }

  #fotoTecMantenimiento .contenedorFotosMant {
    width: 100%;
  }

  /*Reparaciones*/
  .textoReparaciones {
    display: flex;
    width: 100%;
    flex-flow: column wrap;
  }

  .textoReparaciones img {
    width: 70%;
    float: none;
    margin: auto auto 15px auto;
  }

  .textoReparaciones h1 {
    text-align: center;
  }

  .contenedorPadreGenerico {
    flex-flow: column wrap;
  }

  .reparacionesHVAC {
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin: 15px auto;
    width: 100%;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 10px 10px gray;
  }

  .reparacionesHVAC img,
  .detallesReparaciones img {
    display: flex;
    width: 45%;
    margin: 0 auto 10px auto;
  }

  .reparacionesHVAC em {
    margin-top: 15px;
    line-height: 1.4;
    text-align: center;
  }

  /*INSTALACIONES*/
  #sectionInstalaciones li img {
    display: none;
  }

  #tiposInstalaciones {
    align-items: stretch;
  }

  .sistemasInstalacion {
    display: flex;
    height: 70px;
    flex-flow: column wrap;
    overflow: hidden;
    width: 100%;
    margin: 10px 0;
    transition: all 0.5s ease-in;
  }

  .sistemasInstalacion.visible {
    height: fit-content;
    transition: all 0.5s ease-in;
  }

  .tituloSistemasInstal {
    display: flex;
    width: 100%;
    min-height: 70px;
    text-align: center;
    font-size: calc(1vw +4px);
  }

  .iconoInstalacion {
    width: 200px;
    height: 200px;
    margin: auto;
  }

  .iconoInstalacion img {
    margin: auto;
  }

  /*DUCTS*/
  .galeriaDuctos {
    display: flex;
    width: 100%;
    flex-flow: column wrap;
    margin: 30px 0;
    padding: 75px 0;
    border-radius: 10px;
  }

  .infoDuctos {
    display: flex;
    position: relative;
    flex-flow: column nowrap;
    margin: -40px auto;
    width: 80%;
    clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 0, 50% 25%);
  }

  .infoDuctos:hover {
    transform: scale(1.05);
  }

  .infoDuctos img {
    width: 100%;
    aspect-ratio: 1 / 1.5;
  }

  .infoDuctos p {
    display: flex;
    height: 40px;
    position: absolute;
    top: 75%;
    background: rgba(0, 0, 0, 0.5);
    color: white;

    margin: 0;
    width: 100%;
    justify-content: center;
    font-size: 120%;
  }

  .galeriaDuctos h1 {
    font-size: calc(1vw + 10px);
  }

  .razonesDuctos {
    display: flex;
    flex-flow: column nowrap;
    width: 90%;
    margin: auto;
    align-items: center;
    justify-content: center;
  }

  .razonesDuctos img {
    width: 100%;
    margin: 20px auto;
  }

  h3 {
    text-align: center;
    margin: 20px auto 0 auto;
  }
  /*PÁGINA DE COOLING*/
  .enlaceActivo {
    font-weight: bold;
  }

  /*PÁGINA DE HEATING*/
  .HeatingPage section {
    width: 100%;
    grid-column: 1; /* todos los sections en la primera columna */
    flex-flow: column-reverse;
    border: none;
  }

  .infoHeating {
    width: 100%;
    padding: 10px 5px 20px 5px;
    font-size: calc(1vw + 10px);
    background: transparent;
    border: none;
  }

  .sectionContainer1 .infoHeating {
    color: white;
    color: black;
  }

  .sectionContainer2 {
    background-color: var(--secundario);
    color: white;
  }

  .HeatingPage section img {
    width: 70%;
    margin: 0 auto 20px auto;
  }

  .infoGenerica {
    display: none;
  }

  .tituloHeating1 {
    display: none;
  }

  .tituloHeating2 {
    display: block;
  }

  /*PÁGINA DE ABOUT US*/
  .galeriaAboutUs {
    height: 50vw;
  }

  .BestChoice {
    text-align: center;
  }

  .BestChoice p {
    font-size: calc(1vw + 9px);
    text-align: justify;
  }

  .imgIdentidad {
    width: 80%;
    margin: 30px auto 0 auto;
  }

  #Identity {
    padding-top: 0px;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: stretch;
  }

  .IdentityTxt {
    width: 100%;
    font-size: calc(9px + 1vw);
    border: none;
  }

  .IdentityTxt h3 {
    text-align: center;
    margin: 15px auto;
  }

  #WhyChooseAdvanced {
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: stretch;
    background: var(--contraste);
    color: white;
  }

  #WhyChooseAdvanced video {
    margin: auto;
    border: var(--acento) 3px solid;
  }

  .videoReparacion {
    width: 90%;
    height: 100%;
  }

  .textoWhyChoose {
    width: 100%;
    gap: 20px;
    padding: 10px;
  }

  .textoWhyChoose strong {
    margin: 10px auto;
  }

  .textoWhyChoose ul li {
    flex-flow: column wrap;
    padding: 10px;
    font-size: calc(1vw + 8px);
    border: var(--acento) 2px solid;
  }

  .MisionVision {
    display: flex;
    flex-flow: column wrap;
    height: fit-content;
    text-align: justify;
  }

  .MisionVision p {
    font-size: calc(1vw + 9px);
  }

  .MisionVision h2 {
    text-align: center;
  }

  .MisionVision img {
    width: 80%;
    height: auto;
    margin: 0 auto 20px auto;
  }

  .columna2Mision {
    width: 100%;
    padding-left: 0px;
  }

  .mision,
  .vision {
    display: table-cell;
    width: 100%;
    margin-bottom: 30px;
  }

  #Contact {
    flex-flow: column wrap;
    row-gap: 20px;
  }

  #Contact h1 {
    margin-bottom: 0%;
  }

  #Contact p {
    font-size: calc(1vw + 9px);
  }

  /*SERCICE AREAS & ASSISTANCE*/
  .comunidadesAAS {
    display: flex;
    width: 100%;
    padding: 0;
  }

  .comunidadesAAS ul {
    display: flex;
    width: 100%;
    word-break: break-all;
    display: flex;
  }
  .comunidadesAAS ul li {
    font-size: calc(8px + 1vw);
  }

  .formContacto {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    gap: 10px;
    justify-content: space-between;
  }

  .formContacto input,
  .formcontacto textarea,
  .formContacto select,
  .formContacto button {
    border: #045e19 3px solid;
  }

  .bordeVerde {
    border: #045e19 3px solid;
  }

  .formContacto input[type="date"],
  .formContacto select {
    background: var(--verdeOpciones);
    text-align: center;
    color: white;
  }

  /*Terminos, condiciones y política de privacidad*/
  .PadreTermsConditions {
    flex-flow: column wrap;
    width: 100%;
    padding: 30px 15px;
  }

  .PrivacyTerms {
    display: flex;
    flex-flow: column;
    width: 100%;
  }

  .PrivacyTerms h1 {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    border-radius: 0;
    padding: 10px;
  }

  .PrivacyTerms p,
  .PrivacyTerms ol {
    margin: 0;
    padding: 20px 0 40px 0;
    line-height: 1.6;
  }

  .enlacesExternosTerms {
    display: flex;
    flex-flow: column wrap;
    text-align: center;
    line-height: 1.4;
    font-size: 0.7rem;

    padding: 20px;
    width: 100%;
    background: #0b2168;
    color: var(--blanco);
  }
}
