/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
#corner_2016{
    width:100%;
    position:relative;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}
#corner_2016 .page{
    width:100%;
    max-width:960px;
    /*min-width:960px;*/
    display:block;
    margin: 0 auto 0 auto;
}
#corner_2016 .btnGrid{
    width:100%;
    position:absolute;
    z-index:2;
    left:50%;
    bottom:7%;
}
#corner_2016 .btnGrid img{
    width:100%;
    display:block;
}


#corner_2016 .btnTecnologia{
    max-width:178px;
    height:57px;
    display:block;
    margin-left:-89px;
}

#corner_2016 .btnElectrohogar{
    max-width:200px;
    height:60px;
    margin-left:-100px;
}



#corner_2016 .btnSlideDestacado{
    width:100%;
    max-width:184px;
    position:absolute;
    z-index:2;
    left:30%;
    bottom:5%;
    margin-left: 0 !important;
}
#corner_2016 .btnSlideSpot{
    width:100%;
    max-width:184px;
    position:absolute;
    z-index:2;
    right:30%;
    bottom:5%;
}
.#corner_2016btnDestacado_slideHome{
    max-width:178px;
    min-height:57px;
    margin-left:-89px;
}


#corner_2016 .btnDestacado{
    max-width:184px;
    margin:-28px 0 0 -92px;
    top:33%;
}

#corner_2016 .btnComprar{
    max-width:182px;
    margin:0 0 0 -91px;
}

#corner_2016 .btnComprar_3{
    max-width:136px;
    position:absolute;
    bottom:20%;
    left:3.5%;
    margin-top:-19.5px;
}
#corner_2016 .figureBigBanner{
    position:absolute;
    z-index:20;
    right:0;

}
#corner_2016 .fig_resp_1{
    bottom:-10%;
}







#corner_2016 .bigBanner{
    margin-bottom:25px;
}

#corner_2016 .border_right{
    position:relative;
    border-right: 22px solid #fff;
    border-bottom: 22px solid #fff;
}
#corner_2016 .border_bottom{
    border-bottom: 22px solid #fff;
    max-height:482px;
}

#corner_2016 .border_left{
    position:relative;
    border-left: 22px solid #fff;
    border-bottom: 22px solid #fff;
}
#corner_2016 .gridThumb{
    overflow:hidden;

}
#corner_2016 .gridThumb img{
    width:100%;
    display:block;
}
#corner_2016 .gridThumb a{
    width:100%;
    /*height:100%;*/
    display:block;
    text-decoration:none;
}
#corner_2016 .overGrid{
    width:100%;
    height:100%;
    position:absolute;
    display:block;

    top:0;
    left:0;
}
#corner_2016 .overGrid h4{
    width:90%;
    height:30px;
    font-family: 'SamsungSharpSans-Regular';
    color:#fff;
    font-size:25px;
    text-align:center;

    position:absolute;
    left:50%;
    top:50%;
    margin:-15px 0 0 -45%;
}
#corner_2016 .overGrid span{
    width:50px;
    height:50px;
    font-family: 'SamsungSharpSans-Regular';
    font-size:80px;
    line-height:50px;
    position:absolute;
    bottom:-2%;
    right:-2%;
    display:block;
    color:#fff;
    padding:0;
    margin:0;
}
#corner_2016 .color_1{
    background:rgba(75,61,98,0.8)
}
#corner_2016 .color_2{
    background:rgba(124,216,206,0.8)
}
#corner_2016 .color_3{
    background:rgba(116,113,121,0.8)
}
#corner_2016 .color_4{
    background:rgba(97,127,134,0.8)
}
#corner_2016 .color_5{
    background:rgba(48,56,76,0.8)
}
#corner_2016 .color_6{
    background:rgba(70,118,138,0.8);
}
#corner_2016 .color_7{
    background:rgba(98,96,126,0.8);
}
#corner_2016 .color_8{
    background:rgba(124,176,168,0.8);
}

#corner_2016 .overcel,
#corner_2016 .overwearables,
#corner_2016 .overaudio,
#corner_2016 .overtv,
#corner_2016 .overtabs,
#corner_2016 .overlav,
#corner_2016 .overrefri,
#corner_2016 .overmicro{
    display:none;
    opacity:0;
}



