/** Fuente tipográfica **/

@font-face {
    font-family: 'CamphorPro';
    src: url('../fonts/CamphorPro/CamphorPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CamphorPro/CamphorPro-Bold.otf') format('opentype'), url('../fonts/CamphorPro/CamphorPro-Bold.woff') format('woff'), url('../fonts/CamphorPro/CamphorPro-Bold.ttf') format('truetype'), url('../fonts/CamphorPro/CamphorPro-Bold.svg#CamphorPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'CamphorPro';
    src: url('../fonts/CamphorPro/CamphorPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/CamphorPro/CamphorPro-Regular.otf') format('opentype'), url('../fonts/CamphorPro/CamphorPro-Regular.woff') format('woff'), url('../fonts/CamphorPro/CamphorPro-Regular.ttf') format('truetype'), url('../fonts/CamphorPro/CamphorPro-Regular.svg#CamphorPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CamphorProBold';
    src: url('../fonts/CamphorPro/CamphorPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CamphorPro/CamphorPro-Bold.otf') format('opentype'), url('../fonts/CamphorPro/CamphorPro-Regular.woff') format('woff'), url('../fonts/CamphorPro/CamphorPro-Regular.ttf') format('truetype'), url('../fonts/CamphorPro/CamphorPro-Regular.svg#CamphorPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Camphor W01 Heavy";
    src: url("../fonts/CamphorPro/7cbdcf23b48549bbb15b3e920e7316ca.eot");
    /* IE9*/
    src: url("../fonts/CamphorPro/7cbdcf23b48549bbb15b3e920e7316ca.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/CamphorPro/7cbdcf23b48549bbb15b3e920e7316ca.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/CamphorPro/7cbdcf23b48549bbb15b3e920e7316ca.woff") format("woff"), /* chrome、firefox */
    url("../fonts/CamphorPro/7cbdcf23b48549bbb15b3e920e7316ca.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/CamphorPro/7cbdcf23b48549bbb15b3e920e7316ca.svg#Camphor W01 Heavy") format("svg");
    /* iOS 4.1- */
}

html {
    background: white;
}

html,
body {
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1600 - 300)));
}

body {
    font-family: 'CamphorPro';
    color: #000;
    background-color: #fdfdfe;
}

/* *{scroll-behavior: smooth;} */
html:focus-within {
    scroll-behavior: smooth;
  }

a {
    color: #2d5078;
}

a.text-clear {
    color: white;
}

a.text-clear:hover,
a.text-clear:active,
a.text-clear:focus {
    color: #fff;
}

.text-white {
    color: white;
}

.text-black {
    color: black;
}

.text-muted {
    color: #c1c1c1!important
}

.text-lightgrey {
    color: #eee;
}

.strong {
    font-weight: bold;
}

strong.bolder {
    font-family: 'Camphor W01 Heavy';
}

.bolder {
    font-family: 'Camphor W01 Heavy';
}

.underline {
    text-decoration: underline;
}

a.unstyled,
a.unstyled:hover,
a.unstyled:active,
a.unstyled:focus {
    text-decoration: none;
}

a.bg-white:hover {
    cursor: default;
}

small,
.small {
    font-size: 95%;
}

.contenedor-logo-naming {
    width: 100%;
}

.contenedor-logo-naming .logo-naming {
    width: 18em;
}

.display-contents {
    display: contents;
}

.logo-honor {
    max-width: 100px;
    width: 100%;
}

.user-icon{
    width: 24px;
    height: 24px;
}

/* .navbar {
    padding: 0 1rem;
    height: 5.5rem;
} */

.navbar-menu-container {
    float: right;
    position: absolute;
    right: 0;
    width: 35%;
    text-align: right;
    background-color: white;
    z-index: 20;
    font-size: 1.5rem;
}

.br-15{
    border-radius: 15px !important;
}

.navbar{
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 9;
}

#textos-legales{
    border-top: 2px solid #9d9d9c;
}

