/* fuente uno */
@font-face {
    font-family: 'SamsungSharpSansBold';
    src: url('SamsungSharpSans-Bold.eot'); /* IE9 Compat Modes */
    src: url('SamsungSharpSans-Bold.woff') format('woff'), /* Modern Browsers */
         url('SamsungSharpSans-Bold.ttf')  format('truetype');
  }
/* fuente uno */
@font-face {
    font-family: 'SamsungSharpSansMedium';
    src: url('SamsungSharpSans-Medium.eot'); /* IE9 Compat Modes */
    src: url('SamsungSharpSans-Medium.woff') format('woff'), /* Modern Browsers */
         url('SamsungSharpSans-Medium.ttf')  format('truetype');
  }
  @font-face {
    font-family: 'SamsungOne800';
    src: url('SamsungOne-800.eot'); /* IE9 Compat Modes */
    src: url('SamsungOne-800.woff') format('woff'), /* Modern Browsers */
         url('SamsungOne-800.ttf')  format('truetype');
  }
  @font-face {
    font-family: 'SamsungOne400';
    src: url('SamsungOne-400.eot'); /* IE9 Compat Modes */
    src: url('SamsungOne-400.woff') format('woff'), /* Modern Browsers */
         url('SamsungOne-400.ttf')  format('truetype');
  }

.fix-font-SamsungSharpSansBold{
    font-family: 'SamsungSharpSansBold', Arial, Helvetica, sans-serif;
}
.fix-font-SamsungSharpSansMedium{
    font-family: 'SamsungSharpSansMedium', Arial, Helvetica, sans-serif;
    
}
.fix-font-SamsungOne800{
    font-family: 'SamsungOne800', Arial, Helvetica, sans-serif;

}
.fix-font-SamsungOne400{
    font-family: 'SamsungOne400', Arial, Helvetica, sans-serif;

}

/* otros */

.fix-text-nowrap{
    white-space: nowrap;
}
.fix-mt-1{
    margin-top: 1rem;
}
.fix-mt-2{
    margin-top: 2rem;
}
.fix-mt-3{
    margin-top: 3rem;
}
.fix-mt-4{
    margin-top: 4rem;
}
.fix-mt-5{
    margin-top: 5rem;
}
.fix-mt-5-comprar{
    margin-top: 5rem;
}

@media (max-width: 767px) {
    .fix-mt-5-comprar{
        margin-top: 3rem;
    }
}
.fix-mt-6{
    margin-top: 6rem;
}
.fix-mt-7{
    margin-top: 7rem;
}
.fix-mt-8{
    margin-top: 8rem;
}

.fix-mb-1{
    margin-bottom: 1rem;
}
.fix-mb-2{
    margin-bottom: 2rem;
}

.fix-mb-3{
    margin-bottom: 3rem;
}
.fix-mb-4{
    margin-bottom: 4rem;
}
.fix-mb-6{
    margin-bottom: 6rem;
}
/* colores */

/* fuentes */
.fix-color-w{
    color: #fff;
}
.fix-color-b{
    color: #000;
}

.fix-text-justify{
    text-align: justify;
}
/* bg */
.bg-b{
    background-color: #000;
}
.bg-w{
    background-color: #fff;
}

.fix-title-size-2{
    font-size: 2.4rem;
    line-height: 3rem;
}

.fix-title-size-25{
    font-size: 2.5rem;
    line-height: 2.5rem;
}
.fix-title-size-25-2{
    font-size: 2.5rem;
    line-height: 2.5rem;
}

@media (max-width: 767px) {
    .fix-title-size-25{
        font-size: 2rem;
        line-height: 2rem;
    }
    .fix-title-size-25-2{
        font-size: 1.6rem;
        line-height: 1.6rem;
    }
    .fix-title-size-2{
        font-size: 1.7rem;
        line-height: 1.7rem;
    }
}
/* MENU  */
.k-menutop{
    position: relative;
    padding: 2rem;
}

@media (max-width: 767px) {
    .k-menutop{
        padding: 1rem;
    }
}

@media (max-width: 767px) {
    .fix-mo-m-t{
        position: absolute;
        right: 0;
        top: 1rem;
    }
}

/* TITLE */
@media (min-width: 767px) {
    .fix-text-title{
        display: inline-flex;
    }
    .fix-mo-m-t{
        font-size: 1.3rem;
    }
}