#corner_2016 .cajaDestacado,
#corner_2016 .gridHome{
    max-width:471px;
    border: 1px solid #e7e7e7;
    margin:0 auto 20px auto;
}
#corner_2016 .gridHome img{
    margin:0 auto 0 auto;
}





#corner_2016 .cajaProducto{
    padding-bottom:10%;
    /*overflow-x:hidden;*/
}




#corner_2016 .detalleThumb{
    width:95%;
    height:100%;
    position:absolute;
    top:0;
    left:50%;
    margin-left:-47.5%;
}


#corner_2016 .detalleThumb a{
    width:100%;
    height:100%;
    display: block;
    position:relative;
    z-index:10;
}

#corner_2016 .nombreThumb{
    max-width:100%;
    margin-top:5%;
}
#corner_2016 .alignLeft{
    position:absolute;
    left:0;
}
#corner_2016 .alignRight{
    position:absolute;
    right:0;
}
#corner_2016 .nombreThumb p{
    font-family: 'SamsungSharpSans-Regular';
    font-size:15px;
    text-align:left;
    color:#fff;
    margin-top:3.5%;
}
#corner_2016 .btnComprarThumb,
#corner_2016 .btnMasThumb{
    display:inline-block;
    vertical-align:top;
    *float:left;
}
#corner_2016 .btnComprarThumb a,
#corner_2016 .btnMasThumb a{
    width:100%;
    height:100%;
    text-decoration:none;
    display:block;
}
#corner_2016 .btnMasThumb{
    margin-left:15px;
    position:relative;
    z-index:0;
}
#corner_2016 .btnActionThumb{
    position:absolute;
    bottom:32%;
}
#corner_2016 .figureThumb{
    position:absolute;
}
#corner_2016 .figureRight{
    right:0;
    bottom:0;
}
#corner_2016 .figureLeft{
    left:0;
    bottom:0;
}


#corner_2016 .bg2{
    position:relative;
    /*overflow-x:hidden;*/
}
#corner_2016 .bg2_sparkling{
    height: auto;
    display: block;
    z-index: 0;
    background: url(../img/electrohogar/productos/refrigeradores/sparkling/bg3.jpg);
}

#corner_2016 .bg2_twin_cooling_plus{
    height: auto;
    display: block;
    z-index: 0;
    background: url(../img/electrohogar/productos/refrigeradores/twin_cooling_plus/bg3.jpg);
}

#corner_2016 .bg2_french{
    height: 100%;
    display: block;
    z-index: 0;
    background: url(../img/electrohogar/productos/refrigeradores/frenchdoor/bg3.jpg);
}
#corner_2016 .bg2_showcase{
    height: 100%;
    display: block;
    z-index: 0;
    background: url(../img/electrohogar/productos/refrigeradores/showcase/bg3.jpg);
}


#corner_2016 .block_Bottom{
    height:auto;
    position:absolute;
    bottom:0;
    left:0;
}
#corner_2016 .block_Top{
    height:auto;
    position:absolute;
    top:0;
    left:0;
}
#corner_2016 .blockTexto{
    margin-top:10%;
    z-index:10;
}
#corner_2016 .blockTexto h4,
#corner_2016 .blockTexto_2 h4{
    font-family: 'SamsungSharpSans-Bold';
    font-size:18px;
    margin:0 0 25px 0;
}
#corner_2016 .blockTexto p,
#corner_2016 .blockTexto_2 p{
    font-family: 'SamsungSharpSans-Regular';
    font-size:14px;
}
#corner_2016 .texto_white{
    color:#fff;
}
#corner_2016 .fig_crystal_4{
    z-index:10;
    position:relative;
}
#corner_2016 .fig_eco_1{
    z-index:22;
    bottom:-43%;
    right:15%;
    z-index:0;
}
#corner_2016 .texto_bottom{
    top:auto !important;
    bottom:22%;
}

