/**
 * 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 */

  /* 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;
}

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

img {
  line-height: 0;
  display: block;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  background-color: rgb(255, 255, 255);
}

.video-hero {
  width: 100%;
  height: calc(100vh);
}

.menu-wrap {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.menu-wrap-color {
  background-color: black;
}

.menu-ul {
  width: 1200px;
  height: auto;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}

.menu-li {
  text-align: center;
  color: white;
}

.menu-a {
  text-decoration: none;
  color: white;
  font-size: 1.2rem;
  margin-right: 1rem;
  padding: 1.2rem;
  display: block;
  position: relative;
  z-index: 10;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
/* Indicador de página activa: INICIO Superior*/
.active-index-s {
 background-color: #FF5F00;
  font-weight: bold;
}


.menu-a:hover {
  background-color: #DF5C27; /* naranja cálido */
  color: white;
}

.wrap-datos {
  width: 100%;
  height: auto;
  background-color: transparent;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.wrap-telefonos {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
}

.enlace-tel,
.enlace-whats,
.enlace-whats-tel {
  text-decoration: none;
  color: white;
  display: flex;
  align-self: center;
  font-size: 1.2rem;
}

.enlace-tel {
  margin: 1rem 0 2rem 0;
}

.img-whatsapp {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

.video-pintura {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -20;
  object-fit: cover;
  background-color: #DF5C27;
}

.capa-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #1c1c1d;
  opacity: 0.5;
  z-index: -8;
}

.wrap-texto-video {
  position: relative;
  top: 0;
  width: 100%;
  height: calc(100vh - 192px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}

.tit-h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  text-align: center;
  margin: 2rem;
}

[class^="text-video-"] {
  text-align: center;
  font-size: 1.2rem;
}

.text-video-1 {
  padding: 0 2rem;
}

.text-video-2 {
  margin-top: 16px;
}


.cuerpo-general {
  width: 100%;
  height: auto;
}

[class^="wrap-cuerpo-"] {
  width: 100%;
  max-width: 1700px;
  height: auto;
  margin: 0 auto 5rem auto;
  line-height: 1.20;
}

.wrap-cuerpo-2 {
  margin: 0 auto 2rem auto;
}

.wrap-cuerpo-3 {
  margin-bottom: 0;
}

.wrap-cuerpo-4 {
  margin-bottom: 4rem;
}

[class^="tit-h2-"] {
  width: 100%;
  height: auto;
  margin: 4rem 0;
  text-align: center;
  font-size: 2rem;
  font-family: 'Open Sans', sans-serif;
  margin: 4rem 0;
  padding: 0 1.5rem;
}

.text-cor {
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
}

.tit-h2-que {
  padding: 0 2rem;
}

.wrap-pint-el {
  width: 100%;
  height: auto;
}

.pint-el {
  padding: 0 2rem 3rem 2rem;
}

.wrap-img-pint {
  width: 100%;
  height: auto;
}

.img-pintura-polvo {
  width: 100%;
  height: auto;
  line-height: 0;
}

[class^="tit-h3-"] {
  margin: 3rem 0;
  text-align: center;
  font-size: 2rem;
  font-family: 'Open Sans', sans-serif;
  padding: 0 2rem;
}

[class^="sub-tit-h3-"] {
  margin: 3rem 0;
  text-align: center;
  font-size: 2rem;
  font-family: 'Open Sans', sans-serif;
  padding: 0 2rem;
}

.tit-h3-arch {
  font-size: 2.2rem;
  margin: 4rem 0;
}


[class^="caption-"] {
  background-color: #212121;
  color: white;
  text-align: center;
  padding: .5rem 2rem;
}


.format-text {
  padding: 0 2rem;
  text-align: center;
}

.text-par {
  padding-bottom: 4rem;
}

[class^="imagen-"] {
  width: 100%;
  height: auto;
}


.imagen-lab,
.imagen-ofi {
  width: 100%;
  max-width: 1000px;
  height: auto;
}

.wrap-archiveros {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

[class^="wrap-arch-"] {
  margin-bottom: 2rem;
}

[class^="arch-"] {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
}

.arch-rojo {
  max-width: 430px;
}

.caption-arch-r,
.caption-arch-a,
.caption-arch-g {
  border-radius: 15px;
  text-align: center;
}

.caption-arch-r {
  background-color: #CA3E3D;
}

.caption-arch-a {
  background-color: #5664C5;
}

.caption-arch-g {
  background-color: #696967;
  color: white;
}

[class^="sub-tit-h3-"] {
  margin: 1rem 0 4rem 0;
}

.caja-color {
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1600px;
  margin: 5px auto 0 auto;
}

.color-col {
  height: 20px;
  margin: 0;
  flex-grow: 1;
  transition: all .8s ease-in-out;
  cursor: pointer;
}

.color-col:hover {
  flex-grow: 12;
}

.red {
  background-color: #FF5852;
}

.orange {
  background-color: #FF9000;
}

.yellow {
  background-color: #FFD300;
}

.green {
  background-color: #3DCD49;
}

.blue {
  background-color: #0089D7;
}

.purple {
  background-color: #9E44C4;
}

.background-pinturas {
  background-color: white;
  margin: 0 auto;
  width: 100%;
  height: 25rem;
  max-width: 1600px;
  background-image: url(../images/variedad-pinturas.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrap-pantone-text {
  width: 100%;
  height: auto;
  max-width: 1600px;
  margin: 1rem auto 0 auto;
}

.wrap-img-pantone {
  width: 100%;
  height: 25rem;
  background: url(../images/pantone.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-pantone {
  width: 100%;
  height: auto;
}

.wrap-var-text {
  width: 100%;
  height: auto;
  padding: 3rem 1rem;
  background: rgb(235, 12, 12);
  background: linear-gradient(153deg, rgba(235, 12, 12, 1) 13%, rgba(255, 85, 27, 1) 53%, rgba(242, 148, 182, 1) 100%);
  color: white;
}

.wrap-text-gimnasio {
  background-color: #043927;
  color: white;
  margin: 1rem 0;
}

.lin-blan {
  color: #f0f0f0;
}

.format-text-gim {
  padding: 3rem 2rem;
  text-align: center;
}

.imagen-gim,
.imagen-lock {
  max-width: 1100px;
  width: auto;
}

.figure-img-escal,
.figure-img-fuente {
  margin-bottom: 2rem;
}

.figure-img-rack {
  margin-bottom: 1rem;
}

.img-escaleras,
.img-racks {
  width: 100%;
  max-width: 1100px;
  height: auto;
}

.img-gabinete-fuente {
  width: 100%;
  max-width: 1200px;
  height: auto;
}

.wrap-text-fuente {
  background-color: #13005A;
  color: white;
  margin-bottom: 1rem;
}

.format-text-fuente {
  padding: 3rem 2rem;
  text-align: center;
}

.wrap-gris,
.wrap-herr-par,
.wrap-azul-ele {
  width: 100%;
  height: auto;
}

[class^="gab-"] {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 550px;
}

.gab-indus,
.gab-ele {
  max-width: 400px;
}

.wrap-pa-gab {
  background-color: #191D3A;
  margin: 3rem 0;
}

.pa-gab {
  padding: 3rem;
  font-size: 1.4rem;
  text-align: center;
  color: white;
}

.wrap-red-hospital {
  padding: 4rem 1rem;
  text-align: center;
  background-color: black;
  color: white;
}

.tit-h3-hosp {
  margin-top: 0;
}

.p-margin-top {
  margin-top: 2rem;
}

.wrap-cuerpo-7 {
  width: 100%;
  height: auto;
  padding: 3.5rem 0;
  background-image: url(../images/carbon_fibre.webp);
  color: white;
}

.tit-h2-ventajas {
  margin-top: 0;
  margin-bottom: 3.5rem;
}

.pading-paf-2 {
  margin-top: 1rem;
}

.wrap-con-ven {
  width: 100%;
  height: auto;
  margin: 3.5rem 0;
}

.con-ven {
  width: 100%;
  max-width: 300px;
  height: auto;
  padding: 2rem 2rem 3rem 2rem;
  font-size: 16px;
  background-image: url(../images/denim.webp);
  margin: 3.5rem auto;
  box-shadow: 0px 0px 14px -6px rgba(0, 0, 0, 1);
  border-radius: 10px;
}

.t-h4 {
  font-size: 1.6rem;
  margin: 0;
  text-align: center;
}

.divisor-hr {
  margin: 1.2rem 0;
}

.wrap-parrafo {
  padding: 0 2rem;
}


[class^=contenedor-barra] {
  width: 100%;
  max-width: 230px;
  height: 20px;
  background-color: #dc060a;
  border-radius: 20px;
  margin: 16px 0 40px 0;
  box-shadow: inset 10px 10px 28px -15px rgba(0, 0, 0, 1);
}

.contenedor-barra-2 {
  margin-bottom: 0;
}

[class^="barra-"] {
  width: 0;
  height: 100%;
  background-color: green;
  border-radius: 20px;
  animation: forwards;
  animation-delay: 1.5s;
  animation-duration: 3s;
}

.animado .barra-e-vari {
  animation-name: barra-e-vari;
}

@keyframes barra-e-vari {
  100% {
    width: 60%;
  }
}

.animado .barra-l-vari {
  animation-name: barra-l-vari;
}

@keyframes barra-l-vari {
  100% {
    width: 95%;
  }
}

.animado .barra-e-text {
  animation-name: barra-e-text;
}

@keyframes barra-e-text {
  100% {
    width: 90%;
  }
}

.animado .barra-l-text {
  animation-name: barra-l-text;

}

@keyframes barra-l-text {
  100% {
    width: 20%;
  }
}

.wrap-resumen {
  margin-top: 3.5rem;
}

.wrap-p-resumen {
  padding: 0 2rem;
  text-align: center;
}

.hr-resumen-1,
.hr-resumen-2 {
  margin: 3.5rem 0;
}

.img-pintura-aplicada {
  width: 100%;
  max-width: 1000px;
  height: auto;
}

.wrap-cuerpo-8 {
  margin-bottom: 2rem;
}

.mob-casas-p {
  padding: 0 2rem;
}

.wrap-imagen-estudio {
  margin-top: 5rem;
}

.img-estudio {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}




/*==========================*/

.wrap-imagenes-muebles {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

[class^="cuadro-"] {
  width: 100%;
  height: auto;
}


.cuadro-1,
.cuadro-3 {
  margin-bottom: 2rem;
}

.env-muebles-1 {
  margin-bottom: 2rem;
}

.env-muebles-2 {
  width: 100%;
  max-width: 650px;
  height: auto;
  margin: 0 auto;
}

/*============================*/









.franja-color {
  width: 100%;
  max-width: 2600px;
  height: 30px;
  background: rgb(0, 212, 255);
  background: linear-gradient(90deg, rgba(0, 212, 255, 1) 0%, rgba(228, 38, 136, 1) 35%, rgba(254, 214, 4, 1) 100%);
  margin: 0 auto .3rem auto;
}


.footer {
  width: 100%;
  max-width: 2600px;
  height: auto;
  margin: 0 auto;
  background-image: url(../images/fondo-footer.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;

}

.tit-foot {
  width: 100%;
  max-width: 400px;
  height: auto;
  padding: 2rem;
  margin: 0 auto;
}

.subtit-h2-footer {
  font-size: 2.2rem;
  font-family: 'Open Sans', sans-serif;
  color: white;
  text-align: center;
  text-shadow: 5px 5px 6px #0005;
}

.tarj-foot {
  width: 100%;
  height: 350px;
  margin: 0 auto;
  background: rgb(159, 1, 50);
  background: linear-gradient(180deg, rgba(159, 1, 50, 1) 13%, rgba(227, 41, 138, 1) 51%, rgba(6, 100, 171, 1) 100%);
  opacity: 0.9;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.wrap-cuerpo-9 {
  margin-bottom: 2rem;
}

.contac-index {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 2rem auto;
  padding: 2rem;
  background: linear-gradient(#243b55, #141e30);
  color: white;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sub-h3-con {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 3rem;
}

.invit {
  text-align: center;
  margin-bottom: 3rem;
}

/*========================================*/

.btn-cont {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: orange;
  font-size: 22px;
  text-decoration: none;
  overflow: hidden;
  transition: .5s;
  margin-top: 40px;
  letter-spacing: 4px;
  text-align: center;
}

.btn-cont:hover {
  background: red;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px red,
    0 0 25px red,
    0 0 50px red,
    0 0 100px red;
}

.btn-cont span {
  position: absolute;
  display: block;
}

.btn-cont span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, red);
  animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }

  50%,
  100% {
    left: 100%;
  }
}

.btn-cont span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, red);
  animation: btn-anim2 1s linear infinite;
  animation-delay: .25s
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }

  50%,
  100% {
    top: 100%;
  }
}

.btn-cont span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, red);
  animation: btn-anim3 1s linear infinite;
  animation-delay: .5s
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }

  50%,
  100% {
    right: 100%;
  }
}

.btn-cont span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, red);
  animation: btn-anim4 1s linear infinite;
  animation-delay: .75s
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }

  50%,
  100% {
    bottom: 100%;
  }
}

