.box-header ~ main.main-content{
        margin-top: 121px !important;
}

@media (max-width: 992px)
{
    .box-header ~ main.main-content{
        margin-top: 71px !important;
    }
}

.baner-content, .disenia-content, .showroom-content{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.baner-content h1 span{
    font-weight: 600;
}

.baner-content .celebra{
    font-size: 3.2rem;
    line-height: 1.2em;
}

.disenia-content .fabrica, .showroom-content .visitanos{
    font-size: 2.5rem;
    line-height: 1.2em;   
}

@media(max-width: 1200px){
    .baner-content .celebra{
        font-size: 2.7rem;
    }    

    .disenia-content .fabrica, .showroom-content .visitanos{
        font-size: 2.2rem;
    }
}

@media(max-width: 992px){
    .baner-content .celebra{
        font-size: 2rem;
    }  

    .disenia-content .fabrica, .showroom-content .visitanos{
        font-size: 2rem;
    }  
}

@media(max-width: 767px){

    .disenia-content .fabrica, .showroom-content .visitanos{
        font-size: 1.8rem;
    }

    .baner-content h1{
        font-size: 2rem !important;
        font-weight: 400;
    }

    .baner-content h1 span{
        font-weight: 400;
    }

    .baner-content h1, .baner-content h2{
        color: #fff !important;
        text-align: center;
    }
}


.btn-matrimony:first-letter {
    text-transform: uppercase !important;
}

.btn-matrimony{
    border-color: #323C46;
    border: 1px solid #323C46 !important;
    color: #323C46;
    padding: 0.2rem 2.8rem;
    color: #323C46;
    padding: 0.3em 2.8em;
    font-weight: 400;
}

.btn-matrimony.bg-dark{
    background-color: #323C46;
    color: #fff;
}

@media(max-width: 767px){
    .btn-matrimony{
        border-radius: 6px;
    }
}

.bg-ligth-mt{
    background-color: #fafafa;
}
.index-sug .sug-item{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1rem;
    margin: 1.5rem auto;
    color: #46495c;
    font-weight: 400;
}


.index-sug .sug-item img{
    width: 2.5rem;
    height: auto;
    margin-bottom: 0.5rem;
}

.gray-art-bg{
    background-color: rgb(247,247,247);
}


.img-art-border-l{
        border-radius: 0px 8% 8% 0px;
    }
.img-art-border-r{
    border-radius: 8% 0px 0px 8%;
}
@media (max-width: 768px) {
    .img-art-border-l{
        border-radius: 14% 0px 0px 14% !important;
    }
    .img-art-border-r{
        border-radius: 0px 14% 14% 0px !important;
    }
}

.image-360-container{
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 100%;
    height: 0px !important;
    width: 100% !important;
}

#mivideo{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.9);
        z-index: 99;
        display: flex;
        justify-content: center;
}
#mivideo .fa-times{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.5rem;
    z-index: 999;
    cursor: pointer;
}
.matrimony-lazy{
    height: 0px !important;
    padding-bottom: 65%;
    background-color: #FBF6F0;
}


.carousel-producto .owl-item,
.carousel-producto .owl-item.active{
    padding: 0 1.3rem;
    padding-bottom: 2.6rem;
    opacity: 0.7;
    /*transition: 0.2s;*/
}

.carousel-producto .owl-item.active.center{
    padding: 0;
    opacity: 1;
}

.carousel-producto .owl-nav{
    display: flex;
    justify-content:center;
    padding: 0 1rem;
    position: relative;
}

.carousel-producto .owl-nav [class^="owl-"]{
    display: flex;
    align-items: center;
}
.carousel-producto .owl-nav [class^="owl-"] span{
    display: none;
}

.carousel-producto .owl-nav [class^="owl-"]:before{
    content: "";
    width: 0; 
    height: 0; 
    border-top: 6px solid transparent;
    border-bottom: 7px solid transparent;
    display: inline-block;
}

.carousel-producto .owl-nav .owl-prev:before{
     border-right: 12px solid #6C7C8D;
}

.carousel-producto .owl-nav .owl-prev{
     margin-left: auto;
}

.carousel-producto .owl-nav .owl-next{
     margin-right: auto;
}

.carousel-producto .owl-nav button[class^="owl-"]{
    position: relative !important;
}

.carousel-producto .owl-nav .owl-prev:after{
    content: "";
    border: 1px solid transparent;
    background-color: #6C7C8D;
    height: 2px !important;
    width: 60px !important;
    display: inline-block;
}

.carousel-producto .owl-nav .owl-next:before{
    content: "";
    border: 1px solid transparent;
    background-color: #6C7C8D;
    height: 2px !important;
    width: 60px !important;
    display: inline-block;
}

