/*NORMALIZE*/

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

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
    font-size: 1.62em;
    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;
    margin-bottom: 2rem;
}

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

/* Adicionales
  =======================================================================*/

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

/*ICONOS*/

@font-face {
    font-family: "untitled-font-1";
    src: url("../fonts/untitled-font-1.eot");
    src: url("../fonts/untitled-font-1.eot?#iefix") format("embedded-opentype"), url("../fonts/untitled-font-1.woff") format("woff"), url("../fonts/untitled-font-1.ttf") format("truetype"), url("../fonts/untitled-font-1.svg#untitled-font-1") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "untitled-font-1" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "untitled-font-1" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-location:before {
    content: "\61";
}

.icon-telephone:before {
    content: "\62";
}

.icon-envelope:before {
    content: "\63";
}

.icon-home:before {
    content: "\64";
}

.icon-users:before {
    content: "\65";
}

.icon-device-mobile:before {
    content: "\66";
}

.icon-chat:before {
    content: "\67";
}

.icon-paper-plane:before {
    content: "\68";
}

.icon-minus-circled:before {
    content: "\69";
}

.icon-plus-circled:before {
    content: "\6a";
}

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

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

body,
p,
li,
a {
    font-family: 'Roboto', sans-serif;
    line-height: 1.7;
    font-size: 1.125rem;
}

h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;

}

h2,
h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
}

h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5;
}


p {
    margin: 1.5rem 0;
}

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

.bold {
    font-weight: bold;
}

.hr {
    border-style: solid;
    border-color: #fff;
    -webkit-box-shadow: 0 1px 0 0 #ddd;
    box-shadow: 0 1px 0 0 #ddd;
    border-width: 1px 0 0 0;
    margin: 20px 0 20px 0;
}


/* * {
    outline: 1px solid red !important;
} */

/* ÁREA LOGOTIPO */

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3.5rem;
    width: auto;
}

.logotipo {
    width: 70%;
    max-width: 350px;
}

/*INICIA HEADER*/

.header {
    background-color: #2c2c2c;
    font-size: 1.2rem;
    padding: 2rem 0;
}

.wrap-encabezado {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.encabezado {
    color: white;
    padding-bottom: 2.8rem;
}

.fin-encabezado {
    color: white;
    padding-bottom: .5rem;
}

.correo {
    color: white;
    text-decoration: none;
}

.correo:hover,
.enlace-tel:hover,
.whats:hover {
    color: #5cff5c;
}

[class^="icon-"],
[class*=" icon-"]:before {
    position: relative;
    font-size: .9rem;
    margin-right: .1rem;
}

.icon-location {
    top: 2px;
    font-size: 1rem
}

.enlace-tel {
    text-decoration: none;
    color: white;
}

.icon-telephone {
    font-size: 1.2rem;
    position: relative;
    top: 3px;
}

.img-whatsapp {
    width: 40px;
    height: auto;
}


.whats {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
}

.nwhat,
.ntele {
    padding-left: 7px;
}

/* INICIA NAVEGADOR */

.navegador {
    background-color: white;
    position: relative;
    z-index: 3;
}

#btn-menu {
    display: none;
}

.label-imagen {
    display: none;
    padding: 1rem 2rem;
}

.imagen-boton {
    width: 25px;
}

.imagen-boton:hover {
    cursor: pointer;
}

[class^="ul-menu"] {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    max-width: 1400px;
    margin: 0 auto;
}

[class^="enlace-menu"] {
    text-decoration: none;
    color: black;
    display: block;
    padding: .6rem 2rem;
}

.icon-home,
.icon-chat {
    font-size: 1rem;
    position: relative;
    top: 2px;
}

[class^="enlace-menu"]:hover {
    background-color: rgb(12, 89, 145);
    color: white;
}

.indicador {
    background-color: #CC3E3E;
    color: white;
}

/*INICIA IMAGEN*/

.hero-container {
    width: 100%;
    height: auto;
}

.hero-container img {
    width: 100%;
    height: auto;
    max-width: 1800px;
    margin: 0 auto;
    display: block;
}

/*INICIO*/

.inicio {
    margin: 0 2% 3rem 2%;
    /*CENTRADO*/
    padding: 0 1.2rem;
}

.title-h1 {
    font-size: 2rem;
    margin: 2.5rem 0;
    text-align: center;
}

.parrafo-inicio {
    font-size: 1.125rem;
    line-height: 1.7;
}

