@charset "UTF-8";
/* CSS Document */


html {
	scroll-behavior: smooth;
	-webkit-scroll-behavior: smooth;
	-moz-scroll-behavior: smooth;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	
}

#fondo {
	background: url("https://comunicacion.s3.eu-west-1.amazonaws.com/CL+Marketing+Digital/2022/FEBRERO/enamorados/background-corazones.svg") 100% 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 1000px;
}
#fundido {
	position: relative;
}
#fundido img.top:active {
	opacity: 0;
}
 @keyframes fundidoFadeInOut {
 0% {
 opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}
#fundido img.top {
	position: absolute;
	left: 0;
	animation-name: fundidoFadeInOut;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 4s;
	animation-direction: alternate;
}
#fundido2 {
	position: relative;
}
#fundido2 img.top:active {
	opacity: 0;
}
 @keyframes fundido2FadeInOut {
 0% {
 opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}
#fundido2 img.top {
	position: absolute;
	left: 0;
	animation-name: fundido2FadeInOut;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 6s;
	animation-direction: alternate;
}
#fundido3 {
	position: relative;
}
#fundido3 img.top:active {
	opacity: 0;
}
 @keyframes fundido3FadeInOut {
 0% {
 opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}
#fundido3 img.top {
	position: absolute;
	left: 0;
	animation-name: fundido3FadeInOut;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 7s;
	animation-direction: alternate;
}
#fundido4 {
	position: relative;
}
#fundido4 img.top:active {
	opacity: 0;
}
 @keyframes fundido4FadeInOut {
 0% {
 opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}
#fundido4 img.top {
	position: absolute;
	left: 0;
	animation-name: fundido4FadeInOut;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 3s;
	animation-direction: alternate;
}

     .txt-novedad {
                padding: 0px 0px ;
                margin: 50px 0px 0px 50px ;
                font-size: 8px;
          /*! font-weight: 800; */
          border-radius: 3px;
          letter-spacing: 1px;
          text-align: center;
          width: 80px;
                font-family: 'Poppins', serif;
                background-color: #00000040;
                color: white;
          
            }
			
			
     .txt-novedades {
                padding: 10px 20px ;
                margin: 10px 0px 0px 50px ;
                font-size: 12px;
          /*! font-weight: 800; */
          border-radius: 3px;
          letter-spacing: 1px;
          text-align: left;
          width: 165px;
                font-family: 'Poppins', serif;
                background-color: #00000040;
                color: white;
          
            }
			
			     .txt-novedades2 {
                padding: 10px 20px ;
                margin: 10px 0px 0px 0px ;
                font-size: 12px;
          /*! font-weight: 800; */
          border-radius: 3px;
          letter-spacing: 1px;
          text-align: left;
          width: 165px;
                font-family: 'Poppins', serif;
                background-color: #00000040;
                color: white;
          
            }
.pc {
	display: block;
}
.marcado{font-size: 13vw; padding:10px 0px}
.titulares {
	padding-bottom: 0px;
	padding-top: 50px;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	line-height: 130%;
	color: #000000;
}

.titulares-left {
    padding: 20px 50px;
    text-align: left;
font-size: 2vw;
    font-weight: 700;
    line-height: 130%;
    color: #ffffff; text-shadow: 2px 2px #000;
}

.descripcion-joyas h3 {
	font-size: 3em;
	letter-spacing: 0.5pt;
	padding: 25px 10px;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 200;
}
.descripcion-joyas h4 {
	font-size: 1.2em;
	letter-spacing: 0.5pt;
	padding: 0px 20px;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 200;
}
.descripcion-joyas p {
	font-size: 0.7em;
	letter-spacing: 0.5pt;
	padding: 0px 20px;
	line-height: 170%;
	text-align: justify;
	font-weight: 200;
}

.alineacion{text-align: center;}

