/*
Theme Name: Home & Kitchen
Description: Venta de cocinas de lujo
Author: Saul Chávez (Programación) Víctor Martínez (Diseño Gráfico)
Author URI: https://verticeasociados.com/
Version: 1.0
Tested up to: 6.7
Requires at least: 3.0
Requires PHP: 5.2.4
Tags: blog, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, footer-widgets, featured-image-header, block-patterns
Text Domain: home&kitchen
-------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap');
@font-face {
    font-family: 'moon';
    src: url('fonts/moon_bold-webfont.woff2') format('woff2'),
         url('fonts/moon_bold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'moon';
    src: url('fonts/moon_light-webfont.woff2') format('woff2'),
         url('fonts/moon_light-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

:root{
    --gris: #8e8b83;
    --wix: "Wix Madefor Text", sans-serif;
    --moon: 'moon';
    --gris-oscuro: #2f2e2e;

}
::placeholder{
    color: #FFF;
}
/*html{
    scroll-behavior: smooth;
}*/

body{
    margin: 0 auto;
    font-size: 0px;
    font-family: var(--moon);
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    color: #666;
    background-color: #FFF;
}
body > .tope{
    position: relative;
    width: 100%;
    height: 100px;
}
body > nav{
    position: fixed;
    right: 0px;
    width: 330px;
    height: 100vh;
    background-color: var(--gris-oscuro);
    z-index: 11;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 50px;
    display: none;
}
body > nav > a{
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #FFF;
    line-height: 3.5;
    text-align: left;
    width: 80%;
    padding-left: 18%;
    letter-spacing: 3px;
    display: block;
    cursor: pointer;
}
body > nav > a:hover{
    background-color: #FFF;
    color: #333;
}
body > nav > a:first-child:hover{
    background-color: transparent;
}
body > nav div{
    position: relative;
    width: 100%;
    height: 100px;
    background-image: url(images/logo-footer.svg);
    background-size: 100%;
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}
body > nav > a:nth-child(1){
    padding-left: 5%;
}

/**************************
 *       NEWSLETTER
 *************************/
.newsletter-container{
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 21;
    background-color: rgba(0,0,0,0.5);
}
.newsletter{
    position: relative;
    width: 350px;
    height: 400px;
    background-color: #fff;
    display: flex;
}
.newsletter > p{
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #000;
    z-index: 2;
    border: solid 1px rgba(255, 255, 255, 5);
    right: 0px;
    color: #FFF;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    line-height: 39px;
    font-weight: 800;
    cursor: pointer;
}
.newsletter > div{
    position: relative;
    width: 40%;
    height: 100%;
    background-image: url(images/HK.jpg);
    background-position: center center;
    background-size: cover;
}
.newsletter > aside{
    position: relative;
    width: 60%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 10%;
    color: #333;
}
.newsletter > aside > h2{
    font-size: 23px;
    font-weight: 300;
}
.newsletter > aside > p{
    font-size: 14px;
    font-family: var(--wix);
    margin-bottom: 2vw;
}
.newsletter input{
    width: 100%;
    border: solid 1px #999;
    line-height: 1.5;
    margin-top: 8px;
    font-size: 12px;
    font-family: var(--wix);
    box-sizing: content-box;
    -webkit-appearance:none;
    border-radius: 0px;
    line-height: 2;
}
.newsletter input[type=submit]{
    color: #FFF;
    text-transform: uppercase;
    background-color: #000;
    border: 0px;
    box-sizing: content-box;
    width: 96%;
    height: 27px;
    margin-top: 15px;
    cursor: pointer;
    -webkit-appearance:none;
}
.newsletter input[type=submit]:hover{
    background-color: #999;
}


/**************************
 *        HEADER
 *************************/
