@charset "utf-8";
/* CSS Document */

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* background-repeat:no-repeat; */
}

@font-face {
    font-family: 'aperculight';
    src: url('fontsfree-net-aperculight-webfont.woff2') format('woff2'),
        url('fontsfree-net-aperculight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body,
html {
    min-height: 650px !important;
    height: 100%;
    margin: 0;
    font-family: 'aperculight', sans-serif;
    text-align: center;
    font-size: 100%;
    line-height: 100%;
    background-color: #efead7;

}

.iframe {
    height: 500px;
    width: 1200p
}

.swiper-wrapper {
    margin: 0 auto
}

/* .swiper-slide img, .swiper_windows img {
    max-width: 595px;
} */



.bgimg-quality,
.bgimg-design,
.bgimg-comfort,
.bgimg-carbon,
.bgimg-stores,
.bgimg-coleccion,
.bgimg-campaign,
.bgimg-sunglasses,
.bgimg-mercedes,
.bgimg-windows,
.bgimg-footwear,
.bgimg-team,
.bgimg-contacto,
.caption_team {
    position: relative;
    /*opacity: 0.65;*/
    /* background-attachment: fixed; */
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color:transparent;*/
    overflow: auto;
    clear: both;
    /*for ios*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    /* min-height: 555px; */
}

/* On smaller screens, 100% fondo */

/*
@media only screen and (min-width: 900px) {
  .bgimg-quality, .bgimg-design,.bgimg-comfort, .bgimg-stores, .bgimg-coleccion, .bgimg-sunglasses, .bgimg-mercedes, .bgimg-team, .bgimg-contacto {
 min-height: 100%;
}
}
*/
.slider_portada {
    position: relative;
    /*opacity: 0.65;*/
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;


    /*for ios*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top right;
    min-height: 100%;
    overflow: hidden;
}

/* ///video vimeo */
.video-container_vimeo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: #000;
}

.video-container_vimeo iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 130vh;
    transform: translate(-50%, -50%);
    pointer-events: none;

}


/* video youtube */

.video-containeryou {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
}

.video-containeryou iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    /* Relación de aspecto 16:9 */
    max-height: 100vh;
    max-width: 177.78vh;
    /* Relación inversa */
    transform: translate(-50%, -50%);
    object-fit: cover;
    pointer-events: none;
}

/* Ocultar el video móvil por defecto */
.video-mobile {
    display: none;
}

/* Mostrar el video móvil en pantallas pequeñas */
@media (max-width: 768px) {
    .video-desktop {
        display: none;
    }

    .video-mobile {
        display: block;
    }

    .slider_portada {
        min-height: 100%;
        background-color: #000;
    }
}

.bgimg-quality {
    background-image: url("../image_portada//fondo_quality_SS26.webp");
    background-position: top center;
    min-height: 100%;
    overflow: hidden;
}

.bgimg-design {
    background-image: url("../image_portada/fondo_design_SS26.webp");
    background-position: top right;
    min-height: 100%;
    overflow: hidden;
}

.bgimg-carbon {
    background-image: url("../image_portada/carbon_footprint.webp");
    background-position: top;
    min-height: 100%;
    overflow: hidden;
}


.bgimg-comfort {
    background-image: url("../image_portada//fondo_comfort_SS26.webp");
    /*    background-position: center;*/
    background-position: top center;
    min-height: 100%;
    overflow: hidden;
}

.bgimg-stores {
    background-image: url("../image/foto_stores.jpg");
    background-position: right;
    min-height: 100%;
    overflow: hidden;
}

.bgimg-coleccion {
    /* background-image: url("../image/fondo_coleccion_FW22.jpg"); */
    background-position: TOP center;
    padding-bottom: 3%;
    overflow: hidden;
    background-color: #efead7;
}



.bgimg-video {
    background-color: #000;
}

.bgimg-live {
    background-color: #efead7;
    padding-bottom: 50px;
}

.bgimg-campaign {
    background-color: #efead7;
    min-height: 100%;
    padding-bottom: 50px;
}

.bgimg-sunglasses {
    /* background-color:#efead7;*/
    background-color: #fff;
    /*background-image: url("../image/fondo_sunglasses_FW18_v2.jpg");*/
    padding-bottom: 3%;
}

