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

/*ICONOS*/

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

[data-icon]:before {
    font-family: "untitled-font-2" !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-2" !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-envelope:before {
    content: "\63";
}

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

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

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

/*FIN ICONOS*/

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

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


body {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
}

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

h1,
h2,
h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-align: center;
}

p {
    margin: 1rem 0;
}

/*=====INICIA HEADER========*/

header {
    width: 100%;
    line-height: 0;
}

.wrap-telefono-c {
    background-color: #2B2B2B;
}

.telefono-c {
    width: 100%;
    max-width: 1700px;
    height: 270px;
    margin: 0 auto;
    padding: 1rem;
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: white;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

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

.whats,
.whats-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.enlace-tel-c,
.whats-f,
.whats {
    text-decoration: none;
    color: white;
}

.enlace-tel-c:hover {
    color: rgb(0, 164, 255);
}

.whats:hover {
    color: rgb(0, 164, 255);
}



.img-whatsapp {
    width: 25px;
    height: 25px;
}

.numero-whats {
    margin-left: 8px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.enlace-tel-footer:hover {
    color: rgb(0, 164, 255);
}

.correo:hover {
    color: rgb(0, 164, 255);
}

[class^="ul-menu"] {
    max-width: 2200px;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ul-menu li {
    margin: 0;
}

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

.indicador {
    background-color: rgb(177, 11, 31);
    color: white;
}

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

[class^="icon-"] {
    position: relative;
}

.home {
    top: .5px;
}

.torsos {
    top: 1.5px;
}


.fondo-inicio {
    width: 100%;
    height: auto;
    background-color: #FCF7EC;
}


/*=====TÏTULO PRINCIPAL======*/

.titulo-cocinas {
    text-align: center; 
    font-size: 2.5rem;
    margin-top: .5rem;
    margin-bottom: 2.5rem;
}

/*=======REDACCIÓNES========*/

[class^="descripcion-"] {
    width: 100%;
    max-width: 1250px;
    height: auto;
    padding: 2rem;
    margin: 0 auto;
    color: rgb(22, 24, 33);
}

.cocinas-modernas {
    width: 100%;
    height: auto;
    max-width: 1250px;
    padding: 3rem;
    Margin: 0 auto;
}

.cocina-comedor {
    margin-bottom: 2rem;
}

/*NUESTROS TRABAJOS*/

.tit-nuestros {
    font-size: 2.3rem;
    margin: 2rem;
    margin-top: 0;
}

[class^="tit-proyectos-"] {
    font-size: 2.3rem;
    margin: 2rem;
}

.tit-proyectos-1 {
    margin-top: 0;
    margin-bottom: 4rem;
}

.tit-proyectos-modern {
    margin-top: 0;
}

[class^="wrap-proyecto-"] {
    width: 100%;
    max-width: 1500px;
    height: auto;
    margin: 2rem auto;
}

.wrap-proyecto-1 {
    margin-top: 0;
}

.wrap-proyecto-5 {
    margin-bottom: 0;
}

[class^="texto-cocina"] {
    width: 100%;
    max-width: 700px;
    height: auto;
    margin: 0 auto;
    background-color: rgb(35, 35, 35);
    color: white;
    padding: 3rem;
    margin-bottom: 2rem;
}

[class^="cocina-imagen-"] {
    width: 100%;
    max-width: 700px;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 2rem;
}

.foto-final-2 {
    margin-bottom: 0;
}

/*======FOTOS CON CUADRO REDACCIÓN*=======*/

[class^="div-fondo"] {
    line-height: 0;
    margin: 0 auto;
    padding: 0;
}

[class^="div-redaccion"] {
    background-color: rgb(35, 35, 35);
    max-width: 600px;
    margin: 0 auto 2rem auto;
    padding: 5rem 2rem;
    color: white;
}

[class^="img-fondo-"] {
    width: 100%;
    height: auto;
    max-width: 600px;
    display: block;
    margin: 2rem auto;
}

.centrar-text {
    text-align: center;
}

/*=========CUADROS DE TEXTO*=========*/

.wrap-cuadros {
    background-image: url(../images/marmol.png);
    background-size: contain;
    background-attachment: fixed;
}

.cuadros-de-texto {
    margin: 2rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

[class^="cuadrot-"] {
    width: 300px;
    height: 600px;
    margin-top: 3rem;
    background-color: white;
    -webkit-box-shadow: 3px -8px 15px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 3px -8px 15px -13px rgba(0, 0, 0, 0.75);
}

.cuadrot-4 {
    margin-bottom: 3rem;
}

.titulo-cuadro {
    text-align: center;
    padding: 1rem;
}

.txt-cuadro {
    padding: 0 1rem;
}


.seccion-1 {
    max-width: 1250px;
    margin: 2rem auto;
    padding: 2rem;
}

.article-1 {
    max-width: 1000px;
    margin: 0 auto;
}

.sub-titulo {
    text-align: center;
}


[class^="cocina-hero-"] {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    height: auto;
}

.cocina-hero-marmol {
    max-width: 2400px;
}

/*=========FOTOS COCINAS PARTE INFERIOR=========*/

[class^="icocina-"] {
    margin: 2rem auto;
    width: 100%;
    height: auto;
    max-width: 1900px;
}

[class^="img-cocina-"] {
    display: block;
    width: 100%;
    max-width: 1900px;
    height: auto;
}

.pie-letra {
    text-align: center;
    font-size: .9rem;
    padding: .5rem;
    background-color: rgb(35, 35, 35);
    color: white;
}

/*TEXTO Y FOTO ESPACIOS PEQUEÑOS*/

[class^="contenedor-flex-img-"] {
    margin: 2rem auto;
    width: 90%;
    max-width: 1500px;
}

.flex-text-1 {
    width: 100%;
    height: auto;
    background-color: rgb(35, 35, 35);
    padding: 3rem;
    text-align: center;
    color: white;
}

.txt-peque {
    margin-bottom: 2rem;
}


/*ESTILO EN MENTE*/

.caja-estilo-en-mente,
.formas-contacto {
    margin: 4rem auto;
    width: 100%;
    height: 600px;
    padding: 1rem;
    background-color: rgb(35, 35, 35);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
}

.formas-contacto {
    height: 350px;
}


.estilo-en-mente {
    font-size: 1.6rem;
    color: white;
}

.margin-cero {
    text-align: center;
    font-size: 1.3rem;
    margin: 0;
}


/*CAJA PAGOS*/

.caja-pagos {
    margin: 6rem auto;
    width: 100%;
    max-width: 800px;
}

.parrafo-pagos {
    text-align: center;
    padding: 0 2rem;
    font-size: 1.2rem;
}

.tarjetas-credito {
    display: block;
    margin: 2.5rem auto 0 auto;
    width: 70%;
    max-width: 250px;
}

/*FOTOS LATERALES Y PRINCIPAL*/

.flex-img-3,
.flex-img-4 {
    margin-bottom: 2rem;
}

/*HOJA CONTACTO*/

.figure-contacto {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.img-contacto {
    width: 100%;
    max-width: 1400px;
    height: auto;
}

.fotografia-enviado {
    width: 100%;
    max-width: 1700px;
    height: auto;
    margin: 0 auto;
}

[class^="franja-"] {
    width: 100%;
    background-color: rgb(35, 35, 35);
    padding: 1.5rem;
}

.cajas-contacto {
    margin: 4rem auto;
    text-align: center;
}

.contacto-parrafo,
.contacto-tel {
    font-size: 1.5rem;
}

.contacto-tel {
    text-decoration: none;
    color: black;
}

.envienos {
    text-align: center;
    font-size: 1.1rem;
    padding: 0 1rem;
}

.caja-formulario {
    max-width: 1200px;
    margin: 2rem auto 0 auto;
    padding: 0 1rem;
}

fieldset {
    width: 100%;
    margin: 1rem auto;
    border: none;
    padding: 1rem;
}

label {
    color: grey;

}

[class^="campo"] {
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid grey;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: .9rem;
    margin-bottom: 1rem;
}

.campo-text {
    background-color: rgb(242, 242, 242);
    height: 15rem;
    resize: none;
    border: none;
    margin-top: 1rem;
}

#enviar {
    display: block;
    margin: 4rem 5%;
    width: 90%;
    height: 50px;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 1.1rem;
    background-color: rgb(177, 9, 37);
    color: white;
}

#enviar:hover {
    background-color: black;
    color: white;
}


/*MAPA GOOGLE*/

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 800px;
    overflow: hidden;
    margin: 3rem 3%;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

iframe {
    border: 0;
    display: block;
}

/*INICIA MENSAJE ENVIADO==*/


.mensaje-enviado {
    margin: 6rem 5% 3rem 5%;
}

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

.m-1 {
    color: green;
    font-size: 1.5rem;
}

.m-3 {
    padding-top: 1rem;
    font-size: 1.1rem;

}

/*MENSAJE ERROR*/
.mensaje-error {
    padding: 0 1.5rem;
}

.e-2 {
    text-align: center;
    font-size: 1.2rem;
}


.enlace-formulario-2 {
    text-align: center;
    display: block;
}

.error {
    text-align: center;
    font-size: 2rem;
    color: rgb(177, 9, 37);
    margin-top: 1rem;
    margin-bottom: 0;

}

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

/*======FOOTER=========*/

footer {
    width: 100%;
    background-image: url(../images/marmol004.webp);
}

.oscurecer {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

[class^="datos-footer-"] {
    width: 100%;
    height: 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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: white;
}

.datos-footer-1 {
    height: 370px;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.datos-footer-2 {
    height: 230px;
    border-top: 1px solid #484848;
    border-bottom: 1px solid #484848;
    padding-top: 2rem;
    padding-bottom: 2rem
}

.datos-footer-3 {
    font-size: .9em;
    padding: 2rem;
    text-align: center;
}

.im-whatsapp-f {
    width: 25px;
    height: 25px;
    margin-right: 6px;
}

.domicilio {
    margin-top: 0;
    margin-bottom: 0;
}

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


.correo {
    color: white;
    text-decoration: none;
    font-size: 1rem;
}

.icon-envelope {
    display: none;
}

.icon-phone {
    top: 3px;

}

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

.home-footer {
    top: .5px;
}

.ind-footer {
    color: rgb(0, 164, 255);
}

.torsos-footer {
    top: 1.5px;
}

.estilo-enlace:hover {
    color: rgb(0, 164, 255);
}


/*=========NICIA MEDIA QUERY==============*/

@media (min-width: 360px) {
    .correo {
        font-size: 1.1rem;
    }
}

@media (min-width: 420px) {
    .correo {
        font-size: 1.2rem;
    }

    .icon-envelope {
        top: 2px;
        right: 2px;
        display: inline;
    }
}

@media (min-width: 500px) {
    .caja-estilo-en-mente {
        padding: 1rem 3rem 2rem 3rem;
    }

    .estilo-en-mente {
        font-size: 2rem;
    }
}

@media (min-width: 600px) {

    /*=======MENSAJE ENVIADO=======*/
    .m-1 {
        font-size: 1.8rem;
    }

    .m-2 {
        font-size: 1.4rem;
    }

    .m-3 {
        font-size: 1.2rem;
    }

    .e-2,
    .enlace-formulario-2 {
        font-size: 1.5rem;
    }

    /*========MENSAJE ERROR=========*/
    .error {
        font-size: 3.5rem;
    }
}

@media (min-width: 670px) {

    .telefono-c {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 1.2rem;
        height: auto;
    }

    /*===FOTOS CON CUADROS DE TEXTO====*/

    .cuadros-de-texto {
        max-width: 890px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cuadrot-3,
    .cuadrot-4 {
        margin-bottom: 3rem;
    }
}

@media (min-width: 800px) {
    .tit-nuestros {
        font-size: 2.5rem;
    }

    [class^="tit-proyectos-"] {
        font-size: 2.5rem;
    }

    .txt-peque {
        font-size: 2rem;
    }

    .margin-cero {
        font-size: 1.4rem;
    }
}

@media (min-width: 820px) {
    .padding-contacto {
        padding-right: 1rem;
    }


    /*FOTOS CON CUADRO REDACCIÓN*/

    .fondo-cuadros-2 {
        background-image: url(../images/melamine02.png);
        background-attachment: fixed;
        margin: 2rem 0;
        padding: 2rem 0;
    }


    [class^="wrap-redaccion"] {
        max-width: 1250px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
    }

    [class^="div-redaccion"] {
        padding: 0;
        margin: 2rem 0;
        background-color: white;
        color: black;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 600px;
        flex-basis: 600px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .centrar-text {
        padding: 0 3rem;
    }

    [class^="div-fondo"] {
        padding: 0;
        margin: 0;
    }

    .div-redaccion-1,
    .img-fondo-1 {
        margin-bottom: 0;
    }

    .div-redaccion-2,
    .img-fondo-2 {
        margin-top: 0;
    }


    .div-fondo-2 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    /*TEXTO Y FOTOS ESPACIO PEQUEÑO*/

    .contenedor-flex-img-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .flex-text-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }


    /*FOTOS LATERALES Y PRINCIPAL*/

    .contenedor-flex-img-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .imagenes-dobles {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }

    .flex-img-3,
    .flex-img-4 {
        line-height: 0;
        margin: 0;
    }

    .flex-img-3 {
        margin-bottom: 2rem;
    }

    .flex-img-5 {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        margin-left: 2rem;
        line-height: 0;
    }

    /*HOJA CONTACTO*/

    .contacto-parrafo,
    .contacto-tel {
        font-size: 2rem;
    }

    .envienos {
        font-size: 1.2rem;
    }
}

@media (min-width: 900px) {

    .mitad-telefono {
        font-size: 1.2rem;
    }

    /*=====PAGOS=====*/

    .parrafo-pagos {
        font-size: 1.5rem;
    }


    /*=======MENSAJE ENVIADO=======*/
    .m-1 {
        font-size: 2.2rem;
    }

    .m-2 {
        font-size: 1.6rem;
    }

    .m-3 {
        font-size: 1.4rem;
    }

    /*=====MENSAJE ERROR=======*/

    .error {
        font-size: 5rem;
    }
}

@media (min-width: 1100px) {

    [class^="texto-cocina-"] {
        max-width: 500px;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    [class^="cocina-imagen-"] {
        max-width: 500px;
    }

    .texto-cocina-1 {
        margin-bottom: 2rem;
    }

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

    .texto-cocina-1,
    .cocina-imagen-1 {
        margin-right: 2rem;
    }

    .foto-final-1,
    .foto-final-2 {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {

    .titulo-cocinas {
        font-size: 3rem;
    }
}


@media (min-width: 1230px) {

    .cuadros-de-texto {
        max-width: 1700px;
    }

    [class^="cuadrot-"] {
        width: 280px;

    }

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


    /*HOJA DE CONTACTO*/

    .contacto-parrafo,
    .contacto-tel {
        font-size: 2.5rem;
    }

}

@media (min-width: 1280px) {

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

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

    .datos-footer-1 {
        padding-top: 2.3rem;
        padding-bottom: 2.3rem;
    }
}


@media (min-width: 1300px) {
    [class^="texto-cocina-"] {
        max-width: 600px;
    }

    [class^="cocina-imagen-"] {
        max-width: 600px;
    }
}

@media (min-width: 1400px) {

    /*=======MENSAJE ENVIADO=======*/
    .m-1 {
        font-size: 3.5rem;
    }

    .m-2 {
        font-size: 2.5rem;
    }

    .m-3 {
        font-size: 2rem;
    }

    /*=====MENSAJE ERROR=======*/

    .error {
        font-size: 7rem;
    }

    .e-2,
    .enlace-formulario-2 {
        font-size: 1.8rem;
    }
}


@media (min-width: 1700px) {
    [class^="texto-cocina-"] {
        max-width: 700px;
    }

    [class^="cocina-imagen-"] {
        max-width: 700px;
    }
}