/*general*/
.titulo5{
	font-family: Montserrat-ExtraBoldItalic;
	font-size: 16px;
	color: black;
	margin-top: 1.5rem;
}
.parrafo-general {
    font-size: 14px;
    margin-bottom: 0;
    color: black;
    font-family: 'Montserrat-Medium';
    text-align: justify;
}
.padding-5{
	padding: 0 5rem;
}

/*zoom*/
.cont-xzoom{
    position: relative!important;
    background-color: #fafafa;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.xzoom {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.img-xzoom {
    width: auto;
    height: 400px;
    overflow: hidden;
}
.buy .min-img {
    height: auto;
    width: 80px;
    cursor: pointer;
}
.min-img {
    height: 80px;
    width: auto;
}

/*circulo de oferta*/
.oferta {
    width: 90px;
    height: 90px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #f4ac8f;
    position: absolute;
    right: 10%;
    top: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 32px;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1;
}

/*producto*/
.texto-black{
	color: black;
}
.nombre{
	font-size: 28px;
    margin-bottom: 0;
}
.marca {
    font-size: 22px;
}
.cantidad{
	font-family: 'Montserrat-Bold';
	font-size: 24px;
}
.contenedor-bene-compo{
	background-color: #fafafa;
    padding: 4rem 0;
    margin: 3rem 0;
}
.img-sorteo{
	width: 100%;
	height: auto;
	margin-bottom: 3rem;
}
.parrafo-registro{
	position: absolute;
    bottom: 37%;
    left: 10%;
    width: 40%;
    font-size: 18px;
}
.contenedor-registro{
	position: absolute;
    bottom: 20%;
    left: 6%;
}
.btn-registro{
    background-color: white;
    color: black;
    padding: 0.5rem 2rem;
    font-size: 30px;
    font-family: 'Montserrat-Bold';
}
.btn-comprar{
    background:black;
    border-radius: inherit;
    color: white;
}
.btn-comprar:hover , .btn-comprar:focus{
    color: white;
}

/*modal*/
.modal-header{
    border-bottom: unset !important;
}
.modal-footer{
    border-top: unset;
}
.parrafo-modal{
    display: flex; 
    justify-content: center; 
    align-items:center; 
    flex-direction: column; 
    font-size:20px;
    text-align: center;
}
.modal-tiendas{
    background-color: #c0c0c04a; 
    padding:25px; 
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
}
.img-tienda{
    max-height: 80px; width:auto;
}
@media screen and (max-width: 767px){
    .parrafo-registro {
        width: 50%;
    }
    .btn-registro {
        font-size: 25px;
    }
}
@media screen and (max-width: 650px){
    .ocultar650{
        display: block;
    }
    .no650{
        display: none;
    }
    .parrafo-registro {
        width: 80%;
        font-size: 16px;
        left: 8%;
        bottom: 37%;
        line-height: 1;
    }
    .contenedor-registro {
        bottom: 23%;
    }
    .btn-registro {
        font-size: 16px;
    }
}