/* BTN COMPRAR */
.fix-btn-comprar{
    border-radius: 25px;
    border: 2px solid #fff;
    padding: 0.5rem 3rem;
    display: inline-flex;
    margin-bottom: 2rem;
    color: white;
    text-decoration: none;
}


@media (max-width: 767px) {
    .fix-col-16{
        padding: 0px 7rem;
    }

    .fix-col-zoomop{
        padding: 0px 10px;
    }
}
@media (min-width: 767px) {
    .fix-col-16{
        padding-left: 6rem;
        padding-right: 6rem;
    }

    .fix-col-zoomop{
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .fix-col-14{
        padding-left: 14rem;
        padding-right: 14rem;
    }

    .fix-col-12{
        padding-left: 12rem;
        padding-right: 12rem;
    }
    .fix-col-8{
        padding-left: 8rem;
        padding-right: 8rem;
    }

    .fix-col-10{
        padding-left: 10rem;
        padding-right: 10rem;
    }
    .fix-col-10-2{
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 1000px) {
    .fix-col-16{
        padding-left: 12rem;
        padding-right: 12rem;
    }
    .fix-col-zoomop{
        padding-left: 7rem;
        padding-right: 7rem;
    }
    .fix-col-10-2{
        padding-left: 9rem;
        padding-right: 9rem;
    }
}

@media (min-width: 1200px) {
    .fix-col-16{
        padding-left: 16rem;
        padding-right: 16rem;
    }
    .fix-col-zoomop{
        padding-left: 14rem;
        padding-right: 14rem;
    }
}

.bg-sec-0{    
    background-image: url(../img/sec0-cels-desk.jpg);
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 100%;
}

@media (max-width: 767px) {
    .bg-sec-0{ 
        display: none;
    }
}

.fix-min-hei{
    min-height: 50px;
}

@media (min-width: 767px) {

    .bg-sec-0{    
        background-size: 1200px;
    }

    .fix-min-hei{
        min-height: 450px;
    }
}

@media (min-width: 1200px) {
    .bg-sec-0{    
        background-size: 1500px;
    }

    .fix-min-hei{
        min-height: 600px;
    }
}

.fix-sin-pa{
    padding: 0;
}

.fix-bg-temp{
    position: absolute;
    width: 100%;
}
.fix-w-bl{
    width: 100%;
    background-color: #fff;
    height: 234px;
    position: absolute;
    bottom: 0;
}

@media (max-width: 767px) {

    .fix-w-bl{
        display: none;
    }
}
/* DETALLE CELULARES */

.fix-detail-mobimg{

}
.fix-aer {
    
    /* //transform: translateY(-390px); */
}

@media (min-width: 767px) {

    .fix-detail-mobimg{
        display: none;
    }
}
.fix-detail-title{
    font-size: 1.5rem;
    color: #000;
}
.fix-detail-size{
    font-size: 2.7rem;
    font-weight: bold;
    line-height: 2.7rem;
    color: #000;
}

.fix-detail-info{
    font-size: 0.7rem;
}
.fix-detail-color{
    padding-top: 1rem;
}

.fix-detail-color img{
    width: 150px;
}


@media (min-width: 767px) {

    .fix-flotr{
        float: right;
    }
    .md-fix-df{
        display: inline-flex;
    }
}

.fix-playa-detail-size{
    font-size: 3rem;
    font-weight: bold;
    line-height: 3rem;
    color: #000;
}
.fix-playa-detail-info{
    padding-left: 1rem;
    font-size: 1rem;
    text-align: left;
    padding-top: 1rem;
    color:#000000;
    max-width:90%;
    display:block;
    margin:0 auto 0 auto;
}
.fix-playa-detail-info2{
    padding-top: 0.6rem;
}

@media (max-width: 767px) {
    .fix-playa-detail-info{
        max-width:82%;
        text-align: center;
        padding: 0rem auto 1rem auto;
        margin:20px auto 20px auto;
    }
    .fix-playa-detail-info2{
        text-align: center;
        padding: 0rem 0 1rem 0;
    }
}


.fix-playa-det-bor{
    border-bottom: 1px solid #000;
    margin-bottom: 1rem;
}

@media (min-width: 767px) {
    .fix-playa-det-bor{
        border-right: 1px solid #000;
        border-bottom: 0px;
        margin-bottom: 0;
    }
}

@media (min-width: 767px) {
    .fix-8k-text-0{
        text-align: left;
    }
    .fix-8k-text-1{
        text-align: justify;
    }
}

.mano-brill-bg{
    background-image: url(../img/bg-mano.jpg);
    background-position-y: top;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
}
.fix-bg-hand{
    /* */
}

.fix-noches-txt{
    font-size: 1rem;
}


.img-hand-cams{
    width: 100%;
    max-width: 700px;
    transform: translateY(-50%);
}

@media (min-width: 770px) and (max-width: 1000px) {
    
    .img-hand-cams{
        width: 80%;
    }
}
@media (min-width: 1000px) {
    
    .img-hand-cams{
        width: 70%;
    }
}

.img-hand-solo{
    width: 100%;
}
.fix-mb-8k{
    margin-bottom: 2rem;
}

@media (min-width: 767px) {
    
    .fix-mb-8k{
        margin-bottom: 8rem;
    }
}

.cont-fix-cam{
    position: relative;
}
.fix8k-imgmano{

}
.fix8k-imginfo{

}
.fix8cam-title{
    font-size: 2rem;
    line-height: 2rem;
}

.fix-size-copy{
    font-size: 0.7rem;
}
.ico-8k img{
    width: 30px;
}

@media (max-width: 380px) {
    .top-text-marca{
        font-size: 0.85rem;
    }
    .img-logo-top{
        padding: 0;
    }
    .img-logo-top img{
        width: 72px;
    }
}

@media (min-width: 380px) {
    .top-text-marca{
        font-size: 1.2rem;
        line-height: 1.3rem;
    }
    .img-logo-top{
        padding: 0;
    }
    .img-logo-top img{
        width: 100px;
    }
}

@media (min-width: 767px) and (max-width: 1000px) {
    .fix8k-imgmano{
        transform: translate(-109px,62px);
    }
}
@media (min-width: 767px) and (max-width: 1200px) {

    .fix8k-imginfo-desk{
        width: 350px;
    }

    .fix8k-imgmano{
        width: 78%;
    }
    .fix-text-8k-t2{
        font-size: 0.9rem;
    }
}
@media (min-width: 1200px){

    .fix8k-imgmano{
        width: 78%;
    }
    .fix-text-8k-t2{
        font-size: 1rem;
    }
}

@media (min-width: 767px) {
    .fix8cam-title{
        font-size: 2.4rem;
        line-height: 2.4rem;
    }
    .fix8k-imginfo-desk{
        position: absolute;
        top: 0px;
        right: 0px;
    }
    
    .onlymob{
        display: none;
    }

}
@media (max-width: 767px) {
    .fix8k-imgmano{
        margin-top: 3rem;
    }
    .fix-size-copy{
        text-align: center;
    }
    .onlydesk{
        display: none;
    }
    .footer-fix{
        margin-top: 1rem;
        padding-bottom: 2rem;
    }
}

#videobanner{
    height: 550px;
}
#imagen-videobanner{
    height: 100%;
    padding: 0;
}

.youtube-player{
    height: 100%;
    overflow: hidden;
}

.youtube-player img{
    width: 100%;
}
.youtube-player iframe{
    height: 100%;
    width: 100%;
}

.fix-mob-bacl{
    display: none;
}
@media (max-width: 767px) {
    
    .fix-mob-bacl{
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 250px;
        background-color: #000;
    }

    .fix-mob-backas{
        position: relative;
    }

    #videobanner{
        height: 300px;
    }
}

#btn-vide-yt{
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-image: url(../img/img-cover-vide.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#btn-vide-yt:hover{
    opacity: 0.8;
}

@media (max-width: 767px) {
    #btn-vide-yt{
        background-image: url(../img/img-cover-vide-mob.jpg);
        height: 300px;
        background-position: center;
    }
}

.fix-text-1{
    margin-top: 2rem;
    font-size: 1rem;
}
.fix-text-cre{
    margin-top: 2rem;
    font-size: 0.8rem;
}
.fix-text-8k-2{
    margin-top: 2rem;
    font-size: 1.1rem;
}

.img-flex{
    width:100%;
    max-width: 100%;
}