* {
    height: auto;
    scroll-behavior: smooth;
}
footer {
    margin-top: 0;
}
header .mainNav{
    background-color: #17161D;
}
header .gray_menu{
    background-color: #313037;
}
header .gray_menu a,
header .gray_menu span{
    font-size: 13px;
    color: #ffffff;
}
header .gray_menu a{
    font-weight: 700;
    padding: .7rem 1rem;
}
header .gray_menu a.active{
    color: #54B1DF;
    background-color: #17161D;
}
header .gray_menu #cd-cobertura-index-span{
    font-weight: 600;
    color: #ffffff;
    background-color: #3E3E45;
    padding: 0.3rem 0.5rem;
    border-radius: 4px;
}
header .gray_menu #cd-cobertura-index-span:before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    margin-right: 0.5rem;
}

/*REWRITES & EXTRAS*/
.blue-cta {
    background: linear-gradient(270deg, #1CBEDE 0%, #198AFF 100%);
    width: 204px;
    height: 38px;
    border-radius: 20px;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blue-cta:before{content: none}
/*///////*/

.mouse {
    width: 30px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

.underline{
    text-decoration: underline;
}

.arrowdownmove {
    position: relative;
    left: 0;
    color: rgba(255, 255, 255, 1);
    font-size: medium;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
}

.topMenuTV {
    position: absolute;
    top: 146px;
    left: 0;
    width: 100%;
    z-index: 10;
}
.topMenuTV.fixedNav {
    width: 100%;
    top: 0px !important;
    left: 15px;
    position: fixed;
    overflow: hidden !important;
    z-index: 999;
}
.topMenuTV ul {
    list-style: none;
    display: flex;
    justify-content:flex-end;
    align-items: center;
    height: 64px;
    margin-bottom: 0;
    background-color: #222430;
}

.topMenuTV ul li {
    display: flex;
    margin: 0px 10px;
}

.topMenuTV ul li:first-child span {
    color: rgba(245, 245, 245, 1);
    cursor: pointer;
    margin-right: 15px;
}

.topMenuTV ul li a {
    color: rgba(245, 245, 245, 1);
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
}
.topMenuTV ul li a.active{
    font-weight: 700;
}
.topMenuTV ul li a::after {
    display: none;
}

.topMenuTV ul li a img {
    max-width: 141px;
    width: 100%;
    position: relative;
    top: 3px;
}
.topMenuTV ul li .generalButton {
    padding-top: 9px !important;
    padding-bottom: 12px !important;
}
.topMenuTV .blue-cta{
    width: 146px;
    height: 32px;
    font-size: 13px;
}
.topMenuTV > .row {
    display: none;
    margin: 0 auto;
    width: fit-content;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: transparent;
    border-bottom: 1px solid #75787B;
}
.topMenuTV > .row a {
    font-size: 13px;
    color: #ffffff;
    padding: 1.5rem 0 0.5rem;
}
.topMenuTV > .row a.active{
    font-weight: 700;
    border-bottom: 3px solid;
}
.topMenuTV > .row a:not(:last-child) {
    margin-right: 3rem;
}
.topMenuTV > .row a:after{content: none}
.topMenuTV > .row > .bar {
    position: absolute;
    bottom: 0;
    height: 3px;
}

.intro {
    padding-top: 210px;
    height: 100vh;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(104.55deg, #222430 0%, #0A0A0D 100%);
    background: -webkit-linear-gradient(104.55deg, #222430 0%, #0A0A0D 100%);
    background: linear-gradient(104.55deg, #222430 0%, #0A0A0D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222430', endColorstr='#0A0A0D', GradientType=0);
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 1);
}

.intro .videoContainerSoundbox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro .videoContainerSoundbox video {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.intro .select_tv {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 auto;
    justify-content: center;
    align-items: end;
    display: flex;
    opacity: 0;
    background: url(../../img/nuevos/nuevotv/intro_bg.png) no-repeat center/contain;
}
.intro .select_tv.active{
    height: 100%;
    opacity: 1;
}
.intro .select_tv.active[class*=tv_] {
    background-image: none;
}
.intro .select_tv > p{
    position: absolute;
    top: 0;
    font-weight: 600;
    text-align: center;
}
.intro .select_tv > p span{
    font-size: 16px;
    font-weight: 400;
    display: block;
}
.intro .select_tv > div{
    width: 300px;
    height: 400px;
    transform: scale(0);
    transition: all .5s;
    cursor: pointer;
}
.intro .select_tv.active > div {
    transform: scale(1);
}
.intro .select_tv.active > div:hover {
    background-position-y: calc(100% / 2 - 20px);
}
.intro .select_tv > div.tv {
    background: url(../../img/nuevos/nuevotv/tv.svg) no-repeat right/contain;
}
.intro .select_tv > div.tv_new {
    width: 400px;
    background: url(../../img/nuevos/nuevotv/tv_new.png) no-repeat right/contain;
}
.intro .select_tv > div.tv:hover,
.intro .select_tv.active.tv_selected > div.tv {
    background-image: url(../../img/nuevos/nuevotv/tv_shine.svg);
}
.intro .select_tv > div.tv_new:hover,
.intro .select_tv.active.tv_new_selected > div.tv_new {
    background-image: url(../../img/nuevos/nuevotv/tv_new_shine.png);
}
.intro .select_tv.active > div p{
    font-size: 13px;
    font-weight: 700;
    width: fit-content;
    margin: 0 5rem 0 auto;
}
.intro .select_tv.active > div img{
    filter: brightness(0) invert(1);
}
.intro .select_tv.active > div.tv_new img{
    margin-left: auto;
    display: block;
}
.intro .select_tv.active[class*="_selected"] > div{
    transition-duration: .1s;
}
.intro .select_tv.active.tv_selected > div.tv,
.intro .select_tv.active.tv_new_selected > div.tv_new{
    width: 600px;
    height: 100%;
    padding-top: 5rem;
}
.intro .select_tv.active.tv_selected > div:not(.tv),
.intro .select_tv.active.tv_new_selected > div:not(.tv_new),
.intro .select_tv.active[class*="_selected"] p{
    display: none;
}

.tv_content{
    display: none;
}

.soundboxHeader {
    height: 100vh;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,1e1e1e+100 */
    background: rgb(0, 0, 0);
    /* Old browsers */
    background: -moz-linear-gradient(104.55deg, #222430 0%, #0A0A0D 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(104.55deg, #222430 0%, #0A0A0D 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(104.55deg, #222430 0%, #0A0A0D 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222430', endColorstr='#0A0A0D', GradientType=0);
    /* IE6-9 */
    text-align: center;
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 1);
}

.soundboxHeader .videoContainerSoundbox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.soundboxHeader .videoContainerSoundbox video {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.soundboxHeader .descriptionParagraph p {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}

pre {
    font-size: 20px;
    line-height: 22px;
    color: rgba(222, 72, 89, 1);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    overflow: hidden;
}

.soundboxHeader h1 {
    font-size: 5.9375rem;
    font-weight: 700;
    line-height: 5.375rem;
    margin-bottom: 42px;
}

.soundboxHeader h2 {
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 2.25rem;
}

.soundboxHeader .titleRow {
    margin-bottom: 40vh;
}

.soundboxHeader .titleRow img {
    filter: brightness(0) invert(1);
    width: auto;
}

.soundboxHeader .imageContainer {
    text-align: center;
}

.soundboxHeader img {
    max-width: 85vh;
    width: 100%;
}

.newMobileRow {
    padding-top: 10vh;
    padding-bottom: 10vh;
    position: relative;
    overflow: hidden;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e1e1e+0,000000+100 */
    background: rgb(30, 30, 30);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(30, 30, 30, 1) 0%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(30, 30, 30, 1) 0%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(30, 30, 30, 1) 0%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}

.newMobileRow .videoMobile {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8vh;
}

.newMobileRow .videoMobile .lottieMobile {
    position: absolute;
    z-index: 0;
    width: 150%;
}

.newMobileRow .videoMobile video {
    transform: translate(0, 0);
    position: inherit;
    z-index: 1;
    width: 40vh;
    height: 40vh;
    min-width: 40vh;
    min-height: 40vh;
    max-width: 40vh;
    max-height: 40vh;
    -webkit-border-radius: 50vw;
    -moz-border-radius: 50vw;
    border-radius: 50vw;
}

.newMobileRow .dolbyRowMobile {
    margin-bottom: 10vh;
}

.newMobileRow .textContainerMobile {
    color: rgba(245, 245, 245, 1);
}

.newMobileRow .textContainerMobile h3 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 300;
    margin-bottom: 2vh;
}

.newMobileRow .textContainerMobile h2 {
    font-size: 45px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 2vh;
}

.newMobileRow .textContainerMobile p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

.newMobileRow .imageContainerMobile {
    margin-top: 4vh;
    text-align: center;
}

.newMobileRow .imageContainerMobile img {
    max-width: 125px;
    width: 100%;
}

.newMobileRow .bangRowMobile .imageContainerMobile img {
    max-width: 47px;
    width: 100%;
}

.newMobileRow .bangRowMobile {
    margin-bottom: 15vh;
}
.newVideosRow {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e1e1e+0,000000+100 */
    background: #222430;
    /* Old browsers */
    background: -moz-linear-gradient(104.55deg, #222430 0%, #0A0A0D 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(104.55deg, #222430 0%, #0A0A0D 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(104.55deg, #222430 0%, #0A0A0D 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222430', endColorstr='#0A0A0D', GradientType=0);
    /* IE6-9 */
    height: 320vh;
    position: relative;
    z-index: 0;
    overflow-x: initial;
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.newVideosRow .videosSoundboxContainer {
    height: 300vh;
}

.newVideosRow .videosSoundboxContainer .videoSoundbox {
    position: sticky;
    top: 0;
    bottom: 0;
    padding-top: 15vh;
    padding-bottom: 15vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newVideosRow .videosSoundboxContainer .lottieContainer {
    position: absolute;
    width: 250%;
    text-align: center;
    margin: auto;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 0;
}

.newVideosRow .videosSoundboxContainer .videoSoundbox video {
    transform: translate(0, 0);
    min-width: 165px;
    min-height: 165px;
    max-width: 165px;
    max-height: 165px;
    width: 165px;
    height: 165px;
    -webkit-border-radius: 50vw;
    -moz-border-radius: 50vw;
    border-radius: 50vw;
    z-index: 1;
    transition: all .5s;
    opacity: 0;
}
.newVideosRow .videosSoundboxContainer .videoSoundbox video.wakeup{
    filter: grayscale(1);
    opacity: 1;
}
.newVideosRow .videosSoundboxContainer .videoSoundbox video.listen{
    min-width: 500px;
    min-height: 500px;
    max-width: 500px;
    max-height: 500px;
    width: 500px;
    height: 500px;
    opacity: 1;
}
.newVideosRow .videosSoundboxContainer .videoSoundbox video.inmersive{
    filter: invert(1);
    min-width: 320px;
    min-height: 320px;
    max-width: 320px;
    max-height: 320px;
    width: 320px;
    height: 320px;
    opacity: 1;
}
.newVideosRow .videosSoundboxContainer .videoSoundbox video + img{
    position: absolute;
    top: 75%;
    opacity: 0;
    transition: opacity .2s;
}
.newVideosRow .videosSoundboxContainer .videoSoundbox video.wakeup + img{
    opacity: 1;
}
.newVideosRow .textsContainer {
    text-align: left;
    color: #ffffff;
}
.newVideosRow .textsContainer > .row{
    height: 100vh;
}
.newVideosRow h3 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 400;
    color: rgba(245, 245, 245, 1);
    mix-blend-mode: difference;
}

.newVideosRow h2 {
    font-size: 101px;
    line-height: 123px;
    font-weight: 700;
    color: rgba(245, 245, 245, 1);
    white-space: nowrap;
    margin-left: -60%;
    mix-blend-mode: difference;
}

.newVideosRow .bangContainer h2 {
    margin-left: -85%;
}

.newVideosRow p {
    font-size: 18px;
    line-height: 1.5;
    mix-blend-mode: difference;
}
.newVideosRow p.h1{
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}
.newVideosRow .mobile_video{
    height: 400px;
    justify-content: center;
    align-items: center;
}
.newVideosRow .mobile_video:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 90vh;
    margin: auto;
    z-index: 0;
    background: url(../../img/nuevos/nuevotv/waves.svg) no-repeat center/cover;
}
.newVideosRow .mobile_video video{
    transform: none;
    width: 175px;
    height: 175px;
    min-width: 175px;
    min-height: 175px;
    border-radius: 50%;
    z-index: 1;
}
.newVideosRow .mobile_video.wakeup video{
    filter: grayscale(1);
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
}
.newVideosRow .mobile_video.wakeup:before {
    background-size: 340px;
}
.newVideosRow .mobile_video.inmersive video{
    filter: invert(1);
    width: 320px;
    height: 320px;
    min-width: 320px;
    min-height: 320px;
}
.newVideosRow .mobile_video .lottieContainer{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 400px;
    height: 400px;
    max-width: 100%;
}
.logoRow p {
    font-size: 20px;
    line-height: 24px;
}

.logoRow img {
    position: relative;
    top: -3px;
}

.alexaRowSound {
    background: #222430;
    background: -moz-linear-gradient(104.55deg, #222430 0%, #0A0A0D 100%);
    background: -webkit-linear-gradient(104.55deg, #222430 0%, #0A0A0D 100%);
    background: linear-gradient(104.55deg, #222430 0%, #0A0A0D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222430', endColorstr='#0A0A0D', GradientType=1);
    position: relative;
    padding-bottom: 15vh;
    padding-top: 15vh;
    height: auto;
}

.alexaRowSound .imageContainer {
    text-align: center;
}

.alexaRowSound .imageContainer .alexaDeviceImage {
    text-align: center;
}

.alexaRowSound .imageContainer .alexaDeviceImage img {
    max-width: 606px;
    width: 100%;
}

.alexaRowSound .imageContainer .alexaCarousel {
    text-align: center;
    margin-bottom: 2rem;
}

.alexaRowSound .imageContainer .alexaCarousel img {
    max-width: 310px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.alexaRowSound .descriptionContainer h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 66px;
    color: rgba(245, 245, 245, 1);
}

.alexaRowSound .descriptionContainer img {
    max-width: 153px;
    width: 100%;
    margin-top: 13px;
    margin-bottom: 8px;
    position: relative;
    top: -6px;
}

.alexaRowSound .descriptionContainer .logoAlexaTv {
    max-width: 198px;
    width: 100%;
    margin-top: 14px;
    margin-bottom: 16px;
}

.alexaRowSound .descriptionContainer p {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: rgba(245, 245, 245, 1);
}

.alexaRowSound .descriptionContainer p.h1{
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

.alexaRowSound .descriptionContainer a:not(.blue-cta) {
    font-size: 18px;
    color: #ffffff;
    text-decoration: underline;
}

.alexaRowSound .descriptionContainer ol {
    list-style: decimal;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 25px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.alexaRowSound .descriptionContainer ol li {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: rgba(245, 245, 245, 1);
}

.alexaRowSound .descriptionContainer ol li a::after {
    display: none;
}

#wifi6 .tv{
    margin-top: -250px;
}
#hdr4k .tv{
    margin-top: -50px;
}

/*tv interactiva (ambos)*/
#tvint .tv{
    width: 250px;
}
.sliderContainer p{
    font-size: 17px;
}
.sliderContainer p.h1{
    font-size: 32px;
    line-height: 39px;
    font-weight: 700;
}
.videos > *{
    display: none;
}
.videos video{
    transform: translate(0, 0);
    aspect-ratio: 16/9;
    width: 100%;
    border: solid 5px rgba(0, 0, 0, 1);
    background: rgba(0, 0, 0, 1);
}
.controlsContainer {
    position: absolute;
    bottom: 105%;
    display: flex;
}
.controlsContainer .dot {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    border: 1px solid #3B4559;
    cursor: pointer;
}
.controlsContainer .dot:not(:last-child){
    margin-right: 5px;
}
.controlsContainer .dot.active{
    width: 22px;
    background-color: #3B4559;
}

.apps{
    height: 100vh;
}
.apps .row{
    flex-wrap: nowrap;
    overflow-x: auto;
}
.apps .row.stores{
    flex-wrap: wrap;
    overflow: hidden;
    justify-content: center;
}
.apps .row.stores img{
    max-height: 40px;
    cursor: pointer;
}
.apps p{
    font-size: 32px;
    font-weight: 700;
}
.apps p.h1{
    font-size: 35px;
    margin: 0;
}
.apps span,
.apps a{
    font-size: 17px;
}
.apps a,
.apps a:hover{
    color: #198AFF;
}
.apps .grad {
    min-width: 800px;
    height: 270px;
    border-radius: 20px;
    position: relative;
    margin: 0 20px;
    z-index: 1;
    display: flex;
}
.apps .grad:before, .grad:after {
    content: "";
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    background: linear-gradient(135deg, #7117EA 0%, #EA6060 100%);
    z-index: -2;
    margin: -2px;
    border-radius: inherit;
}
.apps .grad:before {
    z-index: -1;
    top: 0;
    margin: 0;
    background: linear-gradient(104.55deg, #222430 0%, #0A0A0D 100%);
}
.apps .grad.coral:after{
    background: linear-gradient(44.53deg, #FA1660 9%, #FA1660 29.74%, #FF6E00 66.79%, #FF6E00 83.1%);
}
.apps .grad.green:after{
    background: linear-gradient(135deg, #184E68 0%, #57CA85 100%);
}
.apps .grad.blue:after{
    background: linear-gradient(270deg, #1CBEDE 0%, #198AFF 100%);
}
.apps .grad .content {
    flex: 0 0 60%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.apps .grad img{
    margin-left: auto;
    max-height: 100%;
}

.adaptWifi {
    height: 150vh;
}

.wifiRow {
    width: calc(100% + 15px);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    opacity: 1;
}

.wifiRow .wifiText {
    position: absolute;
    left: 0;
    z-index: 1;
    width: calc(100% + 15px);
    top: 15vh;
}

.wifiRow .wifiText h3 {
    font-weight: 300;
    font-size: 36px;
    color: rgba(245, 245, 245, 1);
    white-space: nowrap;
    line-height: 0;
}

.wifiRow .wifiText h2 {
    font-weight: 700;
    font-size: 101px;
    color: rgba(255, 255, 255, 1);
    white-space: nowrap;
}

.wifiRow .wifiText p {
    margin-top: 32px;
    font-size: 20px;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
}

.wifiRow .wifiVideoContainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    box-shadow: 0 8px 48px 0 rgb(0 0 0 / 50%);
    left: 0px;
}

.wifiRow .wifiVideoContainer video {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.cardsSoundbox {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e2e2e+0,000000+100 */
    background: rgb(46, 46, 46);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(46, 46, 46, 1) 0%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(46, 46, 46, 1) 0%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(46, 46, 46, 1) 0%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#000000', GradientType=1);
    /* IE6-9 */
    padding-top: 15vh;
}

.cardsSoundbox .cardsContainer {
    margin-top: 60px;
}

.cardsSoundbox h2 {
    color: rgba(245, 245, 245, 1);
    font-weight: 700;
    font-size: 35px;
    line-height: 43px;
}

.cardsSoundbox p {
    color: rgba(245, 245, 245, 1);
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
}

.cardsSoundbox .iconsContainer {
    text-align: left;
}

.cardsSoundbox .iconsContainer img {
    max-width: 83px;
    width: 100%;
    margin-top: 27px;
}

.cardsSoundbox .imageContainer {
    text-align: center;
    margin-bottom: 2rem;
}

.cardsSoundbox .imageContainer img {
    max-width: 630px;
    width: 100%;
}

.cardsSoundbox .cardsContainer .card {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: rgba(23, 22, 22, 1);
    box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.07);
    border: none;
}

.card .textContainer .card-body {
    padding: 25px 40px;
}

.card .textContainer .card-body h2 {
    color: rgba(245, 245, 245, 1);
    font-weight: 700;
    font-size: 35px;
    line-height: 43px;
}

.card .textContainer .card-body p {
    color: rgba(245, 245, 245, 1);
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
}

.card .imageContainer .appsContainerRow {
    text-align: center;
}

.cardsSoundbox .cardsContainer .card .imageContainer img {
    max-width: 83px;
    width: 100%;
}

.cardsSoundbox .cardsContainer .card .imageContainer {
    margin-bottom: 0;
}

.card .textContainer.headerContainer .card-body h2 {
    font-size: 28px;
}

.card .textContainer.paragraphContainer .card-body p {
    font-size: 17px;
}

.videoCompareRow {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e2e2e+0,000000+100 */
    background: rgb(46, 46, 46);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(46, 46, 46, 1) 0%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(46, 46, 46, 1) 0%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(46, 46, 46, 1) 0%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#000000', GradientType=1);
    /* IE6-9 */
}

.videoCompareRow h2 {
    font-size: 38px;
    line-height: 47px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}

.videoCompareRow p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.videoCompareRow .imageContainer {
    text-align: center;
}

.videoCompareRow .imageContainer img {
    max-width: 100%;
    width: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.images-compare-handle {
    background: rgba(255, 255, 255, 1);
    z-index: 4;
    margin-left: -8px;
    width: 18px;
    height: 18px;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.5);
}

.images-compare-left-arrow, .images-compare-right-arrow {
    display: none;
}

.images-compare-separator {
    background: rgba(151, 151, 151, 1);
    width: 3px;
}

.newScrollSlides {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#343434+0,000000+100 */
    background: rgb(52, 52, 52);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(52, 52, 52, 1) 0%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(52, 52, 52, 1) 0%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(52, 52, 52, 1) 0%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343434', endColorstr='#000000', GradientType=1);
    /* IE6-9 */
    color: rgba(255, 255, 255, 1);
}

.newScrollSlides .videoSlides {
    height: 500vh;
}

.newScrollSlides .newSlide {
    padding: 2.5rem;
    color: rgba(255, 255, 255, 1)
}

.newScrollSlides .newSlide h2 {
    font-weight: 700;
    line-height: 39px;
    font-size: 32px;
}

.newScrollSlides .newSlide p {
    font-weight: 400;
    line-height: 20px;
    font-size: 17px;
    margin-bottom: 1rem;
}

.newScrollSlides .videoSlides .videoSlidesContainer {
    position: sticky;
    top: 0;
    padding-top: 25vh;
    padding-bottom: 15vh;
}

.newScrollSlides .videoSlides .videoSlidesContainer video {
    transform: translate(0, 0);
    aspect-ratio: 16/9;
    width: 100%;
    border: solid 5px rgba(0, 0, 0, 1);
    background: rgba(0, 0, 0, 1);
}

.hideVideo {
    display: none;
}

.scrollPip {
    padding-top: 10vh;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#343434+0,000000+100 */
    background: rgb(52, 52, 52);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(52, 52, 52, 1) 0%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(52, 52, 52, 1) 0%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(52, 52, 52, 1) 0%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343434', endColorstr='#000000', GradientType=1);
    /* IE6-9 */
    height: auto;
    padding-bottom: 15vh;
}

.pipBig {
    width: 80%;
    position: relative;
    display: flex;
    height: auto;
    margin-top: 14px;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 1.8rem;
    aspect-ratio: 16 / 9;
}

.pipBig img {
    height: 130%;
    /* width: 100%; */
    object-fit: contain;
    aspect-ratio: 16 / 9;
}

.pipBig video {
    left: 0;
    top: 0;
    transform: translate(0, 0);
    max-width: 90%;
    min-height: 90%;
    margin: 0 auto;
    aspect-ratio: 16/9;
    z-index: 0;
    border: solid 5px rgba(0, 0, 0, 1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: -7px 7px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -7px 7px 15px 0px rgba(0, 0, 0, 0.2);
}

.pipBig video {
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
}

.pip video {
    margin: 0;
    transition: all .5s;
}

.pip video:not(.full) {
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    max-width: 140px;
    max-height: 85px;
    min-width: 140px;
    min-height: 85px;
    border-color: #ffffff;
    margin: 10px;
    z-index: 1;
}
.pip.size2 video:not(.full){
    max-width: 160px;
    max-height: 105px;
    min-width: 160px;
    min-height: 105px;
}
.pip video.pos_1:not(.full) {
    right: auto;
    left: 0;
}
.pip video.pos_2:not(.full) {
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
}
.pip video.pos_3:not(.full) {
    top: 0;
    bottom: auto;
}
.pip .ctrls {
    position: absolute;
    left: 0;
    bottom: -33px;
    width: 100%;
    color: #1988ff;
    display: flex;
    justify-content: center;
}
.pip .ctrls > span {
    margin: 0 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.pip .ctrls > span::selection{
    background-color: transparent
}
.pip .ctrls i {
    width: 25px;
    height: 20px;
    background: no-repeat center/contain;
}
.pip .ctrls i.size {
    background-image: url(../../img/nuevos/nuevotv/twin_chevron_reverse.svg);
}
.pip .ctrls i.move {
    background-image: url(../../img/nuevos/nuevotv/twin_chevron_reverse.svg);
    transform: rotate(90deg);
}
.pip .ctrls i.change {
    background-image: url(../../img/nuevos/nuevotv/okButton.svg);
}

.smallPicture {
    position: absolute;
    max-width: 30%;
    aspect-ratio: 16 / 9;
    padding: 20px;
}

.smallPicture video {
    border: solid 5px rgba(255, 255, 255, 1);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.textPip {
    position: absolute;
    width: 90%;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    z-index: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.textPip h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    text-shadow: 0px 0px 34px rgba(0, 0, 0, 1);
}

.textPip p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-shadow: 0px 0px 34px rgba(0, 0, 0, 1);
}

.bottomRight {
    bottom: 0;
    right: 0;
}

.bottomLeft {
    bottom: 0;
    left: 0;
}

.topLeft {
    top: 0;
    left: 0;
}

.topRight {
    top: 0;
    right: 0;
}
.tvcam {
    font-family: Montserrat;
    font-size: 32px !important;
    font-weight: 800;
    line-height: 39px;
    letter-spacing: 0px;
    text-align: left;
    background: -webkit-linear-gradient(90deg, #52632D 0%, #6CBF2B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* .bottomRight {
    bottom: 186px;
    right: -15px;
}

.bottomLeft {
    bottom: 186px;
    left: 142px;
}

.topLeft {
    top: 20px;
    left: 142px;
}

.topRight {
    top: 20px;
    right: -15px;
} */


.increaseSize {
    max-width: 35%;
}

.pipInteractive {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pipInteractive a::after {
    display: none;
}

.pipInteractive a span {
    position: relative;
    top: 6px;
}

.okButton {
    display: flex;
}

.okButton img {
    max-width: 17px;
    display: flex;
    margin-right: 8px;
}

#containerPip {
    opacity: 0;
}

/*mobile slides*/

.slideMobile {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#343434+0,000000+100 */
    background: rgb(52, 52, 52);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(52, 52, 52, 1) 0%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(52, 52, 52, 1) 0%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(52, 52, 52, 1) 0%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343434', endColorstr='#000000', GradientType=1);
    /* IE6-9 */
}

.slideMobile h2 {
    color: rgba(255, 255, 255, 1);
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 14px;
}

.slideMobile p {
    color: rgba(255, 255, 255, 1);
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 14px;
}

.slideMobile a {
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
}

.slideMobile a::after {
    display: none;
}

.slideMobile video {
    transform: translate(0, 0);
    margin-top: 50px;
    border: solid 5px rgba(0, 0, 0, 1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: -7px 7px 15px 0px rgb(0 0 0 / 20%);
    box-shadow: -7px 7px 15px 0px rgb(0 0 0 / 20%);
}

.slideMobileFourth {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.slideMobileFourth:before {
    height: 12px;
    width: 100%;
    content: "";
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#db2b6d+0,830e3b+100 */
    background: rgb(219, 43, 109);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(219, 43, 109, 1) 0%, rgba(131, 14, 59, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(219, 43, 109, 1) 0%, rgba(131, 14, 59, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(219, 43, 109, 1) 0%, rgba(131, 14, 59, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2b6d', endColorstr='#830e3b', GradientType=1);
    /* IE6-9 */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.slideMobileFourth.slideMobileRewind::before {
    height: 12px;
    width: 100%;
    content: "";
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007bff+0,00c7ff+100 */
    background: rgb(0, 123, 255);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0, 123, 255, 1) 0%, rgba(0, 199, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 123, 255, 1) 0%, rgba(0, 199, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 123, 255, 1) 0%, rgba(0, 199, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007bff', endColorstr='#00c7ff', GradientType=1);
    /* IE6-9 */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.slideMobileFourth .slideMobileTextContainer {
    text-align: left;
    position: absolute;
    width: 100%;
    z-index: 1;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+15&0+0,1+15 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 34%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 34%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 34%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}

.slideMobileFourth.slideMobileRewind .slideMobileTextContainer {
    text-align: left;
    position: absolute;
    width: 100%;
    z-index: 1;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+15&0+0,1+15 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 45%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 45%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 45%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}

.slideMobileText {
    padding-top: 15px;
    padding-bottom: 35px;
}

.slideMobileText ul {
    list-style: none;
    width: calc(40% + 15px);
    display: flex;
    flex-direction: column;
    margin: auto;
}

.slideMobileText ul li {
    color: rgba(255, 255, 255, 1);
}

.slideMobileText ul li span {
    position: relative;
    top: 6px;
}

.slideMobileText ul li:first-child span {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#db2b6d+0,830e3b+100 */
    background: rgb(219, 43, 109);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(219, 43, 109, 1) 0%, rgba(131, 14, 59, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(219, 43, 109, 1) 0%, rgba(131, 14, 59, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(219, 43, 109, 1) 0%, rgba(131, 14, 59, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2b6d', endColorstr='#830e3b', GradientType=0);
    /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slideMobileText ul li:last-child span {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007bff+0,00c7ff+100 */
    background: rgb(0, 123, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0, 123, 255, 1) 0%, rgba(0, 199, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 123, 255, 1) 0%, rgba(0, 199, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 123, 255, 1) 0%, rgba(0, 199, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007bff', endColorstr='#00c7ff', GradientType=0);
    /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slideMobileFourth .slideMobileTextContainer img {
    float: right;
}

.slideMobileFourth .rewindVideoContainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    box-shadow: none;
    left: 0px;
}

.slideMobileFourth .rewindVideoContainer video {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin: 0;
}

/*Slide Mobile PIP*/

.slidePip {
    padding-top: 0;
    position: relative;
}

.slidePip .slidePIPTextContainer {
    text-align: left;
    position: absolute;
    width: 100%;
    z-index: 1;
    padding-left: 15px;
    padding-right: 15px;
    height: 45vh;
    bottom: 0vh;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+15&0+0,1+15 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 30%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 30%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 30%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}

.slidePip .slidePIPTextContainer img {
    float: right;
}

.slidePip .slidePIPTextContainer img#logoSlidePipMobile {
    max-width: 147px;
}

.slidePip .pipVideoContainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    box-shadow: none;
    left: 0px;
}

.slidePip .pipVideoContainer video {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin: 0;
}

.slidePip .pipVideoContainer .smallMobileContainer {
    position: absolute;
    width: 185px;
    height: auto;
    transform: translate(0px, 0px);
    aspect-ratio: 16/9;
    margin: 18px;
}

.mobileTopRight {
    top: 0;
    right: 0;
}

.mobileBottomRight {
    bottom: 42vh;
    right: 0;
}

.mobileBottomLeft {
    bottom: 42vh;
    left: 0;
}

.mobiletopLeft {
    top: 0;
    left: 0;
}

.increaseMobile {
    width: 250px !important;
}

.slidePip .pipVideoContainer .smallMobileContainer video {
    position: absolute;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    top: 0;
    left: 0;
    transform: translate(0px, 0px);
}

.slidePip .slidePIPTextContainer a span {
    position: relative;
    top: 6px;
}

/*Slide Mobile PIP*/

.cardsTv {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,eff1f4+100 */
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(239, 241, 244, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(239, 241, 244, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(239, 241, 244, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff1f4', GradientType=0);
    /* IE6-9 */
    padding-top: 75px;
    padding-bottom: 75px;
}

.cardsTv .cardsContainer {
    max-width: 1366px;
    margin: auto;
}

.cardsTv .cardsContainer .card {
    border: none;
    box-shadow: 0 12px 14px 0 rgb(0 0 0 / 7%);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 2rem;
    overflow: hidden;
}

.cardsTv .cardsContainer .card .textContainer .card-body {
    padding: 2.5rem;
}

.cardsTv .cardsContainer .card h2 {
    font-weight: 700;
    font-size: 32px;
    color: rgba(59, 69, 89, 1);
    line-height: 39px;
}

.cardsTv .cardsContainer .card p {
    font-weight: 400;
    font-size: 17px;
    color: rgba(59, 69, 89, 1);
    line-height: 25px;
    margin-bottom: 12px;
}

.cardsTv .cardsContainer .card.firstCard a {
    margin-left: 20px;
}

.cardsTv .cardsContainer .card .imageContainer {
    text-align: center;
    max-height: 240px;
}

.cardsTv .cardsContainer .card .imageContainer img {
    max-width: 90%;
}

.cardsTv .cardsContainer .card .imageContainer img.iconWifiCard {
    max-width: 90px;
}

.cardsTv .cardsContainer .card .imageContainer .verticalCarouselContainer {
    text-align: center;
}

.cardsTv .cardsContainer .card .imageContainer .verticalCarouselContainer img {
    margin-bottom: 1rem;
    max-width: 244px;
    width: 90%;
}

.cardsTv .cardsContainer .imageContainer .carouselHorizontal {
    min-width: 1100px;
    max-width: 1100px;
    margin-bottom: 2rem;
}

.cardsTv .cardsContainer .card .imageContainer .carouselHorizontal img {
    max-width: 20%;
    margin-right: 10px;
    display: inline-block;
}

.devicesCardsTitle {
    text-align: center;
    margin-top: 63px;
    margin-bottom: 30px;
}

.devicesCardsTitle h2 {
    text-align: center;
    font-size: 35px;
    line-height: 43px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1)
}

.card-body .textContainer {
    padding: 2.5rem;
}

.secondCard .imageContainer svg {
    width: 100%;
    margin: auto;
}

.thirdCard .imageContainer {
    padding: 2.5rem;
}

.thirdCard .imageContainer svg {
    width: 100%;
    margin: auto;
    overflow: visible;
}

/*Cards animation*/

#imgScrollUp {
    transform: translateY(0px);
}

#imgScrollDown {
    transform: translateY(-90px);
}

#verticalCarouselUp {
    transform: translateY(10px);
}

#verticalCarouselDown {
    transform: translateY(-220px);
}

#horizontalCarousel {
    transform: translateX(0px);
}

/*Cards animation*/

/*Cards*/

/*Shadow*/

.shadowImages {
    -webkit-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.2);
}

/*Shadow*/

/*Faqs*/

.appFaqsTitles {
    text-align: center !important;
    margin-bottom: 23px;
}

.appFaqsTitles h2 {
    font-weight: 700;
}

.faqsContainer {
    max-width: 1366px;
    margin: auto;
}

.appFaqs .faqsContainer .card {
    box-shadow: 0 2px 36px 0 rgba(0, 0, 0, 0.07);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1)
}

.appFaqs .faqsContainer .card .card-header {
    border: none;
    background: rgba(245, 245, 245, 0);
}

.appFaqs .faqsContainer .card .card-header h2 button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.appFaqs .faqsContainer .card .card-header h2 button::after {
    color: rgba(151, 151, 151, 1);
    top: 0;
}

.appFaqs .faqsContainer .card .card-header h2 button.collapsed::after {
    color: rgba(151, 151, 151, 1);
    top: 0;
}

/*Faqs*/

.tvMobileMenu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    background: rgba(30, 30, 40, 1);
    width: 100%;
    display: none;
}

.tvMobileMenu .menuTvContainer:nth-child(2) {
    border-top: solid 1px rgba(151, 151, 151, 1);
}

.tvMobileMenu .menuTvContainer {
    border-bottom: solid 1px rgba(151, 151, 151, 1);
}

.tvMobileMenu .menuTvContainer.closeMenu {
    text-align: right;
}

.tvMobileMenu .menuTvContainer.closeMenu {
    border-bottom: none;
}

.tvMobileMenu .menuTvContainer.closeMenu a:hover {
    background: rgba(255, 255, 255, 0);
}

.tvMobileMenu .menuTvContainer a {
    padding: 15px;
    color: rgba(255, 255, 255, 1);
    display: block;
}

.tvMobileMenu .menuTvContainer a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.tvMobileMenu .menuTvContainer a::after {
    display: none;
}

.containRow {
    max-width: 1366px;
}

.bg-faqs{
    background-color: #4b576f !important;
}

.table td{
    border-bottom: 1px solid #3B4559;
    border-top: none;
    vertical-align: bottom;
    font-size: 13px;
}
.table a::after{
    display:none ;
}
.btn-gral{
    background: linear-gradient(270deg, #1CBEDE 0%, #198AFF 100%);
    height: 38px;
    width: 204px;
    left: 833px;
    top: 284px;
    border-radius: 22.172256469726562px;
    padding: 8px 32px 8px 32px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    color: #ffff;
}
.fg-13{
    color: #BDC0C3;
}
.fgt-13{
    color: #F5F5F5;
}

.smartCamFloat{
    position: absolute;
    top: -20px;
    z-index: 1000;
    right: 10px;
    width: 25%;
}


/*Animation Classes*/

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/*Animation Classes*/

/*Breakpoints Nuevo TV*/

/*Minimals*/

/*Small devices (landscape phones, 576px and up)*/

@media (max-width: 991px) {
    .topMenuTV{
        top: 162px;
    }
    .intro{
        padding-top: 225px;
    }
    .intro .select_tv{
        padding-bottom: 5rem;
        background-size: 160%;
        height: 130%;
    }
    .intro .select_tv > div{
        height: 310px;
    }
    .intro,
    .newVideosRow,
    .alexaRowSound{
        background: #111215;
    }
    .imageContainer .tv,
    #tvint .tv {
        width: 130px;
        margin-bottom: 4rem;
    }
    .controlsContainer{
        margin: 0 auto;
        left: 0;
        right: 0;
        width: fit-content;
    }
    .newVideosRow .textsContainer{
        height: auto;
    }
    .table td {font-size: 10px;}
    .apps, .newVideosRow,
    .newVideosRow .textsContainer > .row{
        height: auto;
    }
    .apps .row{
        flex-wrap: wrap;
        overflow: hidden;
    }
    .apps .grad{
        min-width: unset;
        height: fit-content;
        display: flex;
        flex-direction: column;
        margin: 20px;
    }
    .apps span{
        margin: 1rem 0;
    }
    .apps .grad img{
        margin-left: 0;
    }
    .newVideosRow .videosSoundboxContainer{
        display: none;
    }
    #wifi6 .tv {
        margin-top: -110px;
    }
    .pip video:not(.full){
        max-width: 100px;
        max-height: 55px;
        min-width: 100px;
        min-height: 55px;
    }
    .pip.size2 video:not(.full){
        max-width: 130px;
        max-height: 75px;
        min-width: 130px;
        min-height: 75px;
    }
}

/*Medium devices (tablets, 768px and up)*/

@media (min-width:768px) and (max-width: 959px) {
    .topMenuTV{
        top: 185px;
    }
}

/* Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {

}

@media screen and (min-width:2560px) { 
    .intro .select_tv{
        align-items: center;
    }
    .intro .select_tv > div.tv_new,
    .intro .select_tv > div{
        width: 700px;
        height: 600px;
    }
}

/*Maximals*/

/* Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px) {}

/* Small devices (landscape phones, less than 768px)*/

@media (max-width: 767.98px) {
    .soundboxHeader h1 {
        font-size: 2.9375rem;
        line-height: 1.375rem;
    }
    .newMobileRow {
        padding-top: 20vh;
    }
    .alexaRowSound .descriptionContainer h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .alexaRowSound .descriptionContainer p {
        font-size: 16px;
        line-height: 24px;
    }
    .alexaRowSound .descriptionContainer p a {
        font-size: 16px;
        line-height: 24px;
    }
    .alexaRowSound .descriptionContainer ol li {
        font-size: 16px;
        line-height: 24px;
    }
    .alexaRowSound .descriptionContainer ol li a {
        font-size: 16px;
        line-height: 24px;
    }
    .videoCompareRow .imageContainer {
        margin-bottom: 2rem;
    }
    .wifiRow .wifiText {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,101010+50,000000+100&0+0,1+50,1+100 */
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(16, 16, 16, 1) 50%, rgba(0, 0, 0, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(16, 16, 16, 1) 50%, rgba(0, 0, 0, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(16, 16, 16, 1) 50%, rgba(0, 0, 0, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
        /* IE6-9 */
        top: 60vh;
        padding-top: 5vh;
        padding-bottom: 17vh;
    }
    .wifiRow .wifiText {
        top: 50vh;
    }
    .wifiRow .wifiText h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .wifiRow .wifiText h2 {
        font-size: 45px;
        line-height: 30px;
    }
    .wifiRow .wifiText p {
        font-size: 15px;
        line-height: 23px;
        margin-top: 16px;
    }
    .slidePip .slidePIPTextContainer {
        bottom: 10vh;
    }
    #ctaSlidePipMobile {
        background: rgba(0, 0, 0, 1);
        padding-bottom: 5vh;
        text-align: center;
    }
    .okButton {
        justify-content: center;
    }
    .cardsTv .cardsContainer .card h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .cardsTv .cardsContainer .card p {
        font-size: 15px;
        line-height: 25px;
    }
    .cardsTv .cardsContainer .card a {
        font-size: 13px;
        line-height: 16px;
    }
    .devicesCardsTitle h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .cardsTv .cardsContainer .card .imageContainer {
        overflow: hidden;
    }
    .cardsSoundbox .iconsContainer {
        text-align: center;
    }

    .smartCamFloat{
        top: 30px;
        right: -10px;
    }
}

@media (max-width: 767.98px) and (orientation: landscape) {
    .soundboxHeader {
        padding-top: 65vh;
    }
    .slideMobileVideoContainer {
        text-align: center;
    }
    .slideMobile video {
        width: 300px;
        min-width: 300px;
        max-width: 300px;
    }
    .slideMobileFirst, .slideMobileSecond, .slideMobileThird {
        height: auto !important;
        padding-top: 25vh;
        padding-bottom: 25vh;
    }
    .slideMobileFourth, .slideMobileRewind, .slidePip {
        height: 300vh !important;
        padding-top: 0;
    }
    .slidePip .slidePIPTextContainer {
        bottom: 40vh;
    }
    .slideMobilePipText {
        background: rgba(0, 0, 0, 1);
    }
    .alexaRowSound {
        height: auto !important;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .newMobileRow {
        padding-top: 60vh;
    }
    .newMobileRow .videoMobile video {
        width: 70vh;
        height: 70vh;
        min-width: 70vh;
        min-height: 70vh;
        max-width: 70vh;
        max-height: 70vh;
        margin-bottom: 15vh;
        margin-top: 15vh;
    }
    .wifiRow .wifiText {
        top: 35vh;
    }
    .videoCompareRow {
        height: auto !important;
    }
}

/*Medium devices (tablets, less than 992px)*/

@media (max-width: 991.98px) {
    .card .textContainer.headerContainer .card-body {
        padding-bottom: 0;
    }
    .card .textContainer.paragraphContainer .card-body {
        padding-top: 0;
    }
    .cardsSoundbox .cardsContainer .card .imageContainer {
        margin-bottom: 0;
        margin-top: 2rem;
    }
}

@media (max-width: 1200px) {}

/* Samsung Galaxy S5 ----------- */

@media screen and (max-width: 360px) and (max-height: 640px) and (-webkit-min-device-pixel-ratio: 1) {}

@media only screen and (min-width: 360px) and (max-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {}

@media only screen and (min-width: 360px) and (max-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {}

/* Galaxy S10 ----------- */

@media only screen and (min-device-height: 412px) and (min-device-width: 869px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3.5) {}

@media only screen and (min-device-height: 412px) and (min-device-width: 869px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3.5) {}

/* iPhone 4 ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .intro .select_tv{
        padding-bottom: 2rem;
    }
    .intro .select_tv > p{
        font-size: 25px;
    }
    .intro .select_tv > div{
        height: 240px
    }
}

/*Pixel 2*/

@media only screen and (min-width: 411px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 2.6) {}

@media only screen and (min-width: 411px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 2.6) and (orientation: portrait) {}

@media only screen and (min-width: 411px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 2.6) and (orientation: landscape) {}

/*Pixel 2XL*/

@media only screen and (min-width: 411px) and (max-width: 823px) and (-webkit-min-device-pixel-ratio: 3.5) {}

@media only screen and (min-width: 411px) and (max-width: 823px) and (-webkit-min-device-pixel-ratio: 3.5) and (orientation: portrait) {}

@media only screen and (min-width: 411px) and (max-width: 823px) and (-webkit-min-device-pixel-ratio: 3.5) and (orientation: landscape) {}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {}

/* Portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .topMenuTV {
        top: 130px;
        display: grid;
        overflow-x: auto;
    }
    .topMenuTV ul li a img {
        max-width: 111px;
    }
    .soundboxHeader {
        padding-top: 40vh;
    }
    .soundboxHeader h1 {
        font-size: 2rem;
    }
    .soundboxHeader h2 {
        font-size: 1.25rem;
    }
    .wifiRow .wifiText {
        top: 45vh;
    }
}

/* Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .wifiRow .wifiText {
        top: 30vh;
    }
    .slidePip .slidePIPTextContainer img#logoSlidePipMobile {
        max-width: 137px;
    }
}

/* iPhone 6, 7, 8 ----------- */

/* Portrait and Landscape */

@media only screen and (min-width: 375px) and (max-height: 667px) and (-webkit-device-pixel-ratio: 2) {}

/* Portrait */

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .topMenuTV {
        top: 162px;
    }
}

/* Landscape */

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .topMenuTV {
        top: 162px;
    }
    .slidePip .slidePIPTextContainer {
        bottom: 30vh;
    }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {}

/* Portrait */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .topMenuTV {
        top: 177px;
    }
    .slidePip .slidePIPTextContainer {
        bottom: 8vh;
    }
}

/* Landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .topMenuTV {
        top: 177px;
    }
    .slidePip .slidePIPTextContainer {
        bottom: 20vh;
    }
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {}

/* Portrait */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .topMenuTV {
        top: 177px;
    }
    .wifiRow .wifiText {
        top: 46vh;
    }
    .slidePip .slidePIPTextContainer {
        bottom: 3vh;
    }
    .alexaRowSound {
        height: auto !important;
        padding-bottom: 3rem;
        padding-top: 3rem;
    }
}

/* Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .topMenuTV {
        top: 158px;
    }
    .soundboxHeader {
        padding-top: 75vh !important;
    }
    .newMobileRow {
        padding-top: 60vh;
    }
    .newMobileRow .videoMobile video {
        width: 80vh;
        height: 80vh;
        min-width: 80vh;
        min-height: 80vh;
        max-width: 80vh;
        max-height: 80vh;
    }
    .alexaRowSound {
        height: auto !important;
        padding-bottom: 3rem;
        padding-top: 3rem;
    }
    .slideMobileFirst, .slideMobileSecond, .slideMobileThird {
        height: auto !important;
        padding-top: 25vh;
        padding-bottom: 25vh;
    }
    .slideMobileFourth, .slideMobileRewind, .slidePip {
        height: 300vh !important;
        padding-top: 0;
    }
    .slidePip .slidePIPTextContainer {
        bottom: 30vh;
    }
    .slideMobilePipText {
        background: rgba(0, 0, 0, 1);
    }
    #ctaSlidePipMobile {
        text-align: center;
        background: rgba(0, 0, 0, 1);
        padding-bottom: 7vh;
    }
    .slideMobileVideoContainer {
        text-align: center;
    }
    .slideMobile video {
        width: 300px;
        min-width: 300px;
        max-width: 300px;
    }
}

/* ----------- iPhone 11 ----------- */

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    .topMenuTV {
        top: 127px;
    }
    .wifiRow .wifiText {
        top: 56vh;
    }
    .slidePip .slidePIPTextContainer {
        bottom: 3vh;
    }
    .alexaRowSound {
        height: auto !important;
        padding-bottom: 3rem;
        padding-top: 3rem;
    }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
    .topMenuTV {
        top: 158px !important;
    }
    .soundboxHeader {
        padding-top: 75vh !important;
    }
    .newMobileRow {
        padding-top: 60vh;
    }
    .newMobileRow .videoMobile video {
        width: 80vh;
        height: 80vh;
        min-width: 80vh;
        min-height: 80vh;
        max-width: 80vh;
        max-height: 80vh;
    }
    .alexaRowSound {
        height: auto !important;
        padding-bottom: 3rem;
        padding-top: 3rem;
    }
    .slideMobileFirst, .slideMobileSecond, .slideMobileThird {
        height: auto !important;
        padding-top: 25vh;
        padding-bottom: 25vh;
    }
    .slideMobileFourth, .slideMobileRewind, .slidePip {
        height: 300vh !important;
        padding-top: 0;
    }
    .slidePip .slidePIPTextContainer {
        bottom: 30vh;
    }
    .slideMobilePipText {
        background: rgba(0, 0, 0, 1);
    }
    #ctaSlidePipMobile {
        text-align: center;
        background: rgba(0, 0, 0, 1);
        padding-bottom: 7vh;
    }
    .slideMobileVideoContainer {
        text-align: center;
    }
    .slideMobile video {
        width: 300px;
        min-width: 300px;
        max-width: 300px;
    }
}

/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {}

/* Portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .topMenuTV {
        top: 158px;
    }
    .slidePip .slidePIPTextContainer {
        height: 32vh;
    }
    #ctaSlidePipMobile {
        text-align: center;
        padding-top: 3vh;
    }
}

/* Landscape */

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .newVideosRow h2 {
        margin-left: -70%;
    }
    .newVideosRow .bangContainer h2 {
        margin-left: -105%;
    }
}

/* ----------- iPad Air----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) {}

/* Portrait */

@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .topMenuTV {
        top: 157px;
    }
}

/* Landscape */

@media only screen and (min-width: 820px) and (max-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .topMenuTV {
        top: 155px;
    }
    .wifiRow .wifiText {
        top: 15vh;
    }
    .textPip h2 {
        font-size: 30px;
    }
    .scrollPip {
        padding-bottom: 25vh;
    }
}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {}

/* Portrait */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .topMenuTV {
        top: 142px;
    }
    .newVideosRow h2 {
        margin-left: -70%;
    }
    .newVideosRow .bangContainer h2 {
        margin-left: -105%;
    }
}

/* Landscape */

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}

/* ----------- Ana Movil" ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 412px) and (max-device-width: 877px) and (-webkit-min-device-pixel-ratio: 2.5) {}

/* Portrait */

@media only screen and (min-device-width: 412px) and (max-device-width: 877px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2.5) {
    .topMenuTV {
        top: 127px;
    }
    .soundboxHeader {
        padding-top: 25vh;
    }
    .slidePip .slidePIPTextContainer {
        bottom: 0vh;
    }
    .wifiRow .wifiText {
        top: 55vh !important;
    }
}

/* Landscape */

@media only screen and (min-device-width: 412px) and (max-device-width: 877px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2.5) {
    .topMenuTV {
        top: 158px;
    }
    .soundboxHeader {
        padding-top: 75vh !important;
    }
    .newMobileRow {
        padding-top: 60vh;
    }
    .newMobileRow .videoMobile video {
        width: 80vh;
        height: 80vh;
        min-width: 80vh;
        min-height: 80vh;
        max-width: 80vh;
        max-height: 80vh;
    }
    .alexaRowSound {
        height: auto !important;
        padding-bottom: 3rem;
        padding-top: 3rem;
    }
    .slideMobileFirst, .slideMobileSecond, .slideMobileThird {
        height: auto !important;
        padding-top: 25vh;
        padding-bottom: 25vh;
    }
    .slideMobileFourth, .slideMobileRewind, .slidePip {
        height: 300vh !important;
        padding-top: 0;
    }
    .slidePip .slidePIPTextContainer {
        bottom: 30vh;
    }
    .slideMobilePipText {
        background: rgba(0, 0, 0, 1);
    }
    #ctaSlidePipMobile {
        text-align: center;
        background: rgba(0, 0, 0, 1);
        padding-bottom: 7vh;
    }
    .slideMobileVideoContainer {
        text-align: center;
    }
    .slideMobile video {
        width: 300px;
        min-width: 300px;
        max-width: 300px;
    }
    .wifiRow .wifiText {
        top: 25vh;
    }
    .slidePip .slidePIPTextContainer {
        bottom: 20vh;
    }
}

/* ----------- Non-Retina Screens ----------- */

@media screen and (min-width: 1200px) and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    .scrollPip {
        padding-bottom: 35vh;
    }
}

@media screen and (min-width: 1701px) and (max-width: 2560px) and (-webkit-min-device-pixel-ratio: 1) {}

@media screen and (min-width: 1280px) and (max-height: 950px) and (-webkit-min-device-pixel-ratio: 1) {}

@media screen and (min-width: 1280px) and (max-height: 800px) and (-webkit-min-device-pixel-ratio: 1) {}

/*Ana*/

@media screen and (max-width: 1440px) and (max-height: 900px) and (-webkit-min-device-pixel-ratio: 1) {}

@media screen and (max-width: 1280px) and (max-height: 720px) and (-webkit-min-device-pixel-ratio: 1) {}

@media screen and (max-width: 1280px) and (max-height: 800px) and (-webkit-min-device-pixel-ratio: 1) {}

@media screen and (max-width: 1280px) and (max-height: 950px) and (-webkit-min-device-pixel-ratio: 1) {}

@media screen and (max-width: 1920px) and (max-height: 1080px) and (-webkit-min-device-pixel-ratio: 1) {}

@media screen and (max-width: 1366px) and (max-height: 768px) and (-webkit-min-device-pixel-ratio: 1) {}

@media screen and (max-width: 1400px) and (max-height: 720px) and (-webkit-min-device-pixel-ratio: 1) {
    .soundboxHeader {
        padding-top: 30vh;
    }
    .wifiRow .wifiText {
        top: 15vh;
    }
}

/*Ipod*/

@media screen and (max-width: 320px) and (max-height: 568px) and (-webkit-min-device-pixel-ratio: 1) {}

/*Breakpoints Nuevo TV*/