/*========================================*/

.contacto-movil {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
}

.foot-1 {
  width: 100%;
  max-width: 2600px;
  height: auto;
  margin: .3rem auto 0 auto;
  background-color: #9F0132;
  color: white;
  padding: 1rem 2rem;
  background: rgb(254, 214, 4);
  background: linear-gradient(90deg, rgba(254, 214, 4, 1) 0%, rgba(228, 38, 136, 1) 35%, rgba(0, 212, 255, 1) 100%);
  margin: .3rem auto;
}

.domi {
  width: 100%;
  max-width: 2600px;
  height: auto;
  margin: 0 auto;
  background-color: black;
  color: white;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  text-align: center;
}


/*========CONTACTO================*/

.menu-wrap-color {
  background-color: #000000;
}

.color-barra-contacto {
  background-color: #DF5C27;
}

.wrap-contacto {
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 3rem auto 3rem auto;
}

.h1-contacto,
.h2-mensaje {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 2.2rem;
  margin: 3rem 0;
  text-align: center;
}

.slider {
  width: 100%;
  max-width: 600px;
  height: 400px;
  margin: 0 auto;
  background-image: url(../images/llamanos1200.webp);
  background-size: cover;
  background-position: center;
}


/*=================Formas de contacto==================*/

.wrap-formas {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3)), url(../images/fondo-contacto.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.4rem;
}

