body
{
	background-color: rgb(245, 245, 245);
}
.Contenido
{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	padding-top: 150px;
	background-color: rgb(240, 240, 240);
	z-index: 1;
}
.Contenido::after
{
	content: "";
	display: block;
	width: 30%;
	height: 50%;
	position: absolute;
	top: 5%;
	left: 5%;
	border-radius: 50%;
	background-color: rgba(179, 12, 9,1);
	filter: blur(80px);
	opacity: .1;
	z-index: -1;	
}
.Contenido::before
{
	content: "";
	display: block;
	width: 30%;
	height: 50%;
	position: absolute;
	bottom: 5%;
	right: 5%;
	border-radius: 50%;
	background-color: rgba(179, 12, 9,1);
	filter: blur(80px);
	opacity: .1;
	z-index: -1;	
}
.Contenido .Centrar
{
	position: relative;
	width: 90%;
	max-width: 600px;
	text-align: center;
}
.Contenido .Centrar .Customer
{
	display: inline-block;
	padding: 0px 20px;
	background-color: rgb(245,245,245);
	border: solid 1px rgba(179, 12, 9,.5);
	border-radius: 20px;
	margin-bottom: 20px;
}
.Contenido .Centrar .Customer .Parrafo
{
	display: inline-block;
	font-family: 'Roboto Condensed Regular', sans-serif;
	font-weight: 400;
	font-size: .8em;
	/* text-align: center; */
	color: rgba(179, 12, 9,.7);
	/* line-height: 30px; */
}
.Contenido .Centrar .Customer .Icon
{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	transform: translateY(4px);
	background-image: url(../Image/Icon/User2.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.Contenido .Centrar .Titulo
{
	font-family: 'Roboto Condensed Bold', sans-serif;
	font-weight: 700;
	font-size: 4em;
	color: #B30C09;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .05em;
	line-height: 1.1em;
	margin-bottom: 10px;
}
.Contenido .Centrar .Titulo2
{
	font-family: 'Roboto Condensed Bold', sans-serif;
	font-weight: 700;
	font-size: 2em;
	color: rgb(100,100,100);
	line-height: 1.1em;
	/* letter-spacing: -.1em; */
	/* margin-bottom: 10px; */
}
.Contenido .Centrar .Parrafo
{
	font-family: 'Roboto Condensed Regular', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: rgb(100,100,100);
	letter-spacing: .1em;
	line-height: 1.5em;
}
.Contenido .Centrar .Parrafo strong
{
	font-family: 'Roboto Condensed Bold', sans-serif;
	font-weight: 700;
	color: rgb(70,70,70);
}
.Articulo2
{
	text-align: center;
	padding-top: 100px;
	padding-bottom: 50px;
	background-color: rgb(240, 240, 240);
}
.Articulo2 .Centrar
{
	display: inline-block;
	width: 100%;
	max-width: 90vw;
}
.Articulo2 .Comentario
{
	position: relative;
	vertical-align: top;
	display: inline-block;
	text-align: left;
	width: 90%;
	max-width: 480px;
	padding: 30px 30px 20px 30px;
	border-radius: 10px;
	background: rgb(250,250,250);
	box-shadow:  20px 20px 60px rgb(190, 190, 190),
             -20px -20px 60px #ffffff;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 100px;
	transition: all .3s;
}
.Articulo2 .Comentario:hover
{
	transform: scale(1.03);
}
.Articulo2 .Comentario::before,
.Articulo2 .Comentario::after
{
	content: "";
	display: block;
	position: absolute;
	width: 100px;
	height: 100px;
	background-image: url(../Image/Icon/StarWhite.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all .3s;
	/* z-index: -1; */
	/* background-color: red; */
}
.Articulo2 .Comentario::before
{
	top: 0;
	left: 0;
}
.Articulo2 .Comentario:hover::before
{
	transform: translate(-100px,-100px);
	opacity: 1;
}
.Articulo2 .Comentario::after
{
	bottom: 0;
	right: 0;
}
.Articulo2 .Comentario:hover::after
{
	transform: translate(100px,100px);
	opacity: 1;
}
.Articulo2 .Comentario .Estrellas
{
	width: 125px;
	height: 25px;
	/* border: solid 1px rgb(190, 190, 190); */
	background-image: url(../Image/Icon/Star.svg);
	background-position: left center;
	background-size: contain;
	background-repeat: repeat-x
}
.Articulo2 .Comentario .Subtitulo
{
	position: relative;
	font-family: 'Roboto Condensed Bold', sans-serif;
	font-weight: 700;
	font-size: 1.7em;
	color: rgb(100,100,100);
}
.Articulo2 .Comentario .Subtitulo .Icono
{
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	/* margin-left: 10px; */
	transform: translateY(5px);
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
	/* background-color: red; */
}
.Articulo2 .Comentario .Subtitulo .Icono.Foto
{
	margin-right: 10px;
	transform: translateY(12px);
	object-fit: contain;
	object-position: center;
}
.Articulo2 .Comentario .Subtitulo .Icono.Bandera
{
	margin-left: 10px;
	transform: translateY(0px);
	width: 22px;
	height: 22px;
	border-radius: 5px;
}
.Articulo2 .Comentario .Subtitulo .Icono.Bandera.USA
{
	background-image: url(../Image/Icon/Usa2.svg);
}
.Articulo2 .Comentario .Subtitulo .Icono.Bandera.Italia
{
	background-image: url(../Image/Icon/Italia.svg);
}
.Articulo2 .Comentario .Subtitulo .Icono.Bandera.Canada
{
	background-image: url(../Image/Icon/Canada.svg);
}
.Articulo2 .Comentario .Subtitulo .Icono.Bandera.India
{
	background-image: url(../Image/Icon/India.svg);
}
.Articulo2 .Comentario .Subtitulo .Icono.Bandera.ReinoUnido
{
	background-image: url(../Image/Icon/ReinoUnido.svg);
}
.Articulo2 .Comentario .Parrafo
{
	font-family: 'Roboto Condensed Light', sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	color: rgb(100,100,100);
	text-align: justify;
	line-height: 1.3em;
}
.Articulo2 .Comentario .Parrafo strong
{
	font-family: 'Roboto Condensed Bold', sans-serif;
	font-weight: 700;
	color: rgb(70,70,70);
}
#Oculto
{
	display: none;
	width: 100%;
}
.Botonera
{
	width: 100%;
	text-align: center;
}
.Botonera .Centrar
{
	display: inline-block;
	width: 350px;
}
.Botonera .Centrar .Caja
{
	display: inline-block;
	position: relative;
	width: 300px;
	height: 80px;
	margin-left: 15px;
	margin-right: 15px;
	border-bottom: solid 1px rgba(150,150,150,.3);
	border-radius: 10px;
	overflow: hidden;
}
.Botonera .Centrar .Caja:after
{
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 110%;
	height: 10px;
	background-image: linear-gradient(to top, rgba(0,0,0,.1),rgba(0,0,0,0));
}
.Botonera .Centrar .Caja .Boton
{
	display: inline-block;
	transform: translateY(30px);
	padding: 15px 25px;
	height: 70px;
	font-size: 1.25em;
	font-family: 'Roboto Condensed Bold', sans-serif;
	background-color: rgb(250,250,250);
	border: solid 5px;
	border-image: linear-gradient(to bottom, rgba(0,0,0,.1), rgba(0,0,0,0)) 1;
	/* background-image: linear-gradient(to right, rgba(171,168,76,.9), rgba(200,118,12,.9), rgba(172,34,32,.9)); */
	/* border: transparent; */
	/* border-radius: 5px; */
	color: #B30C09;
	font-weight: 700;
	cursor: pointer;
	outline: none;
	transition: transform .3s;
}
.Botonera .Centrar .Caja .Boton:hover
{
	transform: translateY(10px);
}
.Parrafo strong, .Parrafo b
{
	font-family: 'Roboto Condensed Bold', sans-serif;
	font-weight: 700;
	color: rgba(255,255,255,1);
}