@import url("fonts/fonts.css");
body {
  background: #000000;
  /* background: #141c26; */
  color: white;
  padding-top: 0px;
  font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden;
}
button:focus {outline:0;}
.dropdown-idioma {
	cursor: pointer;
}
strong, .strong {font-family: 'Gotham Bold' Arial, Helvetica, sans-serif; font-weight: bold}
a {
  color: #e4b9c5;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
a:hover, a:focus, a:active {
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
footer .border-top {border-top: 1px solid #e4b9c5; margin: 3rem 0; }
.dropdown-menu.idioma {
  min-width: auto;
  padding: 15px 15px;
  background: none;
}
.dropdown-menu.idioma ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.dropdown-menu.idioma li {
  padding-bottom: 5px;
}
.dropdown-menu.idioma li a {
  color:#fff;
}
.dropdown-menu.idioma li a.active {
	color:#fff;
}
.c-primary {
  color: #141c26 !important
}
.c-secondary {
  color: #d31333 !important
}
.c-white {
  color: #fff !important
}
.bg-primary {
  background-color: #141c26 !important
}
.bg-secondary {
  background-color: #d31333 !important
}
.bg-white {
  background-color: #fff !important
}
/* === +++ === +++ === +++ === +++ === +++  */
/* === +++ === +++ === +++ === +++ === +++  */
/* === +++ === +++ === +++ === +++ === +++  */
/* === +++ === +++ FRAGANCIA === +++ === +++ === +++  */
.box-fragancia h1 {
  font-size: 1.95rem;
}
.box-fragancia .product-content {
  position: absolute;
  width: 45%;
  top: 0;
  bottom: 0;
  right: 0;
}
.box-fragancia .product-content .mask-img {
  height: 100%;
}
.box-fragancia .product-content .mask-img .vertical-align {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
/* === +++ === +++ === +++ === +++ === +++  */
/* === +++ === +++ === +++ === +++ === +++  */
/* === +++ === +++ === +++ === +++ === +++  */
/* === +++ === +++ === +++ === +++ === +++  */
/* === +++ === +++ === +++ === +++ === +++  */
/* === +++ === +++ CAMPANIA === +++ === +++ === +++  */
.box-campania {
  font-size: 1.1rem;
}
.box-campania h1 {
  font-size: 2.1rem;
}
.box-campania .content {
  top: 30%
}
/* === +++ === +++ === +++ === +++ === +++  */
/* === +++ === +++ === +++ === +++ === +++  */
nav {
  font-family: "Prada";
  font-size: 1.25rem;
}
nav a {
  font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  color: white !important;
  background: rgba(211, 19, 51, 0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* nav a:hover,
nav a.active {
  color: white !important;
  background: rgba(288,185,197, 1);
}
 */
/* nav highlight animado */
nav li {
  display: inline-block;
  position: relative;
}
.nav-link.active {color: #e4b9c5!important;}
nav li a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 2px;
  background: #fff;
  transition: 0.35s;
}
nav li a:hover:after, nav li a:focus:after, nav li a.active:after {
  width: 50%;
}
nav li a.active:after {
  width: 50%;
  background: #e4b9c5;
  color: #e4b9c5!important;
}

.navbar-light .navbar-toggler {
  color: rgba(255, 255, 255, 1);
  border-color: rgba(0,0,0,0);
}
.nav-link {
  padding: 0 1rem;
  margin: 0 3rem;
}
.fixed-top.scrolled {
  background: rgba(14, 27, 43, 0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.fixed-top.scrolled {
  transition: background-color 200ms linear;
}
.navbar-gradient {position: absolute; top:0; z-index: -1; width: 100%; height: 50px;
  background: rgb(10,13,29);
  background: linear-gradient(180deg, rgba(10,13,29,0.8) 0%, rgba(10,13,29,0.6) 20%, rgba(10,13,29,0.4) 40%, rgba(10,13,29,0.2) 60%, rgba(10,13,29,0.1) 79%, rgba(10,13,29,0) 100%);
}
@media (min-width: 1000px){
  .product-content:hover .product-hover  {
    top: 0;
    background: rgba(211, 19, 51, 1);
  }
  .product-content:hover .product-hover h3,
  .product-content:hover .product-hover p,
  .product-content:hover .product-hover ul,
  .product-content:hover .product-hover .row {
    opacity: 1;
  }
  .product-content:hover .product-hover h3  {
    transition-delay:.01s;
  }
  .product-content:hover .product-hover p  {
    transition-delay:.25s;
  }
  .product-content:hover .product-hover ul  {
    transition-delay:.45s;
  }
  .product-content:hover .product-hover .row   {
    transition-delay:.65s;
  }
  .product-content:hover .icon .close-info {
    display: block;
  }
  .product-content:hover .open-info {
    display: none;
  }
}
.product-content .icon {
  padding: 2.4% 3%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.product-content .icon .close-info {
  display: none;
}
.product-content .icon svg {
  width: 1.65em;
  height: 1.65em;
  display: inline-block;
  vertical-align: -0.125em;
}
.product-content .icon svg.icon-minus {
  fill: white;
}
/* === +++ === +++ === +++ === +++ === +++  */
/* === +++ === +++ === +++ === +++ === +++  */
#vid, #vid-2, #vidIntro {
  object-fit: fill;
  width: 100%    !important;
  height: 100%   !important;
}
#vid::-webkit-media-controls-fullscreen-button,
#vid-2::-webkit-media-controls-fullscreen-button,
#vidIntro::-webkit-media-controls-fullscreen-button,
#vid::-webkit-media-controls-timeline,
#vid::-webkit-media-controls-play-button,
#vid::-webkit-media-controls-current-time-display,
#vidIntro::-webkit-media-controls-timeline,
#vidIntro::-webkit-media-controls-play-button,
#vidIntro::-webkit-media-controls-current-time-display {
  display: none;
}
#vid::-internal-media-controls-download-button,
#vidIntro::-internal-media-controls-download-button,
#vid-2::-internal-media-controls-download-button {
  display:none;
}
#vid::-webkit-media-controls-enclosure,
#vidIntro::-webkit-media-controls-enclosure {
  overflow:hidden;
}
.videoLiveCompleto::-webkit-media-controls-timeline,
.videoLiveCompleto::-webkit-media-controls-play-button,
.videoLiveCompleto::-webkit-media-controls-current-time-display {
  display: block !important;
}
/* video {
  pointer-events: none;
} */
/* === +++ === +++ === +++ === +++ === +++  */
/* === +++ === +++ === +++ === +++ === +++  */
.box-chat {}
.box-chat h3 {
font-size: 1.15rem;
margin: 0;
font-weight: 600;
}
.chat-header {
  padding: 2% 1%;
  margin-bottom: 3%;
  border-bottom: 1px solid #d31333;
}
.chat-header svg {
  width: 1.5em;
  height: 1.5em;
}
.chat-mensajes {
  height: 100%;overflow: hidden;
  overflow-y: scroll;
  max-height: 310px;
}
.__avatar,
.__nickName,
.__content,
.__dateCreated {
  display: inline-block;
}
.form-control {
  background: #17232d;
  color: white;
  border: none;
  border-radius: 0;
  border-color: #17232d;
}.form-control:focus {
  background: #17232d;
  color: white;
  border-color: #17232d;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
.chat-text-input {
  position: relative;
}
.boton-enviar {
  background: transparent;
  border: none;
  position: absolute;
  top: 3px;
  right: 1px;
}
.boton-enviar svg {
  width: 1.5em;
  height: 1.5em;
  fill: #d31333;
}
.__avatar {
  position: relative;
}
.__avatar img {
  width: 50px
}
.__avatar:after {
  position: absolute;
  content: "";
  display: block;
  left: 1px;
  right: 1px;
  bottom: 1px;
  top: 1px;
  border: 2px solid #d31333;
  z-index: 1;
  border-radius: 100%;
}
.__nickName {
  font-weight: 600;
}
.__dateCreated {
  opacity:.45;
  padding-right: 5px;
}
/* === +++ === +++ === +++ === +++ === +++  */
/* === +++ === +++ === +++ === +++ === +++  */
.img-over-left {position: relative;scale: 1.05;transform-origin: left center;z-index: 2;margin: 3rem 0;}
.img-over-right {position: relative;scale: 1.05;transform-origin: right center;z-index: 1;margin: 0 0 3rem 0;}
/* menu work*/
.menu {
  margin-bottom: 15px;
  position: relative;
  z-index: 99;
}
.menu p {font-family: 'Gotham Medium'; text-align: center; font-size: 0.75rem;margin: 0;}
/* menu work*/
#home h1 {
  font-family: 'MillerDisplay';
  font-size: 2.750em;
  letter-spacing: -1px;
  text-align: center;
  line-height: .9;
  margin-bottom: 3.125rem;
  text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.55);
}
h2 {
  font-family: 'Gotham Book';
  font-size: 1.125em;
  text-transform: uppercase;
  text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.55);
}
img.lancome-logo {
  position: relative;z-index: 1029;
  width: 180px; display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:1.875rem ;
  margin-bottom: 1.875rem;
}
  .header {position: relative; background: url(../img/lveb-header-lg.jpg) center center; background-size: cover; height: 400px; width: 100%;}
  .header-gradient {
    position: absolute;
    bottom: -60px;
    z-index: 2;
    width: 100%;
    height: 120px;
    background: rgb(136,128,171);
background: linear-gradient(180deg, rgba(136,128,171,0) 0%, rgba(0,0,0,1) 35%, rgba(0,0,0,0.8) 65%, rgba(98,96,133,0) 100%);
}
  .header .container {position: relative;}
  .header .lveb-frasco {
    position: absolute;
    left: -30px;
    bottom: -70px;
    background: url(../img/lveb-frasco.png) center center no-repeat;
    background-size: contain;
    display: inline-block;
    padding-bottom: 20%;
    width: 300px;
    z-index: 5;
    height: 200px;
}
.hotspots {
  position: relative;
  left: 0;
  bottom: 0;
  background: url(../img/componentes-lg.jpg) top center no-repeat;
  background-size: contain;
  display: inline-block;
  padding-bottom: 50% !important;
  width: 100%;
}
.z99 {position: relative; z-index: 99;;}
.ingredientes .separador {
  position: relative;
  left: 0;
  bottom: 0;
  background: url(../img/ingredientes.jpg) top center no-repeat;
  background-size: cover;
  display: inline-block;
  padding-bottom: 40%;
  width: 100%;
}
.lveb-coleccion {
  position: relative;
  left: 0;
  bottom: 0;
  background: url(../img/lveb-coleccion.jpg) center center no-repeat;
  background-size: cover;
  display: inline-block;
  padding-bottom: 70%;
  width: 100%;
}
.lancome-idole {
  position: relative;
  left: 0;
  bottom: 0;
  background: url(../img/lancome-idole.jpg) center center no-repeat;
  background-size: contain;
  display: inline-block;
  padding-bottom: 50%;
  width: 100%;
}
.lveb-recarga {max-width: 250px;}
/* accordion */
.accordion-item {
  background-color: transparent !important;
  border: 0px solid rgba(0,0,0,0) !important;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
  flex-wrap: wrap;
  flex-direction: column;
}
.accordion-body {
  padding: 0 0 2rem 0;
}
.accordion-button span {color: tomato}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0;
  content: "";
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
  position: relative;
  left: 0;
  bottom: 0;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../img/arrow-active.svg);
  transform: rotate(-180deg);
}
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: transparent !important;
  box-shadow: inset 0 0px 0 rgb(0 0 0 / 0);
}
.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);
}
/* tablas versiones*/
table {color: #ffffff !important;font-family: 'Gotham Book' Arial, Helvetica, sans-serif;margin: 2rem 0;}
table thead th {font-family: 'Gotham Bold', Arial, Helvetica, sans-serif !important; }
table tr th { font-family: 'Gotham Book' Arial, Helvetica, sans-serif; }
th {
  display: table-cell;
  vertical-align: inherit;
  font-weight: normal;
  text-align: -internal-center;
}
.table>:not(:first-child) {
  border-top: 1px solid currentColor !important;
}
.table>:not(caption)>*>* {
  padding: 0.25rem 0rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 0px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
/* tablas versiones*/
.p-6 {padding-left: 7.5rem; padding-right: 3rem;}
.paris {
  position: relative;
  left: 0;
  bottom: -20px;
  margin-top: -200px;
  background: url(../img/paris_lg.jpg) bottom no-repeat;
  background-size: contain;
  display: inline-block;
  padding-bottom: 37%;
  width: 100%;
  z-index: -1;
}
.bg-violet {background: rgba(60, 37, 68, 0.3);margin-bottom: 0.7% !important;}
.bg-violet h2, .bg-violet p {padding: 0 2.5rem }

/* === +++ === +++ === +++ === +++ === +++  */
/* === +++ === +++ MOOD ONE === +++ === +++ === +++  */

.fadeIn {
  animation: fadeIn 2.5s;
  -webkit-animation: fadeIn 2.5s;
  -moz-animation: fadeIn 2.5s;
  -o-animation: fadeIn 2.5s;
  -ms-animation: fadeIn 2.5s;
        animation-fill-mode: forwards;
    }

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
/* === +++ === +++ === +++ === +++ === +++  */
/* === +++ === +++ MOOD ONE === +++ === +++ === +++  */
.mood-one .bg {background: url(../img/mood_1.jpg)  top center no-repeat;
  background-size: contain;}
.mood-one h1 {
  font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
  word-wrap: break-word;
  font-size: 1.65rem;
  color: #e4b9c5;
  text-transform: uppercase;
}
.mood-one h2 {
  font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  color: #e4b9c5;
  text-transform: uppercase;
}
.mood-one h3 {
  font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  color: #ffffff;
  text-transform: uppercase;
}
.mood-one .accordion-button span {
  color: #e4b9c5;
}
.mood-one .marcador-left {position: relative;}
.mood-one .marcador-left:after {
  content: '';
  width: 1px;
  height: 160px;
  border-left: 1px solid #e4b9c5;
  position: absolute;
  bottom: 8px;
  z-index: 10000;
  left: 13%;
}
.mood-one .under {position: relative;display: inline-block}
.mood-one .under:after {
  content: '';
  width: 400%;
  height: 2px;
  border-top: 1px solid #e4b9c5;
  position: absolute;
  bottom: 8px;
  z-index: 10000;
  right: 0;
}
/* === +++ === +++ === +++ === +++ === +++  */
/* === +++ === +++ MOOD TWO === +++ === +++ === +++  */
.mood-two .bg {
  background: url(../img/mood_2.jpg) top center no-repeat;
  background-size: contain;
}
.mood-two h1 {
  font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
  word-wrap: break-word;
  font-size: 1.65rem;
  color: #ffffff;
  text-transform: uppercase;
}
.mood-two h2 {
  font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  color: #ffffff;
  text-transform: uppercase;
}
.mood-two h3 {
  font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  color: #ffffff;
  text-transform: uppercase;
}
.mood-two .accordion-button span {
  color: #ffffff;
}
.mood-two .marcador-left {position: relative;}
.mood-two .marcador-left:after {
  content: '';
  width: 1px;
  height: 160px;
  border-left: 1px solid #ffffff;
  position: absolute;
  bottom: 8px;
  z-index: 10000;
  left: 13%;
}
.mood-two .under {position: relative;display: inline-block}
.mood-two .under:after {
  content: '';
  width: 400%;
  height: 2px;
  border-top: 1px solid #ffffff;
  position: absolute;
  bottom: 8px;
  z-index: 10000;
  right: 0;
}
/* === +++ === +++ === +++ === +++ === +++  */
/* === +++ === +++ MOOD THREE === +++ === +++ === +++  */
.mood-three .bg {
  background: url(../img/mood_3.jpg) top center no-repeat;
  background-size: contain;
}
.mood-three h1 {
  font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
  word-wrap: break-word;
  font-size: 1.65rem;
  color: #bf957a;
  text-transform: uppercase;
}
.mood-three h2 {
  font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  color: #bf957a;
  text-transform: uppercase;
}
.mood-three h3 {
  font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  color: #ffffff;
  text-transform: uppercase;
}
.mood-three .accordion-button span {
  color: #bf957a;
}
.mood-three .marcador-left {position: relative;}
.mood-three .marcador-left:after {
  content: '';
  width: 1px;
  height: 160px;
  border-left: 1px solid #bf957a;
  position: absolute;
  bottom: 8px;
  z-index: 10000;
  left: 13%;
}
.mood-three .under {position: relative;display: inline-block}
.mood-three .under:after {
  content: '';
  width: 400%;
  height: 2px;
  border-top: 1px solid #bf957a;
  position: absolute;
  bottom: 8px;
  z-index: 10000;
  right: 0;
}
.mood-three a {
  color: #bf957a;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.mood-three a:hover, .mood-three a:focus, .mood-three a:active {
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/*--------menú moods ------------*/
.btn-check:focus+.btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);
}
.btn {
  display: inline-block;
  font-family: 'Gotham Medium';
  text-align: center;
  font-size: 0.75rem;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  border: 0px solid transparent;
  padding: 0.375rem 0.75rem;
  border-radius: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:hover {
  color: #e4b9c5;
}
.btn-active {color: #e4b9c5}

#game .iframe-game {
  background: url("../img/bg-game.jpg") center;
  background-size: cover;
}