#fragmentos .even img {
	order: 2;
}
#fragmentos .fragmento h3, #fragmentos .fragmento h4, #fragmentos .fragmento h5 {
	color: #5c5c5c;
}
#fragmentos .fragmento h3 {
	font-size: 1.25rem;
}
#fragmentos .fragmento p, #fragmentos .fragmento span, 
#fragmentos .fragmento a, #fragmentos .fragmento b, #fragmentos .fragmento u, 
#fragmentos .fragmento strong, #fragmentos .fragmento li, #fragmentos .fragmento p em {
	font-size: 1rem;
	line-height: calc(1ex / 0.32);
	font-family: Helvetica,sans-serif !important;
}
#fragmentos .fragmento strong {
	font-weight: normal;
	background: rgba(0,255,0,.1);
}
#fragmentos .fragmento u {
	text-decoration: none;
	/*border-bottom: 2px solid rgba(0,255,0,.1);*/
}
@media (min-width:  1240px){
	#fragmentos .fragmento .row{
		display: flex; flex-direction: row; align-items: center;
	}
}

body#product #fragmentos hr {
	border: 1px solid rgba(0,0,0,.1);
	border-bottom: 0;
	overflow: hidden;
}

body#product #fragmentos-cert {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media only screen and (min-width: 520px) {
	body#product .cert-container {
    	flex: 1 1 50%;
    }
}

@media only screen and (min-width: 1200px) {
	body#product .cert-container {
		flex: 1 1 33.33%;
	}
}

body#index .product-flags-cert, body#category .product-flags-cert {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	bottom: 51%;
    z-index: 2;
    position: absolute;
    text-align: center;
    font-size: 17px!important;
}

body#index .product-flags-cert img, body#category .product-flags-cert img {
	width: 35px;
	padding: 1px 0;
}

@media (max-width: 767px){
	body#index .product-flags-cert, body#category .product-flags-cert {
		bottom: 63%;
		flex-direction: row;
	}

	body#index .product-flags-cert img, body#category .product-flags-cert img {
		width: 35px;
		padding: 0 1px;
		height: 35px;
	}
}

@media (min-width: 1024px) and (max-width: 1439px) {
	body#index .product-flags-cert, body#category .product-flags-cert {
		bottom: 56%;
	}
}

body#product section.soy-product-features soy-cert {
	display: block;
	margin-bottom: 1rem;
}

#fragmentos .even img {
	order: 2;
}
#fragmentos .fragmento h3, #fragmentos .fragmento h4, #fragmentos .fragmento h5 {
	color: #5c5c5c;
}
#fragmentos .fragmento h3 {
	font-size: 1.25rem;
}
#fragmentos .fragmento p, #fragmentos .fragmento span, 
#fragmentos .fragmento a, #fragmentos .fragmento b, #fragmentos .fragmento u, 
#fragmentos .fragmento strong, #fragmentos .fragmento li, #fragmentos .fragmento p em {
	font-size: 1rem;
	line-height: calc(1ex / 0.32);
	font-family: Helvetica,sans-serif !important;
}
#fragmentos .fragmento strong {
	font-weight: normal;
	background: rgba(0,255,0,.1);
}
#fragmentos .fragmento u {
	text-decoration: none;
	/*border-bottom: 2px solid rgba(0,255,0,.1);*/
}
@media (min-width:  1240px){
	#fragmentos .fragmento .row{
		display: flex; flex-direction: row; align-items: center;
	}
}

body#product #fragmentos hr {
	border: 1px solid rgba(0,0,0,.1);
	border-bottom: 0;
	overflow: hidden;
}

body#product #fragmentos-cert {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media only screen and (min-width: 520px) {
	body#product .cert-container {
    	flex: 1 1 50%;
    }
}

@media only screen and (min-width: 1200px) {
	body#product .cert-container {
		flex: 1 1 33.33%;
	}
}

body#index .product-flags-cert, body#category .product-flags-cert {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	bottom: 51%;
    z-index: 2;
    position: absolute;
    text-align: center;
    font-size: 17px!important;
}

body#index .product-flags-cert img, body#category .product-flags-cert img {
	width: 35px;
	padding: 1px 0;
}

@media (max-width: 767px){
	body#index .product-flags-cert, body#category .product-flags-cert {
		bottom: 63%;
		flex-direction: row;
	}

	body#index .product-flags-cert img, body#category .product-flags-cert img {
		width: 35px;
		padding: 0 1px;
		height: 35px;
	}
}

@media (min-width: 1024px) and (max-width: 1439px) {
	body#index .product-flags-cert, body#category .product-flags-cert {
		bottom: 56%;
	}
}

body#product section.soy-product-features soy-cert {
	display: block;
	margin-bottom: 1rem;
}

body#product #fragmentos-cert .cert-box {
	display: flex;
	padding: 0 8px;
	width: 90%;
}

@media (max-width: 767px){
	body#product #fragmentos-cert .cert-box {
		width: 100%;
	}
}

body#product #fragmentos-cert .cert-box .cert-img {
	flex: 0 0 50px;
	max-width: 50px;
}

body#product #fragmentos-cert .cert-box .cert-img img {
	max-width: 100%;
	vertical-align: middle;
}

body#product #fragmentos-cert .cert-box .cert-text {
	line-height: 14px;
	padding-left: 15px;
}

body#product #fragmentos-cert .cert-box .cert-text p {
	text-align: justify;
	font-size: 14px;
}

body#product #fragmentos-cert + hr {
	float: left;
    width: 100%;
}

body#product #fragmentos blockquote {
	background: #f9f9f9;
	border-left: 5px solid #D9E0BD;
	padding: 0.5em 10px;
	quotes: "\201C""\201D";
	clear: both;
}

body#product #fragmentos blockquote p {
	display: inline;
}

body#product #fragmentos blockquote img {
	max-width: 50px;
	margin: 0px 10px 0 0;
	float: left;
}

body#product #fragmentos-cert .cert-box .cert-img {
	flex: 0 0 50px;
	max-width: 50px;
}

body#product #fragmentos-cert .cert-box .cert-img img {
	max-width: 100%;
	vertical-align: middle;
}

body#product #fragmentos-cert .cert-box .cert-text {
	line-height: 14px;
	padding-left: 15px;
}

body#product #fragmentos-cert .cert-box .cert-text p {
	text-align: left;
	font-size: 14px;
	line-height: normal;
}

body#product #fragmentos-cert + hr {
	float: left;
    width: 100%;
}

body#product #fragmentos blockquote {
	background: #f9f9f9;
	border-left: 5px solid #D9E0BD;
	padding: 0.5em 10px;
	quotes: "\201C""\201D";
	clear: both;
}

body#product #fragmentos blockquote p {
	display: inline;
}

body#product #fragmentos blockquote img {
	max-width: 50px;
	margin: 0px 10px 0 0;
	float: left;
}