.cta {
    width: 100%;
    max-width: 980px;
    height: auto;
    margin: 2.7rem auto;
}

.cta p {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    color: #003366;
}



.whats-c {
    width: 100%;
    max-width: 270px;
    display:block;
    color: black;
    text-align: center;
    font-size: 1.3rem;
    margin: 4rem auto;
    text-decoration: none;
}

.icon-whatsapp-c {
    width: 3.5rem;
    height: 3.5rem;
    display: inline-block;
    vertical-align: middle;
}

.numero-whats-2 {
    font-weight: bold;
    color: #003366;
}

.numero-whats-2:hover {
    color: #25D366;
}


/*==MESAS==*/

.wrap-color-mesas {
    width: 100%;
    height: auto;
    padding: 4rem 1rem;
    background-color: #2c2c2c;
}

[class^="title-h2"] {
    font-size: 2rem;
    text-align: center;
    padding: 0 2rem;
}

.title-h2-mesas {
    color: white;
}

.title-h2-guia {
    margin: 2rem 0 3rem 0;
}

[class^="pa-esp"] {
    width: 100%;
    height: auto;
    max-width: 1200px;
    margin: 3rem auto 4.6rem auto;
    text-align: center;
    padding: 0 2rem;
}

.pa-esp-mesas {
    color: white;
}

.pa-esp-fotos {
    margin: 2rem auto 3rem auto;
}


[class^="fotografia-mesa"] {
    width: 100%;
    height: auto;
    margin-bottom: 3rem;
}

.submesa {
    color: white;
    text-align: center;
    padding: 8px 3px 3px 3px;
}

.especialistas {
    font-size: 1.4rem;
    text-align: center;
    font-weight: 700;
    margin: 3rem 0 2rem 0;
    color: #003366;
    /* Reducir espacio abajo */
    /* margin: 4rem 0; */
}

.especialistas:before {
    content: open-quote;
    font-size: 1.8rem;
    color: #CC3E3E;
}

.especialistas:after {
    content: close-quote;
    font-size: 1.8rem;
    color: #CC3E3E;
}

/*CONTENIDO FOTOS DE MUEBLES*/

.section-fotos {
    width: 100%;
    max-width: 1750px;
    height: auto;
    margin: 3rem auto;
    /* padding: 2rem; */
}

.fotos {
    margin: 2.5rem auto;
}

[class^="mueble-"] {
    width: 100%;
    height: auto;
    margin: .5rem 0;
    background-color: white;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 10px 10px 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem 0
}

/* TAMAÑO DE LAS IMÁGENES  A UNA COLUMNA*/

.borde-img {
    border-radius: 20px;
}

.img-mueble-1,
.img-mueble-2 {
    width: 100%;
    height: auto;
}

.img-mueble-3 {
    width: 36%;
    height: auto;
}

.img-mueble-4 {
    width: 60%;
    height: auto;
}

.img-mueble-5 {
    width: 85%;
    height: auto;
}

.img-mueble-6 {
    width: 90%;
    height: auto;
}

.img-mueble-7 {
    width: 55%;
    height: auto;
}

.img-mueble-8 {
    width: 70%;
    height: auto;
}

.img-mueble-9 {
    width: 80%;
    height: auto;
}

.img-mueble-10 {
    width: 35%;
    height: auto;
}

.img-mueble-11 {
    width: 70%;
    height: auto;
}

.img-mueble-12 {
    width: 70%;
    height: auto;
}

/*PIE DE FOTO*/

[class^="pie-de-foto"] {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1.5rem;
}

.pie-de-foto-fin {
    margin-bottom: 0;
}

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

/*FOTO FABRICACION*/

.fotos-fabricacion {
    max-width: 690px;
    margin: 0 auto;
    margin-bottom: 3rem;
}

.contenedor-hijo {
    line-height: 0;
}

/*CONTENIDO INFORMATIVO*/

.inicio-contenido {
    margin: 4rem 2%;
}

.centrar-contenido {
    padding: 1.5rem 1.2rem 3rem 1.2rem;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    margin-top: 4rem;
}

/*CONTENIDO CALIDAD DE LAMINAS DE ACERO INOXIDABLE*/



.nota-contenedor {
    background-color: #DCDCDC;
}

.nota-parrafo {
    padding: 1.5em 2em;
    font-style: italic;
    text-align: center;
}

.nota-parrafo-2 {
    padding: 1em 2em;
    font-style: italic;
    text-align: center;
}