/*
#corner_2016 .swiper-slide {
     width:100% !important;
}
*/
/*
.swiper-slide img{
    width:100% !important;
}
*/

#corner_2016 .swiperVertical{
    max-height:400px;
    overflow:hidden;
    position: relative;
    z-index:23;
    cursor:hand;
}

@media only screen and (max-width: 40em) {
#corner_2016 .swiperVertical{
    max-height:38vh !important;
 
    }
}
#corner_2016 .swiper-pagination-bullet {
    width:15px;
    height:15px;
    background:rgba(0,0,0,0.5);
    border: 1px solid #fff;
    opacity:1;
}
#corner_2016 .swiper-pagination-bullet-active{
    width:15px;
    height:15px;
    background:#fff;
    border: 1px solid #000;
}




/*SWIPER RESET*/
.swiperVertical .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
    left:auto !important;
}
.swiperVertical .swiper-pagination-bullet{
    margin:3px 5px !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
    width:100px !important;
    height:20px !important;
    position:absolute !important;
    z-index:99999;
    bottom:2% !important;
    left:50% !important;
    margin-left:-50px;
    text-align:center;
}
#corner_2016 .btnPlay{
    width:291px;
    height:288px;
    background:url(../img/btnPlay.png);
    display:block;
    background-repeat: no-repeat;
    position:absolute;
    z-index:25;
    top:50%;
    left:50%;
    margin:-144px 0 0 -145.5px;
}


#corner_2016 .block_Destacado{
    margin-top:25px;
}








#corner_2016 .no-padding-Left{
    padding-left:0 !important;
    padding-right:7px !important;
}
#corner_2016 .no-padding-Right{
    padding-right:0 !important;
    padding-left:7px !important;
}
#corner_2016 .no-padding-Right_2{
    padding-left:11px !important;
    padding-right:0 !important;
}


#corner_2016 .no-gutter{
    padding-right:0 !important;
    padding-left:0 !important;
}

#corner_2016 .no-padding-Right_2{
    padding-right:0 !important;
}
















#corner_2016 .fig_4{
    bottom:0;
}

#corner_2016 .fig_Left{
    position:absolute;
    left:0;
}
#corner_2016 .texto_Right{
    position:absolute;
    right:0;
    top:13%;
}
#corner_2016 .texto_Center{
    position:inherit;
    text-align: center;
    top:13%;
}



#corner_2016 .fig_Right{
    position:absolute;
    right:0;
}
#corner_2016 .texto_Left{
    position:absolute;
    left:0;
    top:5%;
}

#corner_2016 .fig_note_2,
#corner_2016 .fig_plus_3,
#corner_2016 .fig_edge_3,
#corner_2016 .fig_j_3,
#corner_2016 .fig_tabS2_4,
#corner_2016 .fig_tabS2_5{
    bottom:0;
}
#corner_2016 .fig_tabS2_4{
    max-width:383px;
    right:4%;
}
#corner_2016 .fig_tabS2_5{
    left:4%;
}
#corner_2016 .fig_plus_3{
    bottom:-2px;
}
#corner_2016 .fig_edge_2{
    bottom:20%;
}
#corner_2016 .fig_tab_A_3{
    bottom:5%;
    left:3%;
}
#corner_2016 .fig_edge_3{
    max-width:448px;
    right:2%;
}
#corner_2016 .fig_j_4,
#corner_2016 .fig_tabA_4{
    bottom:-13%;
    right:0;
    z-index:22;
}
#corner_2016 .fig_tabA_4{
    max-width:389px;
    right:4%;
    bottom:-23%;
}
#corner_2016 .fig_view_4{
    max-width:364px;
    bottom:-35%;
}
#corner_2016 .fig_a_4{
    max-width:321px !important;
    bottom:-25%;
}
#corner_2016 .fig_view_1{
    bottom:-20%;
}
#corner_2016 .fig_j_4{
    max-width:367px;
    right:4%;
}
#corner_2016 .fig_note_3,
#corner_2016 .fig_note_4,
#corner_2016 .fig_plus_2{
    top:0;
}
#corner_2016 .fig_plus_2{
    top:8%;
}

