@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Sen:wght@400;800&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/** Media Queries **/
html {
  font-size: 62.5%;
  box-sizing: border-box;
  height: 100%;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "Sen", sans-serif;
  font-size: 1.6rem;
}

.contenedor {
  width: 90%;
  margin: 0 auto;
}

a {
  text-decoration: none;
  font-family: "Sen", sans-serif;
  font-size: 2rem;
}

img {
  max-width: 100%;
}

.titulo {
  margin: 4rem;
}

h1, h2, h3 {
  font-family: "Lato", sans-serif;
  margin: 0 0 2.5rem 0;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}

h1 {
  font-size: 4rem;
  text-shadow: 3px 3px 3px #111111;
}

h2 {
  font-size: 3.6rem;
  text-shadow: 2px 2px 2px #111111;
}

h3 {
  font-size: 3rem;
  text-align: center;
}

p {
  font-size: 2rem;
}

.nombre-pagina {
  text-align: center;
  margin: 5rem 0;
  font-weight: 700;
}

.descripcion-pagina {
  text-align: center;
}

.header {
  background: #111111;
  max-height: auto;
  min-height: 23rem;
}
@media (min-width: 1024px) {
  .header {
    min-height: 12.5rem;
  }
}

.barra {
  min-height: 12rem;
  max-height: 23rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .barra {
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .barra {
    max-height: 12rem;
    flex-direction: row;
    justify-content: space-between;
  }
}

.logo-nav {
  width: 20rem;
}

.logo-nav img {
  margin-top: 2rem;
  width: 20rem;
  min-width: 20rem;
  height: auto;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .logo-nav img {
    margin-top: 0;
  }
}

.boton-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .boton-menu {
    display: none;
  }
}

.boton-menu img {
  padding: 2rem 1rem;
  width: 6rem;
  height: auto;
}

.boton-menu input {
  display: none;
}

.navegacion {
  width: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .navegacion {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
  }
}