[class^="subtitulos"] {
    padding: 1.5rem 1rem 3rem 1rem;
    text-align: center;
    font-size: 1.7rem
}

.subtitulos-medidas {
    padding: 1.5rem 1rem 1rem 1rem;
}

.subtitulos-2 {
    padding: 1.5rem 1rem 0 1rem;
    text-align: center;
    font-size: 1.5rem;
}



.espacio-superior {
    padding-top: 3rem;
}

.imagen-perfil {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: auto;
}

.img-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*===TABLA CALIBRES====*/

.caption-tabla {
    padding: 1em .8em 0 .8em;
}

.contenedor-tabla-calibres {
    width: 17em;
    margin: 2em auto;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 10px 0px;
    font-size: .8em;
}

.tabla-calibres {
    width: 100%;
    text-align: center;
    table-layout: fixed;
    padding: 1em 0;
}

th,
td {
    padding: .3em;
}

.cabecera-tabla-calibres {
    background-color: #2c2c2c;
    color: white;
}

.fila-calibres:hover {
    background-color: #e3e3e3;
}

/* INICIA FOOTER*/

.footer {
    width: 100%;
    background-image: url(../images/fondo.png);
    font-size: .9em;
}

.div-logo-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 6em;
}

.logo-metal {
    width: 15em;
}

[class^="datos-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    height: 10rem;
    margin: 0;
    color: white;
    text-decoration: none;
}

.datos-footer-1 {
    width: auto;
    height: 23rem;
}



.fin-encabezado-2 {
    padding-bottom: 0;
}

.datos-footer-2 {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-bottom: 1em;
    padding-top: 1em;
}

.datos-footer-3 {
    width: 100%;
    height: 9rem;
    color: white;
    padding: 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #484848;
    font-size: .9em;
}

.estilo-enlace {
    text-decoration: none;
    color: white;
}

.estilo-enlace:hover {
    color: red;
}

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

/*IMAGEN DE FORMULARIO*/