#corner_2016 .fig_j_5{
    top:30%;
}

#corner_2016 .fig_tabA_5{
    bottom:0;
    left:6%;
}
#corner_2016 .fig_wam_5{
    bottom:0;
    left:6%;
}

#corner_2016 .fig_wam_1{
    bottom:-50%;
    top:auto;
}

#corner_2016 .fig_wam_3{
    top:0;
    left:15%;
    bottom:auto;
}

#corner_2016 .fig_wam_4{
    max-width:312px;
    top:0;
    right:5%;
}
#corner_2016 .fig_wam_4 img{
    width:100%;
}
#corner_2016 .fig_home_1,
#corner_2016 .fig_home_4,
#corner_2016 .fig_homeT_4,
#corner_2016 .fig_vr_3,
#corner_2016 .fig_sound_4
{
    bottom:0;
}
#corner_2016 .fig_home_3{
    bottom:0;
    left:2%;
}
#corner_2016 .fig_home_5{
    left:0;
    bottom:0;
}
#corner_2016 .fig_soundbar_3{
    bottom:30%;
}
#corner_2016 .fig_soundbar_5{
    right:0;
    bottom:0;
    z-index:0;
}
#corner_2016 .fig_vr_1{
    bottom:-30%;
}
#corner_2016 .fig_vr_5{
    left:0;
    bottom:24%;
}
#corner_2016 .fig_soundbar_1{
    bottom:-15%;
    z-index:22;
}

#corner_2016 .fig_crystal_1{
    bottom:-80%;
}

#corner_2016 .fig_crystal_3,
#corner_2016 .fig_dual_3,
#corner_2016 .fig_cello_3{
    top:0;
    z-index:22;
}
#corner_2016 .fig_crystal_3{
    z-index:1 !important;
}
#corner_2016 .fig_cello_4{
    top:0;
}
#corner_2016 .fig_cello_4 img{
    width:100%;
}
#corner_2016 .fig_crystal_3{
    right:-10px;
}
#corner_2016 .fig_dual_1{
    max-width:320px;
    right:0;
    bottom:-70%;
}
#corner_2016 .fig_dual_1 img{
    width:100%;
}
#corner_2016 .fig_dual_3{
    top:0;
}
#corner_2016 .fig_dual_3 img{
    width:100%;
}
#corner_2016 .fig_s6_2{
    bottom:30%;
    left:0;
}
#corner_2016 .fig_sparkling_1{
    bottom:-40%;
    right:1.5%;
}

#corner_2016 .fig_twin_cooling_1{
    bottom: -20%;
    right: 10.5%;
}

#corner_2016 .fig_sparkling_3{
    max-width:430px;
    bottom:-15%;
    left:5%;
    z-index:22;
}
#corner_2016 .fig_sparkling_3 img{
    width:100%;
}
#corner_2016 .fig_sparkling_4{
    top:10%;
    bottom:auto;
}
#corner_2016 .fig_french_3{
    max-width:825px;
    left:50%;
    bottom:-10%;
    margin-left:-412.5px;
    z-index:22;
}
#corner_2016 .fig_show_3{
    max-width:672px;
    left:50%;
    margin-left:-336px;
    bottom:-30%;
    z-index:22;
}
#corner_2016 .fig_cello_1{
    bottom:-40%;
    right:0;
    z-index:22;
}
#corner_2016 .cntBlockLarge{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
}
#corner_2016 .blockTexto_2{
    z-index:999;
}
#corner_2016 .fig_cello_3{
    top:auto;
    bottom:5%;
}
#corner_2016 .fig_tv9000_3{
    bottom:-10%;
    z-index:22;
}
#corner_2016 .fig_tv9000_4{
    bottom:10%;
    left:4%;
}
#corner_2016 .fig_tv6700_1{
    max-width:400px;
    bottom:-35%;
    right:4%;
}
#corner_2016 .fig_tv6700_2{
    max-width:758px;
    left:3%;
    bottom:8%;
}
#corner_2016 .fig_ju6700_4{
    bottom:0;
}
#corner_2016 .fig_tv6000_2{
    bottom:0%;
    left:0;
    z-index:22;
}
#corner_2016 .fig_tv6000_4{
    bottom:15%;
    left:10%;
}
#corner_2016 .fig_gear_s2_4{
    bottom:0;
}
#corner_2016 .figure_4_1_sparkling{
    max-width:403px;
    float:right;
}
#corner_2016 .notop{
    top:0 !important;
    margin-top:5% !important;
}
#corner_2016 .notoptop{
    top:0 !important;
}

