/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

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

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

.contenedor {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
}
@media (min-width: 1900px) {
  .contenedor {
    max-width: 150rem;
  }
}

img {
  max-width: 100%;
  display: block;
}

ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.mt-5 {
  margin-top: 5rem;
}

h1, h2, h3 {
  margin: 0;
  line-height: 1.2;
}

h1 {
  font-size: 3.8rem;
  font-family: "Roboto", cursive;
}
@media (min-width: 768px) {
  h1 {
    font-size: 4.2rem;
  }
}

h2 {
  font-size: 3rem;
  font-family: "Roboto", cursive;
}
@media (min-width: 768px) {
  h2 {
    font-size: 3.6rem;
  }
}

h3 {
  font-size: 2.4rem;
  font-family: "Recursive", sans-serif;
}
@media (min-width: 768px) {
  h3 {
    font-size: 3rem;
  }
}

[class$=heading] {
  margin: 2rem 0;
}

a {
  text-decoration: none;
  color: #000;
}

p {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Recursive", sans-serif;
}

.webp .header {
  background-image: linear-gradient(to right, rgba(27, 49, 74, 0.7) 0%, rgba(27, 49, 74, 0.7) 100%), url(../img/whheader.webp);
}

.avif .header {
  background-image: linear-gradient(to right, rgba(27, 49, 74, 0.7) 0%, rgba(27, 49, 74, 0.7) 100%), url(../img/whheader.avif);
}

.header {
  background-size: cover;
  background-position: center;
  padding: 3rem 0;
  position: relative;
}
@media (min-width: 768px) {
  .header {
    padding: 3rem 0 5rem 0;
  }
}
.header__barra {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .header__barra {
    flex-direction: row;
    justify-content: space-between;
  }
}
.header__logo {
  width: 25rem;
}
@media (min-width: 768px) {
  .header__logo {
    width: 20rem;
  }
}
.header__contenido {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .header__contenido {
    margin-top: 5rem;
    max-width: 50rem;
  }
}
@media (min-width: 1200px) {
  .header__contenido {
    margin-top: 10rem;
  }
}
@media (min-width: 1900px) {
  .header__contenido {
    margin-top: 15rem;
  }
}
.header__heading {
  color: #FFF;
  text-align: center;
}
@media (min-width: 768px) {
  .header__heading {
    text-align: left;
  }
}
.header__texto {
  color: #FFF;
  display: none;
}
@media (min-width: 768px) {
  .header__texto {
    display: block;
  }
}

.navegacion {
  display: none;
}
@media (min-width: 768px) {
  .navegacion {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5rem;
    margin: 0rem 0 5rem;
  }
}
.navegacion__link {
  color: #FFF;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  transition: all ease-in-out 0.1s;
}
.navegacion__link:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.navegacion__link:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .navegacion__link {
    margin-bottom: 0;
  }
}

.navegacion {
  display: none;
}
@media (min-width: 768px) {
  .navegacion {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5rem;
    margin: 0rem 0 5rem;
  }
}
.navegacion__link {
  color: #FFF;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  transition: all ease-in-out 0.1s;
}
.navegacion__link:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.navegacion__link:last-of-type {
  margin-bottom: 0;
  display: flex;
}
@media (min-width: 768px) {
  .navegacion__link {
    margin-bottom: 0;
  }
}
.navegacion__link:last-of-type::before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background-image: url(../img/telefono.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 1rem;
}