[class^="forma-"] {
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.lin-hr {
  width: 100%;
  max-width: 350px;
  height: 1px;
  background-color: white;
  margin: 1rem 0;
}

[class^="enla-"] {
  text-decoration: none;
  color: white;
}

.enla-2 {
  display: flex;
}

.icon-whats-conta {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

/*====================Formulario=======================*/

.caja-formulario {
  width: 100%;
  height: auto;
  padding: 2rem 3rem;
}

.envienos-mensaje {
  text-align: center;
  font-size: 2rem;
  padding-bottom: 1rem;
}

[class^="input-"] {
  width: 100%;
  height: auto;
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 15px;
  margin-top: 25px;
}

[class^="input-"]:hover {
  border-bottom: 1px solid #295481;
}

.campo-text {
  width: 100%;
  height: 15.44rem;
  resize: none;
  border: 0;
  padding: 20px;
  margin-top: 1rem;
}

#enviar {
  display: block;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  background-color: rgb(12, 89, 145);
  color: #fff;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
  border: 0;
  margin-top: 20px;
}

#enviar:hover {
  background-color: rgb(177, 9, 37);
  -webkit-box-shadow: inset -1px -1px 6px 0 rgba(0, 0, 0, 0.75);
  box-shadow: inset -1px -1px 6px 0 rgba(0, 0, 0, 0.75);
}

