﻿@font-face { font-family: "Radomir-Tinkov-QanelasSoftBlack"; src: url("Radomir-Tinkov-QanelasSoftBlack.otf") format("opentype"); }
@font-face { font-family: "Radomir-Tinkov-QanelasSoftBlackItalic"; src: url("Radomir-Tinkov-QanelasSoftBlackItalic.otf") format("opentype"); }
@font-face { font-family: "Radomir-Tinkov-QanelasSoftBold"; src: url("Radomir-Tinkov-QanelasSoftBold.otf") format("opentype"); }
@font-face { font-family: "Radomir-Tinkov-QanelasSoftBoldItalic"; src: url("Radomir-Tinkov-QanelasSoftBoldItalic.otf") format("opentype"); }
@font-face { font-family: "Radomir-Tinkov-QanelasSoftExtraBold"; src: url("Radomir-Tinkov-QanelasSoftExtraBold.otf") format("opentype"); }
@font-face { font-family: "Radomir-Tinkov-QanelasSoftExtraBoldItalic"; src: url("Radomir-Tinkov-QanelasSoftExtraBoldItalic.otf") format("opentype"); }
@font-face { font-family: "Radomir-Tinkov-QanelasSoftHeavy"; src: url("Radomir-Tinkov-QanelasSoftHeavy.otf") format("opentype"); }
@font-face { font-family: "Radomir-Tinkov-QanelasSoftHeavyItalic"; src: url("Radomir-Tinkov-QanelasSoftHeavyItalic.otf") format("opentype"); }
@font-face { font-family: "Radomir-Tinkov-QanelasSoftLight"; src: url("Radomir-Tinkov-QanelasSoftLight.otf") format("opentype"); }
@font-face { font-family: "Radomir-Tinkov-QanelasSoftLightItalic"; src: url("Radomir-Tinkov-QanelasSoftLightItalic.otf") format("opentype"); }
@font-face { font-family: "Radomir-Tinkov-QanelasSoftMedium"; src: url("Radomir-Tinkov-QanelasSoftMedium.otf") format("opentype"); }
@font-face { font-family: "Radomir-Tinkov-QanelasSoftMediumItalic"; src: url("Radomir-Tinkov-QanelasSoftMediumItalic.otf") format("opentype"); }
@font-face { font-family: "Radomir-Tinkov-QanelasSoftRegular"; src: url("Radomir-Tinkov-QanelasSoftRegular.otf") format("opentype"); }
@font-face { font-family: "Radomir-Tinkov-QanelasSoftRegularItalic"; src: url("Radomir-Tinkov-QanelasSoftRegularItalic.otf") format("opentype"); }
@font-face { font-family: "Radomir-Tinkov-QanelasSoftSemiBold"; src: url("Radomir-Tinkov-QanelasSoftSemiBold.otf") format("opentype"); }
@font-face { font-family: "Radomir-Tinkov-QanelasSoftSemiBoldItalic"; src: url("Radomir-Tinkov-QanelasSoftSemiBoldItalic.otf") format("opentype"); }
@font-face { font-family: "Radomir-Tinkov-QanelasSoftThin"; src: url("Radomir-Tinkov-QanelasSoftThin.otf") format("opentype"); }
@font-face { font-family: "Radomir-Tinkov-QanelasSoftThinItalic"; src: url("Radomir-Tinkov-QanelasSoftThinItalic.otf") format("opentype"); }
@font-face { font-family: "Radomir-Tinkov-QanelasSoftUltraLight"; src: url("Radomir-Tinkov-QanelasSoftUltraLight.otf") format("opentype"); }
@font-face { font-family: "Radomir-Tinkov-QanelasSoftUltraLightItalic"; src: url("Radomir-Tinkov-QanelasSoftUltraLightItalic.otf") format("opentype"); }