.header-icons-zone {
    position: absolute;
    right: 0;
}

.header-icons {
    max-height: 3.2rem;
    display: flex !important;
    align-content: center;
} 

.exit-icon {
    width: 100%;
}

main {
    min-height: calc(100% - 75px);
}

.main-section {
    background-color: #000;
    padding: 4rem 4rem 0;
}

.subheader-title-container {
    padding: 2rem 0.5rem 1.4rem;
}

#CookiebotWidget circle{
    animation: none !important;
}

/* .boton-registrate {
    background-color: transparent;
    border: 0;
    font-size: 0;
    height: 50%;
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer
} */

.boton-registrate:active, .boton-registrate:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
  }

.promo-xiaomi-main-text {
    font-size: 1.5rem;
    font-weight: bold;
    /* padding: 1rem 0.5rem; */
    padding: 0;
    vertical-align: baseline;
    display: table-cell;
}

.subheader-title-bg {
    /* border-radius: 1.7rem; */
    border-radius: 1rem;
    /* height: 4rem; */
}

.subheader-title-img-text {
    margin: 0.7rem 0.5rem;
}

.main-image {
    border-radius: 1.7rem;
}

.forms {
    padding: 2rem 4.7rem;
}

.form-title {
    font-size: 3rem;
    font-family: 'CamphorProBold';
}

.form_vnt{
    color: #9c9c9b !important;
}
.form_vnt input,
.form_vnt select{
    color: #9c9c9b !important;
    cursor: pointer;
}

.bg-cover {
    background-size: cover;
}

.bg-white {
    background: white;
}

.bg-orange{
    background-color: #ea5b0c !important;
}

.bg-greywatch{
    background: #ededed !important;
}

.bg-darkgreywatch{
    background-color: #706f6f !important;
}

.bg-disclaimerwatch{
    background-color: #9c9c9b !important;
}

.txt-greywatch{
    color: #706f6f !important;
}

.txt-disclaimerwatch{
    color: #9d9d9c !important;
}

.bg-darkgrey {
    background: #2c2c2c;
}

.bg-black {
    background: black !important;
}

.light-shadow {
    box-shadow: 0 0 22px white;
}

.bg-silver {
    background-color: #f1f1f1;
}

.bg-imagen {
    background-image: url('../img/bg-imagen.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
}

.cursor-pointer {
    cursor: pointer;
}

.h3 {
    font-size: 2rem;
}

.numero {
    font-size: 3em;
    line-height: 0.7em;
}

.p-relative {
    position: relative;
}

.contenedor-pasos {
    background-color: #f6f6f6;
    border-radius: 1.5rem;
}

.pasos-numero {
    font-size: 2.5em;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1;
}

.pasos-texto {
    position: absolute;
    left: 4.5em;
    bottom: 0;
}

.step-number {
    text-align: center;
    border: 1px solid white;
    border-radius: 100%;
    width: 5rem;
    height: 5rem;
    display: grid;
    align-items: center;
    margin: 0 auto;
    font-size: 2rem;
    font-weight: 100;
}

.step-date {
    font-size: 3rem;
    font-weight: 100;
    margin-top: 2rem;
    font-family: 'CamphorPro'
}

.step-title {
    font-size: 4rem;
    font-family: 'Camphor W01 Heavy';
}

.fecha-pasos {
    position: absolute;
    bottom: 3.5em;
    left: 3.2em;
}

.texto-pasos {
    /* top: 7em;
    position: absolute; */
    min-height: 3.75em;
}

video,
.imagen-slider {
    border-radius: 2rem;
}

.interlineado {
    line-height: 1;
}

.interlineado-2 {
    line-height: 1.2;
}

.bloque-pasos {
    min-height: 7em;
    width: 15em;
}

.pasos-texto-2 {
    width: 15em;
    margin-left: 2em;
    margin-top: 0.5em;
}

.btn-wide {
    min-width: 250px;
}

.btn-big {
    font-size: 1.5em;
}

.more-info-btn {
    position: absolute;
    bottom: 8%;
    right: 4%;
}

.bttn{
    color:#000;
}

.bttn:hover{
    text-decoration: none;
    color:#000
}

.h1.big {
    font-size: 3em;
}

.h3.big {
    font-size: 3rem;
}

.h4.big {
    font-size: 2rem;
}

.hide {
    display: none;
}

.form-control {
    /* border-color: #aaa;
    background-color: transparent;
    border-radius: 0;
    font-size: 1.25em;
    padding: .38rem .75rem 0rem;
    color: #eee; */
    border-color: #9c9c9b;
    background-color: #fff;
    border-radius: 0;
    font-size: 1.25em;
    padding: .38rem .75rem 0rem;
    color: #9c9c9b;
}

#modelo{
    color: rgba(255, 255, 255, 0.7)
}