.bgimg-footwear {
    background-position: TOP center;
    padding-bottom: 3%;
    overflow: hidden;
    background: #efead7;
    ;
}

.bgimg-windows {

    /* background-color:#efead7;*/
    background-color: #efead7;
    /*background-image: url("../image/fondo_sunglasses_FW18_v2.jpg");*/


    position: relative;
    /*opacity: 0.65;*/
    /*background-attachment: fixed;*/
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-image: url("../image_store/21/store_3.webp"); */

    /*for ios*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
    /* min-height: 100%; */
    overflow: hidden;
}

.bgimg-contacto {
    background-image: url("../image_portada/fondo_contacto_SS26.webp");
    background-position: top right;
    min-height: 100%;
    padding-bottom: 50px;
}

.caption {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.caption_quality {
    /*width:900px;*/
    overflow: hidden;
    /* bottom: 0px;*/
    position: absolute;
    margin: auto;
    float: right;
    bottom: -5px;
    right: -200px;
}

.caption_design {
    /* width: 900px;*/
    overflow: hidden;
    margin: auto;
    bottom: -5px;
    left: 0;
    position: absolute;
}

.caption_comfort {
    overflow: hidden;
    margin: auto;
    bottom: -5px;
    right: -150px;
    position: absolute;
}

.caption_team {
    width: 900px;
    /* float: left; */
    overflow: hidden;
    position: relative;
    margin: auto;
}

.caption_store {
    position: relative;
}

.caption img {
    width: 100%;
    height: auto;
    max-width: 900px;
    position: absolute;
    /* top: 0; */
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.caption_inicial {
    position: absolute;
    left: 0;
    top: 99%;
    width: 100%;
    text-align: center;
    color: #000;
}

.logo {
    max-width: 80%;
    height: auto;
    position: absolute;
    margin: auto;
    z-index: 520;
    bottom: 45vh;
    /* bottom: 0; */
    left: 0;
    right: 0;
}

.logo-container_foot {
    margin: 20px;
    text-align: center;
}

.logo-container_foot img {
    max-width: 100px;
    display: none;
}

.logo_lentes {
    max-height: 207px;
    padding-top: 0%;
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
    position: inherit;
}

.logos {
    display: block;
    max-width: 1500px;
    /*  max-height:95px;*/
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
}

.logos_mini {
    max-width: 150px;
    max-height: 150px;
    width: 20%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
}

.registrate-subtitulo {
    font-size: 20px;
    color: #efead7;
    font-weight: 200;
}

.registrate {
    padding: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: #efead7;
    width: fit-content;
    text-align: center;
    background: #182019;
    color: #e6e0d0;
    font-size: 1.5em;
    margin: 0 auto;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    line-height: 1em;
    border-radius: 10px;
    font-family: 'aperculight', sans-serif;
}

.registrate a:link a:visited {
    color: #e6e0d0;
}

.registrate a:visited {
    color: #e6e0d0;
}

.registrate a:hover {
    color: #fff;
}

.store_marco {
    z-index: 175;
    max-width: 380px;
    /* width: 50%; */
    border-width: 3px;
    border-style: solid;
    border-color: #efead7;
    /* background-color: transparent; */
    background-color: rgba(0, 0, 0, 0.4);
    margin: auto;
    position: relative;
    /* padding: 10px 40px 40px 40px;*/
    color: #efead7;
    text-align: justify;
    font-size: 14px;
    line-height: 1.6em;
    font-family: 'aperculight', sans-serif;
    font-weight: 300;
    margin-bottom: 4%;
    margin-top: 4%;
}

.swiper-collection {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-footwear {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.swiper-sunglasses {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-bottom: 3%;

}

.swiper-mercedes {
    width: 100%;
    height: 100%;
    /*height: 100%;*/
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    /*padding-bottom:3%;*/
}

.swiper-windows {
    width: 100%;
    height: 100%;
    /*height: 100%;*/
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    /*padding-bottom:3%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* Oculta el recorte */
}


.swiper-windows img {
    object-fit: cover;
    /* Recorta manteniendo proporciones */
    object-position: center;
    /* Centra el recorte */
    height: 100%;
    /* Se adapta al alto del slide */
    width: auto;
    /* Ancho automático */

    display: block;
    margin: 0 auto;
    /* Centra horizontalmente si hay espacio */

}

.swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.titulo_campaign {
    font-size: 3em;
    color: #000;
    font-weight: 200;
    padding-top: 1px;
    height: 60px
}

.titulo2_campaign {
    font-size: 2em;
    color: #000;
    font-weight: 200;
    line-height: 40px;
    padding-top: 35px;
    padding-bottom: 20px;
}

.titulo_collection {
    font-size: 3em;
    color: #000;
    font-weight: 200;
    line-height: 0px;
    padding-top: 40px;
}

.titulo_store {
    font-size: 3em;
    color: #efead7;
    font-weight: 200;
    line-height: 54px;
    /* padding-top: 40px; */
    text-align: center;
}

.titulo_window {
    font-size: 3em;
    color: #efead7;
    font-weight: 200;
    line-height: 54px;
    text-align: center;
    /* padding-top: 40px; */
}

.titulo_fashion_film {
    font-size: 3em;
    color: #efead7;
    font-weight: 200;
    line-height: 0.8em;
    padding-top: 40px;
}

.titulo_temporada_ff {
    font-size: 32px;
    color: #efead7;
    font-weight: 200;
    line-height: 0px;
}

.titulo_temporada {
    font-size: 32px;
    color: #000;
    font-weight: 200;
    line-height: 0px;
}

.titulo_contact {
    font-size: 3em;
    color: #efead7;
    line-height: 0px;
    /* padding-top: 40px; */
    /* padding-bottom: 3%; */
}

.titulo_live {
    font-size: 3em;
    color: #000;
    font-weight: 200;
    line-height: 0px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.titulo2_live {
    font-size: 3em;
    color: #000;
    font-weight: 200;
    line-height: 40px;
}

.logo_live {
    max-height: 42px;
    padding-top: 0%;
    display: block;
    margin: auto;
    max-width: 80%;
    height: auto;
    position: inherit;
}

.texto_contact {
    color: #efead7;
    font-size: 1em;
    color: #efead7;
    font-weight: 300;
    line-height: 10%;
}

.contact_marco {
    z-index: 175;
    width: 300px;
    border-width: 3px;
    border-style: solid;
    border-color: #efead7;
    /* background-color: transparent; */
    background-color: rgba(0, 0, 0, 0.5);
    margin: auto;
    position: relative;
    padding: 24px 13px 20.249999999994543px 14px;
    color: #efead7;
    text-align: center;
    font-size: 14px;
    line-height: 0.7em;
    font-family: 'aperculight', sans-serif;
    font-weight: 300;
    margin-top: 7%;
    /* left: 15%; */
}

.contact_marco a:visited {
    color: #efead7;
}

.contact_marco a:link {
    /*color: #efead7;*/
    color: #efead7;
}

.contact_marco a:hover {
    color: #000;
}

.contact_linea {
    /* [disabled]z-index: 206; */
    width: 100%;
    height: 2px;
    border-style: none;
    border-color: transparent;
    background-color: #efead7;
    position: relative;
}

.iframe_campaign_comun {
    max-width: 980px;
    margin: auto;
}

.iframe_container {
    position: relative;
    padding-bottom: 140%;
}

.iframe_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video {
    max-width: 980px;
    margin: auto;
    padding-bottom: 10%;
}

.video_wrapper {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

.video_live {
    max-width: 980px;
    margin: auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 5px;
    height: 0;
    overflow: hidden;
    margin-bottom: 0.5em;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn_nota_mercedes {
    background-color: transparent;
    text-align: center;
    color: #000;
    font-weight: 200;

}

a.link_mercedes:link {
    color: #000;
}

a.link_mercedes:over {
    color: #fff;
}

a.link_mercedes:visited {
    color: #000;
}

.btn_videos_campaign {
    background-color: transparent;
    text-align: left;
    color: #efead7;
    font-weight: 200;
    display: inline-block;
    padding-top: 0.5em;
    padding-left: 1em;
    line-height: 0;
}

.btn_coleccionfw16 {
    background-color: transparent;
    text-align: left;
    color: #3B3B3B;
    font-weight: 200;
    float: left;
    padding-left: 1em;
}

.btn_coleccionfw15 {
    background-color: transparent;
    text-align: left;
    color: #3B3B3B;
    /* letter-spacing: -2px; */
    font-weight: 200;
    margin-left: 100px;
}

.btn_campanas_anteriores {
    text-align: left;
    color: #000;
    font-weight: 200;
    margin: auto;
    max-width: 980px;
    padding-top: 5px;
    padding-left: 10px;
    cursor: pointer;
}

.btn_campanas_anteriores a:visited {
    color: #000;
}

.btn_campanas_anteriores a:hover {
    color: #666;
}

a.link_video_anterior:link {
    color: #efead7;
    font-style: normal;
    font-weight: 200;
}

a.link_video_anterior:over {
    color: #fff;
    font-weight: 200;
}

a.link_video_anterior:visited {
    color: #efead7;
    font-weight: 200;
}

a.link_coleccion_anterior:link {
    color: #3B3B3B;
}

a.link_coleccion_anterior:over {
    color: #fff;
}

a.link_coleccion_anterior:visited {
    color: #3B3B3B;
}

.btn_coleccion_menos,
.btn_coleccion_mas,
.btn_coleccion_menos_sun,
.btn_coleccion_mas_sun,
.btn_coleccion_menos_mercedes,
.btn_footwear_menos_footwear,
.btn_footwear_mas_footwear,
.btn_coleccion_menos_mercedes {
    float: right;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    padding-right: 1em;
}

.btn_coleccion_menos,
.btn_coleccion_menos_sun,
.btn_coleccion_menos_mercedes,
.btn_coleccion_menos_windows,
.btn_footwear_menos_footwear {
    float: left;
    padding-left: 1em;
}

.texto_contacto {
    /* [disabled]padding: 10px 50px; */
    /* [disabled]color: #000; */
    text-align: center;
}

.hvr-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.hvr-fade:hover,
.hvr-fade:focus,
.hvr-fade:active {
    background-color: #000;
    border-radius: 15px;
    border: 1px solid #666;
    padding: 5px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.hvr-fade:link,
.hvr-fade:visited {
    border-radius: 15px;
    border: 1px solid #666;
    color: #ea5027;
    padding: 5px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    body {
        text-rendering: auto;
    }
}

a {
    color: inherit;
    text-decoration: inherit;
}

a:link {
    color: #fff;
    /*color: #000;*/
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

a:visited {
    color: #fff;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

a:hover {
    color: #fff;
    /*	font-style: normal;
	font-weight: normal;*/
    text-decoration: none;
}

a:active {
    color: #fff;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

a.nontext
/* used to override default properties of 'a' tag */

    {
    color: #fff;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
}

/* nav */

.nav {
    padding-top: 30px;
    max-width: 90%;
    /* height: auto; */
    position: absolute;
    margin: auto;
    z-index: 500;
    top: 0;
    /*bottom: 0;*/
    left: 0;
    right: 0;
    word-spacing: 40px;
    text-transform: uppercase;
    font-weight: bolder;

}

.sidenav {
    /*height: 100%;*/
    height: 420px;
    width: 0;
    position: fixed;
    z-index: 911;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: left;
    text-transform: uppercase;
    overflow: hidden;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #efead7;
    font-weight: 200;
    display: block;
    transition: 0.3s
}

.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 11px;
    /*right: 25px;*/
    font-size: 36px;
    /*margin-left: 50px;*/
    background-color: rgba(0, 0, 0, 0.9);
}

.sidenav_linea {
    width: 128px;
    border-style: solid;
    border-color: #efead7;
    background-color: transparent;
    border-width: 0px 0px 1px;
    overflow: hidden;
    margin-left: 30px
}

.main_header .row .content {
    padding: 0;
}

.nav_mobil {
    z-index: 366;
    width: 146px;
    background-color: transparent;
    position: fixed;
    color: #efead7;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 51px;
    width: 120px;
    margin: 0px;
    text-align: left;
    padding-left: 20px;
    display: none;
    mix-blend-mode: difference;
}

@media screen and (max-height: 600px) {

    /*.sidenav {padding-top: 15px;}*/
    .sidenav a {
        font-size: 16px;
    }
}

@media all and (max-width: 1120px) {
    .bgimg-quality {
        background-image: url("../image_portada/1024/quality_SS26.webp");
        background-position: top;
    }

    .bgimg-design {
        background-image: url("../image_portada/1024/design_SS26.webp");
        background-position: top;
    }

    .bgimg-comfort {
        background-image: url("../image_portada/1024/comfort_SS26.webp");
        background-position: top;
    }

    .bgimg-carbon {
        background-image: url("../image_portada/1024/carbon_footprint.webp");
        background-position: top;
    }

    .bgimg-contacto {
        background-image: url("../image_portada/1024/contacto_SS26.webp");
        background-position: top;
        min-height: 100%;
        padding-bottom: 50px;
    }

    .bgimg-mercedes,
    .bgimg-windows {
        /* background-color: #fff; */
        padding-bottom: 0%;
        min-height: 400px !important;
    }

    .caption_comfort {
        overflow: hidden;
        left: auto;
        right: -200px;
        bottom: -30px;
    }



    .caption_store {
        float: right;
    }

    .caption_quality {
        overflow: hidden;
        right: -200px;
    }

    .caption_design {
        overflow: hidden;
        left: 0px;
        bottom: 0;
    }

    .bgimg-1,
    .bgimg-2,
    .bgimg-3,
    .bgimg-4,
    .bgimg-5,
    .bgimg-quality,
    .bgimg-design,
    .bgimg-carbon,
    .bgimg-comfort,
    .bgimg-stores,
    .bgimg-coleccion,
    .bgimg-campaign,
    .bgimg-team,
    .bgimg-mercedes,
    .bgimg-contacto,
    .slider_store,
    .bgimg-footwear {
        /* min-height: 550px; */
        min-height: 90%;
    }

    .bgimg-video {
        padding: 5%;
    }

    /* hide nav*/
    .nav {
        display: none;
    }

    .nav_mobil {
        display: block;
    }
}

@media all and (max-width: 700px) {
    .caption_quality {
        float: left;
        overflow: hidden;
        right: -200px;
        /* top: -30px; */
    }

    .caption_design {
        float: right;
        overflow: hidden;
        left: -100px;
        /* top: -30px; */
    }

    .caption_comfort {
        float: left;
        overflow: hidden;
        right: -250px;
    }

    .caption_team {
        float: left;
        overflow: hidden;
        left: -20px;
    }

    .caption_store {
        float: right;
        overflow: hidden;
        bottom: 0;
        right: -10px;
    }

    .contact_marco {
        left: auto;
    }

    .logo {
        /* top: 20%; */
        bottom: 40vh;
        left: 0;
        right: 0;
    }

    .titulo_fashion_film {
        padding-top: 0px;
    }

}

@media all and (max-width: 480px) {

    /* styles for mobile browsers smaller than 480px; (iPhone) */
    .caption_quality {
        right: -264px;
        bottom: -245px;
    }

    .caption_design {
        left: -190px;
        bottom: -100px;
    }

    .caption_comfort {
        right: -290px;
        bottom: -200px;
    }

    .caption_team {
        left: -20px;
    }

    .caption_store {
        bottom: 0;
        right: 0px;
    }

    .store_marco {
        max-width: 300px;
        padding-bottom: 3%;
        padding-top: 3%;
        margin-top: 15%;
    }
}

@media all and (max-width: 400px) {

    /* styles for mobile browsers smaller than 480px; (iPhone) */
    .caption_quality {
        right: -264px;
        bottom: -230px;
    }

    .caption_design {
        left: -210px;
        bottom: -100px;
    }

    .caption_comfort {
        right: -290px;
        bottom: -200px;
    }

    .caption_team {
        left: -20px;
    }

    .caption_store {
        top: 0px;
        right: 0px;
    }

    .store_marco {
        max-width: 300px;
        padding-bottom: 3%;
        padding-top: 3%;
        margin-top: 15%;
    }
}

/*NAV MOBIL LINEAS*/

.hamburger-icon {
    margin: 0;
    padding: 19px 15px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.hamburger-icon span {
    width: 40px;
    background-color: #efead7;
    height: 4px;
    display: block;
    margin-bottom: 6px;
}

.hamburger-icon span:last-child {
    margin-bottom: 0px;
}