div.ContenedorProductosHome {
	display: flex;
	flex-wrap:wrap;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	align-items: top;
    justify-content: center; /*space-between;*/
	width:70%;
	font-size:0px;
    margin-left:auto;
    margin-right:auto;
    position:absolute;
    top:0px;
    left:15%;
}
div.ContenedorBoxProductoHome {
	width: 23%;
	min-width:180px;
	position:relative;
	display:inline-block;
    box-sizing:border-box;
    padding-top:1rem;
    padding-left:2.5%;
    padding-right:2.5%;
    padding-bottom:1rem;
	margin-bottom:1rem;
    border-left:1px solid #b2b2b2;
    border-right:1px solid #b2b2b2;
    border-top:1px solid #b2b2b2;
    border-bottom:1px solid #b2b2b2;
	border-top-right-radius:16px;
    border-bottom-right-radius:16px;	
    border-top-left-radius:16px;
    border-bottom-left-radius:16px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color:#ffffff;
    margin-left:1%;
    margin-right:1%;
}
div.ContenedorProductosVerMas {
	display: flex;
	flex-wrap:wrap;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	align-items: top;
    justify-content: center; /*space-between;*/
	width:100%;
	font-size:0px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
}
div.ContenedorBoxProductoVerMas {
	width: 23%;
	min-width:180px;
	position:relative;
	display:inline-block;
    box-sizing:border-box;
    padding-top:1rem;
    padding-left:2.5%;
    padding-right:2.5%;
    padding-bottom:1rem;
	margin-bottom:1rem;
    border-left:1px solid #b2b2b2;
    border-right:1px solid #b2b2b2;
    border-top:1px solid #b2b2b2;
    border-bottom:1px solid #b2b2b2;
	border-top-right-radius:16px;
    border-bottom-right-radius:16px;	
    border-top-left-radius:16px;
    border-bottom-left-radius:16px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color:#ffffff;
    margin-left:1%;
    margin-right:1%;
}
div.ContenedorProductos {
	display: flex;
	flex-wrap:wrap;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	align-items: top;
    justify-content: space-between;
	width:100%;
	font-size:0px;
}
div.ContenedorBoxProducto {
	width: 30%;
	min-width:240px;
	position:relative;
	display:inline-block;
    box-sizing:border-box;
    padding-top:1rem;
    padding-left:2.5%;
    padding-right:2.5%;
    padding-bottom:1rem;
	margin-bottom:1rem;
    border-left:1px solid #b2b2b2;
    border-right:1px solid #b2b2b2;
    border-top:1px solid #b2b2b2;
    border-bottom:1px solid #b2b2b2;
	border-top-right-radius:16px;
    border-bottom-right-radius:16px;	
    border-top-left-radius:16px;
    border-bottom-left-radius:16px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
div.BoxProducto {
	width: 100%;
	position:relative;
	display:inline-block;
	vertical-align:top;
}
div.BoxPresentacion {
	width:100%;
	display:inline-block;
	position:absolute;
	top:0px;
	left:0px;
	cursor:pointer;
}
div.FotoPresentacion {
	width:100%;
	display:inline-block;
	position:absolute;
	top:0px;
	left:0px;
	cursor:pointer;
}
div.FotoEspacio {
	width:100%;
	display:inline-block;
	position:relative;
	z-index:10;
}
div.NavPresentacion {
	width:20px;
	height:20px;
	display:inline-block;
	margin-right:10px;
	margin-bottom:10px;
	cursor:pointer;
}
div.NavPresentacionElegida {
	width:16px;
	height:16px;
	display:inline-block;
	margin-right:10px;
	margin-bottom:10px;
	cursor:pointer;
	border-top:solid 2px #ffffff;
	border-bottom:solid 2px #ffffff;
	border-left:solid 2px #ffffff;
	border-right:solid 2px #ffffff;
}
div.NombreProducto {
	color:#1D1D1B;
	display:block;
	font-family:"Radomir-Tinkov-QanelasSoftMedium","Roboto Mono","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:0.9rem;
	margin-bottom:0.5rem;
}

div.PrecioProducto {
	color:#1D1D1B;
	display:block;
	font-family:"Radomir-Tinkov-QanelasSoftSemiBold","Roboto Mono","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:0.9rem;
	margin-bottom:0.5rem;
}
div.ProductoFoto {
	display:inline-block;
	width:34.65%;
	margin-right:3.53%;
	position:relative;
	vertical-align:top;
}
div.ProductoGaleria {
	display:inline-block;
	width:15.56%;
	margin-right:4.10%;
	position:relative;
	vertical-align:top;
}
div.ProductoInfo {
	display:inline-block;
	width:42.16%;
	position:relative;
	vertical-align:top;
}
p.ProductoNombre {
	font-family:"Radomir-Tinkov-QanelasSoftBold","Roboto Mono","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:1.5rem;
	color:#1D1D1B;
	margin-top:0px;
    text-align:left;
    margin-bottom:1rem;
}
span.MsgAgomec {
	font-size:0.9rem;
    color:#08814A;
    margin-top:0px;
    padding-top:0px;
}
div.ProductoPrecio {
	display:inline-block;
	color:#1D1D1B;
	font-family:"Radomir-Tinkov-QanelasSoftBold","Roboto Mono","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:1rem;
	margin-bottom:0.5rem;
    margin-right:4rem;
}
div.ProductoTexto p {
	font-family:"Radomir-Tinkov-QanelasSoftMedium","Roboto Mono","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:0.9rem;
	color:#1D1D1B;
	margin-top:0.5rem;
}
div.ProductoTexto p b, div.ProductoTexto p strong {
	font-family:"Radomir-Tinkov-QanelasSoftBold","Roboto Mono","Helvetica Neue",Helvetica,Arial,sans-serif;
}
div.ProductoTexto p.ProductoTextoTitulo {
	color:#1D1D1B;
	font-family:"Radomir-Tinkov-QanelasSoftBold","Roboto Mono","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:1rem;
	margin-bottom:0px;
}
div.BoxPresentacionGaleria {
	width:100%;
	display:inline-block;
	cursor:pointer;
}
div.FotoPresentacionGaleria {
	width:100%;
	display:inline-block;
	cursor:pointer;
	margin-bottom:2px;
}
@media screen and (max-width: 1150px) {
    div.ContenedorProductosHome {
        width: 85%;
        left: 7.5%;
    }
    div.ContenedorProductosVerMas {
        width: 85%;
        left: 7.5%;
    }
}
@media screen and (max-width: 920px) {
    div.ContenedorProductosHome {
        width: 90%;
        left: 5%;
    }
    div.ContenedorProductosVerMas {
        width: 90%;
        left: 5%;
    }
}
@media screen and (max-width: 870px) {
   div.ContenedorBoxProductoHome {
	    width: 31%;
    }
   div.ContenedorBoxProductoVerMas {
	    width: 31%;
    }
}
@media screen and (max-width: 650px) {
    div.ContenedorBoxProductoHome {
	    width: 48%;
    }
    div.ContenedorBoxProductoVerMas {
	    width: 48%;
    }
}
@media screen and (max-width: 500px) {
	div.ProductoFoto {
		width:100%;
		margin-right:0px;
	}
	div.ProductoGaleria {
		width:100%;
		margin-right:0px;
	}
	div.ProductoInfo {
		width:100%;
	}
	div.FotoPresentacionGaleria {
		width:30%;
		margin-right:2%;
	}
}
@media screen and (max-width: 420px) {
	div.ContenedorProductos {
		display: inline-block;
		text-align:center;
	}
	div.ContenedorProductosHome {
		display: inline-block;
		text-align:center;
	}
   div.ContenedorBoxProductoHome {
        min-width:0px;
    }
	div.ContenedorProductosVerMas {
		display: inline-block;
		text-align:center;
	}
   div.ContenedorBoxProductoVerMas {
        min-width:0px;
    }
}