.container_distribuidores{
    border-radius: 15px;
}

select {
    background: #ffffff url('../img/icons/arrow-down.png') no-repeat 99% 40%;
    background-size: 3%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

option {
    background-color: black;
    color: white;
}

.form-control:disabled {
    background-color: #424242;
}

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #aaa;
    opacity: 1;
    /* Firefox */
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #f0f0f0;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #f0f0f0;
}

.form-check-input {
    margin-top: .15rem;
}

.form-control:focus,
.form-control:active,
.form-control:hover {
    /* color: #fff;
    background-color: transparent;
    border-color: #fff;
    outline: 0; */
    color: #9c9c9b;
    background-color: #fff;
    border-color: #9c9c9b;
    outline: 0;
}

.tns-outer button {
    display: none;
}

.modal-content.modal-black {
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    border: 1px solid white;
    background-color: black;
}

.modal-close-button {
    width: 1.7rem;
    margin: 0.8rem 0.1rem;
}

.close {
    /* opacity: 0.9; */
}

.close:not(:disabled):not(.disabled):hover {
    color: #ddd;
    text-decoration: none;
}

.bootbox-close-button {
    font-size: 2.5em;
    color: #fff;
    opacity: 1;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 0;
}

.modal-title {
    font-weight: 600;
    font-size: 1.2rem;
    color: #fff;
    padding-top: 2.5rem;
    text-align: center;
    margin: 0;
}

#modalRecordarPassLabel{
    margin: 0px
}

.modal-header {
    border-bottom: 0;
}

.modal-footer {
    border-top: 0;
}

.bootbox .modal-header,
.bootbox .modal-footer {
    border: none;
}

.register-promo-button {
    background-color: #000;
    padding: 0.5rem 5rem 0rem;
    border-radius: 2rem;
    color: #fff;
    font-size: 3.2rem;
    margin-top: -10rem;
    right: 15%;
}

.boton-selector-home
{
    background-color: #fff;
    padding: 0.5rem 1.5rem 0.5rem;
    border-radius: 1.2rem;
    border: 1px solid white;
    color: #000;
    font-size: 1.2rem;
    box-shadow: 0;
    display: flex;
    align-items: center;
    height: 4rem;
    transition: none;
}

.boton-selector-home.bg-black:active
{
    transform: scale(0.99);
}

.imagen-selector
{
    max-height: 2rem;
}

.flechas-selector
{
    position: absolute;
    right: 1.5rem;
}

.boton-selector-home-no-seleccionado
{
}

.boton-selector-home-no-seleccionado:hover
{
    box-shadow: 0 0 1.5rem rgba(255, 255, 255, 0.7);
}

.img-tienda
{
    transition: all 0.3s ease;
}

.img-tienda:hover
{
    transform: scale(1.1);
}

.form-submit-button {
    background-color: #fff;
    padding: 0.5rem 1.5rem 0.5rem;
    border-radius: 1.2rem;
    color: #000;
    font-size: 1.2rem;
    box-shadow: 0;
    transition: box-shadow 0.2f ease;
    align-items: center;
}