.enlace-tel-contacto,
.correo-contactenos {
  color: #fff;
}

.enlace-tel-contacto:hover {
  color: cyan;
}

.correo-contactenos:hover {
  color: cyan;
}


/*====================MEDIA==============================*/


/* Media height */


@media (max-height: 330px) {
  .wrap-texto-video {
    display: block;
  }
}

@media (max-height: 700px) {

  .enlace-tel {
    margin: 1rem 0 2.2rem 0;
  }

  .tit-h1 {
    margin: 1rem 0 .4rem 0;
    font-size: 2rem;
  }

  [class^="text-video-"] {
    font-size: 1rem;
  }

  .text-video-2 {
    margin-top: 9px;
  }
}

@media (min-height: 400px) {
  .wrap-texto-video {
    position: relative;
    top: 0;
  }

  .tit-h1 {
    font-size: 2.4rem;
    margin: 1.5rem 0;
  }

  .text-video-1,
  .text-video-2 {
    font-size: 1.2rem;
  }
}

@media (min-height: 500px) {
  .tit-h1 {
    margin: 2rem 0;
  }

  .text-video-2 {
    margin-top: 2rem;
  }

  .text-video-2 {
    margin-top: 2rem;
  }
}

@media (min-height: 700px) {
  .wrap-texto-video {
    position: relative;
    top: -60px;
  }

  .tit-h1 {
    font-size: 2.7rem;
  }

  .text-video-1,
  .text-video-2 {
    font-size: 1.4rem;
  }
}