.navegacion a {
  width: 100vw;
  padding: 1rem 0 2rem 0;
  text-shadow: 2px 2px 2px #757575;
  color: #FFFFFF;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .navegacion a {
    text-shadow: 2px 2px 2px #757575;
    font-size: 1.5rem;
    width: auto;
    max-width: 22rem;
    padding: 4rem 2rem;
  }
}
@media (min-width: 1024px) {
  .navegacion a {
    font-size: 1.6rem;
    max-width: 25rem;
    padding: 5.5rem 1rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 1230px) {
  .navegacion a {
    font-size: 1.6rem;
    max-width: 25rem;
    padding: 5.5rem 1.5rem;
    margin-right: 3rem;
  }
}
.navegacion a:hover {
  transition: all 0.3s ease-in;
  background-color: #757575;
  color: #FFFFFF;
}

.ocultar {
  display: none;
}

.mostrar {
  display: flex;
}

.barra-contactos {
  max-height: 11rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background-color: rgba(17, 17, 17, 0.9);
}
@media (min-width: 768px) {
  .barra-contactos {
    max-height: 6rem;
    flex-direction: row;
  }
}

.barra-contactos-logo {
  padding: 0 1rem;
  cursor: pointer;
  width: auto;
  height: 6rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.barra-contactos-logo:hover {
  transition: all 0.3s ease-in;
  color: #ffca18;
}
.barra-contactos-logo p {
  font-size: 1.8rem;
  color: #FFFFFF;
}
.barra-contactos-logo p:hover {
  color: #ffca18;
}
@media (min-width: 768px) {
  .barra-contactos-logo p {
    font-size: 2rem;
  }
}

.barra-contactos-logo img {
  display: none;
}
@media (min-width: 768px) {
  .barra-contactos-logo img {
    display: flex;
    min-height: 1rem;
    max-height: 5rem;
    padding: 0.5rem;
    max-width: 5rem;
  }
}

.barra-contactos-logo-face {
  display: none;
}
@media (min-width: 768px) {
  .barra-contactos-logo-face {
    display: flex;
  }
}

.mostrar {
  display: flex;
}

.ocultar {
  display: none;
}

.whatsapp {
  width: 6rem;
  height: 6rem;
  height: auto;
  position: fixed;
  z-index: 30;
  right: 5rem;
  bottom: 5rem;
}

.whatsapp-link {
  display: flex;
  flex-direction: column;
  max-height: 6rem;
  overflow: hidden;
}
.whatsapp-link:hover .whatsapp-link-1 {
  opacity: 0;
  transform: translateY(-6rem);
}
.whatsapp-link:hover .whatsapp-link-2 {
  transform: translateY(-6.5rem);
}
.whatsapp-link img {
  margin-top: 0;
  min-width: 6rem;
  max-height: 6rem;
}

.footer {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  background-color: #111111;
}

.footer-div {
  width: 90%;
  display: grid;
  grid-template-columns: 1;
  grid-template-rows: 3;
  gap: 1rem;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .footer-div {
    grid-template-columns: 2;
    grid-template-rows: 2;
  }
}
@media (min-width: 1024px) {
  .footer-div {
    grid-template-columns: 3;
    grid-template-rows: 1;
  }
}
.footer-div h4 {
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 2px 2px 2px #757575;
}
.footer-div a {
  width: 100%;
  color: #FFFFFF;
  margin: 2rem;
}

.a-panel:hover {
  color: #84b73c;
  text-shadow: 2px 2px 2px #111111;
}

.a-aire:hover {
  color: #005e8d;
  text-shadow: 2px 2px 2px #111111;
}

.grid1 {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media (min-width: 768px) {
  .grid1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (min-width: 1230px) {
  .grid1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

.grid2 {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media (min-width: 768px) {
  .grid2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media (min-width: 1230px) {
  .grid2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

.grid3 {
  grid-column: 1/2;
  grid-row: 3/4;
}
@media (min-width: 768px) {
  .grid3 {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
@media (min-width: 1230px) {
  .grid3 {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}

.div-info {
  display: flex;
  flex-direction: row;
  margin: 2rem;
}
.div-info img {
  width: 5rem;
  margin-right: 2rem;
}
.div-info p {
  width: 50%;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .div-info p {
    width: 80%;
    padding-right: 0;
  }
}

.ubicacion-logo {
  padding-top: 2rem;
}

.mapa {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mapa gmp-map {
  min-width: 35rem;
  min-height: 25rem;
}
@media (min-width: 1024px) {
  .mapa {
    margin: 1rem;
    padding: 4rem;
  }
}

.derechos {
  text-align: center;
  color: #FFFFFF;
}

.copyright a {
  text-decoration: none;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px #757575;
  font-weight: 700;
}
.copyright a:hover {
  color: #005e8d;
  text-shadow: none;
}

.main {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.main section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main h1 {
  font-size: 3rem;
  width: 90%;
  color: #FFFFFF;
  margin: 12rem 0;
  text-align: center;
  line-height: 6rem;
}
@media (min-width: 768px) {
  .main h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  .main h1 {
    width: 80%;
  }
}
@media (min-width: 1230px) {
  .main h1 {
    width: 75%;
  }
}
.main .main-top-texto {
  width: 80%;
  color: #FFFFFF;
  background-color: rgba(17, 17, 17, 0.4);
  margin-bottom: 0;
  animation: aparecer 1.2s ease-in-out;
  padding: 5rem;
  border-radius: 5rem 5rem 0 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .main .main-top-texto {
    width: 60%;
    padding: 10rem 10rem 5rem 10rem;
    border-radius: 15rem 15rem 0 0;
  }
}
.main .main-top-texto a {
  margin-top: 5rem;
}

.sub-titulo {
  color: #FFFFFF;
  padding: 2rem;
  font-family: "Lato", sans-serif;
  text-shadow: 2px 2px 2px #111111;
  font-size: 2.5rem;
  margin-bottom: 14rem;
  width: 90%;
}

.main-top {
  width: 100%;
  min-height: 100rem;
  overflow: hidden;
  position: relative;
  background-image: url(/build/img/panel2.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: cambiar 50s infinite ease-in-out;
}
@media (min-width: 768px) {
  .main-top {
    background-size: cover;
    min-height: 60rem;
  }
}

@keyframes cambiar {
  0% {
    background-image: url(/build/img/panel2.webp);
  }
  7% {
    background-image: url(/build/img/panel2.webp);
  }
  10% {
    background-image: url(/build/img/aire6.webp);
  }
  17% {
    background-image: url(/build/img/aire6.webp);
  }
  20% {
    background-image: url(/build/img/panel6.webp);
  }
  37% {
    background-image: url(/build/img/panel6.webp);
  }
  40% {
    background-image: url(/build/img/aire2.webp);
  }
  57% {
    background-image: url(/build/img/aire2.webp);
  }
  60% {
    background-image: url(/build/img/panel4.webp);
  }
  77% {
    background-image: url(/build/img/panel4.webp);
  }
  80% {
    background-image: url(/build/img/aire4.webp);
  }
  87% {
    background-image: url(/build/img/aire4.webp);
  }
  90% {
    background-image: url(/build/img/panel5.webp);
  }
  97% {
    background-image: url(/build/img/panel5.webp);
  }
  100% {
    background-image: url(/build/img/panel2.webp);
  }
}
@keyframes aparecer {
  0% {
    opacity: 0;
    transform: translateY(10rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.info {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 7rem;
}

.info-titulo {
  margin: 5rem 0;
  color: #111111;
}

.palette {
  display: flex;
  flex-direction: column;
  height: 60rem;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  margin: 10px;
}
.palette:hover {
  border-radius: 0;
}
@media (min-width: 1024px) {
  .palette {
    width: 70%;
    flex-direction: row;
    min-height: 50rem;
  }
}

.color {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 1.5s;
  cursor: pointer;
}
.color img {
  width: 8rem;
}
.color a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.color span {
  color: #FFFFFF;
  opacity: 0;
  transition: opacity 1s linear;
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  text-shadow: 2px 2px 2px #111111;
  text-transform: uppercase;
}

.color:hover span {
  opacity: 1;
}

.color:nth-child(1) {
  background: #111111;
}
.color:nth-child(1):hover {
  background-color: #FFFFFF;
  border: none;
  border: solid 0.5rem #84b73c;
  background-image: url(/build/img/panel7.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.color:nth-child(1):hover img {
  display: none;
}

.color:nth-child(2) {
  background: #757575;
}
.color:nth-child(2):hover {
  background-color: #FFFFFF;
  border: none;
  border: solid 0.5rem #005e8d;
  background-image: url(/build/img/aire5.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.color:nth-child(2):hover img {
  display: none;
}

.color:nth-child(3) {
  background-color: #111111;
}
.color:nth-child(3):hover {
  background-color: #FFFFFF;
  border: none;
  border: solid 0.5rem #850000;
  background-image: url(/build/img/domotica1.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.color:nth-child(3):hover img {
  display: none;
}

.color:hover {
  flex: 20;
}

/*empieza carrusel*/
.carrusel {
  height: auto;
  background-color: #757575;
}

.carrusel-titulo h3 {
  margin: 5rem;
  color: #FFFFFF;
  text-shadow: 2px 2px 2px #111111;
}

.carrusel-contenedor {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  overflow: hidden;
  width: 90%;
  margin-top: 8rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .carrusel-contenedor {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .carrusel-contenedor {
    width: 80%;
  }
}
@media (min-width: 1230px) {
  .carrusel-contenedor {
    width: 90%;
  }
}

.slider-boton:hover {
  opacity: 0.7;
}

.carrusel-slide {
  height: auto;
  display: flex;
  flex-direction: row;
}

.carrusel-slide-item {
  width: 80vw;
  height: 50vh;
  justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 768px) {
  .carrusel-slide-item {
    margin: 0.5rem;
    width: 40vw;
    height: 35vh;
  }
}
@media (min-width: 1024px) {
  .carrusel-slide-item {
    width: 35vw;
  }
}
@media (min-width: 1230px) {
  .carrusel-slide-item {
    width: 26.5vw;
    height: 50vh;
  }
}

.item-1 {
  background-image: url(/build/img/carrusel1.webp);
}

.item-2 {
  background-image: url(/build/img/carrusel2.webp);
}

.item-3 {
  background-image: url(/build/img/carrusel3.webp);
}

.item-4 {
  background-image: url(/build/img/carrusel4.webp);
}

.item-5 {
  background-image: url(/build/img/carrusel5.webp);
}

.item-6 {
  background-image: url(/build/img/carrusel6.webp);
}

.item-7 {
  background-image: url(/build/img/carrusel7.webp);
}

.item-8 {
  background-image: url(/build/img/carrusel8.webp);
}

.item-9 {
  background-image: url(/build/img/carrusel9.webp);
}

.carrusel-botones {
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 5rem;
}

.carrusel-boton {
  width: 3rem;
  height: 6rem;
  color: #FFFFFF;
  font-size: 2rem;
  background-color: #111111;
  opacity: 0.9;
}
.carrusel-boton:hover {
  background-color: #FFFFFF;
  color: #111111;
  transition: all 1s;
}

.carrusel-text {
  width: 100%;
  align-items: center;
  color: #FFFFFF;
  text-shadow: 2px 2px 2px #111111;
  padding-bottom: 6rem;
  text-align: center;
}

/*termina carrusel*/
/*Comienza sección detalles*/
.detalles {
  display: grid;
  grid-template-columns: 1;
  grid-template-rows: 5;
  gap: 1rem;
  padding: 5rem 0;
}
@media (min-width: 1024px) {
  .detalles {
    grid-template-columns: repeat(2 1fr);
    grid-template-rows: repeat(3 1fr);
  }
}

.detalles-titulo {
  text-shadow: 2px 2px 2px #757575;
  grid-column: 1/2;
  grid-row: 1;
}
@media (min-width: 1024px) {
  .detalles-titulo {
    grid-column: 1/3;
    grid-row: 1;
  }
}

@media (min-width: 1024px) {
  .detalle-1 {
    grid-column: 1/2;
    grid-row: 2;
  }
}

@media (min-width: 1024px) {
  .detalle-2 {
    grid-column: 2/3;
    grid-row: 2;
  }
}

@media (min-width: 1024px) {
  .detalle-3 {
    grid-column: 1/2;
    grid-row: 3;
  }
}

@media (min-width: 1024px) {
  .detalle-4 {
    grid-column: 2/3;
    grid-row: 3;
  }
}

.detalles-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 2s ease;
}

.detalles-span {
  display: flex;
  flex-direction: row;
  width: 3rem;
  height: 3rem;
  margin: 0 2rem;
}
.detalles-span img {
  width: 3rem;
  height: 3rem;
}

.paneles-inicio {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video video {
  width: 100%;
  display: block;
}

.nuevo-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(17, 17, 17, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.elemento-overlay {
  margin: 0 auto;
  text-align: center;
  z-index: 200;
}
.elemento-overlay p {
  color: #FFFFFF;
  width: 80%;
  margin: auto;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .elemento-overlay p {
    width: 50%;
    margin-bottom: 5rem;
  }
}

.elemento-overlay h1 {
  padding-top: 12rem;
  width: 80%;
  color: #FFFFFF;
  text-shadow: 0.5rem 0.5rem 0.5rem #111111;
  font-weight: bold;
  margin: auto;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .elemento-overlay h1 {
    padding-top: 0;
    width: 50%;
    font-size: 3.7rem;
    padding-bottom: 5rem;
  }
}

.elemento-overlay a {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .elemento-overlay a {
    margin-top: 5rem;
  }
}

.paneles-contador {
  width: 100%;
  background-color: #FFFFFF;
}

.contador-contenedor {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  justify-content: space-around;
  width: 80%;
}
@media (min-width: 1024px) {
  .contador-contenedor {
    flex-direction: row;
  }
}

.paneles-contador-texto {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  margin-top: 6rem;
  margin-bottom: 5rem;
}

.contador-tarjeta {
  background-color: #FFFFFF;
  border: 0.5rem solid #757575;
  width: 70%;
  height: auto;
  margin: 0 auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (min-width: 1024px) {
  .contador-tarjeta {
    width: 25%;
  }
}
.contador-tarjeta img {
  width: 50%;
  margin: 0 auto;
  padding: 1rem;
  margin-top: 3rem;
}

.tarjeta-texto {
  margin: 0 auto;
  padding: 2rem;
  font-family: "Lato", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #111111;
  text-transform: uppercase;
}

.tarjeta-numero {
  font-size: 6rem;
  font-weight: 700;
  color: #84b73c;
}

.paneles-info {
  background-color: #111111;
}
.paneles-info h4 {
  color: #FFFFFF;
}

.paneles-info-div {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  justify-content: center center;
  align-items: center;
}
@media (min-width: 1024px) {
  .paneles-info-div {
    max-height: 40rem;
  }
}
.paneles-info-div h4, .paneles-info-div p {
  color: #FFFFFF;
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .paneles-info-div h4, .paneles-info-div p {
    text-align: justify;
  }
}

.info-div-img {
  min-width: 25%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 20rem;
  display: none;
}
@media (min-width: 768px) {
  .info-div-img {
    display: block;
    min-height: 40rem;
  }
}
@media (min-width: 1024px) {
  .info-div-img {
    min-width: 40%;
  }
}

.info-div-img:nth-child(odd) {
  border-right: 2px solid #FFFFFF;
  padding-right: 2rem;
}

.info-div-img:nth-child(even) {
  border-left: 2px solid #FFFFFF;
  padding-left: 2rem;
}

.paneles-info-img-1 {
  background-image: url(/build/img/ahorro-recibo.webp);
}

.paneles-info-img-2 {
  background-image: url(/build/img/garantia.webp);
}

.paneles-info-img-3 {
  background-image: url(/build/img/monitoreo.webp);
  background-position: left;
}

.contacto {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.contacto h1 {
  padding: 4rem;
  text-shadow: 1px 1px 1px #757575;
}

.imagen-contacto {
  width: 100%;
  margin: 0;
  padding: 0;
}
.imagen-contacto picture {
  margin: 0;
  padding: 0;
}
.imagen-contacto img {
  margin-bottom: -0.4rem;
  width: fit-content;
}

.contacto-contenedor {
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media (min-width: 1024px) {
  .contacto-contenedor {
    flex-direction: row;
  }
}

.contacto-datos {
  display: flex;
  flex-direction: column;
  background-color: #111111;
  color: #FFFFFF;
  width: 100%;
  padding-left: 4rem;
  justify-content: center;
  margin: 0 auto;
}
.contacto-datos h4 {
  color: #757575;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .contacto-datos {
    width: 50%;
  }
}

.contacto-link-facebook {
  color: #FFFFFF;
}
.contacto-link-facebook p {
  width: 100%;
}

.contacto-div-info {
  margin-left: 1rem;
  margin-bottom: 5rem;
}
@media (min-width: 1230px) {
  .contacto-div-info {
    margin-left: 3rem;
  }
}

.contacto-formulario {
  width: 100%;
  background-color: #FFFFFF;
}
.contacto-formulario p {
  text-align: center;
}
@media (min-width: 1024px) {
  .contacto-formulario {
    width: 50%;
    margin: 5rem;
  }
}
.contacto-formulario form {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .contacto-formulario form {
    margin-bottom: 1rem;
  }
}

.aire-inicio {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.aire-servicios {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1;
  grid-template-rows: 4;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .aire-servicios {
    grid-template-columns: 3;
    grid-template-rows: 2;
  }
}
.aire-servicios h2 {
  color: #005e8d;
  margin: 4rem;
  margin-top: 6rem;
  grid-column: 1/2;
  grid-row: 1/2;
}
@media (min-width: 1024px) {
  .aire-servicios h2 {
    grid-column: 1/4;
  }
}

.aire-servicios-tarjeta {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  margin: 0 auto;
  width: 80%;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-bottom: 3rem;
  min-height: 45rem;
  padding: 2rem;
}
@media (min-width: 768px) {
  .aire-servicios-tarjeta {
    padding-top: 4rem;
    max-width: 45rem;
    min-height: 45rem;
  }
}
.aire-servicios-tarjeta h4 {
  color: #005e8d;
  font-size: 2.5rem;
}
.aire-servicios-tarjeta img {
  width: 15rem;
  height: 15rem;
}

.tarjeta-grid1 {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media (min-width: 1024px) {
  .tarjeta-grid1 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

.tarjeta-grid2 {
  grid-column: 1/2;
  grid-row: 3/4;
}
@media (min-width: 1024px) {
  .tarjeta-grid2 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.tarjeta-grid3 {
  grid-column: 1/2;
  grid-row: 4/5;
}
@media (min-width: 1024px) {
  .tarjeta-grid3 {
    grid-column: 3/4;
    grid-row: 2/3;
  }
}

.formulario {
  color: #757575;
  margin-top: 5rem;
  width: 100%;
}
.formulario p {
  font-size: 1.4rem;
  color: #111111;
  margin: 2rem 0 0 0;
}
.formulario fieldset {
  border: 3px #111111 solid;
  width: 100%;
  margin-bottom: 4rem;
}
.formulario legend {
  font-size: 2rem;
  color: #FFFFFF;
  background-color: #111111;
  padding: 0.5rem;
}
.formulario label {
  font-weight: 700;
  display: block;
}
.formulario input:not([type=submit]), .formulario textarea, .formulario select {
  padding: 1rem;
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  border: 2px solid #757575;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.formulario textarea {
  height: 20rem;
}
.formulario .forma-contacto {
  max-width: 30rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.formulario input[type=radio] {
  margin: 0;
  width: auto;
}

.campo {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
.campo label {
  flex: 0 0 10rem;
}
.campo input {
  flex: 1;
  border: none;
  padding: 4rem;
  border-radius: 1rem;
  color: #757575;
}

.boton {
  background-color: #757575;
  padding: 1.5rem 2.5rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  display: inline-block;
  font-weight: 400;
  border: 0.2rem solid #111111;
  border-radius: 5px 0 5px 0;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: block;
  width: 100%;
  margin: 5rem 0;
}
@media (min-width: 768px) {
  .boton {
    width: auto;
    margin: 0 auto;
    max-width: 20rem;
  }
}
.boton:hover {
  background-color: #FFFFFF;
  border: 0.2rem solid #111111;
  color: #111111;
  cursor: pointer;
}

.acciones {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .acciones {
    display: flex;
    justify-content: space-between;
  }
}
.acciones a {
  color: #FFFFFF;
  display: block;
  margin-bottom: 2.5rem;
  text-align: center;
}

.alerta {
  padding: 1rem;
  color: #FFFFFF;
  width: 100%;
  display: block;
  margin-bottom: 2rem;
  text-align: center;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
.alerta.error {
  background-color: #850000;
}
.alerta.exito {
  background-color: #757575;
}

@media (min-width: 768px) {
  .tabs {
    display: flex;
  }
}
.tabs button {
  background-color: #005e8d;
  border: none;
  color: #FFFFFF;
  padding: 1rem;
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  transition: background-color 300ms ease;
}
.tabs button:hover {
  cursor: pointer;
  background-color: #003c5a;
}
.tabs button.actual {
  background-color: #FFFFFF;
  color: #005e8d;
}

.paginacion {
  padding: 5rem 0;
}
@media (min-width: 480px) {
  .paginacion {
    display: flex;
    justify-content: space-between;
  }
}
.paginacion button {
  margin: 0 0 1rem 0;
}

.ocultar {
  visibility: hidden;
}