[class^="relleno-"] {
    width: 100%;
    height: 14em;
    background: url(../images/sobresss.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.wrap-sobres {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

[class^="sobres"] {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.2rem;
    border-radius: .6em;
    background: url(../images/sobre-001.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0;
    width: 95%;
    height: 720px;
    -webkit-box-shadow: 18px 6px 76px 0px rgba(0, 0, 0, 0.77);
    box-shadow: 18px 6px 76px 0px rgba(0, 0, 0, 0.77);
}

.sobres-enviado {
    padding: 4rem;
}

form {
    text-align: center;
    padding: 3rem 1rem;
}

fieldset {
    border: none;
}

input {
    width: 90%;
    height: 60px;
    padding-left: 1rem;
}

textarea {
    width: 90%;
    height: 8em;
    resize: none;
    padding-left: 1rem;
    padding-top: .5rem;
}

.parrafo-0 {
    font-size: 1.2rem;
    text-align: center;
    margin: 20px 5% 20px 5%;
}

#enviar {
    display: block;
    margin: 0 5%;
}

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

/*IMAGEN MENSAJE*/

.mensaje-enviado {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.parrafo-1 {
    font-size: 2em;
    font-family: 'Titillium Web', sans-serif;
    color: green;
}

.parrafo-2 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.2em;
}

/*-------------------------------------------
ERROR 404
---------------------------------------------*/

.error {
    width: 100%;
    height: 10em;
    font-size: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-top: 2rem;
}

.enlace-error {
    margin-top: 24px;
    font-size: .7em;
}

/*-------------------------------------------
INICIA MEDIA QUERY
---------------------------------------------*/

/* MEDIA QUERY A 380PX*/

@media (max-width: 382px) {
    .wrap-encabezado {
        font-size: .9em;
    }

    .centrar {
        padding: 1.5em 1em;
    }
}

/*MEDIA QUERY A 383PX*/

@media (min-width: 383px) {
    .wrap-encabezado {
        font-size: .9em;
    }

    .img-muebles {
        width: 18em;
        margin-top: 8px;
    }

    .centrar {
        padding: 1.5em 2.5em;
    }

    /*TABLA CALIBRES*/
    .contenedor-tabla-calibres {
        width: 22em;
    }
}

@media (min-width: 447px) {

    /*FOOTER=================================*/
    .datos-footer-3 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 6px;
        height: 10rem;
    }
}

/*MEDIA QUERY A 458PX*/

@media (min-width: 458px) {
    .title-h1 {
        font-size: 2.3rem;
    }
}

body,
p,
li,
a {
    font-size: 1.1875rem;
}

.parrafo-inicio {
    font-size: 1.2rem;
}

.inicio {
    padding: 0 1em;
}

[class^="title-h2"] {
    font-size: 2.2rem;
}



@media (min-width: 500px) {

    /*TABLA CALIBRES*/
    .contenedor-tabla-calibres {
        width: 30em;
    }
}

@media (min-width: 520px) {
    .title-h1 {
        font-size: 2.6rem;
        margin: 3.5rem 0;
    }

    .parrafo-inicio {
        font-size: 1.3rem;
    }

    body,
    p,
    li,
    a {
        font-size: 1.27rem;
    }

    .cta {
        margin: 3.5rem auto 2rem auto;

    }

    .cta p {
        font-size: 1.3rem;

    }

}

@media (min-width: 580px) {
    .title-h1 {
        font-size: 2.5rem;
        margin: 2rem 0;
    }

    [class^="title-h2"] {
        font-size: 2.5rem;
    }

    [class^="subtitulos"] {
        font-size: 2rem
    }

}


@media (min-width: 780px) {
    .wrap-mesas {
        width: 100%;
        height: auto;
        margin: 0 auto;
        max-width: 1600px;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    [class^="fotografia-mesa"] {
        flex-basis: 45%;
    }

    .fotografia-mesa-1,
    .fotografia-mesa-3 {
        margin-right: 2rem;
    }

    .fotografia-mesa-3,
    .fotografia-mesa-4 {
        margin-bottom: 0;
    }

    .especialistas {
        font-size: 1.4rem;
    }

    .especialistas:before {
        font-size: 2rem;
    }

    .especialistas:after {
        font-size: 2rem;
    }
}

@media (max-width: 949px) {
    .label-imagen {
        display: block;
    }

    .imagen-boton {
        display: block;
    }

    .menu {
        position: absolute;
        background-color: white;
        width: 100%;
        height: 100vh;
        margin-left: -100%;
    }

    .ul-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #btn-menu:checked~.menu {
        margin: 0;
    }

    [class^="enlace-menu"] {
        border-top: 1px solid black;
        padding: 1rem;
    }

    .enlace-menu-2 {
        border-bottom: 1px solid black;
    }
}

/*MEDIA QUERY A 640PX*/

@media (min-width: 640px) {

    /*FORMULARIO DE CONTACTO*/
    .sobres {
        width: 75%;
        height: 720px;
    }
}

@media (min-width: 689px) {

    /*FORMULARIO DE CONTACTO*/
    .sobres,
    .mensaje-enviado {
        width: 75%;
        height: 700px;
    }
}

@media (min-width: 700px) {
    .title-h1 {
        font-size: 3rem;
        margin: 3.8rem 0;
    }

    .cta {
        margin-top: 3.80rem;
    }

    [class^="title-h2"] {
        font-size: 2.7rem;
    }

    [class^="subtitulos"] {
        font-size: 2.2rem
    }

}


@media (min-width: 820px) {

    /*TABLA CALIBRES*/
    .contenedor-tabla-calibres {
        width: 40em;
        font-size: .9em;
    }
}

/*MEDIA QUERY A 900PX*/

@media (min-width: 900px) {

    /*INICI0 */
    .inicio {
        margin: 0 5% 3rem 5%;
        /*CENTRADO*/
    }

    .title-h1 {
        font-size: 3.2rem;
        margin: 2.5rem 0;
    }

    /*CONTENIDO FOTOS DE MUEBLES*/
    .fotos {
        margin: 2.5rem 10% 4rem 10%;
        /*CENTRADO*/
    }

    /*CONTENIDO INFORMATIVO*/
    .inicio-contenido {
        margin: 4rem 5%;
    }

    .centrar-contenido {
        max-width: 1300px;
        margin: 4rem auto 0 auto;
        padding: 1.5rem 4rem 4rem 4rem;
    }

    .imagen-perfil {
        width: 13em;
        height: auto;
    }

    /*TABLA CALIBRES*/
    .contenedor-tabla-calibres {
        width: 33em;
        font-size: .9em;
    }

    /*FORMULARIO*/
    .sobres {
        width: 800px;
        height: 580px;
        background: url(../images/sobre.png);
        background-size: 100% 100%;
        text-align: left;
        font-size: 1rem;
        padding-bottom: 2rem;
    }

    form {
        text-align: left;
        padding: 3em 3em 1em 3em;
    }

    fieldset {
        padding: 0;
        margin-bottom: 1rem;
    }

    input {
        width: 60%;
    }

    textarea {
        height: 8em;
        width: 100%;
    }

    #enviar {
        margin: 0 auto;
    }

    /*====================================*/
    /*IMAGEN MENSAJE*/
    .mensaje-enviado {
        font-family: 'Titillium Web', sans-serif;
        border-radius: .6em;
        background: url(../images/sobre-2.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin: 0 3%;
        width: 800px;
        height: 580px;
        -webkit-box-shadow: 18px 6px 76px 0px rgba(0, 0, 0, 0.77);
        box-shadow: 18px 6px 76px 0px rgba(0, 0, 0, 0.77);
    }
}

/*MEDIA QUERY A 950PX*/

@media (min-width: 950px) {

    /* INICIA ENCABEZADO MEDIA QUERY*/
    .header {
        padding: .7rem .9rem;
    }

    .wrap-encabezado {
        max-width: 1400px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .encabezado,
    .fin-encabezado {
        font-size: 1rem;
        margin: 0;
        padding: 0;
    }

    .fin-encabezado {
        padding-bottom: 0;
    }

    .encabezado:nth-child(n+2) {
        margin-left: 10px;
    }

    .img-whatsapp {
        width: 30px;
        height: auto;
    }


    /*FOOTER================================================*/
    .wrap-elementos-footer {
        margin: 0 5%;
    }

    .div-logo-footer {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 4.5em;
        margin-left: 0;
        border-bottom: 1px solid #404040;
    }

    .datos-footer-1,
    .datos-footer-2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 4em;
    }

    .datos-footer-3 {
        height: 5em;
    }

    .domicilio {
        margin: 0;
    }
}

/*MEDIA QUERY A 1000*/

@media (min-width: 1000px) {
    .title-h1 {
        font-size: 4rem;
        margin: 4.2rem 0;
    }

    [class^="relleno-"] {
        background-size: 70%;
        /*CENTRADO DE SOBRES LATERALES*/
    }

    /*CONTENIDO FOTOS DE MUEBLES*/
    .fotos {
        margin: 2.5rem 3% 4rem 3%;
        /*CENTRADO*/
    }

    [class^="contenedor-"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        justify-items: center;
    }

    [class^="figure-"] {
        width: 50%;
    }

    .figure-1,
    .figure-3,
    .figure-5,
    .figure-7,
    .figure-9,
    .figure-11 {
        margin-right: 2em;
    }

    .mueble-3,
    .mueble-4 {
        height: 30rem;
    }

    .mueble-5,
    .mueble-6 {
        height: 20rem;
    }

    .mueble-7,
    .mueble-8 {
        height: 20em;
    }

    .mueble-9,
    .mueble-10 {
        height: 20em;
    }

    .mueble-11,
    .mueble-12 {
        height: 20em;
    }

    .img-mueble-3 {
        width: 270px;
        height: auto;
    }

    .img-mueble-4 {
        width: 450px;
        height: auto;
    }

    .img-mueble-7 {
        width: 320px;
        height: auto;
    }

    .img-mueble-8 {
        width: 400px;
        height: auto;
    }

    .img-mueble-9 {
        width: 450px;
        height: auto;
    }

    .img-mueble-10 {
        width: 200px;
        height: auto;
    }

    .img-mueble-11 {
        width: 500px;
        height: auto;
    }

    .img-mueble-12 {
        width: 450px;
        height: auto;
    }
}

/*MEDIA QUERY A 1200*/

@media (min-width: 1200px) {

    .centrar {
        padding: 0em 6em;
    }

    /* CENTRADO GENERAL*/
    .inicio {
        max-width: 1400px;
        margin: 0 auto 4rem auto;
        padding: 0 6rem;
    }

    /*FOOTER*/
    .wrap-elementos-footer {
        margin: 0 10%;
    }


    @media (min-width: 1500px) {

        /*FOOTER*/
        .wrap-elementos-footer {
            margin: 0 15%;
        }
    }

    @media (min-width: 1700px) {
        [class^="relleno-"] {
            background-size: 45%;
            /*CENTRADO DE SOBRES LATERALES*/
        }

        /*FOOTER*/
        .wrap-elementos-footer {
            margin: 0 17%;
        }
    }

    /* MEDIA QUERY A 2200PX */

    @media (min-width: 2200px) {

        /*FOOTER*/
        .wrap-elementos-footer {
            margin: 0 21%;
        }
    }
}