.form-submit-button:hover {
    box-shadow: 0 0 1.5rem rgba(255, 255, 255, 0.7);
}

.form-submit-button.no-link:hover
{
    box-shadow: none;
}

button.close {
    color: white;
}

#preloader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    background-color: rgba(237, 237, 237, 0.72);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    display: none;
}

.loader {
    max-width: 15rem;
    width: 100%;
    height: auto;
    stroke-linecap: round;
}

circle {
    fill: none;
    stroke-width: 3.5;
    -webkit-animation-name: preloader;
    animation-name: preloader;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform-origin: 170px 170px;
    transform-origin: 170px 170px;
    will-change: transform;
}

circle:nth-of-type(1) {
    stroke-dasharray: 550;
}

circle:nth-of-type(2) {
    stroke-dasharray: 500;
}

circle:nth-of-type(3) {
    stroke-dasharray: 450;
}

circle:nth-of-type(4) {
    stroke-dasharray: 300;
}

circle:nth-of-type(1) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}

circle:nth-of-type(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

circle:nth-of-type(3) {
    -webkit-animation-delay: -0.45s;
    -moz-animation-delay: -0.45s;
    animation-delay: -0.45s;
}

.nowrap {
    white-space: nowrap;
}

circle:nth-of-type(4) {
    -webkit-animation-delay: -0.6s;
    -moz-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

@-webkit-keyframes preloader {
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes preloader {
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.custom-control-label::before {
    background-color: transparent;
}

.custom-control-label::before,
.custom-control-label::after {
    left: -1.15em;
    top: 0.15em;
}

.promocion-finalizada {
    border: 1px solid white;
    border-radius: 3.2rem;
    min-height: 25rem;
}

.promocion-finalizada h3 {
    font-size: 2rem;
}

.img-promocion-finalizada {
    border-radius: 3.2rem;
}

.contenedor-iconos-promocion-finalizada {
    position: absolute;
    bottom: 4rem;
    right: 4rem;
}

.icono-promocion-finalizada {
    height: 3rem;
    display: inline-block;
    vertical-align: middle;
}


/* PEDIDOS */

.bloque-input {
    width: calc(100% - 2.75em);
}

.question-form {
    width: 2.5em;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1.5;
    color: #aaa;
    background-color: #000;
    border: 1px solid #aaa;
    border-radius: 0;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .55rem .75rem 0;
    line-height: 1.5;
    color: #000;
    content: "BUSCAR";
    background-color: #fff;
    border-left: inherit;
    border-radius: 0;
}

.ui-datepicker-trigger {
    position: absolute;
    right: 30px;
    top: 0.35em;
    height: 1.7em;
}

.bootbox-body {
    color: white;
    padding: 3rem 0;
}

.modal-body
{
    padding: 1rem 1rem;
}

/* .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #000;
    border-radius: 1.4rem;
    border: 1px solid white;
    padding: 3rem 1rem;
} */
.modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    border-radius: 1.4rem;
    border: 4px solid #666666;
    /* padding: 3rem 1rem; */
}
.modal-content .h5,
.modal-content a {
    color: #969696 !important;
}

.bootbox-close-button {
    font-size: 2.5em;
    color: #FFF;
    opacity: 1;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 0;
}

.modal-title {
    font-weight: 600;
    font-size: 1.5em;
    color: #FFF;
    padding-top: 1.2rem;
    text-align: center;
    margin: 0 auto;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}


/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */

* html .ui-autocomplete {
    height: 200px;
}

img.question-list {
    position: relative;
    top: -0.25em;
    width: 1.5em;
}

a.no-text-decoration:hover,
a.no-text-decoration:active,
a.no-text-decoration:focus {
    text-decoration: none;
}

/*CAMBIO ALEJANDRO*/

.grid-logos{
    overflow: hidden;
    padding: 20px 30px;
}

.grid-logos .grid-logos-item {
    float: left;
    width: 25%;
    padding: 0 10px;
}
.grid-logos .grid-logos-item img {
    width: 100%;
}

.grid-logos .grid-logos-item:nth-child(2) {
    float: left;
    width: 33%;
}
.grid-logos .grid-logos-item:nth-child(3) {
    float: left;
    width: 33%;
}
.grid-logos .grid-logos-item:nth-child(4) {
    float: left;
    width: 33%;
}

.icon_whatsapp{
    background-image: url(https://mipromoxiaomi.vipnetsaas.com/assets/img/whatsapp_icon.png);
    background-position: 10px 0;
    background-repeat: no-repeat;
    background-size: auto 95%;
    padding: 8px 25px 8px 60px !important;
}

.btn_modelos{
    width: 80%;
    display: block;
    margin: 0 auto;
    color: #ffffff;
    background-color: #000000;
    padding: 5px;
    font-size: 20px;
    font-family: 'Camphor W01 Heavy';
    border-radius: 15px;
    border: 2px solid #ffffff;
    transition: 0.3s;
}

.btn_modelos:hover{
    background-color: #ffffff;
    color: #000000;
}

.btn_modelos:focus{
    outline: none;
}

.btn_selected{
    color: #000000;
    background-color: #ffffff;
}

.links_home{
    width: 80%;
    display: block;
    margin: 0 auto;
    color: #000000;
    background-color: #ffffff;
    padding: 5px 40px;
    font-size: 20px;
    font-family: 'Camphor W01 Heavy';
    border-radius: 15px;
    text-align: center;
    transition: 0.3s;
}

.links_home:hover{
    color: #000;
    text-decoration: none;
    box-shadow: 0 0 1.5rem rgb(255 255 255 / 70%);
}

.btn_verde{
    background-color: #cdd9cf;
}

.btn_verde:hover{
    box-shadow: 0 0 1.5rem rgb(205 217 207 / 70%);
    color: #000000;
}

.link_bases{
    max-width: 300px;
    width: 100%;
}

.caracteristicas_modelos img{
    border-radius: 40px;
}

.distribuidores{
    max-height: 242px;
}

/*Cookiebot*/
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive{
	border-bottom: 1px solid #ff6900 !important;
  color: #ff6900 !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink, #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a, #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a, #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a, #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink, #CybotCookiebotDialogDetailBodyContentTextAbout a{
	color: #ff6900 !important; 
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive{
	border-bottom: 1px solid #ff6900 !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection{
	color: #ffffff !important;
	border-color: #ff6900 !important;
}
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton{
	color: #ffffff !important;
	border-color: #ff6900 !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton{
	background-color: #ff6900 !important; 
}
#CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider{
	background-color: #ff6900 !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover{
	color: #ff6900 !important;
}
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover, #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover, #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover{
	color: #ff6900 !important;
}
#CybotCookiebotDialog a:hover:after, #CybotCookiebotDialog a:hover:before, #CybotCookiebotDialog button:hover:after, #CybotCookiebotDialog button:hover:before{
	border-color: #ff6900 !important;
}
#CookiebotWidget #CookiebotWidget-buttons button{
	background-color: #ff6900 !important;
	border-color: #ff6900 !important;
	color: #ffffff !important;
}
#CookiebotWidget .CookiebotWidget-consent-details button{
	color: #ff6900 !important;
}
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li svg{
	fill: #ff6900 !important;
}
@media (max-width: 770px){
    .caracteristicas_modelos img{
        border-radius: 0px;
    }
}