/* Grow */
.hvr-grow {
overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 0px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/* Grow Shadow */
.hvr-grow-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 0px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow, transform;
	transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.ampliar-title {
	font-size: 5vw;
	font-weight: 300;


font-family: bely-display, sans-serif;

font-weight: 400;

font-style: normal;

}
.ampliar-title2 {
	font-size: 2vw;
	font-weight: 300;
	font-family: bely-display, sans-serif;

font-weight: 200;

font-style: normal;
}
.ampliar-subtitle {
	text-align: center;
	color: #5C5C5C;
	font-size: 2vw;
	font-weight: 100;
	padding-top: 25px;
}
.margen-cuerpo1 {
	max-width: 1080px;
}
.margen-cuerpo2 {
	max-width: 960px;
}

.btn {
	border-radius: 0;
	background-color: black;
	text-transform: uppercase;
	font-weight: 600;
	padding: 5px 5px;
	letter-spacing: 1px;
	min-width: 100%;
	text-align: center !important;
	color: white;
	border-color: #000000;
	font-family: 'Poppins', sans-serif;
	font-size: 9px;
}
.btn.white {
	border-radius: 0;
	background-color: black;
	text-transform: uppercase;
	font-weight: 600;
	padding: 5px 5px;
	letter-spacing: 1px;
	min-width: 100%;
	text-align: center !important;
	color: white;
	border-color: #000000;
	border-left: 1px solid #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 9px;
}
.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
/* Bounce In */
.hvr-bounce-in {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.10, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.10, -0.36);
}
.destacar {
	letter-spacing: 2px;
	color: #f8b63b;
	padding: 5px 10px 5px 10px;
	font-size: 0.9em;
	background-color: #000
}
.box {
	height: auto;
	position: relative;
	overflow: hidden;
}
.box .img {
	position: relative;
}
.box .img img {
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: transform 1s;
}
.box:hover .img img {
	transform: scale(1.2);
}
.box .content {
	z-index: 4;
	position: absolute;
	width: 90%;
	height: 90%;
	top: 5%;
	left: 5%;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 10px;
	box-sizing: border-box;
	transform: scaleX(0);
	transition: transform 0.5s;
}
.box:hover .content {
	transform: scaleX(1);
}
.box .content h2 {
	margin: 0;
	padding-bottom: 10px;
	margin-top: 5px;
	color: white;
	font-size: 1.2em;
	text-align: center;
}
.box .content p {
	font-size: 0.8em;
	color: white;
	font-weight: 300;
	text-align: center;
	line-height: 130%;
}
.descuento {
	z-index: 3;
	position: absolute;
	font-weight: bold;
	font-size: 1.2em;
	margin: auto;
	left: 50%;
	padding: 5px 5px;
	text-align: center;
	color: #000000;
}
.columna {
	padding: 5px;
	margin: 0px;
	overflow: hidden
}
.btn {
	border-radius: 0;
	background-color: #000000;
	text-transform: uppercase;
	font-weight: 600;
	padding: 5px 5px;
	letter-spacing: 1px;
	min-width: 100%;
	text-align: center !important;
	color: #ffffff;
	border-color: #000000;
	font-family: 'Poppins', sans-serif;
	font-size: 1em;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.margen {
	position: absolute;
	top: 120px;
	z-index: 30;
	padding: 0px 25px 0px 0px
}
.descripcion-left {
	padding-bottom: 50px;
	padding-left: 150px;
	padding-right: 25px;
	font-size: 14px;
	text-align: justify;
	font-weight: 200;
	line-height: 150%
}

.descripcion2-left {
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 14px;
	text-align: left;
	font-weight: 200;
	line-height: 150%;
	color: #fff;
}
.precios {
	font-size: 1.2em;
}
.txt-modal {
	font-size: 12px;
	font-style: italic;
	line-height: 140%;
}

h4.descripcion-productos-love {	
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 25px;
	font-family: bely-display, sans-serif;

font-weight: 400;

font-style: normal;
	font-weight: bold;
	font-size: 2em;
	text-align: justify;
	line-height: 150%}

.descripcion-productos-love {
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 50px;
	font-size: 14px;
	text-align: left;
	font-weight: 500;
	line-height: 150%
}

.pc {
	display: block;
}
.mobile {
	display: none;
}

@media only screen and (max-width: 768px) {

.pc {
	display: none;
}
.mobile {
	display: block;
}

html {
	scroll-behavior: smooth;
	-webkit-scroll-behavior: smooth;
	-moz-scroll-behavior: smooth;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 1000px;
}

.alineacion{text-align: left;}

.marcado{font-size: 6vw; padding:10px 0px}

 .txt-novedades2 {
                padding: 10px 20px ;
                margin: 10px 0px 0px 10px ;
                font-size: 12px;
          /*! font-weight: 800; */
          border-radius: 3px;
          letter-spacing: 1px;
          text-align: left;
          width: 165px;
                font-family: 'Poppins', serif;
                background-color: #00000040;
                color: white;
          
            }

.titulares-left {
    padding: 20px 50px;
    text-align: left;
font-size: 3em;
    font-weight: 700;
    line-height: 130%;
    color: #ffffff; text-shadow: 2px 2px #000;
}

h4.descripcion-productos-love {	
padding-top: 25px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 25px;
	font-family: bely-display, sans-serif;

font-weight: 400;

font-style: normal;
	font-weight: bold;
	font-size: 2em;
	text-align: justify;
	line-height: 150%}
.descripcion-productos-love {
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 25px;
	font-size: 12px;
	text-align: left;
	font-weight: 500;
	line-height: 130%
}

.titulares {
	padding-bottom: 0px;
	padding-top: 50px;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	line-height: 130%;
	color: #000000;
}

.btn {
	border-radius: 0;
	background-color: #000000;
	text-transform: uppercase;
	font-weight: 600;
	padding: 5px 5px;
	letter-spacing: 1px;
	min-width: 100%;
	text-align: center !important;
	color: #ffffff;
	border-color: #000000;
	font-family: 'Poppins', sans-serif;
	font-size: 0.8em;
}
.txt-modal {
	font-size: 9px;
	font-style: italic;
	line-height: 120%;
}
.ampliar-title {
	font-size: 9vw;
	font-weight: 300
}
.ampliar-title2 {
	font-size: 5vw;
	font-weight: 300
}


/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
 0% {
 -webkit-transform: translateY(6px);
 transform: translateY(6px);
}
 50% {
 -webkit-transform: translateY(2px);
 transform: translateY(2px);
}
 100% {
 -webkit-transform: translateY(6px);
 transform: translateY(6px);
}
}
@keyframes hvr-icon-hang {
 0% {
 -webkit-transform: translateY(6px);
 transform: translateY(6px);
}
 50% {
 -webkit-transform: translateY(2px);
 transform: translateY(2px);
}
 100% {
 -webkit-transform: translateY(6px);
 transform: translateY(6px);
}
}
@-webkit-keyframes hvr-icon-hang-sink {
 100% {
 -webkit-transform: translateY(6px);
 transform: translateY(6px);
}
}
@keyframes hvr-icon-hang-sink {
 100% {
 -webkit-transform: translateY(6px);
 transform: translateY(6px);
}
}
.hvr-icon-hang {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-icon-hang .hvr-icon {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.hvr-icon, .hvr-icon-hang:focus .hvr-icon, .hvr-icon-hang:active .hvr-icon {
	-webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
	animation-name: hvr-icon-hang-sink, hvr-icon-hang;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}
.ampliar-subtitle {
	font-size: 6vw;
	font-weight: 300;
	padding: 25px 0px 25px 0px;
}
.margen-cuerpo {
	width: 100%
}
.margen {
	position: absolute;
	top: 50px;
	z-index: 30;
	padding: 0px 25px 0px 0px
}
.destacar {
	letter-spacing: 2px;
	color: #f8b63b;
	padding: 5px 10px 5px 10px;
	font-size: 0.9em;
	background-color: #000
}
.descripcion-left {
	padding-bottom: 5px;
	padding-left: 45px;
	font-size: 12px;
	text-align: left;
	font-weight: 200;
	line-height: 150%;

}

.descripcion2-left {
	padding-bottom: 5px;
	padding-left: 45px;
	font-size: 12px;
	text-align: left;
	font-weight: 400;
	line-height: 150%;
	color: #fff;

}
.precios {
	font-size: 1em;
}
.btn {
	border-radius: 0;
	background-color: #000000;
	text-transform: uppercase;
	font-weight: 600;
	padding: 5px 5px;
	letter-spacing: 1px;
	min-width: 100%;
	text-align: center !important;
	color: #fff;
	border-color: #000000;
	font-family: 'Poppins', sans-serif;
	font-size: 0.9em;
}
.box .content h2 {
	margin: 0;
	margin-top: 5px;
	padding-bottom: 5px;
	color: white;
	font-weight: bold;
	font-size: 0.7em;
	text-align: center;
}
.box .content p {
	font-size: 0.6em;
	color: white;
	font-weight: 600;
	text-align: center;
	line-height: 130%;
}
.descuento {
	width: 50%;
	margin: auto;
	z-index: 3;
	position: absolute;
	font-weight: bold;
	font-size: 1em;
	margin: auto;
	left: 45%;
	padding: 5px 5px;
	text-align: center;
	color: #000000;
}
}