/*@import url(https://fonts.googleapis.com/css?family=Inter);*/
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Exo 2", sans-serif;
    margin: 0px;
}

button:focus, input:focus, div:focus { outline: none; }

figure {
    margin: 0 auto;
}

.ui-autocomplete {
    z-index: 99999 !important;
}
.ui-widget {
    font-family: "Exo 2", sans-serif;
}
.ui-widget.ui-widget-content {
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    margin-top: 0.7vw;
    padding: 0.5vw;
}
.ui-autocomplete {
    max-height: 50%;
    overflow-y: auto;
    overflow-x: hidden;
}
.ui-state-active:hover {
    border: none !important;
	background: #0081BF !important;
	font-weight: normal;
	color: #ffffff;
}
.m-dsk {
    display: block !important;
}
.m-mob {
    display: none !important;
}
.menu-mob {
    display: none;
}
.search-item {
    padding: 0.5vw !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #f5f5f5;
}
.search-item:last-child {
    border-bottom: none;
}
.search-item img {
    height: 3vw;
}

.header-nav {
    height: 90px;
    padding: 0 9.18947vw;
    margin: 0;
}
.main-content {
    position: relative;
    padding: 90px 9.18947vw 0 9.18947vw;
}

.slider {
    position: relative;
    width: 100%;
    height: 33.609vw;
    overflow: hidden;
}
.slider-items {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    transition: margin-left .3s ease;
}
.slider-item {
    position: relative;
}
.slider-item, .slider-item img {
    width: 80.744vw;
    height: auto;
}
.slider-prev {
    position: absolute;
    z-index: 1;
    top: 16vw;
    left: 1.2vw;
    width: 3.098vw;
    cursor: pointer;
}
.slider-next {
    position: absolute;
    z-index: 1;
    top: 16vw;
    right: 1.2vw;
    width: 3.098vw;
    cursor: pointer;
}
.slider-bullets {
    position: absolute;
    z-index: 1;
    top: 29vw;
    left: 50%;
    transform: translateX(-50%);
    border: solid 1px #fff;
    border-radius: 70px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    padding: 0.8vw;
}
.slider-bullet {
    width: 0.775vw;
    height: 0.775vw;
    background-color: rgb(255 255 255 / 30%);
    border-radius: 50%;
    margin-right: 0.7vw;
}
.slider-bullet:last-child {
    margin-right: 0vw;
}
.slider-bullet-active {
    background-color: #fff;
}
.slider-button {
    position: absolute;
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    background-color: transparent;
    border: solid 2px #fff;
    color: #fff;
    border-radius: 130px;
    padding: 12px 24px;
    top: 23vw;
    left: 8vw;
}
.slider-button:hover {
    background-color: #fff;
    color: #000;
}
.slider-button-blue {
    position: absolute;
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    background-color: #0081BF;
    border: none;
    color: #fff;
    border-radius: 130px;
    padding: 12px 24px;
    top: 23vw;
    left: 8vw;
}
.slider-button-blue:hover {
    background-color: #005680;
}

.logo-nav img {
    width: 82.77px;
}
.navbar-nav {
    margin-left: 5%;
}
.navbar-nav .nav-link {
    color: #000 !important;
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 0 20px !important;
}
.navbar-nav .nav-link:hover {
    text-decoration: none;
    color: #0081BF !important;
}
.nav-search {
    position: relative;
    width: 39.195%;
}
#search-input {
    border: solid 2px #f5f5f5;
    border-radius: 50px;
    font-family: "Exo 2", sans-serif;
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #a5a5a5;
    padding: 6px 45px 6px 15px;
    width: 100%;
}
#search-input::placeholder {
    color: #a5a5a5;
}
.search-icon {
    position: absolute;
    width: 18px;
    right: 18px;
    top: 10px;
}
.nav-menu {
    position: fixed;
    top: 90px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #000;
    border-top: 1px solid #F5F5F5;
    box-shadow: 0px 2px 15px 1px #0000001A;
    background-color: #fff;
    z-index: 9;
    padding: 20px 30px;
    display: none;
}
.nav-menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.nav-menu ul li {
    height: 3.7vw;
    line-height: 3.7vw;
}
.nav-menu ul li a {
    color: #000;
    text-decoration: none;
}
.nav-menu ul li a:hover {
    text-decoration: none;
    color: #000;
    font-weight: 600;
}
.nav-menu-productos {
    left: 16.7vw;
}
.nav-menu-postventa {
    left: 23.8vw;
}
.nav-menu-noticias {
    left: 30.6vw;
}
.nav-menu-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.nav-menu-content .subcategories {
    padding: 1vw 0 0 2vw;
    margin-left: 2vw;
    border-left: solid 2px #f5f5f5;
    display: none;
}
.nav-menu-content .subcategories-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    opacity: 0;
}
.nav-menu-content .subcategories a {
    color: #000;
    font-family: "Exo 2", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    letter-spacing: 0.05em;
}
.nav-menu-content .subcategories .subcategories-items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-top: 1vw;
}
.nav-menu-content .subcategories .subcategories-item {
    width: 7.125vw;
    height: 7.125vw;
    border: solid 1px #f5f5f5;
    border-radius: 10px;
    margin-right: 0.8vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1vw;
    cursor: pointer;
    flex-wrap: nowrap;
}
.nav-menu-content .subcategories .subcategories-item:last-child {
    margin-right: 0vw;
}
.nav-menu-content .subcategories .subcategories-item img {
    height: 100%;
}
.nav-menu-content .subcategories .subcategories-item span {
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
}