.navegacionMobile {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .navegacionMobile {
    display: none;
  }
}
.navegacionMobile__link {
  color: #FFF;
  font-size: 1.6rem;
  margin: 0 auto;
  padding: 1rem 1rem;
  background-color: #000;
}
.navegacionMobile__link:last-of-type {
  margin-bottom: 0;
  display: flex;
}
@media (min-width: 768px) {
  .navegacionMobile__link {
    margin-bottom: 0;
  }
}
.navegacionMobile__link:last-of-type::before {
  content: "";
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background-image: url(../img/telefono.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 1rem;
}

@media (min-width: 768px) {
  .enfoque {
    margin-top: 5rem;
  }
}
@media (min-width: 768px) {
  .enfoque__grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.enfoque__img {
  border-radius: 50%;
  width: 35rem;
  height: 35rem;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .enfoque__img {
    margin-left: 5rem;
  }
}
@media (min-width: 1200px) {
  .enfoque__img {
    width: 45rem;
    height: 45rem;
  }
}
@media (min-width: 1900px) {
  .enfoque__img {
    width: 50rem;
    height: 50rem;
  }
}
@media (min-width: 768px) {
  .enfoque__contenido {
    padding-right: 7.5rem;
  }
}
.enfoque__heading {
  font-weight: 400;
}
.enfoque__heading span {
  font-weight: 700;
}
.enfoque__heading::after {
  content: "";
  display: block;
  height: 1rem;
  width: 20%;
  margin-top: 1rem;
  background-image: linear-gradient(to right, rgba(27, 49, 74, 0.8) 0%, rgba(27, 49, 74, 0.8) 50%, rgba(54, 98, 149, 0.8) 50%, rgba(54, 98, 149, 0.8) 100%);
}
.enfoque__texto {
  font-size: 1.6rem;
  margin-top: 2rem;
}
.enfoque__texto span {
  font-weight: 700;
}
@media (min-width: 768px) {
  .enfoque__texto {
    margin-top: 4rem;
  }
}
.enfoque__texto:last-of-type {
  margin-bottom: 0;
}

.bloques__heading {
  font-weight: 400;
  text-align: center;
  background-color: #f2f2f2;
  padding: 1rem;
  margin: 0;
}
.bloques__heading span {
  font-weight: 700;
}
.bloques__heading::after {
  content: "";
  display: block;
  height: 1rem;
  width: 20%;
  margin-top: 1rem;
  background-image: linear-gradient(to right, rgba(27, 49, 74, 0.8) 0%, rgba(27, 49, 74, 0.8) 50%, rgba(54, 98, 149, 0.8) 50%, rgba(54, 98, 149, 0.8) 100%);
}
.bloques__heading::after {
  margin: 1rem auto;
}
@media (min-width: 768px) {
  .bloques__grid {
    display: grid;
    gap: 0rem;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: dense;
  }
}

.bloque {
  height: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .bloque {
    height: 35rem;
  }
}
@media (min-width: 1900px) {
  .bloque {
    height: 45rem;
  }
}
.bloque:nth-child(1) {
  background-color: rgba(13, 24, 37, 0.8);
}
.bloque:nth-child(2) {
  background-image: url("../img/fotos/wh2_hor.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.bloque:nth-child(3) {
  background-color: rgba(34, 84, 109, 0.8431372549);
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .bloque:nth-child(3) {
    grid-column: 2/3;
    margin-top: 0;
  }
}
.bloque:nth-child(4) {
  background-image: url("../img/oficinas/whoficina_hor.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bloque__contenido {
  max-width: 50rem;
  color: #FFF;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .bloque__contenido {
    border-block: 1px solid #FFF;
  }
}
.bloque__heading {
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .bloque__heading {
    font-size: 3rem;
  }
}
.bloque__heading span {
  font-size: 2rem;
  display: block;
  color: rgba(20, 37, 55, 0.8);
}
.bloque__contact {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media (min-width: 768px) {
  .bloque__contact {
    margin-top: 2rem;
    margin-bottom: 0;
  }
}
.bloque__contact-space {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .bloque__contact-space {
    margin-bottom: 0;
  }
}
.bloque__comunicacion {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #FFF;
}
@media (min-width: 1024px) {
  .bloque__comunicacion {
    font-size: 1.4rem;
  }
}
.bloque__comunicacion span {
  font-weight: 700;
}
.bloque__logos {
  display: flex;
}
.bloque__logos a {
  margin-left: 2rem;
  width: -webkit-max-content;
  width: max-content;
  max-height: 3.5rem;
  transition-property: scale;
  transition-duration: 0.2s;
}
.bloque__logos a:hover {
  scale: 1.2;
}
@media (min-width: 768px) {
  .bloque__logos svg {
    height: 3.5rem;
  }
}

.trabajar__heading {
  font-weight: 400;
  text-align: center;
}
.trabajar__heading span {
  font-weight: 700;
}
.trabajar__heading::after {
  content: "";
  display: block;
  height: 1rem;
  width: 20%;
  margin-top: 1rem;
  background-image: linear-gradient(to right, rgba(27, 49, 74, 0.8) 0%, rgba(27, 49, 74, 0.8) 50%, rgba(54, 98, 149, 0.8) 50%, rgba(54, 98, 149, 0.8) 100%);
}
.trabajar__heading::after {
  margin: 1rem auto;
}
@media (min-width: 768px) {
  .trabajar__grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2rem;
  }
}
.trabajar__bloque {
  text-align: center;
  border-bottom: 1px solid #eeefed;
}
.trabajar__bloque:last-of-type {
  border-bottom: none;
}
@media (min-width: 768px) {
  .trabajar__bloque {
    border: none;
  }
}
.trabajar__imagen {
  margin: 0 auto;
}

.modelos {
  margin: 5rem auto;
}

.modelo__presentacion {
  background-color: #1a1a1a;
  text-align: center;
  padding: 2rem;
}
.modelo__heading {
  color: #FFF;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .modelo__heading {
    font-size: 2.8rem;
  }
}

@media (min-width: 768px) {
  .bloques {
    margin-top: 7.5rem;
  }
}
.bloques .bloque__contenido {
  padding: 2rem 0;
}
@media (min-width: 1024px) {
  .bloques .bloque__contenido {
    padding: 0;
  }
}

.bloque-main {
  height: 25rem;
}
@media (min-width: 768px) {
  .bloque-main {
    height: 35rem;
  }
}
@media (min-width: 1900px) {
  .bloque-main {
    height: 40rem;
  }
}

.bloques-1 {
  margin-top: 5rem;
}
.bloques-1 .bloque-bodega:nth-child(1) {
  background-color: rgba(13, 24, 37, 0.8);
  grid-column: 2/3;
}
.bloques-1 .bloque-bodega:nth-child(2) {
  background-image: url(../img/bodegaBasic/bloquebodegabasic2.webp);
  content: "Imagen bodega basica";
}
.bloques-1 .bloque-bodega:nth-child(3) {
  background-color: rgba(34, 84, 109, 0.8431372549);
  grid-column: 1/2;
}
.bloques-1 .bloque-bodega:nth-child(4) {
  background-image: url(../img/bodegaRefor/whbodegarefor_hor.webp);
  background-position: center;
  content: "Imagen bodega reforzada";
}

.bloques-2 {
  margin-top: 5rem;
}
.bloques-2 .bloque-oficina:nth-child(1) {
  background-color: rgba(13, 24, 37, 0.8);
  grid-column: 2/3;
}
.bloques-2 .bloque-oficina:nth-child(2) {
  background-image: url(../img/oficinas/bloqueoficina.webp);
  content: "Imagen oficina";
}

.bloques-3 {
  margin-top: 5rem;
}
.bloques-3 .bloque-habitacional:nth-child(1) {
  background-color: rgba(13, 24, 37, 0.8);
  grid-column: 1/2;
}
.bloques-3 .bloque-habitacional:nth-child(2) {
  background-image: url(../img/habitacional/bloquehabitacional.webp);
  content: "Imagen modulo habitacional";
}

.bloques-4 {
  margin-top: 5rem;
}
.bloques-4 .bloque-otros:nth-child(1) {
  background-color: rgba(13, 24, 37, 0.8);
  grid-column: 2/3;
}
.bloques-4 .bloque-otros:nth-child(2) {
  background-image: url(../img/camarines/whcamarin_ver.webp);
  content: "Imagen con diferentes modelos";
}

.bloque__flex {
  display: flex;
}
.bloque__lista {
  text-align: left;
  margin: 2rem 2rem;
}
.bloque__texto {
  font-size: 1.4rem;
  padding: 0 1rem;
  color: #FFF;
}
@media (min-width: 768px) {
  .bloque__texto {
    font-size: 1.6rem;
    padding: 0;
  }
}
.bloque li {
  margin: 0.4rem;
  list-style-type: none;
  font-family: "Recursive", sans-serif;
}

.galeria__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .galeria__grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.galeria__heading {
  font-weight: 400;
}
.galeria__heading span {
  font-weight: 700;
}
.galeria__heading::after {
  content: "";
  display: block;
  height: 1rem;
  width: 20%;
  margin-top: 1rem;
  background-image: linear-gradient(to right, rgba(27, 49, 74, 0.8) 0%, rgba(27, 49, 74, 0.8) 50%, rgba(54, 98, 149, 0.8) 50%, rgba(54, 98, 149, 0.8) 100%);
}
.galeria img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.galeria__img:nth-child(3) {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media (min-width: 768px) {
  .galeria__img:nth-child(3) {
    grid-column: 3/4;
  }
}
.galeria__img:nth-child(6) {
  grid-column: 1/2;
  grid-row: 3/5;
}
@media (min-width: 768px) {
  .galeria__img:nth-child(6) {
    grid-row: 2/4;
  }
}
.galeria__img:nth-child(9) {
  grid-column: 1/3;
  grid-row: 5/7;
}
@media (min-width: 768px) {
  .galeria__img:nth-child(9) {
    grid-column: 2/4;
    grid-row: 4/6;
  }
}
.galeria__img:nth-child(10) {
  grid-column: 1/3;
  grid-row: 8/10;
}
@media (min-width: 768px) {
  .galeria__img:nth-child(10) {
    grid-column: 3/4;
    grid-row: 3/4;
  }
}
.galeria__img:nth-child(11) {
  grid-column: 1/2;
  grid-row: 10/12;
}
@media (min-width: 768px) {
  .galeria__img:nth-child(11) {
    grid-column: 3/4;
    grid-row: 7/8;
    height: 292.5px;
  }
}
@media (min-width: 1900px) {
  .galeria__img:nth-child(11) {
    height: 367.5px;
  }
}
.galeria__img:nth-child(12) {
  grid-column: 2/3;
  grid-row: 10/12;
}
@media (min-width: 768px) {
  .galeria__img:nth-child(12) {
    grid-column: 3/4;
    grid-row: 6/7;
  }
}
.galeria__img:nth-child(13) {
  grid-row: 12/14;
  grid-column: 1/3;
}
@media (min-width: 768px) {
  .galeria__img:nth-child(13) {
    display: unset;
    grid-column: 1/3;
    grid-row: 6/8;
  }
}

.contact-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 999;
}
@media (min-width: 1024px) {
  .contact-buttons {
    flex-direction: column;
    top: 50%;
    right: 3rem;
    bottom: unset;
    left: unset;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.contact-buttons__button {
  display: inline-block;
  margin: 4px;
  padding: 0.8rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: background-color 0.3s;
  border: 1.5px solid rgba(27, 49, 74, 0.8);
}
@media (min-width: 768px) {
  .contact-buttons__button {
    padding: 1rem;
  }
}
.contact-buttons__button img {
  width: 3rem;
  height: 3rem;
}
@media (min-width: 768px) {
  .contact-buttons__button img {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.contact-buttons__button:hover {
  background-color: rgba(27, 49, 74, 0.8);
}
.contact-buttons__button:nth-child(2) {
  display: none;
}
@media (min-width: 768px) {
  .contact-buttons__button:nth-child(2) {
    display: flex;
  }
}

.volver-btn {
  position: fixed;
  top: 5rem;
  right: 1rem;
  cursor: pointer;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}
@media (min-width: 768px) {
  .volver-btn {
    top: unset;
    bottom: 6rem;
    right: 4rem;
    border: none;
  }
}
.volver-btn:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.footer {
  background-image: linear-gradient(to right, rgba(27, 49, 74, 0.7) 0%, rgba(27, 49, 74, 0.7) 100%), url(../img/whheader2.jpg);
  padding: 2rem 0;
  background-size: cover;
  background-position: center;
  padding: 3rem 0;
  position: relative;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 5rem;
  }
}
@media (min-width: 768px) {
  .footer__grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.footer__heading {
  color: #FFF;
  font-size: 2rem;
  text-transform: uppercase;
}
.footer__heading:last-of-type {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .footer__heading:last-of-type {
    margin-top: 0;
  }
}
.footer__texto {
  color: #FFF;
  max-width: 85%;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .footer__texto {
    margin-bottom: 4rem;
  }
}
.footer__navegacion {
  display: flex;
  flex-direction: column;
  padding: 0;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.footer__enlace {
  color: #FFF;
  font-size: 1.6rem;
  font-family: "Recursive", sans-serif;
  margin-bottom: 1rem;
  max-width: 100%;
  padding: 1rem 0;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .footer__enlace:last-of-type {
    margin-bottom: 0;
  }
}
.footer__enlace:hover {
  color: #000;
  background-color: #FFF;
}
.footer__copyright {
  background-color: #000;
  text-align: center;
  padding: 0.5rem;
  margin: 0;
  color: #FFF;
}
.footer__map {
  max-width: 100%;
  padding-bottom: 2rem;
}
@media (min-width: 1900px) {
  .footer__map {
    width: 450px;
    height: 300px;
  }
}
.footer__img {
  width: 60%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer__img {
    padding-left: 10rem;
    width: 100%;
  }
}
/*# sourceMappingURL=app.css.map */
