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

.bondades {
    padding: 10px;
    border: 1px solid #544072;
    margin: 75px 35px 75px 35px;
    box-shadow: 10px 10px 5px rgba(0,0,0,0.14)
}
.bondades h4 {
    font-size: 1vw;
    font-weight: 500;
    text-align: center;
    line-height: 120%;
    padding-bottom: 0px;
}
.bondades p {
    font-size: 0.9em;
    font-weight: 300;
    text-align: center;
    line-height: 120%;
}
.espacios {
    padding: 0px;
}
.elige {
    padding-left: 15px;
    padding-bottom: 25px;
}
.numeros {
    font-size: 0.8em;
    font-weight: 300;
    font-style: italic;
}
.tipo-marcador {
    font-family: ff-market-web, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.parrafo-descripcion p {
    margin-left: 2%;
    margin-right: 5%;
    text-align: center;
    font-size: 0.8em;
    line-height: 120%;
    color: #595959;
}
.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 {
    margin-top: 50px;
    font-size: 1em;
    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;
}
#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;
}
.pc {
    display: block;
}
.titulares {
    padding-bottom: 0px;
    padding-top: 50px;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 130%;
    color: #000000;
}
/* 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 1px 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
}
.ampliar-title2 {
    font-size: 2vw;
    font-weight: 300
}
.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;
}
.descripcion-left {
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 25px;
    font-size: 18px;
    text-align: justify;
    font-weight: 200;
    line-height: 150%;
}
.btn {
    border-radius: 5px;
    border-radius: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #00000;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 15px;
    letter-spacing: 1px;
    min-width: 50%;
    text-align: center !important;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8em;
}
.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%
}
.precios {
    font-size: 1.2em;
}
.txt-modal {
    font-size: 12px;
    font-style: italic;
    line-height: 140%;
}
.pc {
    display: block;
}

@media only screen and (max-width: 768px) {
.bondades {
    padding: 10px;
    border: 1px solid #544072;
    margin: 25px 10px 25px 10px;
    box-shadow: 10px 10px 5px rgba(0,0,0,0.14)
}
.bondades h4 {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 120%;
    padding-bottom: 0px;
}
.bondades p {
    font-size: 0.9em;
    font-weight: 300;
    text-align: center;
    line-height: 120%;
}
.espacios {
    padding: 0px;
}
.elige {
	max-width: 80%;
	padding-top: 75px;
    padding-left: 15px;
    padding-bottom: 25px;
}
.numeros {
    font-size: 0.8em;
    font-weight: 300;
    font-style: italic;
}
.titulares {
    padding-bottom: 0px;
    padding-top: 50px;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 130%;
    color: #000000;
}
	
	.descripcion-joyas p {
    font-size: 0.7em;
    letter-spacing: 0.5pt;
    padding: 0px 20px 25px 20px;
    line-height: 170%;
    text-align: justify;
    font-weight: 200;
}
.pc {
    display: none;
}
.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: 5vw;
    font-weight: 300
}
.ampliar-title2 {
    font-size: 3vw;
    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%
}
.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;
}
}