@media screen and (max-width: 1024px) {
    .ui-datepicker-trigger{
        right: 0.45em;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.10) {
    body,
    html {
        font-size: calc(12px + (17 - 15) * ((100vw - 300px) / (1600 - 300)));
    }
}

.countdown {
    display: flex;
    justify-content: center;
    font-family: 'Camphor W01 Heavy';
    font-size: 1.5em;
}

.countdown .day,
.countdown .hour,
.countdown .min,
.countdown .sec {
    color: #000;
    padding: 0.5em;
    text-align: center;
    width: 5.5em;
    position: relative;
    background-image: url('../img/bg-counter.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.countdown .hour:before,
.countdown .day:before {
    content: ':';
    font-family: 'Camphor W01 Heavy';
    position: absolute;
    right: -0.25em;
    top: 0.5em;
    text-align: center;
    font-size: 1.5em;
    line-height: 1em;
}

.countdown .day .num,
.countdown .hour .num,
.countdown .min .num,
.countdown .sec .num {
    display: inline-block;
    font-size: 2em;
    line-height: 1em;
    font-weight: normal;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
}

.countdown .day .word,
.countdown .hour .word,
.countdown .min .word,
.countdown .sec .word {
    display: block;
    font-size: 0.6em;
    color: #000;
    text-align: center;
    letter-spacing: 0 !important;
    font-family: 'CamphorPro' !important;
    position: relative;
    left: 0.5em;
}

.logo-naming {
    max-width: 18em;
}

.controls {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    background: transparent;
    width: 100%;
    top: 50%;
    transform: translatey(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(117, 117, 117, 0.337);
}

.controls-arrow-top-higher {
    top: 35%;
}

.tns-item
{
    transform: scale(0.7);
    opacity: 0.3;
}

.tns-slide-active,
.tns-slide-active+.tns-slide-active+.tns-slide-active { /* primera y tercera imagen de las tres activas */
    transform: scale(0.7);
    transition: all 0.7s ease;
    opacity: 0.3;
}

.tns-slide-active+.tns-slide-active { /* segunda imagen de las tres activas */
    transform: scale(1);
    opacity: 1;
}

.tns-slide-active .texto-slider,
.tns-slide-active+.tns-slide-active+.tns-slide-active>a>div.texto-slider {
    display: none;
}

.tns-slide-active+.tns-slide-active>a>div.texto-slider {
    display: block;
}

#slider_no_effect>.tns-item {
    opacity: 1 !important;
    transform: scale(1) !important;
    transition: none !important;
}

.reduce-opacity {
    opacity: 0.7;
}

.controls:focus {
    outline: none;
}

.controls li:hover {
    cursor: pointer;
}

.bloque-login {
    width: 70%;
}

.ver-promos-finalizadas-text
{
    position: absolute;
    top: 43%;
    display: grid;
    align-content: center;
    opacity: 1;
    z-index: 200;
    width: 40%;
    margin: 0 auto;
    left: 30%;
    right: 30%;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  /* -webkit-box-shadow: 0 0 0 1000px #222 inset !important;
  -webkit-text-fill-color: white !important; */
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #9c9c9b !important;
}

.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0;
    color: #fff;
    background: url(../img/loading.gif) top left no-repeat;
    border: none;
}

.rating-container .rating-stars {
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.rating-container .rating-input {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    font-size: 1px;
    border: none;
    background: 0 0;
    padding: 0;
    margin: 0;
}

.rating-disabled .rating-input,
.rating-disabled .rating-stars {
    cursor: not-allowed;
}

.rating-container .star {
    display: inline-block;
    margin: 0 3px;
    text-align: center;
}

.rating-container .empty-stars {
    color: #aaa;
}

.rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: #fde16d;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-stroke: 1px #777;
    text-shadow: 1px 1px #999;
}

.rating-rtl {
    float: right;
}

.rating-animate .filled-stars {
    transition: width 0.25s ease;
    -o-transition: width 0.25s ease;
    -moz-transition: width 0.25s ease;
    -webkit-transition: width 0.25s ease;
}

.rating-rtl .filled-stars {
    left: auto;
    right: 0;
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
}

.rating-rtl.is-star .filled-stars {
    right: 0.06em;
}

.rating-rtl.is-heart .empty-stars {
    margin-right: 0.07em;
}

.rating-lg {
    font-size: 3.91em;
}

.rating-md {
    font-size: 3.13em;
}

.rating-sm {
    font-size: 2.5em;
}

.rating-xs {
    font-size: 2em;
}

.rating-xl {
    font-size: 4.89em;
}

.rating-container .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
    padding-right: 5px;
}

.clear-rating-active {
    cursor: pointer !important;
}

.clear-rating-active:hover {
    color: #843534;
}

.rating-container .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
    margin-top: -0.6em;
    margin-left: 5px;
    margin-right: 0;
}

