/*Cajas producto*/

.product-box{
    height: 100%;
    background-size: cover;
    background-position: center;
}

.product-box .overlay{
    padding: 80px;
    width: 100%;
    height: 100%;
    background-color: rgba(40, 33, 56, 0.6);
}
.product-box .overlay, .product-box .overlay span{
    display: block;
}

.product-box .product-box-icon{
    margin-bottom: 20px;
}
.product-box .product-box-text-title{
    margin: 10px 0px;
}
.product-box .product-box-text-text{
    margin: 10px 0px;
    max-width: 475px;
}
.product-box .product-box-text-button{
    margin-top: 20px;
}

.product-box .product-box-icon img{
    height: 130px;
    width: 130px;
    object-fit: contain;
}
.product-box .product-box-text-title h2{
    font-family: 'Montserrat';
    color: #fff;
    font-size: 33px;
    line-height: 39px;
}
.product-box .product-box-text-text{
    font-family: 'Montserrat';
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}
.grve-column-1-2 .product-box .product-box-icon, .grve-column-1-2 .product-box .product-box-text{
    display: inline-block;
}

.grve-column-1-2 .product-box .product-box-icon{
    width: 20%;
    vertical-align: top;
}

.grve-column-1-2 .product-box .product-box-text{
    width: 79%;
}

.product-box > a:hover > span{
    opacity: 0.85;
}

/** Lista de productos relacionados */
.related-products-box .related-products-box-container {
    padding: 0px 15px;
}
.related-products-box .related-products-box-bg{
    min-height: 490px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.related-products-box .related-product-content{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    background-color: rgba(242, 242, 242, 0.8);;
    width: 100%;
    height: 100%;
    display: block;
}
.related-products-box .related-products-box-bg:hover .related-product-content{
    opacity: 1;
}
.related-products-box .related-product-content .related-product-content-link{
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    padding: 15px 0px;;
    background-color: #26b19f;
}
.related-products-box .related-product-content .related-product-content-link:hover{
    background-color: #282138;
}
.related-products-box .related-product-content .related-product-content-centered{
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 90%;
}
.related-products-box .related-product-content .related-product-content-centered h3{
    font-family: 'Montserrat';
    color:  #ffffff;
    font-size: 25px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
}
.related-products-box .related-product-content .related-product-content-centered h3:after{
    content: ' ';
    width: 70px;
    display: block;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    margin-top: 7px;
}

.related-products-box-container .related-products-box-data{
    text-align: center;
}

.related-products-box-container .related-products-box-data h3{
    margin-bottom: 0px;
}

.related-products-box-container .related-products-box-data h3 a{
    font-family: 'Montserrat';
    color: #000;
    font-size: 16px;
    line-height: 22px;
}
.related-products-box-container .related-products-box-data h3 a:hover{
    opacity: 0.8;
}
.related-products-box-container .related-products-box-data .price{
    font-family: 'Montserrat';
    color:  #000;
    font-size: 16px;
    font-weight: 100;
    line-height: 25px;
    text-align: center;
}

/* Reproductor de Vídeo */

.video-center {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
.video-center::after {
    pointer-events: none;
    content: '';
    display: block;
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
}

.video-cover {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}

.video-info-over{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
    text-align: center;
}
.video-info-over img{
    cursor: pointer;
}

.video-info-over h2, .video-info-over h3{
    margin-bottom: 18px;
    color: #fff;
    font-family: Montserrat;
}

.video-info-over h2{
    font-size: 36px;
}

.video-info-over h3{
    font-size: 18px;
}

.video-center.playing .video-cover,
.video-center.playing::after,
.video-center.playing .video-info-over {
    display: none;
}
.video-player-video {
	height: 0;
    overflow: hidden;
/* padding-bottom: 42.52%; */ /* Ratio 2.35 */
    padding-bottom: 56.25%;
/* 	padding-top: 30px; */
	position: relative;
    }
.video-player-video > div.fluid-width-video-wrapper{
    padding-top: 56.25% !important;
}
.video-player-video iframe, .video-player-video object, .video-player-video embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}

/* Responsive */
@media(max-width: 1100px){
    .product-box .overlay{
        padding: 60px 40px;
    }
}

@media(max-width: 768px){
    .video-info-over h2{
        font-size: 22px;
        line-height: 22px;
    }
    .video-info-over img{
        height: 45px;
        width: auto;
    }
    .video-info-over h2, .video-info-over h3{
        margin-bottom: 10px;
    }
}

@media(max-width: 425px){
    .video-info-over {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: initial;
        top: 0%;
        left: 0%;
        z-index: 1;
        transform: translate(0%,0%);
        text-align: center;
        height: 100%;
        padding: 20px 10px;
    }
    .video-info-over h3{
        font-size: 16px;
    }
}