#corner_2016 .max_width_200{
    max-width:350px;
}



#corner_2016 .topText{
    margin-top:20%;
}

#corner_2016 .fig_resp_3 img{
    width:100%;
}
#corner_2016 .blocke_block{
    display:block;
    height:100%;
}


#corner_2016 .masTops{
    margin-top:10%;
}
#corner_2016 .blockTexto_left{
    margin-left:3%;
}







/***MENU WEB***/
#corner_2016 .cntHeader{
    width:100%;
    max-width:960px;
    height:82px;
    /*background:url(../img/bgHeader.jpg);*/
    background:#fff;
    display:block;
    margin:0 auto 0 auto;
    position: relative;
    z-index:50;
}
#corner_2016 .menuWeb{
    width:100%;
}
#corner_2016 .samsung{
    width:100%;
    max-width:138px;
    position:absolute;
    top:35%;
    margin:0 2% 0 1%;
    opacity:1;
    float:left;
}
#corner_2016 .menuNav{
    width:100%;
    max-width:400px;
    float:left;
    margin-top:20px;
    margin-left:180px;
}
#corner_2016 .menuNav ul{
    margin:0;
    padding:0;
    margin-top:3%;
}
#corner_2016 .menuNav ul li{
    list-style:none;
    display:inline-block;
    vertical-align:top;
    *float:left;
}
#corner_2016 .menuNav ul li a
{
    font-family: 'SamsungSharpSans-Medium';
    font-size:13px;
    color:#bababa;
    text-decoration:none;
    display:block;
    padding:0 7px 0 7px;
    position:relative;
    margin-top:2px;
    border-right: 1px solid #7e7e7e;
    line-height:13px;
}

#corner_2016 .btnHeader{
    position:absolute;
    right:5%;
    top:20px;
}
#corner_2016 .btnElectrohogar_header,
#corner_2016 .btnTecnologia_header{
    display:inline-block;
    vertical-align:top;
    *float:left;
}
#corner_2016 .btnElectrohogar_header{
    position: relative;right:-22px;
}


#corner_2016 .activeLinkMenu{
    display:block;
}
#corner_2016 .desactiveLinkMenu{
    display:none !important;
}











/****MENU MOBILE***/
#corner_2016 .menuMobile{
    width:100%;
    max-width:960px;
    display:block;
    margin: 0 auto 0 auto;
    height:400px;
    background:#fff;
    /*background:url(../img/bgHeader.jpg);*/
    border: 1px solid red;
}
#corner_2016 .btnHeaderMobile{
    width:100%;
    bottom:0;
    top:auto;
    margin-top: 20px;
}
#corner_2016 .alignMobileBtn{
    right:0 !important;
    position:absolute;
}

#corner_2016 .menuMobileLink{
    width:100%;
}
#corner_2016 .link{
    width:100%;
    height:30px;
    list-style:none;
    padding:0 !important;
    margin:0 !important;
    display:block;
    background:yellow;
}
#corner_2016 .link span{
    display:block;
    text-align:center;
}

#corner_2016 .toggleMenu{
    width:32px;
    height:32px;
    position:absolute;
    z-index:50;
    right:3%;
    top:10px;
    display:none;
}
#corner_2016 .toggleMenu a{
    width:32px;
    height:32px;
    /*display:block;*/
}




#corner_2016 .onlyMobile,
#corner_2016 .onlyMobile_2{
    display:none;
}


#corner_2016 .figure_gearVR{
    max-width:380px;
    bottom:7%;
}
#corner_2016 .figure_gearVR img{
    width:100%;
}