.destacados {
    position: relative;
    width: 100%;
    padding: 0 8%;
    margin: 6% 0;
}
.destacados-items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}
.destacados-item {
    width: 14.972vw;
    position: relative;
}
.destacados-item img {
    width: 100%;
}
.destacados-item-producto {
    border: solid 1px #f5f5f5;
    border-radius: 15px;
}
.destacados-title {
    position: absolute;
    font-family: "Exo 2", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    color: #fff;
    top: 76%;
    left: 16%;
}
.destacado-img {
    width: 100%;
}
.destacado-img img {
    width: 46.88%;
    margin: 16% 0 8% 0;
    transition: transform 0.3s ease;
    cursor: pointer;
}
.destacado-simple-img {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.destacado-simple-img img:hover {
    transform: scale(1.05);
}
.destacado-anim-img {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.destacado-anim-img .t_image {
    margin-left: -26%;
    transition: all .3s ease;
}
.destacado-anim-img:hover .t_image {
    margin-left: -14%;
}
.destacado-colors {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.destacado-color-item {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: solid 1px #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 2%;
    cursor: pointer;
}
.destacado-color-item-selected {
    border: solid 1px #cdcdcd !important;
}
.destacado-color-item:hover {
    border: solid 1px #cdcdcd;
}
.destacado-color {
    width: 20px;
    height: 20px;
    background-color: #000;
    border-radius: 50%;
    pointer-events: none;
}
.destacado-titulo {
    position: relative;
    width: 100%;
    font-family: "Exo 2", sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    text-align: center;
    padding: 8% 20%;
    display: block;
    color: #000;
    min-height: 20%;
}
.destacado-size {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.destacado-size span {
    border: solid 1px #c3c3c3;
    color: #c3c3c3;
    padding: 1% 5.6%;
    border-radius: 5px;
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.info-btn {
    background-color: #0081BF;
    border: none;
    color: #fff;
    border-radius: 130px;
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    padding: 4% 15%;
    margin: 8% auto 4% auto;
    display: block;
}
.info-btn:hover {
    background-color: #005680;
}
.comparar-input {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
    cursor: pointer;
}
.comparar-input input {
    cursor: pointer;
}
.comparar-input label {
    font-family: "Exo 2", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: #a5a5a5;
    padding: 0 2%;
    cursor: pointer;
}
.smartphones {
    position: relative;
}
.smartphones-bg {
    width: 100%;
}
.smartphones-img {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.smartphones-menu {
    position: absolute;
    top: 0px;
    color: #fff;
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    font-weight: 500;
    z-index: 1;
    top: 17.3%;
    width: 26.73%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(255 255 255 / 10%);
    border-radius: 110px;
    padding: 10px;
}
.smartphones-items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}
.smartphones-menu a {
    color: #fff;
    text-decoration: none;
}
.smartphones-menu a:hover {
    color: #fff;
    text-decoration: underline;
}
.smartphones-item {
    font-family: "Exo 2", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
.novedades {
    position: relative;
    width: 100%;
}
.novedades-titulo {
    font-family: "Exo 2", sans-serif;
    font-size: 40px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin: 5% 0 3% 0;
}
.novedades-titulo-listado {
    margin: 8% 0 3% 0;
}
.novedades-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.novedades-item {
    width: 32.226%;
    cursor: pointer;
    margin-right: 1.2vw;
}
.novedades-item:nth-child(3n) {
    margin: 0px;
}
.novedades-item a {
    text-decoration: none;
}
.novedad-img {
    width: 100%;
    overflow: hidden;
    height: 52%;
    border-radius: 14px;
}
.novedad-img img {
    width: 100%;
}
.novedad-titulo {
    font-family: "Exo 2", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: #000;
    width: 71%;
    text-align: left;
    margin: 7% 0 3.5% 0;
}
.novedad-fecha {
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #a5a5a5;
    margin-bottom: 20%;
}
.novedad-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 5vw;
    margin-top: 5vw;
}
.novedad-detalle-img {
    width: 50vw;
}
.novedad-detalle-img img {
    width: 100%;
}
.novedad-detalle {
    width: 50vw;
    margin-left: 2vw;
}
.novedad-detalle .site-breadcrumb {
    padding: 1vw 0 0 0;
    border-bottom: solid 2px #a5a5a5;
}
.novedad-detalle .novedad-title {
    font-family: "Exo 2", sans-serif;
    font-size: 54px;
    font-weight: 600;
    line-height: 64px;
    color: #000;
    margin: 1vw 0 2vw 0;
    display: block;
}
.novedad-detalle .novedad-date {
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #a5a5a5;
    margin: 1vw 0 2vw 0;
    display: block;
}
.novedad-detalle .novedad-description {
    font-family: "Exo 2", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #000;
    margin: 1vw 0 2vw 0;
    display: block;
}
.novedad-detalle .novedad-description img {
    height: auto;
}
.novedad-detalle button {
    font-family: "Exo 2", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    border-radius: 130px;
    background-color: #0081BF;
    color: #fff;
    padding: 12px 24px;
    border: none;
    margin: 1.5vw 0 0 auto;
    display: block;
}
.novedad-detalle button:hover {
    background-color: #005680;
}
.novedad-detalle .compartir {
    width: 6.5vw;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}
.novedad-detalle .compartir span {
    margin: 0 0.5vw 0 0;
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.comparar-titulo {
    font-family: "Exo 2", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    color: #000;
    margin: 0 0 2vw 0;
}
.modelo button {
    font-family: "Exo 2", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    border-radius: 130px;
    background-color: #0081BF;
    color: #fff;
    padding: 12px 24px;
    border: none;
    margin: 1.5vw auto 0 auto;
    display: block;
}
.modelos {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.modelo select {
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    padding: 10px 16px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 1.4vw;
}
.modelo {
    width: 14.869vw;
}
.modelo img {
    width: 100%;
}
.modelos-specs {
    border: solid 1px #f5f5f5;
    margin: 3vw 0 6vw 0;
    padding: 0.5vw 3vw 0vw 3vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.modelos-spec {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: solid 1px #cdcdcd;
    padding: 2vw 0;
}
.modelos-spec:last-child {
    border-bottom: none;
}
.modelos-spec-title {
    font-family: "Exo 2", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    color: #000;
    width: 10vw;
}
.modelos-spec-item {
    width: 15vw;
}
.modelos-spec-item .title {
    font-family: "Exo 2", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    color: #0081BF;
}
.modelos-spec-detail {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 1.2vw;
}
.modelos-spec-detail div:first-child {
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #000;
}
.modelos-spec-detail div:nth-child(2) {
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #000;
}

footer {
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #000;
    color: #fff;
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    font-weight: 500;    
}

.footer-menu {
    width: 74%;
    padding-left: 9.18947vw;
    padding-top: 2%;
}
.footer-top {
    display: flex;
    flex-direction: row;
    border-bottom: solid 2px #434343;
    justify-content: space-between;
    padding-bottom: 1.9%;
}
.redes {
    width: 9%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.redes img {
    width: 100%;
}
.footer-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 2%;
}
.footer-bottom-menu {
    width: 60%;
}
.footer-bottom-menu a {
    color: #fff;
    padding: 0 4.5% 0 0;
    text-decoration: none;
}
.footer-bottom-menu a:hover {
    color: #fff;
    text-decoration: underline;
}

.stores-modal {
    position: fixed;
    background-color: rgb(0 0 0 / 70%);
    z-index: 9999;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: none;
}
.modal-bg {
    position: absolute;
    width: 31.563%;
    background-color: #fff;
    border-radius: 10px;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    padding: 1.8%;
}
.modal-close {
    position: absolute;
    top: 1.55vw;
    right: 6%;
    cursor: pointer;
    width: 1.4975vw;
}
.modal-title {
    font-family: "Exo 2", sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
}
.modal-stores {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 1vw;
}
.modal-store {
    border: solid 1px #cdcdcd;
    border-radius: 10px;
    margin: 0.5vw 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    height: 4.5vw;    
}
.modal-img {
    width: 7.6vw;
}
.modal-arrow {
    width: 1.65vw;
    margin-right: 1vw;
}
.productos {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 6% 0;
}
.productos-empty {
    width: 60vw;
    text-align: center;
    padding: 5vw 0;
    font-size: 14px;
}
.productos-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    width: 100%;
}
.productos-item {
    width: 14vw;
    position: relative;
    margin-bottom: 2.8%;
    margin-right: 0.8vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.productos-item:nth-child(4n) {
    margin-right: 0vw;
}
.productos-item img {
    width: 100%;
}
.productos-item a {
    text-decoration: none;
}
.productos-item-producto {
    border: solid 1px #f5f5f5;
    border-radius: 15px;
}
.productos-title {
    position: absolute;
    font-family: "Exo 2", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    color: #fff;
    top: 76%;
    left: 16%;
}
.compare-products {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    background-color: #fff;
    height: 12vw;
    z-index: 2147483648;
    padding: 0 9.18947vw;
    display: none;
}
.compare-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
}
.compare-items {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.compare-item {
    position: relative;
    width: 20vw;
    border: solid 1px #cdcdcd;
    border-radius: 15px;
    padding: 1vw 1.5vw;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-right: 2vw;
    align-items: center;
}
.compare-img {
    width: 25%;
}
.compare-text {
    font-family: "Exo 2", sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    padding: 0 2.5vw 0 1.5vw;
}
.compare-close {
    position: absolute;
    top: 1vw;
    right: 0.7vw;
    width: 1.6521vw;
    cursor: pointer;
}
.compare-menu {
    width: 18vw;
}
.compare-send {
    background-color: #0081BF;
    border: none;
    color: #fff;
    border-radius: 130px;
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    padding: 4% 25%;
    margin: 8% auto 4% auto;
    display: block;
}
.compare-send:hover {
    background-color: #005680;
}
.compare-cancel {
    background-color: #fff;
    border: solid 1px #f5f5f5;
    color: #000;
    border-radius: 130px;
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    padding: 4% 25%;
    margin: 8% auto 4% auto;
    display: block;
}
.compare-cancel:hover {
    background-color: #c5c5c5;
    color: #fff;
}
.producto-img {
    width: 100%;    
}
.producto-img img {
    width: 46.88%;
    margin: 16% 0 8% 0;
    transition: transform 0.3s ease;
    cursor: pointer;
}
.product-simple-img {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.product-simple-img img:hover {
    transform: scale(1.05);
}
.product-anim-img {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.product-anim-img .t_image {
    margin-left: -26%;
    transition: all .3s ease;
}
.product-anim-img:hover .t_image {
    margin-left: -14%;
}
.producto-colors {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.producto-color-item {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: solid 1px #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 2%;
    cursor: pointer;
}
.producto-color-item:hover {
    border: solid 1px #cdcdcd;
}
.producto-color-item-selected {
    border: solid 1px #cdcdcd !important;
}
.producto-color {
    width: 20px;
    height: 20px;
    background-color: #000;
    border-radius: 50%;
    pointer-events: none;
}
.producto-titulo {
    position: relative;
    width: 100%;
    font-family: "Exo 2", sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    text-align: center;
    padding: 8% 20%;
    display: block;
    color: #000;
}
.producto-size {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.producto-size span {
    border: solid 1px #c3c3c3;
    color: #c3c3c3;
    padding: 1% 5.6%;
    border-radius: 5px;
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.productos-top {
    position: relative;
    margin-top: 4%;
    margin-bottom: 2%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.productos-filters {
    width: 70%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    min-height: 2vw;
}
.filter-item {
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #828282;
    border: solid 1px #f5f5f5;
    padding: 2px 16px;
    border-radius: 5px;
    margin-right: 1.5%;
    margin-bottom: 0.5vw;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.filter-item-close {
    width: 11px;
    margin-left: 0.6vw;
    cursor: pointer;
}
.productos-content {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.productos-order {
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.07px;
    display: flex;
}
.productos-order-options {
    position: absolute;
    background-color: #fff;
    width: 10vw;
    height: 2.4vw;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0px 2px 15px 1px #0000001A;
    right: 0px;
    top: 1.3vw;
    display: none;
}
.productos-order-option {
    line-height: 2.4vw;
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding-left: 1vw;
    cursor: pointer;
}
.productos-order-option:hover {
    text-decoration: underline;
}
.productos-order-select {
    color: #0081BF;
    margin-left: 0.2vw;
    cursor: pointer;
}
.productos-menu {
    width: 24vw;
    border: solid 1px #e9e9e9;
    margin-right: 2.5%;
}
.productos-menu-group {
    border-bottom: solid 1px #e9e9e9;
}
.productos-menu-group-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}
.productos-menu-group-title .products-arrow {
    cursor: pointer;
    width: 1.0844vw;
}
.productos-menu-group-items {
    padding: 0px 20px 10px 20px;
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    text-align: left;
    color: #000;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}
.productos-menu-group-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    height: 40px;
    width: 100%;
    cursor: pointer;
    padding-left: 0.5vw;
}
.productos-menu-group-item:hover {
    background-color: #f5f5f5;
}
.productos-menu-group-item label {
    width: 100%;
    cursor: pointer;
}
.productos-menu-group-item input {
    margin-right: 0.5vw;
    cursor: pointer;
}
.producto-menu {
    position: relative;
    top: 90px;
    width: 100%;
    background-color: #000;
    z-index: 1;
}
.producto-menu-titulo {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    font-family: "Exo 2", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin-left: 9.18947vw;
    padding: 1.446vw 0;
    width: 26vw;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.producto-menu-btn {
    position: absolute;
    top: 0.86vw;
    right: 0px;
    color: #fff;
    background-color: #000;
    border: solid 2px #fff;
    font-family: "Exo 2", sans-serif;
    border-radius: 130px;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    margin-right: 9.18947vw;
    padding: 0.3vw 1vw;
    cursor: pointer;
    z-index: 1;
}
.producto-menu-items {
    color: #fff;
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.05em;
    width: 100%;
    text-align: center;
    display: block;
    padding: 1.446vw 0;
}
.producto-menu-items a {
    color: #fff;
    padding: 0 1vw;
    text-decoration: none;
}
.producto-menu-items a:hover {
    color: #fff;
}
.producto-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 4vw;
}
.btn-3d {
    position: relative;
    background-color: #0081bf;
    color: #fff;
    right: 0;
    padding: 0;
    border-radius: 4px;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
    width: 3.614vw;
    height: 3vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.btn-3d-fs {
    position: absolute;
    right: 1vw;
    bottom: 0px;
    z-index: 1;
    width: 2vw;
    cursor: pointer;
}
.btn-3d-fs img {
    width: 100% !important;
}
.producto-images {
    width: 100vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
}
.producto-detail {
    width: 100%;
}
.producto-detail h2 {
    font-family: "Exo 2", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    color: #000;
}
.producto-detail h5 {
    font-family: "Exo 2", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    color: #A5A5A5;
}
.producto-detail-colors {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.producto-detail-color-item {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid 1px #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 3% 2% 1% 0;
    cursor: pointer;
}
.producto-detail-color-item-selected {
    border: solid 1px #0081BF;
}
.producto-detail-color {
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 50%;
    pointer-events: none;
}
.producto-detail-color-text {
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.producto-detail-text {
    margin-top: 2.5vw;
}
.producto-detail-description {
    font-family: "Exo 2", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #A5A5A5;
    margin-bottom: 1.8vw;
}
.producto-detail-icons {
    width: 100%;
}
.producto-detail-icons img {
    width: 3.821vw;
    margin-right: 1.2vw;
}
.producto-slider {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.producto-slider-thumb {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    z-index: 1;
}
.producto-slider-thumb-content {
    height: 18.8vw;
    overflow: hidden;
}
.producto-slider-thumb-items {
    transition: margin .3s ease;
}
.producto-slider-thumb-item {
    width: 3.614vw;
    height: 3.614vw;
    border: solid 1px #cdcdcd;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.1vw;
    margin-bottom: 1.4vw;
    cursor: pointer;
}
.producto-slider-thumb-item:hover {
    border: solid 1px #0081BF;
}
.producto-slider-thumb-item-selected {
    border: solid 1px #0081BF;
}
.producto-slider-thumb-item img {
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
}
.product-slider-up, .product-slider-down {
    padding: 1vw;
    cursor: pointer;
    width: 3.65vw;
}
.producto-slider-img {
    width: 36vw;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0 1vw;
    max-height: 40vw;
    position: relative;
}
.producto-slider-img img {
    width: auto;
    height: 100%;
}
.comparar-btn {
    display: block;
    margin: 1.6vw auto;
    background-color: #0081BF;
    border-radius: 130px;
    font-family: "Exo 2", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    padding: 12px 24px 12px 24px;
    border: none;
    color: #fff;
}
.comparar-btn:hover {
    background-color: #005680;
}
.producto-video {
    width: 100%;
    height: 45.328vw;
}
.producto-video video {
    width: 100%;
    height: 100%;
}
.producto-block {
    position: relative;
    width: 100%;
}
.producto-block h1 {
    width: 100%;
    text-align: center;
    font-family: "Exo 2", sans-serif;
    font-size: 54px;
    font-weight: 600;
    line-height: 64px;
    color: #000;
    margin: 4vw 0 1vw 0;
}
.producto-block img {
    max-width: 100%;
    height: auto;
}
.producto-block-min {
    padding: 0 9.18947vw;
}
.producto-block-full {
    padding: 0px;
}
.especificaciones {
    padding: 0 9.18947vw;
}
.especificaciones-titulo {
    font-family: "Exo 2", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    color: #000;
    width: 100%;
    text-align: center;
    margin: 5vw 0 2vw 0;
}
.especificaciones-detalle {
    border: solid 1px #cdcdcd;
    padding: 0 2.7vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 2vw;
}
.especificaciones-detalle-item {
    border-bottom: solid 1px #cdcdcd;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 2vw 0 0 0;
}
.especificaciones-detalle-item:last-child {
    border-bottom: none;
}
.especificaciones-detalle-title {
    font-family: "Exo 2", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    color: #000;
    width: 28vw;
}
.especificaciones-detalle-specs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}
.especificaciones-detalle-spec {
    width: 18vw;
    margin-bottom: 2vw;
}
.especificaciones-detalle-spec-full {
    width: 54vw;
    margin-bottom: 2vw;
}
.spec-title {
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 27px;
    color: #000;
    padding: 2% 1%;
    margin-right: 5%;
}
.spec-description {
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #000;
    padding: 2% 1%;
}
.descargas {
    padding: 0 9.18947vw;
}
.descargas-titulo {
    font-family: "Exo 2", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    color: #000;
    width: 100%;
    text-align: center;
    margin: 5vw 0 2vw 0;
}
.descargas-items {
    padding: 0 2.7vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 2vw;
    align-items: center;
}
.descargas-item {
    width: 31vw;
    border: solid 1px #cdcdcd;
    border-radius: 10px;
    padding: 1.6vw 2.2vw;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 1vw;
}
.descargas-item:last-child {
    margin-bottom: 0vw;
}
.descargas-text {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 13vw;
    margin-right: 3vw;
}
.descargas-text span {
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #000;
}
.descargas-text span:nth-child(2) {
    color: #a5a5a5;
}
.descargas-text p {
    margin: 0px;
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.descargas-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.descargas-btn button {
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    border-radius: 130px;
    background-color: #0081BF;
    color: #fff;
    padding: 12px 40px;
    border: none;
}
.descargas-btn button:hover {
    background-color: #005680;
}
.site-breadcrumb {
    padding: 3vw 0 1vw 0;
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #a5a5a5;
}
.breadcrumb-item.active {
    color: #a5a5a5;
}
.site-breadcrumb a {
    color: #a5a5a5;
    text-decoration: none;
}
.site-breadcrumb a:hover {
    color: #a5a5a5;
}
.section-title {
    width: 100%;
    font-family: "Exo 2", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    margin: 0 0 1.5vw 0;
}
.section-text {
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #a5a5a5;
    margin-bottom: 5vw;
}
.preguntas-frecuentes-top {
    position: relative;
    width: 100%;
}
.preguntas-frecuentes-top img {
    width: 100%;
}
.preguntas-frecuentes-top span {
    position: absolute;
    top: 5.5vw;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Exo 2", sans-serif;
    font-size: 54px;
    font-weight: 600;
    line-height: 64px;
    width: 50%;
    color: #0081BF;
}
.preguntasfrecuentes-title {
    width: 100%;
    font-family: "Exo 2", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    margin: 4vw 0 1.5vw 0;
}
.preguntas {
    position: relative;
    width: 65.256vw;
    left: 50%;
    transform: translateX(-50%);
    padding: 1vw 1vw 6vw 1vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.pregunta {
    border: solid 1px #f4f4f4;
    margin-bottom: 1.5vw;
}
.pregunta-titulo {
    padding: 1.3681vw 1.5vw 1.3681vw 2.5vw;
    border-bottom: solid 2px #cdcdcd;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    font-family: "Exo 2", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #000;
}
.pregunta-desplegable {
    width: 1.807vw;
    cursor: pointer;
}
.pregunta-detalle {
    padding: 1.3681vw 1.5vw 1.3681vw 2.5vw;
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #a5a5a5;
    display: none;
}
.servicio-tecnico-top {
    position: relative;
    width: 100%;
}
.servicio-tecnico-top img {
    width: 100%;
}
.servicio-tecnico-top span {
    position: absolute;
    top: 5.5vw;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Exo 2", sans-serif;
    font-size: 54px;
    font-weight: 600;
    line-height: 64px;
    width: 80%;
    text-align: center;
    color: #fff;
}
.asistencia {
    border: solid 1px #f5f5f5;
    margin: 4vw 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.asistencia img {
    width: 40vw;
}
.asistencia-text {
    padding: 4vw 6.6vw;
}
.asistencia-text h1 {
    font-family: "Exo 2", sans-serif;
    font-size: 54px;
    font-weight: 600;
    line-height: 64px;
    color: #000;
}
.asistencia-text span {
    font-family: "Exo 2", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}
.asistencia button {
    font-family: "Exo 2", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    border-radius: 130px;
    background-color: #0081BF;
    color: #fff;
    padding: 12px 24px;
    border: none;
    margin-top: 1.5vw;
    display: block;
}
.asistencia button:hover {
    background-color: #005680;
}
.atencion-personalizada h2 {
    font-family: "Exo 2", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    width: 100%;
    color: #000;
}
.atencion-personalizada span {
    display: block;
    position: relative;
    font-family: "Exo 2", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    color: #000;
    width: 52%;
    margin: 0 auto 3vw auto;
}
.sobrezte-top {
    position: relative;
    width: 100%;
}
.sobrezte-top img {
    width: 100%;
}

.sobrezte-item-1 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: 6vw 0;
}
.sobrezte-item-1 img {
    width: 40vw;
    margin-left: 3vw;
}
.sobrezte-item-2 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: 0 0 3vw 0;
}
.sobrezte-item-2 img {
    width: 41vw;
    margin-right: 5vw;
}
.sobrezte-item h1 {
    color: #000;
    font-family: "Exo 2", sans-serif;
    font-size: 54px;
    font-weight: 600;
    line-height: 64px;
    width: 56%;
}
.sobrezte-item span {
    font-family: "Exo 2", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #a5a5a5;

}
.novedades-title {
    color: #000;
    width: 100%;
    font-family: "Exo 2", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    margin: 4vw 0 3vw 0;
}

@media screen and (max-width: 1600px) {
    .navbar-nav .nav-link {
        font-size: 0.9vw;
        padding: 0 0.9vw !important;
    }
    .destacado-titulo {
        font-size: 1.2vw;
        line-height: 1.5vw;
    }
    .destacados-title {
        font-size: 1.7vw;
        line-height: 1.8vw;
    }
    .destacado-size span {
        font-size: 0.8vw;
    }
    .destacado-color-item {
        width: 1.4vw;
        height: 1.4vw;
    }
    .destacado-color {
        width: 0.8vw;
        height: 0.8vw;
    }
    .novedades-titulo {
        font-size: 2.2vw;
    }
    .novedad-titulo {
        font-size: 1.3vw;
        line-height: 1.5vw;
    }
    .novedad-fecha {
        font-size: 0.95vw;
        line-height: 1.4vw;
    }
    #search-input {
        border-radius: 2vw;
        font-size: 0.9vw;
        line-height: 1.4vw;
        padding: 0.3vw 2.5vw 0.3vw 0.9vw;
    }
    .search-icon {
        width: 1vw;
        right: 1vw;
        top: 0.6vw;
    }
    footer {
        font-size: 0.9vw;
    }
    .redes {
        width: 12%;
    }
    .info-btn {
        font-size: 0.7vw;
        line-height: 1.1vw;
    }
    .smartphones-item {
        font-size: 1.1vw;
        line-height: 1.6vw;
    }
    .producto-titulo {
        font-size: 1.1vw;
        line-height: 1.5vw;
    }
    .compare-text {
        font-size: 1.1vw;
        line-height: 1.5vw;
    }
    .compare-send, .compare-cancel {
        font-size: 0.7vw;
        line-height: 1.1vw;
    }
    .productos-empty {
        font-size: 1vw;
    }
    .productos-title {
        font-size: 1.7vw;
        line-height: 1.8vw;
    }
    .producto-color-item {
        width: 1.4vw;
        height: 1.4vw;
    }
    .producto-color {
        width: 0.8vw;
        height: 0.8vw;
    }
    .producto-size span {
        font-size: 0.8vw;
    }
    .productos-item-producto {
        border-radius: 0.7vw;
    }
    .productos-order {
        font-size: 0.9vw;
        line-height: 1.4vw;
    }
    .productos-menu-group-title {
        padding: 0.6vw 1vw;
        font-size: 1vw;
        line-height: 1.8vw;
    }
    .productos-menu-group-items {
        padding: 0px 1vw 0.5vw 1vw;
        font-size: 0.9vw;
        line-height: 1.5vw;
    }
    .productos-menu-group-item {
        height: 2.4vw;
    }
    .producto-menu-titulo {
        font-size: 1.3vw;
        line-height: 2.3vw;
    }
    .producto-menu-items {
        font-size: 1vw;
        line-height: 2.4vw;
    }
    .producto-detail h2 {
        font-size: 2.3vw;
        line-height: 3.2vw;
    }
    .producto-detail h5 {
        font-size: 1vw;
        line-height: 1.8vw;
    }
    .producto-detail-color-item {
        width: 2.8vw;
        height: 2.8vw;
    }
    .producto-detail-color {
        width: 2.1vw;
        height: 2.1vw;
    }
    .producto-detail-color-text {
        font-size: 1vw;
        line-height: 1.8vw;
    }
    .producto-detail-description {
        font-size: 1vw;
        line-height: 1.6vw;
    }
    .producto-block h1 {
        font-size: 2.8vw;
        line-height: 3.2vw;
        margin: 3vw 0 1vw 0;
    }
    .producto-block p {
        font-size: 1.1vw;
        line-height: 1.6vw;
    }
    .especificaciones-titulo {
        font-size: 2.1vw;
        line-height: 3.2vw;
    }
    .comparar-btn {
        font-size: 1vw;
        line-height: 2vw;
        padding: 0.6vw 1vw;
    }
    .especificaciones-detalle-title {
        font-size: 1.6vw;
        line-height: 3.4vw;
    }
    .spec-title, .spec-description {
        font-size: 1vw;
        line-height: 1.4vw;
    }
    .descargas-titulo {
        font-size: 2vw;
        line-height: 2.6vw;
    }
    .descargas-text span {
        font-size: 0.9vw;
        line-height: 1.4vw;
    }
    .descargas-btn button {
        font-size: 0.7vw;
        line-height: 1.2vw;
        padding: 0.5vw 2.5vw;
    }
    .comparar-input label {
        font-size: 0.6vw;
        line-height: 1.3vw;
    }
    .site-breadcrumb {
        font-size: 0.8vw;
        line-height: 1.2vw;
    }
    .site-breadcrumb ol {
        margin: 0.5vw;
    }
    .section-title {
        font-size: 2.3vw;
        line-height: 3.8vw;
    }
    .section-text {
        font-size: 1vw;
        line-height: 1.5vw;
    }
    .sobrezte-item h1 {
        font-size: 2.5vw;
        line-height: 4.3vw;
    }
    .sobrezte-item span {
        font-size: 1.1vw;
        line-height: 1.7vw;
    }
    .servicio-tecnico-top span {
        font-size: 2.9vw;
        line-height: 3.9vw;
    }
    .asistencia-text h1 {
        font-size: 2.9vw;
        line-height: 3.9vw;
    }
    .asistencia-text span {
        font-size: 1.1vw;
        line-height: 1.7vw;
    }
    .asistencia-text {
        padding: 3vw 4vw 3vw 6vw;
    }
    .asistencia button {
        font-size: 1.1vw;
        line-height: 1.7vw;
        padding: 0.6vw 1.7vw;
    }
    .atencion-personalizada h2 {
        font-size: 2.8vw;
        line-height: 4.7vw;
    }
    .atencion-personalizada span {
        font-size: 1.1vw;
        line-height: 1.7vw;
        width: 54%;
    }
    .preguntas-frecuentes-top span {
        font-size: 2.9vw;
        line-height: 4.1vw;
    }
    .preguntasfrecuentes-title {
        font-size: 2.6vw;
        line-height: 4vw;
    }
    .pregunta-titulo {
        font-size: 1.4vw;
        line-height: 1.9vw;
    }
    .pregunta-detalle {
        font-size: 1.1vw;
        line-height: 1.6vw;
    }
    .novedad-detalle .novedad-title {
        font-size: 2.7vw;
        line-height: 3.3vw;
    }
    .novedad-detalle .novedad-date {
        font-size: 1.1vw;
        line-height: 1.5vw;
    }
    .novedad-detalle .novedad-description {
        font-size: 1.05vw;
        line-height: 1.7vw;
    }
    .novedad-detalle .compartir span {
        font-size: 1.1vw;
        line-height: 1.5vw;
    }
    .novedad-detalle button {
        font-size: 1.1vw;
        line-height: 1.5vw;
        padding: 0.8vw 1.2vw;
    }
    .modal-title {
        font-size: 1.2vw;
        line-height: 2vw;
    }
    .nav-menu {
        font-size: 0.9vw;
        line-height: 1.2vw;
        padding: 1.6vw 2.5vw;
    }
    .nav-menu-productos {
        left: 20vw;
    }
    .nav-menu-postventa {
        left: 27.4vw;
    }
    .nav-menu-noticias {
        left: 34.3vw;
    }
    .nav-menu-content .subcategories a {
        font-size: 0.9vw;
        line-height: 1vw;
    }
    .nav-menu-content .subcategories .subcategories-item span {
        font-size: 0.9vw;
        line-height: 1vw;
    }
    .comparar-titulo {
        font-size: 2vw;
        line-height: 3vw;
    }
    .modelo select {
        font-size: 1.1vw;
        line-height: 1.8vw;
        padding: 0.5vw 0.8vw;
    }
    .modelo button {
        font-size: 1.1vw;
        line-height: 1.8vw;
        padding: 0.6vw 1.2vw;
    }
    .modelos-spec-title {
        font-size: 1.7vw;
        line-height: 3vw;
    }
    .modelos-spec-item .title {
        font-size: 1.7vw;
        line-height: 3vw;
    }
    .modelos-spec-detail div:first-child, .modelos-spec-detail div:nth-child(2) {
        font-size: 1.1vw;
        line-height: 1.8vw;
    }

}

@media screen and (max-width: 800px) {
    .main-content {
        padding: 90px 0 0 0;
    }
    .m-dsk {
        display: none !important;
    }
    .m-mob {
        display: block !important;
    }
    .menu-btn {
        width: 9vw;
    }
    .menu-mob {
        position: absolute;
        left: 0px;
        top: 89px;
        width: 100%;
        background-color: #fff;
        padding: 10vw 5vw;
        display: none;
    }
    .menu-mob ul li div a {
        color: #000;
        text-decoration: none;
        font-weight: 400;
        font-size: 4.6vw;
    }
    .menu-mob ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        text-align: center;
        font-family: "Exo 2", sans-serif;
        font-size: 5vw;
        font-weight: 600;
    }
    .menu-mob ul li {
        padding: 3vw 0;
    }
    .menu-mob-novedades, .menu-mob-postventa, .menu-mob-productos {
        display: none;
        margin: 2vw 0;
    }
    .menu-mob-arrow {
        width: 5.4vw;
        position: absolute;
        margin-top: 1vw;
        margin-left: 1vw;
    }
    .modal-bg {
        width: 80%;
        top: 12%;
        padding: 5%;
    }
    .modal-close {
        top: 5vw;
        right: 6%;
        width: 5vw;
    }
    .modal-title {
        font-size: 5vw;
        line-height: 6vw;
    }
    .modal-stores {
        margin-top: 3vw;
    }
    .modal-store {
        margin: 2vw 0;
        height: 14vw;
    }
    .modal-img {
        width: 40vw;
    }
    .modal-arrow {
        width: 7vw;
        margin-right: 3vw;
    }

    .compare-products {
        height: auto;
        padding: 5vw 5vw 10vw 5vw;
    }
    .compare-content {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .compare-items {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .compare-item {
        width: 80%;
        border-radius: 1.8vw;
        padding: 1vw 1.5vw;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin: 2vw 5vw;
    }
    .compare-close {
        top: 2vw;
        right: 2vw;
        width: 6vw;
    }
    .compare-img {
        width: 15%;
    }
    .compare-text {
        font-size: 3vw;
        line-height: 4vw;
    }
    .compare-menu {
        width: 100%;
        display: flex;
    }
    .compare-send, .compare-cancel {
        font-size: 3vw;
        line-height: 4vw;
    }
    .compare-send {
        padding: 3% 12%;
        margin: 4% auto 0% auto;
        display: inline;
    }
    .compare-cancel {
        padding: 3% 12%;
        margin: 4% auto 0% auto;
        display: inline;
    }
    .sobrezte-top {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .sobrezte-top img {
        width: auto;
        height: 60vw;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
    }
    .sobrezte-item-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 6vw;
        flex-wrap: nowrap;
    }
    .sobrezte-item-1 img {
        width: 100%;
        margin-left: 0vw;
    }
    .sobrezte-item h1 {
        font-size: 5vw;
        line-height: 7vw;
        width: 100%;
    }
    .sobrezte-item span {
        font-size: 3vw;
        line-height: 4vw;
        padding: 0 0 5vw 0;
        display: block;
    }
    .sobrezte-item-2 {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        margin: 6vw;
        flex-wrap: nowrap;
    }
    .sobrezte-item-2 img {
        width: 100%;
        margin-right: 0;
    }
    .novedad-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 5vw;
        margin-top: 0vw;
        flex-wrap: nowrap;
    }
    .novedad-detalle-img {
        width: 100%;
    }
    .novedad-detalle {
        width: 90%;
        margin-left: 0vw;
    }
    .novedad-title {
        font-size: 5vw;
        line-height: 8vw;
    }
    .novedad-detalle .novedad-date {
        font-size: 3vw;
        line-height: 4vw;
    }
    .novedad-detalle .novedad-description {
        font-size: 3vw;
        line-height: 4vw;
    }
    .novedad-detalle .compartir {
        width: 30vw;
        margin-top: 5vw;
    }
    .novedad-detalle .compartir span {
        font-size: 3vw;
        line-height: 4vw;
        margin-right: 2vw;
    }
    .novedad-detalle button {
        font-size: 3.5vw;
        line-height: 5vw;
        padding: 2vw 6vw;
    }
    .servicio-tecnico-top {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .servicio-tecnico-top img {
        width: auto;
        height: 60vw;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
    }
    .servicio-tecnico-top span {
        font-size: 6vw;
        line-height: 9vw;
        margin-top: 15vw;
    }
    .asistencia {
        border: none;
        margin: 4vw 0;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }
    .asistencia-text h1 {
        font-size: 5vw;
        line-height: 9vw;
    }
    .asistencia-text span {
        font-size: 3vw;
        line-height: 4vw;
    }
    .asistencia button {
        font-size: 3vw;
        line-height: 7vw;
        padding: 1vw 8vw;
        margin-top: 5vw;
    }
    .asistencia img {
        width: 90vw;
    }
    .atencion-personalizada h2 {
        font-size: 5vw;
        line-height: 7vw;
    }
    .atencion-personalizada span {
        font-size: 3vw;
        line-height: 4vw;
        width: 80%;
        margin-bottom: 5vw;
    }
    .preguntas-frecuentes-top {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .preguntas-frecuentes-top img {
        width: auto;
        height: 60vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .preguntas-frecuentes-top span {
        font-size: 5vw;
        line-height: 7vw;
        width: 80%;
        text-align: center;
        margin-top: 20vw;
    }
    .preguntasfrecuentes-title {
        font-size: 5vw;
        line-height: 7vw;
    }
    .preguntas {
        width: 90%;
    }
    .pregunta {
        margin-bottom: 5vw;
    }
    .pregunta-titulo {
        font-size: 3.4vw;
        line-height: 8vw;
    }
    .pregunta-desplegable {
        width: 6vw;
    }
    .pregunta-detalle {
        font-size: 3vw;
        line-height: 4vw;
        padding: 5vw;
    }
    .productos-top {
        position: relative;
        margin-top: 0%;
        margin-bottom: 0%;
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }
    .productos-filters {
        width: 90%;
        min-height: 0vw;
        margin: 5vw 0;
    }
    .productos-order {
        font-size: 3vw;
        line-height: 4vw;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        flex-wrap: nowrap;
        width: 100%;
        margin-right: 10vw;
    }
    .productos-order-select {
        margin-left: 1vw;
    }
    .productos-order-options {
        width: 40vw;
        height: 10vw;
        right: 5vw;
        top: 6vw;
        z-index: 2;
    }
    .productos-order-option {
        line-height: 10vw;
        font-size: 3.3vw;
        padding-left: 5vw;
    }
    .productos-content {
        position: relative;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
    }
    .productos-items {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: center;
        width: 100%;
        align-items: center;
    }
    .productos-item {
        width: 80%;
        position: relative;
        margin-bottom: 5%;
        margin-right: 0vw;
    }
    .productos-item-producto {
        border-radius: 15px;
    }
    .producto-color-item {
        width: 8vw;
        height: 8vw;
    }
    .producto-color {
        width: 6vw;
        height: 6vw;
    }
    .producto-titulo {
        font-size: 5vw;
        line-height: 6vw;
    }
    .producto-size span {
        font-size: 4vw;
    }
    .productos-menu {
        width: 90%;
        margin-right: 0;
        margin-bottom: 10vw;
    }
    .productos-menu-group-title {
        padding: 2vw 2vw 2vw 4vw;
        font-size: 3.5vw;
        line-height: 7vw;
    }
    .productos-menu-group-title .products-arrow {
        width: 5vw;
    }
    .productos-menu-group-items {
        padding: 0px 5vw 5vw 5vw;
        font-size: 4vw;
        line-height: 5vw;
    }
    .productos-menu-group-item {
        height: 8vw;
    }
    .productos-empty {
        font-size: 4vw;
    }

    .slider {
        height: 140vw;
    }
    .slider-item, .slider-item img {
        width: 100vw;
    }
    .slider-prev {
        top: 70vw;
        width: 10vw;
    }
    .slider-next {
        top: 70vw;
        width: 10vw;
    }
    .slider-bullets {
        top: 130vw;
        padding: 2vw;
    }
    .slider-bullet {
        width: 3vw;
        height: 3vw;
        margin-right: 2vw;
    }
    .nav-search {
        display: none;
    }
    .novedades-item {
        width: 100%;
        margin: 0vw 5vw;
    }
    .novedades-item:nth-child(3n) {
        margin: 0vw 5vw;
    }
    .novedades-titulo {
        font-size: 6vw;
    }
    .novedad-titulo {
        font-size: 4vw;
        line-height: 5vw;
    }
    .novedad-fecha {
        font-size: 3vw;
        line-height: 4vw;
    }
    .smartphones {
        overflow: hidden;
    }
    .smartphones-bg {
        position: relative;
        width: 200%;
        left: 50%;
        transform: translateX(-50%);
    }
    .smartphones-item {
        font-size: 4vw;
        line-height: 6vw;
    }
    .smartphones-menu {
        width: 80%;
    }
    .destacados-items {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .destacados-item {
        width: 80%;
        position: relative;
        margin-bottom: 5%;
    }
    .destacados-title {
        font-size: 6vw;
        line-height: 8vw;
    }
    .destacado-img img {
        width: 46.88%;
        margin: 8% 0 8% 0;
    }
    .destacado-titulo {
        font-size: 5vw;
        line-height: 6vw;
    }
    .destacado-size span {
        font-size: 4vw;
    }
    .info-btn {
        font-size: 3vw;
        line-height: 5vw;
    }
    .comparar-input label {
        font-size: 3vw;
        line-height: 3vw;
    }
    .comparar-input {
        margin-bottom: 5vw;
    }
    .destacado-color-item {
        width: 8vw;
        height: 8vw;
    }
    .destacado-color {
        width: 6vw;
        height: 6vw;
    }
    .section-title {
        font-size: 6vw;
        line-height: 8vw;
        margin: 2vw 0 6vw 0;
    }
    .section-text {
        font-size: 3.5vw;
        line-height: 4.5vw;
    }
    .site-breadcrumb {
        font-size: 3vw !important;
        line-height: 8vw;
    }
    .slider-button {
        font-size: 2.5vw;
        line-height: 4vw;
        padding: 1vw 5vw;
        top: 50vw;
    }
    .slider-button-blue {
        font-size: 2.5vw;
        line-height: 4vw;
        padding: 1vw 5vw;
        top: 44.5vw;
    }

    .producto-menu-titulo {
        font-size: 4vw;
        line-height: 6vw;
        width: 100%;
        padding: 5% 0;
        margin: 0;
        text-align: center;
        border-bottom: solid 1px #fff;
    }
    .producto-menu-items {
        font-size: 3.5vw;
        line-height: 4vw;
        padding: 20% 0;
    }
    .producto-menu-btn {
        top: auto;
        bottom: 10%;
        font-size: 3vw;
        line-height: 4vw;
        padding: 2vw 5vw;
        display: block;
        left: 50%;
        transform: translateX(-50%);
    }
    .producto-content {
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }
    .product-slider-up, .product-slider-down {
        width: 12vw;
    }
    .product-slider-up {
        margin-bottom: 5vw;
    }
    .product-slider-down {
        margin-top: 5vw;
    }
    .producto-slider-thumb {
        margin-left: 5vw;
    }
    .producto-slider-thumb-content {
        height: 76vw;
    }
    .producto-slider-thumb-item {
        width: 18vw;
        height: 18vw;
        padding: 1vw;
    }
    .producto-slider-img {
        width: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        padding: 0 7.4vw;
        align-items: center;
    }
    .comparar-btn {
        font-size: 3vw;
        line-height: 6vw;
        padding: 2vw 8vw;
    }
    .producto-detail {
        padding: 10% 9.18947vw;
    }
    .producto-detail h2 {
        font-size: 5vw;
        line-height: 8vw;
    }
    .producto-detail h5 {
        font-size: 3.5vw;
        line-height: 5vw;
    }
    .producto-detail-colors {
        justify-content: center;
    }
    .producto-detail-color-item {
        width: 9vw;
        height: 9vw;
    }
    .producto-detail-color {
        width: 7vw;
        height: 7vw;
    }
    .producto-detail-color-text {
        font-size: 3.5vw;
        line-height: 8vw;
        text-align: center;
    }
    .producto-detail-text {
        margin-top: 5vw;
    }
    .producto-detail-description {
        font-size: 3.5vw;
        line-height: 5vw;
    }
    .producto-detail-icons img {
        width: 17vw;
        margin: 1vw 1vw 1vw 0;
    }
    .producto-detail-icons {
        width: 100%;
        margin: 5vw 0;
    }
    .producto-video {
        width: 100%;
        height: auto;
        padding: 0% 9.18947vw;
    }
    .producto-block p {
        font-size: 3.5vw;
        line-height: 5vw;
    }
    .descargas-items {
        margin-bottom: 10vw;
        padding: 0;
    }
    .descargas-item {
        width: 100%;
    }
    .descargas-text {
        width: 50%;
        margin-right: 0vw;
    }
    .descargas-text span {
        font-size: 3vw;
        line-height: 4vw;
    }
    .descargas-btn button {
        font-size: 3vw;
        line-height: 5vw;
        padding: 1.5vw 5vw;
    }
    .especificaciones-titulo {
        font-size: 4vw;
        line-height: 8vw;
    }
    .especificaciones-detalle-title {
        font-size: 3vw;
        line-height: 4vw;
    }
    .spec-title, .spec-description {
        font-size: 2.5vw;
        line-height: 3.5vw;
    }
    .descargas-titulo {
        font-size: 4vw;
        line-height: 8vw;
    }
    .comparar-titulo {
        font-size: 4vw;
        line-height: 10vw;
    }
    .modelo {
        width: 30%;
    }
    .modelo select {
        font-size: 3vw;
        line-height: 5vw;
        padding: 1vw;
        margin: 5vw 0;
    }
    .modelo button {
        font-size: 3vw;
        line-height: 5vw;
        padding: 1.5vw 3vw;
    }
    .modelos-spec-title {
        font-size: 3vw;
        line-height: 5vw;
    }
    .modelos-spec-item .title {
        font-size: 3vw;
        line-height: 4vw;
    }
    .modelos-spec-detail div:first-child, .modelos-spec-detail div:nth-child(2) {
        font-size: 2.5vw;
        line-height: 3.5vw;
    }

    footer {
        height: 400px;
        font-size: 3vw;
        line-height: 8vw;
    }
    .footer-menu {
        width: 100%;
        padding: 0 9.18947vw;
        padding-top: 10%;
    }
    .footer-bottom-menu {
        width: 100%;
        text-align: center;
    }
    .footer-bottom-menu a {
        display: block;
        padding: 0;
    }
    .copy {
        margin-top: 5%;
    }
    .redes {
        width: 30%;
    }
    .footer-top {
        padding-bottom: 5%;
    }
    .footer-bottom {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-top: 5%;
        flex-wrap: nowrap;
        align-items: center;
    }
}

.ck-content {
    & .image-style-side {
        float: right;
        margin-left: var(1.5em);
        max-width: 50%;
    }

    & .image-style-align-left {
        float: left;
        margin-right: var(1.5em);
    }

    & .image-style-align-center {
        margin-left: auto;
        margin-right: auto;
    }

    & .image-style-align-right {
        float: right;
        margin-left: var(1.5em);
    }
}