/*===================Max-width===========*/

@media (max-width: 230px) {

  .wrap-telefonos {
    display: block;
  }

  .enlace-tel,
  .enlace-whats,
  .enlace-whats-tel {
    display: block;
  }
}

@media (max-width: 234px) {

  .video-hero,
  .wrap-telefonos {
    width: 100%;
    height: auto;
    text-align: center;
    display: block;
  }
}

@media (max-width: 385px) {
  .tit-h1 {
    font-size: 2.2rem;
  }

  .text-video-1,
  .text-video-2 {
    font-size: 1.2rem;
  }
}

@media (min-width: 330px) {
  .slider {
    width: 100%;
    max-width: 4200px;
    height: 560px;
  }
}

@media (min-width: 400px) {
  .wrap-var-text {
    padding: 3rem;
  }

  .wrap-red-hospital {
    padding: 4rem 2rem;
  }

  .con-ven {
    max-width: 370px;
  }

  .tit-h2-ventajas,
  .wrap-parrafo,
  .mob-casas-p {
    padding: 0 4rem;
  }

  .wrap-p-resumen {
    padding: 0 4rem;
  }
}

@media (min-width: 420px) {
  .slider {
    width: 100%;
    max-width: 499px;
    height: 660px;
  }

  .subtit-h2-footer {
    font-size: 2.6rem;
  }
}

@media (min-width: 500px) {
  .tit-h1 {
    margin: 2rem;
  }

  [class^="tit-h2-"] {
    font-size: 2.5rem;
    margin: 5rem 0;
  }

  .tit-h3-arch {
    font-size: 2.5rem;
  }

  [class^="sub-tit-h3-"] {
    font-size: 2.5rem;
    margin: 3rem 0 5rem 0;
  }

  .sub-tit-h3-variedad {
    margin-bottom: 1rem;
  }

  .tit-h2-ventajas {
    margin-top: 0;
    margin-bottom: 3.5rem;
  }

  .slider {
    width: 100%;
    max-width: 600px;
    height: 800px;
  }

}