header{
    position: fixed;
    width: 100%;
    height: 100px;
    background-color: var(--gris);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
    top: 0px;
    left: 0px;
}
header div{
    position: relative;
    width: 400px;
    margin-left: 3%;
    height: 100px;
    background-image: url(images/logo.svg);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

/**************************
 *        BANNER
 *************************/
.banner{
    position: relative;
    width: 100%;
    height: 41vw;
    background-image: url(images/banner.jpg);
    background-position: -2vw -13vw;
    background-size: 111%;
}
.banner > div{
    position: relative;
    width: 100%;
    height: 100%;
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.banner h3{
    position: relative;
    font-weight: 400;
    margin: .5vw;
    font-size: 1.5vw;
    color: #FFF;
    letter-spacing: .2vw;
}
.banner h2{
    position: relative;
    font-weight: 400;
    margin: 0px;
    font-size: 4vw;
    color: #FFF;
    letter-spacing: 1.5vw;
}

/**************************
 *      SERVICIOS
 *************************/
.servicios{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 5vw;
    padding-bottom: 5vw;
}
.servicios > h2{
    position: relative;
    font-size: 1.5vw;
    letter-spacing: .5vw;
    font-weight: 400;
    padding-bottom: 5vw;
}
.servicios > .slider{
    position: relative;
    width: 90%;
    height: 30vw;
    overflow: hidden;
}
.servicios > .slider article{
    position: relative;
    width: 100%;
    height: 100%;
}
.servicios > .slider article > div{
    width: 100%;
    height: 18vw;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.servicios > .slider article > div > a{
    position: relative;
    width: 90%;
    height: 16vw;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 1vw;
    margin-bottom: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.5);
    overflow: hidden;
    animation-name: cierra-capa;
    animation-duration: .3s;
    animation-fill-mode: forwards;
}
.servicios > .slider article > div:hover > a{
    animation-name: muestra-capa;
}
@keyframes muestra-capa{
    from{height: 0vw}
    to{height: 16vw}
}
@keyframes cierra-capa{
    from{height: 16vw}
    to{height: 0vw}
}
.servicios > .slider article > div > a > h2{
    position: relative;
    font-size: 1.5vw;
    color: #FFF;
    font-weight: 400;
    letter-spacing: .5vw;
    text-align: center;
}
.servicios > .slider article > p{
    position: relative;
    font-size: 1vw;
    font-weight: 400;
    font-family: var(--wix);
    width: 100%;
    box-sizing: border-box;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
}


/**************************
 *        ESENCIA
 *************************/
.esencia{
    position: relative;
    width: 100%;
}
.esencia > h2{
    position: absolute;
    font-size: 50vw;
    font-weight: 200;
    line-height: .8;
    margin: 0px;
    font-family: var(--wix);
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 44vw;
    color: #000;
    z-index: 1;
}
.esencia > div{
    position: relative;
    width: 100%;
    height: 100%;
    background: rgb(1,1,1);
    background: linear-gradient(180deg, rgba(1,1,1,.995) 0%, rgba(60,60,59,0.99) 100%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 34vw;
    padding-top: 13vw;
}
.esencia > div > h2{
    color: #FFF;
    font-size: 1vw;
    font-weight: 400;
    letter-spacing: .5vw;
    width: 60%;
    text-align: center;
    line-height: 1.3;
}
.esencia > div > p{
    color: #FFF;
    font-size: 1.2vw;
    font-weight: 400;
    font-family: var(--wix);
    font-size: 1vw;
    width: 53%;
    text-align: center;
    line-height: 2;
    margin-top: 5vw;
}
.esencia > div > a{
    border: solid 1px rgba(255,255,255,.6);
    color: #FFF;
    font-size: .9vw;
    padding: .3vw;
    width: 10%;
    text-align: center;
    margin-top: 3vw;
}
.esencia > div > a:hover{
    background-color: #FFF;
    color: #000;
}

/**************************
 *        NOSOTROS
 *************************/
.nosotros{
    background-color: #000;
    padding-bottom: 20vw;
    padding-top: 20vw;
    overflow: hidden;
}
.nosotros > h2{
    font-size: 1.1vw;
    color: #FFF;
    font-weight: 400;
    letter-spacing: .3vw;
    padding-left: 9%;
    line-height: 2;
    padding-bottom: 4vw;
}
.nosotros > article{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nosotros > article > aside{
    font-size: 1vw;
    font-family: var(--wix);
    width: 34%;
    padding-left: 7%;
    padding-right: 7%;
}
.nosotros > article > div{
    position: relative;
    width: 48%;
    height: 32vw;
    background-image: url(images/nosotros.jpeg);
    background-position: center center;
    background-size: cover;
}

/**************************
 *        MARCAS
 *************************/
.marcas{
    position: relative;
    width: 100%;
    height: 40vw;
    background-image: url(images/marcas.jpeg);
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}
.marcas > div{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(211,207,203,.7);
}
.marcas > div > h2{
    font-size: 1.5vw;
    font-weight: 400;
    letter-spacing: .3vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    text-align: center;
    color: #333;
}
.marcas > div > p{
    font-size: 1.1vw;
    font-family: var(--wix);
    width: 50%;
    padding-left: 25%;
    padding-right: 25%;
    text-align: center;
    line-height: 1.1;
    color: #333;
}
.marcas > div > div{
    position: relative;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5vw;
}
.marcas > div > div > article{
    position: relative;
    width: 15%;
    height: 5vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;
}

/**************************
 *       PROYECTOS
 *************************/
.proyectos{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.proyectos > h2{
    position: absolute;
    z-index: 2;
    font-size: 1.2vw;
    color: #FFF;
    font-weight: 500;
    left: 6.5%;
    top: 7vw;
}
.proyectos > .slider{
    position: relative;
    width: 100%;
    height: 41vw;
}
.proyectos .frame{
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F00;
}
.proyectos .frame > div{
    position: relative;
    width: 100%;
    height: 100%;
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
    display: flex;
    align-items: center;
}
.proyectos .frame > div > article{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 33%;
    padding-right: 34%;
}
.proyectos .frame > div > article > h2{
    font-size: 3.5vw;
    color: #FFF;
    font-family: var(--wix);
    font-weight: 400;
    margin-bottom: 2vw;
}
.proyectos .frame > div > article > div{
    color: #FFF;
    font-size: .8vw;
    border:solid 1px rgba(255,255,255,.5);
    padding: .4vw;
    width: 5vw;
    text-align: center;
    cursor: pointer;
}
.proyectos .frame > div > article > div:hover{
    background-color: #FFF;
    color: #333;
}

.proyectos .frame > div > aside{
    position: relative;
    width: 22%;
    height: 28vw;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/**************************
 *        CONTACTO
 **************************/
.contacto{
    position: relative;
    display: flex;
    height: 50vw;
}
.contacto > aside{
    position: relative;
    width: 40%;
    height: 100%;
    background-color: #d0d0d0;
    font-size: 1.1vw;
    font-family: var(--wix);
    display: flex;
    justify-content: center;
    align-items: center;
}
.contacto > aside > div{
    position: relative;
    width: 100%;
    padding-left: 30%;
    box-sizing: border-box;
    margin: 0px;
}
.contacto > aside > div > div{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37%;
}
.contacto > aside > div > div > a{
    position: relative;
    width: 20%;
    text-align: center;
    margin: 1vw;
    font-size: 1.5vw;
}
.contacto > aside > div > span{
    cursor: pointer;
}
.contacto > div{
    position: relative;
    width: 60%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 3%;
    padding-right: 3%;
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contacto > div > h2{
    font-size: 1.5vw;
    color: #FFF;
    letter-spacing: .5vw;
    font-weight: 400;
    width: 100%;
    padding-top: 5vw;
}
.contacto > div > form{
    position: relative;
    width: 100%;
}
.contacto > div > form > p{
    position: relative;
    font-size: 1.1vw;
    font-family: var(--wix);
    color: #FFF;
    font-weight: 400;
    width: 50%;
    margin-left: 25%;
    padding-top: 2vw;
}
.contacto > div > form > input, .contacto > div > form > textarea{
    position: relative;
    width: 50%;
    margin-left: 25%;
    border:solid 1px rgba(255,255,255,.3);
    background-color: transparent;
    box-sizing: border-box;
    font-size: .8vw;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: .4vw;
    padding-bottom: .4vw;
    font-family: var(--moon);
    color: #FFF;
    margin-top: 1vw;
    letter-spacing: .3vw;
    -webkit-appearance:none;
    
    border-radius: 0px;
    line-height: 2;
}
.contacto > div > form > input[type=submit]{
    border:0px;
    border: solid 1px rgba(255, 255, 255, .5);
    width: 20%;
    margin-left: 25%;
    padding: 1vw;
    font-size: .9vw;
    padding: .3vw;
}

/**************************
 *       PRODUCTOS
 *************************/
.productos{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5vw;
    padding-bottom: 5vw;
    display: flex;
    flex-wrap: wrap;
}
.productos > article{
    position: relative;
    width: 300px;
    height: auto;
    color: #000;
    display: flex;
    flex-direction: column;
    margin: 30px;
}
.productos > article > div{
    position: relative;
    width: 100%;
    height: 280px;
    border: solid 1px #000;
    background-position: center center;
    background-size: cover;
}
.productos > article > h2{
    font-size: 24px;
    font-family: var(--wix);
    font-weight: 300;
    margin-bottom: 20px;
   /* padding-left: 10%;
    padding-right: 10%;*/
    width: 100%;
}
.productos > article > h3{
    font-size: 14px;
    font-family: var(--wix);
    font-weight: 400;
    margin-top: 0px;
    /*padding-left: 10%;
    padding-right: 10%;*/
    width: 100%;
}
.productos > article > p{
    font-size: 12px;
    font-family: var(--wix);
    font-weight: 400;
    margin-top: 0px;
    /*padding-left: 10%;
    padding-right: 10%;*/
    width: 100%;
}

.productos > article > a{
    font-size: 12px;
    font-family: var(--wix);
    font-weight:300;
    margin-top: 0px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 20%;
    text-align: center;
    
/*    margin-left: 10%;*/

    border: solid 1px rgba(0,0,0,.6);
    padding: .3vw;
    text-align: center;
}
.productos > article > a:hover{
    background-color: #000;
    color: #FFF;
}

/*****************************
 *         PRODUCTO
 ****************************/
.producto{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 5vw;
    display: flex;
    padding-bottom: 5vw;
    font-family: var(--wix);
}
.producto > aside{
    position: relative;
    width: 55%;
    padding-right: 5%;
}
.producto > aside > article{
    position: relative;
    width: 100%;
    margin-left: 0%;
    border-radius: .5vw;
    border: solid 1px #000;
    height: 38vw;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(images/producto.png);
}
.producto > aside > article > img{
    position: absolute;
    width: 8vw;
    left: -3vw;
    bottom: -3vw;
}
.producto > article{
    position: relative;
    width: 30%;
    padding-right: 5%;
    padding-left: 5%;
}
.producto > article > h1{
    font-size: 2.3vw;
    color: #000;
    font-weight: 300;
}
.producto > article > h2{
    font-size: 1.5vw;
    color: var(--negro);
    font-weight: 300;
}
.producto > article > p{
    font-size: .9vw;
    color: var(--negro);
    font-weight: 400;
    margin-bottom: 2vw;
}
.producto > article > form{
    display: flex;
    flex-direction: column;
}
.producto > article > form > p{
    font-size: .9vw;
    font-weight: 500;
    margin-bottom: .5vw;
    padding-left: 1vw;
    color: var(--negro);
}
.producto select{
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
    -moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
    padding-left: 5%;
}
::placeholder{
    color: #ccc;
}
.producto select, .producto input{
    font-size: .9vw;
    height: 1.7vw;
    font-weight: 500;
    border:solid 1px rgba(0,0,0,.3);
    width: 100%;
    position: relative;
    border-radius: 0vw;
    background-color: transparent;
    font-family: var(--wix);
    color: #555;
}
.producto input[type=number]{
    height: 1.5vw;
    width: 30%;
    text-align: center;
}
.producto input[type=submit]{
    font-size: .9vw;
    font-family: var(--wix);
    font-weight:300;
    font-family: var(--wix);
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    margin-top: 1vw;
    cursor: pointer;
    color: #333;

        
}
.producto input[type=submit]:hover{
    background-color: #000;
    color: #FFF;
}



/**************************
 *         FOOTER
 **************************/
footer{
    position: relative;
    width: 100%;
    display: flex;
    background-color: var(--gris-oscuro);
}
footer > div{
    position: relative;
    width: 250px;
    margin-left: 100px;
    height: 150px;
    background-image: url(images/logo-footer.svg);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
footer > ul{
    position: relative;
    width: calc(100% - 500px);
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}
footer > ul li{
    position: relative;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    color: #FFF;
    height: 50px;
    line-height: 50px;
    border:solid 1px transparent;
}
footer > ul li:hover{
    border-color: rgba(255,255,255,.5);
}

/**************************
 *       HAMBURGER
 *************************/
.hamburger{
/*    display: none !important;*/
    right: 30px !important;
    top: 30px !important;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
    background-color: #FFF !important;
}

/**************************
 *        SWIPER
 *************************/
.swiper-pagination{
    width: 10vw;
    height: 5vw;
    bottom: 10vw;
    left: 8vw;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: 9vw !important;
    top: 29vw !important;
     width: 40px !important;
    height: 40px !important;
    border-radius: 30px !important;
    border:solid 2px #FFF !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: 82vw !important;
    top: 29vw !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 30px !important;
    border:solid 2px #FFF !important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    font-size: 20px !important;
    color: #FFF !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    font-size: 20px !important;
    color: #FFF !important;
}
.swiper-pagination-bullet {
    width: 30px !important;
    height: 3px !important;
    border-radius: 0px !important;
    text-align: center;
    color: #FFF;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5) !important;
    margin: 0px !important;
}
.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    left: 5vw !important;
    width: 15% !important;
    top: 11vw !important;
    height: 5px !important;
}


.entrada{
    position: relative;
    width: 100%;
    background-color: #f1f1f1;
}
.entrada > div{
    position: relative;
    width: 95%;
    margin-left: 2.5%;
    height: 40vw;
    background-position: center center;
    background-size: cover;
}
.entrada > h1{
    font-size: 2.5vw;
    font-weight: 300;
    padding: 0px;
    margin: 0px;
    padding-top: 2vw;
    padding-bottom: 2vw;
    text-align: center;
}
.entrada > aside {
    position: relative;
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 2.5vw;
}
.entrada > aside > article{
    position: relative;
    width: 100%;
    height: 50vw;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 2.5vw;
}
.entrada > aside > article:nth-child(odd){
    background-position: right center;
}
.liga-idioma{
    font-size: 16px;
    position: fixed;
    top: 27px;
    right: 90px;
    z-index: 20;
    color: #FFF;
    font-weight: 300;
}
.liga-idioma:hover{
    text-decoration: underline !important;
}
@media (max-width: 480px){
    .hamburger{
        display: block !important;
        right: 17px !important;
        top: 31px !important;
    }
    header div{
        margin-left: 0px;
        background-size: 80%;
    }
    .banner{
        height: 80vw;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .banner h2{
        font-size: 9vw;
    }
    .banner h3{
        font-size: 5vw;
    }
    .servicios > h2{
        font-size: 5vw;
    }
    .esencia > div{
        height: auto;
    }
    esencia > h2{
        display: none;
    }
    .esencia > div > h2{
        font-size: 5vw;
        width: 80%;
        text-align: left;
    }
    .esencia > div > p{
        font-size: 4vw;
        text-align: left;
        width: 80%;
    }
    .esencia > div > a{
        font-size: 4vw;
        width: 35%;
        margin-bottom: 10vw;
        padding: 1vw;
    }
    .nosotros > h2{
        font-size: 5vw;
        padding-left: 10%;
        padding-right: 10%;
        width: 80%;
        line-height: 1.5;
    }
    .nosotros > article{
        flex-direction: column;
    }
    .nosotros > article > aside{
        width: 80%;
        padding-left: 10%;
        padding-right: 10%;
        font-size: 4vw;
        color: #FFF;
        font-weight: 300;
    }
    .nosotros > article > p{
        width: 80%;
        padding-left: 10%;
        padding-right: 10%;
        font-size: 4vw;
        text-align: justify;
    }
    .nosotros > article > div{
        width: 80%;
        height: 60vw;
    }
    .marcas{
        height: auto;
    }
    .marcas > div{
        padding-top: 10vw;
        padding-bottom: 10vw;
    }
    .marcas > div > h2{
        font-size: 5vw;
        text-align: left;
        width: 80%;
    }
    .marcas > div > p{
        font-size: 4vw;
        width: 80%;
        padding-left: 10%;
        padding-right: 10%;
        text-align:left;
    }
    .marcas > div > div{
        flex-wrap: wrap;
    }
    .marcas > div > div > article{
        width: 30%;
        height: 12vw;
    }
    .contacto{
        flex-direction: column;
        height: auto;
    }
    .contacto > aside{
        width: 100%;
        height: auto;
        padding-top: 10vw;
        padding-bottom: 10vw;
    }
    .contacto > aside > div{
        padding-left: 10%;
        padding-right: 10%;
        text-align: center;
    }
    .contacto > aside{
        font-size: 4vw;
    }
    .contacto > aside > div > div{
        width: 100%;
    }
    .contacto > aside > div > div > a{
        width: 10%;
        margin: 3vw;
        font-size: 7vw;
    }
    .contacto > div{
        width: 100%;
        box-sizing: border-box;
        padding-right: 10%;
        padding-left: 10%;
        height: auto;
        padding-top: 10vw;
        padding-bottom: 10vw;
    }
    .contacto > div > h2{
        font-size: 6vw;
    }
    .contacto > div > form > p{
        width: 100%;
        margin-left: 0px;
        font-size: 4vw;
    }
    .contacto > div > form > input, .contacto > div > form > textarea{
        width: 100%;
        margin-left: 0px;
        font-size: 4vw;
        margin-top: 3vw;
        
    }
    .contacto > div > form > input[type=submit]{
        border: solid 1px rgba(255, 255, 255, .5);
    width: 40%;
    margin-left: 25%;
    padding: 1vw;
    font-size: 3vw;
    }
    footer > div{
        width: 100%;
        margin-left: 0px;
        background-size: 50%;
    }
    footer > ul{
        display: none;
    }

    .servicios > .slider{
        height: auto;
    }
    .servicios > .slider article > div{
        height: 55vw;
    }
    .servicios > .slider article > div > div{
        height: 45vw;
        top: 5vw;
    }
    .servicios > .slider article > div > div > h2{
        font-size: 6vw;
    }
    .servicios > .slider article > p{
        font-size: 4vw;
    }
    .servicios > .slider article > div > a > h2{
        font-size: 4vw;
    }

    .proyectos > .slider{
        height: auto;
    }
    .proyectos .frame{
        height: 70vw;
    }
    .proyectos > h2{
        font-size: 5vw;
    }
    .proyectos .frame > div > article > h2{
        font-size: 8vw;
    }
    .proyectos .frame > div > article > div{
        padding: 1vw;
        width: 21vw;
        font-size: 4vw;
    }
    .proyectos .frame > div > article{
        width: 40%;
        padding-right: 10%;
        padding-left: 10%;
        align-items: baseline;
    }
    .proyectos .frame > div > aside{
        width: 35%;
        height: 45vw;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
        width: 44% !important;
        top: 15vw !important;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next{
        display: none !important;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev{
        display: none !important;
    }
    .producto{
        flex-direction: column;
    }
    .producto > aside{
        padding: 0px;
        width: 100%;
        height: 60vw;
    }
    .producto > aside > article{
        height: 100%;
    }
    .producto > article{
        padding: 0px;
        width: 100%;
    }
    .producto > article > h1{
        font-size: 5vw;
    }
    .producto > article > h2, .producto > article > p{
        font-size: 4vw;
    }
    .producto > article > form > p, .producto select, .producto input, .producto input[type=number]{
        font-size: 3vw;
    }
    .producto select, .producto input, .producto input[type=number]{
        height: 5vw;
    }
    .producto input[type=submit]{
        margin-top: 3vw;
        color: #333;
        font-size: 3vw;
        height: 6vw;
    }
    .entrada > h1{
        font-size: 5vw;
    }
    .entrada > aside > article{
        height: 61vw;
    }
}

a{
    text-decoration: none;
    color: inherit;
}
#primary, #secondary{
    display: none;
}