.carousel-producto .owl-nav .owl-next:after{
    content: "";
    width: 0; 
    height: 0; 
    border-top: 6px solid transparent;
    border-bottom: 7px solid transparent;
    display: inline-block;
    border-left: 12px solid #6C7C8D;
}

@media(max-width: 768px){
    .carousel-producto .owl-nav .owl-prev:after,
    .carousel-producto .owl-nav .owl-next:before{
        height: 3px !important;
        width: 50px !important;
    }

    .carousel-producto .owl-nav .owl-next:after,
    .carousel-producto .owl-nav .owl-prev:before{
        border-top: 10px solid transparent;
        border-bottom: 11px solid transparent;
    }
    .carousel-producto .owl-nav .owl-next:after{
        border-left: 16px solid #6C7C8D;
    }
    .carousel-producto .owl-nav .prev:before{
        border-right: 16px solid #6C7C8D;
    }
}


.box-review{
    padding: 1rem 0.7rem;
    border-radius: 20px;
    box-shadow: 0px 0px 4px -3px;
    margin: 0.5rem;
    background: #fff;
    height: 210px;
    overflow: hidden;
    border: 2px solid transparent;
 }
 .box-review:hover{
    border:2px solid rgb(43,145,255);
 }

 .box-review .text-primary{
    color: rgb(43,145,255) !important;
  }

.box-review label[for^="star-"]{
    cursor: pointer;
    font-size: 2rem;
    color:#FDCC0D
}
@media (max-width: 400px){
    .box-review label[for^="star-"]{
        font-size: 2rem !important;
    }
}

@media (max-width: 640px){
    .box-review{
        height: 300px !important;
    }

    .text-comment-review {
      -webkit-line-clamp: 7 !important;
    }
}

.user-ico{
    width: 45px;
    height: 45px;
    color: #ffffff;
    border-radius: 100%;
    background-color: rgb(43,145,255);
    font-size: 1rem;
    font-weight: 600;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.user-ico:before{
    content: "L";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    height: 40%;
    padding: 0;
    border-radius: 100%;
    background-color: #00FF00;
    color: #ffffff;
    font-size: 0.7rem;
    border: 0.05rem solid #ffffff;
    transform: scale(-1, 1) rotate(-35deg);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.user-name-review{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 170px;
}
.text-comment-review {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box-review b{color: #000; font-weight: 600;}
.table-review td{
    line-height: 1.3em;
}





/* width */
::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #FBF6F0; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #46495c; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #46495c; 
}


.card-art{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgb(247,247,247);
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.card-art a{
    border-radius: 6px;
}

@media(max-width: 767px){
    .card-art .head{
        position: absolute;
        background-color: rgba(70, 73, 92, 0.5);
        color: #fff;
        bottom: 0%;
        margin: 15px;
        border-radius: 10px;
        text-align: center;
    }

    .card-art .body{
        margin-bottom: 60%;
    }

    .card-art h3, .card-art p, .card-art a{
        color: #fff !important;
    }

    .card-art a{
        border: 1px solid #fff !important;
        width: 100%;
        border-radius: 0px !important;
    }
}

@media (min-width: 1200px) {
    .produc-example.container{
        width: 1350px !important;
        max-width: 1450px !important;
    } 
}

@media(max-width: 767px){
    .buenfin-desc-msg {
        color: #fff !important;
    }
}

@media (max-width: 992px) {

    .buenfin-desc-msg .en-todajoyeria{
        font-size: 2rem !important;
    }

    .img-buenfin{
        width: 75px !important;
    }

    .buenfin-desc-msg .minus10{
        font-size: 5rem !important;
        line-height: 5rem !important;
        letter-spacing: -1rem !important;
    }

    .buenfin-desc-msg .percentage{
        font-size: 2rem !important;
        line-height: 3rem !important;
    }
    .buenfin-desc-msg .dedescuento{
        font-size: 1rem !important;
        line-height: 0rem !important;
    }

    .buenfin-desc-msg .conmayor{
        font-size: 1rem !important;
    }
}

.buenfin-desc-msg .en-todajoyeria{
    font-size: 4rem;
    font-weight: 400;
}

.img-buenfin{
    width: 150px;
}

.buenfin-desc-msg .minus10{
    font-size: 10rem;
    line-height: 9rem;
    letter-spacing: -1rem;
}

.buenfin-desc-msg .percentage{
    font-size: 4rem;
    line-height: 6rem;
}
.buenfin-desc-msg .dedescuento{
    font-size: 1.8rem;
    line-height: 1rem;
    font-weight: 400;
}

.buenfin-desc-msg .conmayor{
    font-size: 2rem;
}