.rating-rtl .caption {
    margin-right: 5px;
    margin-left: 0;
}

@media print {
    .rating-container .clear-rating {
        display: none;
    }
}

.empty-star {
    color: #dee2e6;
}

.rating-container .filled-stars {
    -webkit-text-stroke: 0;
    text-shadow: none;
    color: #ffca00;
}

.progress {
    margin-top: 1rem;
    border-radius: 0;
}

.progress-bar {
    background-color: #ffca00;
}

.cc-revoke.cc-top {
    top: 0;
    right: 3em;
    left: auto;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.3);
    display: none;
}

.no-pointer {
    cursor: default;
}

.space-normal {
    white-space: normal!important;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.10) {
    body,
    html {
        font-size: calc(11px + (17 - 15) * ((100vw - 300px) / (1600 - 300)));
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.25) {
    body,
    html {
        font-size: calc(11px + (13 - 10) * ((100vw - 300px) / (1600 - 300)));
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
    body,
    html {
        font-size: calc(12px + (10 - 9) * ((100vw - 300px) / (1600 - 300)));
    }
}

@media screen and (max-width: 767px) {
    .main-section {
        background-color: #000;
        padding: 0 2rem;
    }
    header.container-fluid {
        padding-left: 5px;
        padding-right: 5px;
    }
    nav .contenedor-logo-naming {
        width: unset;
    }
    nav .contenedor-logo-naming .logo-naming {
        width: 13em;
    }
    nav .logo-honor {
        width: 80px;
    }
    nav img.logo-honor {
        height: auto;
        max-height: initial !important;
    }
    .bloque-login {
        width: 100%;
    }
    html,
    body {
        font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1600 - 300)));
    }
    .main-section {
        padding: 3rem 1.2rem;
    }
    .titulo-increible {
        font-size: 2em;
    }
    .promo-xiaomi-main-text {
        font-size: 1.3rem;
        font-weight: bold;
        padding: 0.4rem 0.2rem;
        vertical-align: baseline;
        display: table-cell;
    }
    .tns-slide-active,
    .tns-slide-active+.tns-slide-active+.tns-slide-active {
        transform: scale(1);
        transition: none;
        opacity: 1;
    }
    .forms {
        padding: 2rem 0rem;
    }
    
    .h3,
    h3 {
        font-size: 1.5rem;
    }

    .hamburger-links-icon
    {
        height: 1.4rem;
        padding-left: 0.3rem;
        margin-bottom: 0.5rem;
    }

    .navbar-menu-container
    {
        width: 62%;
    }

    .controls {
        transform: translatey(-160%);
    }
}

@media screen and (min-width: 767px) and (max-width: 992px) {
    .main-section {
        padding: 3rem 2.5rem;
    }

    .controls {
        transform: translatey(-120%);
    }

    .forms {
        padding: 2rem 1rem;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1570px;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
}

@media screen and (max-width: 499px) {
    .controls {
        transform: translatey(-63%);
    }
}

@media screen and (max-width: 1024px) {
    .flechas-selector
    {
        display: none !important;
    }
}

@media screen and (min-width: 1900px) {

    .promo-xiaomi-main-text {
        font-size: 1.5rem;
        font-weight: bold;
        padding: 0.7rem 0.5rem;
        vertical-align: baseline;
        display: table-cell;
    }

    .h3, .h4.big {
        font-size: 1.7rem;
      }
}