#corner_2016 .figureThumb_resp_1{
    max-width:180px;
}
#corner_2016 .figureThumb_resp_1 img{
    width:100%;
}




#corner_2016 .legalFoo{
    position:absolute;
    left:2%;
    top:20%;
    display:block;
}
#corner_2016 .logoFoo{
    position:absolute;
    right:3%;
    top:40px;
    display:block;
}
#corner_2016 .footer_corner{
    width:100%;
    max-width:960px;
    display:block;
    margin: 0 auto 0 auto !important;
    position:relative;
    height:140px;
    background:#000;
}
#corner_2016 .footer_corner p{
    font-size:12px;
    line-height:16px;
    color:#fff;
    margin:0;
}

#corner_2016 .blackBlack{
    color:#000 !important;
}





#corner_2016 .leftSep{
    margin-left:2%;
}
#corner_2016 .leftSep_2{
    right:-1% !important;
}
#corner_2016 .noTopTopTop{
    top:0 !important;
}
#corner_2016 .noMarginTop{
    margin-top:4%;
}
#corner_2016 .top_1{
    top:10%;
}
#corner_2016 .top_3{
    top:17%;
}
#corner_2016 .fig_tv_menu_1{
    bottom:-7%;
}
#corner_2016 .fig_tv_menu_2{
    bottom:-15%;
}
#corner_2016 .fig_tv9000_1{
    right:5%;
    bottom:-30%;
}
#corner_2016 .fig_tabs2_1{
    bottom:-30%;
}
#corner_2016 .rightRight{
    right:3%;
}
#corner_2016 .fig_tabA_1{
    right:5%;
    bottom:-30%;
}
#corner_2016 .fig_s2_1{
    right:11%;
    bottom:-20%;
}
#corner_2016 .maxWidthGears2{
    max-width:450px;
    left:2%;
    margin-top:9%;
}

#corner_2016 .slideDestacado{
    /*margin-bottom:5%;*/
    margin-bottom:3%;
}



#corner_2016 .figure_galaxyA{
    bottom:12%;
}







#corner_2016 .textoAlignRight{
    text-align:right !important;
}

#corner_2016 .activeColor{
    color:#000 !important;
}


#corner_2016 .swiperVerticalMenu_1,
#corner_2016 .swiperVerticalMenu_2,
#corner_2016 .swiperVerticalMenu_3,
#corner_2016 .swiperVerticalMenu_4,
#corner_2016 .swiperVerticalMenu_5{
    overflow:hidden;
}

#corner_2016 .gridElectro{
    text-align: center;
}

#corner_2016 .gridSeparador{
    max-width:308px;
    position:relative;
    margin:0 5px 10px 5px;


}












#corner_2016 .menosTop{
    margin-top:2.5% !important;
}

#corner_2016 .onlyWeb{
    display:block;
}
#corner_2016 .onlyMobile{
        display:none !important;
    }


#corner_2016 .corteMasck_1{
    overflow:hidden;
}

#corner_2016 .nosupport{
    display:none;
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999999999;
    background:#000;
    top:0;
    left:0;
    overflow:hidden;
}
#corner_2016 .giro{
    width:200%;
    max-width:264px;
    max-height:208px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-104px 0 0 -132px;
}


#corner_2016 .texto_white p {
    color:#fff !important;
}



#corner_2016 .maxWidthWeb_1{
    max-width:90%;
}

















#corner_2016 .topFooterP {
    margin-top: 4%;
}

#corner_2016 .swiper-slide-active {
    width: 960px !important;
    height: 500px !important;
}


#corner_2016 .fig_resp_1_s7{
    bottom: -40%;
    left: 52%;
}

#corner_2016 .texto_Right_s7 {
    position:absolute;
    right:0;
    top:0%;
    color: #fff;
}

#corner_2016 .textoBlanco {
    color: #fff;
}
#corner_2016 .texto_black {
    color: #000;
}

#corner_2016 .texto_Left_s7 {
    position: absolute;
    left: 0;
    top: 48%;
}


#corner_2016 .top_gear_fit
{
    top:-5% !important;
    color: #fff;
}


.top_addwash {
    top: 5% !important;
}