@media (min-width: 601px) {

  .wrap-datos {
    padding: 1rem;
  }

  .tit-h1 {
    font-size: 2.7rem;
  }

  .wrap-texto-video {
    width: 100%;
    height: calc(100vh - 140px);
  }

  .wrap-telefonos {
    width: 100%;
    max-width: 1100px;
    flex-direction: row;
    justify-content: space-around;
    padding: 0;
  }

  .enlace-tel {
    margin: 0;
  }
}

@media (min-width: 700px) {
  .wrap-pantone-text {
    display: flex;
  }

  .wrap-var-text {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 750px) {
  .footer {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tit-foot {
    padding: 0;
    margin: 0;
  }

  .tarj-foot {
    max-width: 350px;
    margin: 0;
  }
}

@media (min-width: 800px) {
  .wrap-contacto {
    display: flex;
  }

  .tit-foot {
    margin-right: 20px;
  }

  .tarj-foot {
    max-width: 370px;
    margin: 0;
  }
}

@media (min-width: 850px) {
  .tit-h1 {
    font-size: 3rem;
  }

  .text-video-1,
  .text-video-2 {
    font-size: 1.4rem;
  }

  .wrap-pint-el {
    display: flex;
  }

  .pint-el {
    flex-basis: 50%;
    padding: 0 3rem;
    display: flex;
    align-items: center;
    text-align: center;
    order: 2;
  }

  .wrap-img-pint {
    flex-basis: 50%;
    order: 1;
  }

  .wrap-con-ven {
    max-width: 870px;
    margin: 3rem auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .con-ven {
    margin: 2rem 0;
  }
}


@media (min-width: 900px) {
  .tit-h1 {
    font-size: 3.5rem
  }

  [class^="tit-h2-"] {
    font-size: 2.6rem;
    margin: 5rem 0;
  }

  [class^="sub-tit-h3-"] {
    font-size: 2.6rem;
    margin: 3rem 0 5rem 0;
  }

  .sub-tit-h3-variedad {
    margin-bottom: 3rem;
  }

  .tit-h2-ventajas {
    margin-top: 0;
    margin-bottom: 3.5rem;
  }

  .wrap-resumen {
    display: flex;
    align-items: center;
    margin-top: 3rem
  }

  .wrap-p-resumen {
    flex-basis: 50%;
  }

  .hr-resumen-1 {
    margin-top: 0;
  }

  .hr-resumen-2 {
    margin-bottom: 0;
  }

  .tit-foot {
    margin-right: 30px;
  }

}

@media (min-width: 1000px) {
  .tit-foot {
    max-width: 700px;
    margin-right: 15px;


  }
}

@media (min-width: 1050px) {

  .text-video-1,
  .text-video-2 {
    font-size: 1.6rem;
  }

  .tit-h1 {
    font-size: 4rem;
  }

  [class^="caption-"] {
    text-align: right;
  }

  .caption-gabofi,
  .caption-gabher,
  .caption-gabin,
  .caption-gabel {
    text-align: center;
  }

  .div-usos {
    margin-bottom: 5rem;
  }

  [class^="wrap-text-img-"] {
    display: flex;
    margin-bottom: 3rem;
  }

  .wrap-text-img-2 {
    flex-direction: row-reverse;
  }

  [class^="text-descrip-"] {
    flex-basis: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  [class^="tit-h3-"] {
    margin: 0 0 2rem 0;
  }

  .tit-h3-arch {
    margin: 5rem 0 3rem 0;
  }

  .p-marg {
    margin-bottom: 5rem;
  }

  .text-par {
    padding-bottom: 0;
  }

  .wrap-archiveros {
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: space-around;
  }

  .caption-arch-r,
  .caption-arch-a,
  .caption-arch-g {
    text-align: center;
  }

  .wrap-cuerpo-3 {
    margin: 0 auto 5rem auto;
  }

  .wrap-cuerpo-4 {
    max-width: 1600px;
  }

  .wrap-text-img-3 {
    display: flex;
    align-items: center;
  }

  .wrap-tit-h3-gim {
    flex-basis: 40%;
  }

  .tit-h3-gim {
    margin: 0;
  }

  .order-elem {
    display: flex;
  }

  .wrap-text-gimnasio {
    order: 2;
    flex-basis: 40%;
    margin: 0;
    display: flex;
    align-items: center;
  }

  .format-text-gim {
    padding: 0 3rem;
  }

  .wrap-p-fuente {
    display: flex;
  }

  .wrap-img-industria {
    display: flex;
    justify-content: space-around;
  }

  .figure-img-escal {
    margin-right: 2rem;
  }

  .figure-img-rack {
    margin-bottom: 2rem;
  }

  .figure-img-fuente,
  .wrap-text-fuente {
    margin-bottom: 0;
  }

  .figure-img-fuente {
    flex-basis: 70%;
  }

  .wrap-text-fuente {
    flex-basis: 30%;
    display: flex;
    align-items: center;
  }

  .format-text-fuente {
    padding: 0 3rem;
  }

  .wrap-text-hospital {
    display: flex;
  }

  .wrap-red-hospital {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 40%;
    padding: 3rem 2rem;
  }

  .wrap-img-hospital {
    flex-basis: 60%;
  }

  .wrap-escuela-urbano {
    display: flex;
  }

  .wrap-imagenes-muebles {
    max-width: 1050px;
    display: flex;
  }

  .env-muebles-1 {
    margin-bottom: 0;
    width: 617px;
    height: auto;

  }

  .env-muebles-2 {
    margin-left: 2rem;
    width: 401px;
    height: auto;

  }
}


@media (min-width: 1100px) {
  .wrap-gabinetes {
    width: 100%;
    max-width: 2000px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;

  }

  .wrap-gris {
    flex-basis: 40%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }

  .wrap-herr-par {
    flex-basis: 35%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: space-between;

  }

  .wrap-azul-ele {
    flex-basis: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }

  [class^="gab-"] {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }


  .gab-gris {
    max-width: 650px;
  }

  .gab-her {
    max-width: 700px;
  }

  .gab-indus,
  .gab-ele {
    max-width: 250px;
  }

  .wrap-azul-ele {
    display: flex;
    flex-direction: column;
  }

  .wrap-pa-gab {
    border-radius: 20px;
  }

  .pa-gab {
    padding: 2rem;
  }

  .caption-gabofi,
  .caption-gabher,
  .caption-gabin,
  .caption-gabel {
    width: 90%;
    height: auto;
    margin: 0 auto;
    background-color: transparent;
    color: black;
  }

  .wrap-parrafo {
    column-count: 2;
    column-gap: 50px;
    column-rule: 1px solid #ccc;
  }

  .pading-paf-2 {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {

  .gab-indus,
  .gab-ele {
    max-width: 270px;
  }

  .wrap-imagenes-muebles {
    max-width: 1200px;
  }

  .env-muebles-1 {
    width: 708px;

  }

  .env-muebles-2 {
    width: 460px;
  }
}

@media (min-width: 1300px) {
  .wrap-con-ven {
    max-width: 1400px
  }

  .con-ven {
    margin: 2.6rem 0;
  }

  .gab-indus,
  .gab-ele {
    max-width: 350px;
  }
}

@media (min-width: 1360px) {
  .env-contacto-index {
    display: flex;
  }

  .wrap-cuerpo-9 {
    margin-top: 2rem;
  }

  .wrap-movil {
    margin: 0;
    order: 1;
  }

  .contac-index {
    margin: 0;
    order: 2;
    flex-basis: 45%;
    justify-content: center;

  }
}

@media (min-width: 1401px) {
  .wrap-imagenes-muebles {
    max-width: 1400px;
  }

  .env-muebles-1 {
    width: 831px;
  }

  .env-muebles-2 {
    width: 540px;
  }
}

@media (min-width: 1600px) {
  .tit-foot {
    margin-right: 6rem;
  }

  .wrap-imagenes-muebles {
    max-width: 1600px;
  }

  .env-muebles-1 {
    width: 952px;
  }

  .env-muebles-2 {
    width: 619px;
  }
}
