* {
	margin:0;
	-webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
	 perspective: unset;
}

a,
a span {
	-webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
}

a {
	color:#2C1B19;
}

a:hover {
	color:#2C1B19;
}

ul,
ol,
dl {
	list-style: none;
	padding-left: 0px;
	margin-bottom:0;
}

.alert {
	font-size: 14px;
	font-weight: 600;
	margin-bottom:20px;
}

input[type='text']:focus,
input[type='number']:focus,
input[type='password']:focus,
button:focus,
textarea:focus {
	outline: none;
	box-shadow:none !important;
}


html { 
	position: relative; 
	min-height: 100%;
}

body {
	font-family: "acumin-pro-condensed", sans-serif;
	font-style: normal;
	font-size:18px;
	color:#2C1B19;
	font-weight: 400;
	background:#fff;
	overflow-x:hidden;
}

h1,
h2,
h3,
h4,
h5,
#productos .productos_intro .variedades,
#promos_home .promos_home_intro .variedades,
.variedades_wrapper .title,
.bebas,
.page_title,
.title,
.familia_ortiz_wrapper .si_tu_tambien,
.title_big {
	font-family: 'Figtree', cursive;
	text-transform: none;
	line-height: 120%;
} 
.dmserif {
	font-family: 'DM Serif Display';
	text-transform: none;
	line-height: 120%;
}

#productos .productos_intro .nuestras,
#promos_home .promos_home_intro .nuestras,
.btn_promo,
.zing,
.page_title span,
.btn,
.link_composicion,
.product_item_tabs .title .name,
.title_composicion,
.familia_ortiz_wrapper .si_tu_tambien .registrate,
.bimboapi_box .subtitle {
	font-family: 'Zing Script Rust SB Demo Base';
}


a:hover {
	text-decoration: none;
}




/* COOKIE BANNER */
.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_powered_by,
.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_head .cc_cp_head_lang_selector {
    visibility: hidden;
}

body .cc_dialog.simple {
    max-width:50%;
    background-color: black;
    right:30px;
    bottom:30px;
    box-sizing: border-box;
}

body .cc_dialog .cc_dialog_headline {
    font-size:14px;
}
body .cc_dialog .cc_dialog_text {
    font-size:11px;
}

body .cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_content .cc_cp_m_content_entry p {
	font-size:13px;
}
.dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_content h5 {
    color:white;
    font-weight: 700;
    font-size:17px;
}


body .cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_head .cc_cp_head_title p {
	font-size:14px;
}

body .cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_head .cc_cp_head_title h2 {
	font-size:17px;
}

body .cc_css_reboot h1, 
body .cc_css_reboot h2, 
body .cc_css_reboot h3, 
body .cc_css_reboot h4, 
body .cc_css_reboot h5, 
body .cc_css_reboot h6 {
    margin-bottom: 0.2rem;
}

body .dark.cc_dialog button.cc_b_ok {
    background-color: #eaeaea;
    color:#e84d3c;
}

body .dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button {
    background-color: #e84d3c;
    color:#fff;
}

body .cc_css_reboot button {
	 padding: 0.3rem 1rem;
}
body .cc_dialog button {
    font-size:12px;
    padding: 0.3rem 1rem;
}

body .dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_content a {
    color:#fff;
}
/* END COOKIE BANNER */



/* HEADER */

header {
	
	left:0px;
	right:0px;
	margin:0 auto;
	z-index:3;
	top:0px;
	padding: 15px 50px;
	background-color:#D50B32;
	font-family: "acumin-pro-condensed", sans-serif;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
}

header .logo,
header .social_links {
	position: relative;
	z-index: 5;
	
}


header .logo img{width:122px}

.open_menu_checkbox {
	display: none;
}

.open_menu,
.social_links a {
	display: block;
	width:120px;
	/*height:70px;*/
	border-radius: 50%;
	/*background:white;*/
	color:#ffffff;
	/*line-height: 70px;*/
	text-align: right;
	cursor: pointer;
}

.open_menu {
	position: relative;
	z-index:1000;
	right: 20px;
	float: right;
}

.open_menu > .icon {
	display: inline-block;
	vertical-align: middle;
}

.open_menu > .label {
	position: absolute;
	right: 50px;
	top:20px;
	font-weight: 600;
}

.open_menu > .icon > span  {
	display: block;
	width:36px;
	height:3px;
	line-height: 1px;
	font-size:1px;
	background-color:#ffffff;
	margin-left:auto;
	margin-right: auto;
	margin:7px auto;
	transition: .1s;
	transition-delay: .1s;
}


.open_menu > .icon > span.first {
	margin-top:23px;
}


.social_links a i {
	line-height: 70px;
}

.social_links li {
	display: inline-block;
	font-size:32px;
	margin-left:10px;
}

.social_links a:hover {
	color:white;
	background-color:#CF0025;
}

/* END HEADER */



/* MENU */
nav.main_menu {
	background: white;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index:999;
	transition: .4s;
	transition-delay: .4s;
	overflow: hidden;
	text-align: center;
	font-size:28px;
}

nav.main_menu ul {
	position: absolute;
	top:calc(50% - 230px);
	left: 0;
	right:0;
	margin:0 auto;
}

nav.main_menu li {
	margin:10px 0;
}

nav.main_menu a:hover {
	color:#CF0025;
}

.open_menu_checkbox:checked ~ .open_menu {
	/*background-color:#CF0025;*/
}
.open_menu_checkbox:checked ~ nav.main_menu { 
  	height: 100vh;
  	transition-delay: 0s;
} 


.open_menu_checkbox:checked ~ .open_menu .icon span {
	/*background-color:white;*/
}

.open_menu_checkbox:checked ~ .open_menu .icon span.first { 
  	transform: rotate(45deg);
  	margin-top:34px;
	  background-color:#CF0025

} 

.open_menu_checkbox:checked ~ .open_menu .icon span.last,
.open_menu_checkbox:checked ~ .open_menu .icon span.middle { 
  	transform: rotate(-45deg);
  	margin-top:-10px;
	  background-color:#CF0025
} 



/* END MENU */



/* NOVEDAD */

#novedad{
	background-color:#D50B32;
	
	}
	

	#novedad::before{
		background-image: url(../img/zig_rojo.png);
		background-position: top center;
		background-repeat: repeat-x; content:"";
		height: 14px;
		width: 100%;
		display: block;
		background-color: transparent;
		margin-top: -12px;
		z-index: 99;
		position: relative;
		background-size: 40px;
	}

	#novedad .productos_intro{padding: 50px 0px}

	#novedad .img_novedad{width: 100%; max-width: 300px;}
	#novedad .title{color:#ffffff; font-family: 'Figtree', cursive; font-size:50px; line-height: 55px; font-weight: 600;}
	#novedad .txt{color:#ffffff; font-size:22px; line-height: 25px; padding-top: 20px; font-weight: 500;}

	@media (max-width: 991px) {
		#novedad .img_novedad{width: 100%; max-width: 200px;}
		#novedad .title{ font-size:30px; line-height: 35px;}
		#novedad .txt{ font-size:16px; line-height: 20px;}
	}

	@media (max-width: 500px) {
		#novedad .img_novedad{width: 100%; max-width: 150px; padding-bottom: 20px;}
	}		

/* FIN NOVEDAD */




/* CATALOGO */

#catalogo{
	background-color:#DED4C8;
	
	}
	

	#catalogo::before{
		background-image: url(../img/zig_marron.png);
		background-position: top center;
		background-repeat: repeat-x; content:"";
		height: 12px;
		width: 100%;
		display: block;
		background-color: #D50B32;
		margin-top: -12px;
		z-index: 99;
		position: relative;
		background-size: 40px;
	}

	#catalogo .productos_intro{padding: 50px 0px}

	#catalogo .title{color:#402421; font-family: 'Figtree', cursive; font-size:60px; line-height: 65px; font-weight: 600; text-transform: uppercase;}
	#catalogo .subtitle{color:#402421; font-family: 'Figtree', cursive; font-size:45px; line-height: 50px; font-weight: 600;}
	#catalogo .txt{color:#402421; font-size:22px; line-height: 25px; padding-top: 50px; margin:0 auto; max-width: 600px;}

	#catalogo .galeria{padding:50px 0px; padding-top:100px; width:80%; margin: 0 auto;}
	#catalogo .galeria .slick-prev{left:-30px; width:45px; height:45px}
	#catalogo .galeria .slick-next{right:-30px; width:45px; height:45px}
	#catalogo .galeria .title{ font-family: 'Figtree', cursive; font-size:25px; line-height: 30px; font-weight: 600; color:#402421; text-transform: none; padding-top: 20px;}

	#catalogo .galeria .slick-slide:hover img{margin-top: -20px;transition-duration: 0.3s;transition-timing-function: linear;}

	@media (max-width: 1100px) {
		#catalogo .galeria{padding-top: 40px;}
		#catalogo .galeria .title{font-size: 20px; line-height: 25px;}
	}
	@media (max-width: 991px) {
		#catalogo .title{ font-size:45px; line-height: 50px;}
		#catalogo .subtitle{ font-size:30px; line-height: 35px;}
		#catalogo .txt{ font-size:16px; line-height: 20px;}
	}

	@media (max-width: 500px) {
		#catalogo .galeria{padding-top: 0px;}
		#catalogo .galeria .slick-next, #catalogo .galeria .slick-prev{width:30px; height:30px}
	}		

/* FIN CATALOGO */



/* FOOTER */
footer {
	text-align: center;
	padding:40px 0;
	background:#D50B32;
	text-transform: uppercase;
	font-family: "acumin-pro-condensed", sans-serif;
font-weight: 500;
font-style: normal;
text-transform: uppercase;
}

footer * {
	color:#fff;
}

footer .menu  {
	margin-top:40px;
}

footer .menu li {
	display: inline-block;
	padding:0 10px;
	
	font-size:15px;
	line-height: 15px;
}
footer .menu li:last-child {
	border:0;
}

footer .menu a:hover {
	color:white;
	opacity: 0.8;
}

footer .siguenos {
	margin-top:30px;
}

footer .siguenos .label {
	display: none !important;
}

footer .siguenos .label,
footer .siguenos .social_links {
	display: inline-block;
	vertical-align: middle;
}

footer .siguenos .social_links li {
	margin:0 10px;
	font-size:25px;
}

footer .siguenos .social_links a {
	background:rgba(255,255,255,0.3);
	width:50px;
	height:50px;
	line-height: 50px;
}

footer .siguenos .social_links a:hover {
	background:rgba(255,255,255,0.1);
}

footer .siguenos .social_links a i {
	line-height: 50px;
}

footer .up_bt{position: absolute; right:0px; max-width: 80px; top: -80px; cursor: pointer; z-index: 99;}
footer .up_bt:hover{top:-85px; transition-duration: 0.1s;transition-timing-function: linear;}

/* END FOOTER */





/* HOME */
#home {
	

	background-size: cover;
	position: relative;
	background-position: center center;
	
}

#home .content {
	padding-top:25vh;
}


.slogan {
	margin:-20px auto 0 auto;
	text-align: center;
	font-family: 'dearJoe 5 CASUAL';
	font-size: 30px;
	line-height: 120%;
	
}

.slogan strong {
	font-family: 'Jaeggers FREE';
	font-size:60px;
	vertical-align: middle;
	display: inline-block;
}

.slogan span {
	display: inline-block;
	padding:10px 20px 5px 20px;
	background:#CF0025;
	color:white;
	border-radius: 15px;
	vertical-align: middle;
}

.banner_video {
	background-image:url('../img/home_video_banner.jpg');
	background-size: cover;
	height: 100vh;
}

.banner_video a {
	display: block;
}

.banner_video a .play {
	display: block;
	margin:0 auto;
	position: absolute;
	z-index: 2;
	max-width: 120px;
	top:calc(60% - 60px);
	left:0;
	right:0;
}
/* END HOME */




/* HOME VARIEDADES */
#variedades_home {
	background-image:url('../img/bg_madera.jpg');
	background-size: cover;
	position: relative;
	background-position: center center;
}
.variedades_wrapper {
	text-align: center;
	padding:50px 50px 0 50px;
}
.variedades_wrapper .title {
	font-size: 40px;
	color:white;
}

.variedades_wrapper .item {
	position: relative;
	min-height: 430px;
	display: block;
}

.variedades_wrapper .img {
	overflow-y: hidden;
	margin-top:70px;
	position: absolute;
	bottom:0;
}

.variedades_wrapper .img img {
	margin-bottom: -100px;
	transition: all .35s ease-in-out;
}

.variedades_wrapper .item:hover .img img {
	margin-bottom: 0;
}
/* END HOME VARIEDADES */






/* BTN SCROLL TOP */
.scroll_top {
	background-image:url('../img/btn_scroll_top.png');
	background-size: cover;
	height:50px;
	width:50px;
	position: absolute;
	z-index:3;
	right:20px;
	bottom:20px;
	cursor: pointer;
	display: none;
}


/* END BTN SCROLL TOP */





/* PRODUCTOS */
#productos,
#promos_home {
	margin-top:-10px;
	position: relative;
}

#productos .productos_intro,
#promos_home .promos_home_intro {
	padding:40px 0;
	text-align: center;
	background-image:url('../img/bg_variedades_home.png');
	background-size: cover;
	color:white;
}

#productos .productos_intro .intro,
#promos_home .promos_home_intro .intro {
	max-width:630px;
	margin:0 auto 20px auto;
}

#productos .productos_intro .nuestras,
#promos_home .promos_home_intro .nuestras {
	font-size:34px;
	
}

#productos .productos_intro .variedades,
#promos_home .promos_home_intro .variedades {
	font-size:58px;
	text-transform: uppercase;
	margin-top:-10px;
}

/* END PRODUCTOS */





/* HOME PROMOS */

#promos_home {
	margin-top:-15px;
}
#promos_home .promos_home_intro .variedades {
	margin-top:0px;
}

#promo_banner_home {
	background-image:url('../img/promo_home_bg.png');
	background-size: 100% auto;
	padding:20px 0;
	margin-top:20px;
	text-align: center;
	background-repeat: no-repeat;
	
}

#promo_banner_home .tit {
	max-width: 300px;
	display: block;
	margin:0 auto 0 auto;
}

#promo_banner_home .bodegon {
	max-height: 70vh;
	display: block;
	margin:-50px auto 0 auto;
}

#promo_banner_home .podras {
	font-size: 28px;
	font-weight: 400;
	margin-top:-20px;
}

#promo_banner_home .lotes {
	color:#FFF1D3;
	font-weight: 600;
	font-size:18px;
}

#promo_banner_home .btn_promo {
	background-image:url('../img/promo_btn.png');
	display: inline-block;
	padding:5px 50px 3px 50px;
	font-size:22px;
	margin-top:20px;
}

#promo_banner_home .btn_promo:hover {
	opacity: 0.8;
}
/* END HOME PROMOS */





/* HOME FAMILIA ORTIZ */
#familia_ortiz_home {
	margin:10px auto;
	background-image:url('../img/bg_variedades_home.png');
	background-size: 100% auto;
	background-position: center bottom;
}

#familia_ortiz_home .text {
	text-align: center;
	padding:20px;
	color:white;
} 

#familia_ortiz_home .text .te_apellidas {
	font-size:32px;
	line-height: 120%;
}

#familia_ortiz_home .text .registrate {
	font-size:26px;
	line-height: 120%;
}

#familia_ortiz_home .text .registrate a {
	color:white;
	text-decoration: underline;
}

#familia_ortiz_home .text .registrate a:hover {
	text-decoration: none;
}
/* END HOME FAMILIA ORTIZ */




/* PRODUCTOS LIST */

.fp-slides .slide {
	position: relative;
	overflow: hidden;
}

#fp-nav li:first-child,
#fp-nav li:last-child {
	display: none !important;
}

.product_item_wrapper {
	margin-top:-10px;
	padding:40px;
	color:#402421
}

.product_item_info_main {
	position: relative;
	z-index:2;
	color:#402421
}
.product_item_info_main .product_item_image {
	max-height: 90vh;
	max-width:100%;
	
}
.product_item_image_wrapper{text-align: center;}

.product_item_info_main .product_item_title {
	font-size:51px;
	line-height: 51px;
	margin-bottom:40px;
	text-transform: uppercase;
	max-width: 700px;
	font-weight: 600;
}

.product_item_info_main .edicion_limitada {
	font-size:25px;
	line-height: 25px;
	margin-bottom:10px;
	color:#D50B32;
	text-transform: uppercase;
	max-width: 700px;
	font-weight: 600;
	font-family: 'Figtree', cursive;
}

.product_item_info_main .product_item_body {
	margin-right: 40px;
	max-width: 600px;
}



.product_item_info_main .product_item_actions {
	
}

.product_item_info_main .link_composicion {
	font-size:40px;
	background-image:url('../img/arrow_composicion.png');
	background-position: right center;
	padding-right: 35px;
	background-repeat: no-repeat;
}


.product_item_info_main .link_composicion:hover {
	color:#CF0025;
	background-image:url('../img/arrow_composicion_h.png');
}

.product_item_info_main .bin_btn_wrapper {
	margin-top:30px;

}

.product_item_info_main .bin_btn {
	color:#D50B32;
	text-transform: none;
	font-weight: 600;
	background-color: transparent;
	background-size: cover;
	padding:8px 30px;
	font-size:17px;
	border:2px solid #D50B32;
	font-family: 'Figtree', cursive;
}

.product_item_info_main .bin_btn:hover {
	color:white;
	background-color: #D50B32;
}

.product_item_info_nutricional_top {
	padding:40px;
	/*height:60vh;*/
}

.product_item_info_nutricional .product_item_image {
	max-height: 70vh;
	margin-left:-30vh;
	transition: transform .4s ease;
}

.product_item_info_nutricional .product_item_image:hover {
	 transform: scale(1.02);
}

.product_item_info_nutricional .formato {
	margin-left:20vh;
	margin-top:-10vh;
	min-width: 240px;
	font-size: 16px;
}


.product_item_info_nutricional .product_item_tostada_image {
	max-width: 130%;
}

.product_item_info_nutricional .product_item_title {
	font-size:54px;
	line-height: 54px;
	margin-left:-10vw;
}

.product_item_info_nutricional .product_item_title a:hover {
	color:#CF0025;
}

.product_item_nutricional_wrapper {
	/*position: absolute;
	bottom:40%;
	margin-left:-50px;*/
	margin-top:40px;
}

.product_item_nutricional_wrapper li {
	display: inline-block;
	vertical-align: top;
	margin:0 2px 20px 2px;
	width:120px;
	text-align: center;
}

.product_item_nutricional_wrapper li p {
	font-size:15px;
	line-height: 14px;
	
	margin-top:5px;
}


.product_item_info_nutricional_middle {
	text-align: center;
}

.title_composicion {
	font-size:42px;
	color:#794235;
}

.title_composicion:after {
	background-image:url('../img/arrow_down_composicion.png');
	background-repeat: no-repeat;
	background-position: center top;
	width:30px;
	height:20px;
	content:' ';
	display: block;
	margin:10px auto 0 auto;
}


.product_item_composicion_list_item {
	display: inline-block;
	position: relative;
	padding:0 10px 20px 10px;
	vertical-align: top;
	text-align: center;
}

.product_item_composicion_list_item .ingrediente {
	font-size:16px;
	margin-bottom:10px;

}

.product_item_composicion_list_item img {
	max-width:180px;
}
/*
.product_item_composicion_list_item:after {
	content:' ';
	background-image:url('../img/icon_plus.png');
	background-position: center center;
	background-repeat: no-repeat;
	width:30px;
	height:30px;
	position: absolute;
	right:0;
	top:50%;
	margin-top:-10px;
	margin-right: -20px;
}

.product_item_composicion_list_item:last-child:after {
	display: none;
}
*/
.product_item_info_nutricional { 
	position: relative;
	
}
/*
.product_item_info_nutricional {
	position: absolute;
	top:0;
	left:0;
	right:0;
	z-index:1;		
}*/

.product_item_info_nutricional_middle {
	/*margin-top:-30vh;
	padding:calc(30vh - 40px) 40px 80px 40px ;*/
	margin-top:-50vh;
	padding:calc(50vh - 40px) 40px 80px 40px ;

	background-size: cover;
	
}

.product_item_info_nutricional_bottom:before {
	content:' ';
	background:#CF0025;
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 60px;
	
}

.product_item_info_nutricional_bottom {
	padding:10px 0px 80px 0px ;
	background:white;
	text-align: left;
	position: relative;
	
}

.product_item_tabs .title {
	font-size:24px;
	
}

.product_item_tabs .title a:not(.collapsed) .icon .last {
	transform: rotate(0deg);
}

.product_item_tabs .title .icon {
	background-image:url('../img/bg_ingredientes_white.png');
	background-size: cover;
	display: inline-block;
	width:40px;
	height:40px;
	vertical-align: middle;
	position: relative;
	margin-right: 10px;
}

.product_item_tabs .title .icon .first,
.product_item_tabs .title .icon .last {
	width:14px;
	height:2px;
	line-height: 1px;
	font-size:1px;
	background:#CF0025;
	position: absolute;
	top:50%;
	margin-top:-1px;
	left:0;
	right:0;
	margin:0 auto;
	transition-delay: 0s;
}

.product_item_tabs {
	font-size:14px;
}

.product_item_tabs .title .icon .last {
	transform: rotate(90deg);
}

.product_item_tabs .title:hover .name {

}

.product_item_tabs .title .name  {
	color:white;
	display: inline-block;
	/*background-image:url('../img/line_ingredientes.png');
	
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom:5px;*/
}

.product_item_tabs .collapse_wrapper {
	padding: 30px 0 0 0px;
}

.product_item_tabs .table {
	
}

.product_item_tabs .table thead th,
.product_item_tabs .table tbody td {
	border-color:#707070;
	padding: 5px;
	font-size: 13px;
}



.product_item_tabs .table thead th {
	font-weight: 700;
	border-bottom-width: 1px;
	border-top:0;
	
	
}

.opacity0 {
	opacity: 0;
}



/* END PRODUCTOS LIST*/




/* PAN TOSTADO TRADICIONAL */
.section_pan_tostado_tradicional {
	background-color: #DED4C8;
	background-size: cover;
	margin-top:-10px;
	
}


.separador_productos{
	background-image: url(../img/zig_rojo_line.png);
	background-position: top center;
	background-repeat: repeat-x; content:"";
	height: 24px;
	width: 100%;
	display: block;
	background-color: #D50B32;
	margin-top: -12px;
	z-index: 99;
	position: relative;
	background-size: 80px;
}




.pan_tostado_tradicional_semillas {
	position: absolute;
	left:-50px;
	bottom:30px;
}

.pan_tostado_tradicional_hoja {
	position: absolute;
	right:-100px;
	top:0px;
}

.pan_tostado_tradicional_nutricional_semillas {
	position: absolute;
	right:-40px;
	top:0px;
}

/* END PAN TOSTADO TRADICIONAL */





/* PAN TOSTADO 100% INTEGRAL */
.section_pan_tostado_100_integral {
	background-color: #DED4C8;
	background-size: cover;
	margin-top:-10px;
}

.section_pan_tostado_100_integral .product_item_info_main,
.section_pan_tostado_100_integral .product_item_info_main .link_composicion,
.section_pan_tostado_100_integral .product_item_title a {
	color:white;
}

.section_pan_tostado_100_integral .product_item_info_main .link_composicion {
	background-image:url('../img/arrow_composicion_white.png');
}

.section_pan_tostado_100_integral .product_item_info_main .link_composicion:hover {
	color: #2C1B19;
    background-image: url('../img/arrow_composicion.png');
}

.pan_tostado_100_integral_hoja {
	position: absolute;
	left:-100px;
	bottom:-30px;
}

.pan_tostado_100_integral_cereales {
	position: absolute;
	right:-100px;
	top:0px;
}

.pan_tostado_100_integral_nutricional_semillas {
	position: absolute;
	right:-40px;
	top:0px;
}

/* END PAN TOSTADO 100% INTEGRAL */




/* PAN TOSTADO MULTICEREALES */
.section_pan_tostado_multicereales {
background-color: #DED4C8;
	background-size: cover;
	margin-top:-10px;
}

.section_pan_tostado_multicereales .product_item_info_main,
.section_pan_tostado_multicereales .product_item_info_nutricional_top,
.section_pan_tostado_multicereales .product_item_info_main .link_composicion,
.section_pan_tostado_multicereales .product_item_title a {
	color:white;
}

.section_pan_tostado_multicereales .product_item_info_main .link_composicion {
	background-image:url('../img/arrow_composicion_white.png');
}

.section_pan_tostado_multicereales .product_item_info_main .link_composicion:hover {
	color: white ;
    background-image: url('../img/arrow_composicion_white.png');
}

.section_pan_tostado_multicereales .formato,
.section_pan_tostado_multicereales .product_item_info_nutricional_top .link_ver_info_basica:hover {
	color: black ;
}

.pan_tostado_multicereales_semillas {
	position: absolute;
	left:0px;
	bottom:-30px;
}

.pan_tostado_multicereales_hoja {
	position: absolute;
	right:-100px;
	top:0px;
}

.pan_tostado_multicereales_nutricional_semillas {
	position: absolute;
	right:-40px;
	top:-50px;
}

/* END PAN TOSTADO MULTICEREALES */




/* PAN TOSTADO BAJO EN SAL */
.section_pan_tostado_bajo_sal {
	background-image:url('../img/bg_producto_pan_tostado_bajo_sal.png');
	background-size: cover;
	margin-top:-10px;
}

.section_pan_tostado_bajo_sal .product_item_info_main,
.section_pan_tostado_bajo_sal .product_item_info_main .link_composicion,
.section_pan_tostado_bajo_sal .product_item_title a {
	color:#133858;
}

.section_pan_tostado_bajo_sal .product_item_body p {
	color:#133858;
}

.section_pan_tostado_bajo_sal .product_item_info_main .link_composicion {
	background-image:url('../img/arrow_composicion_white.png');
}

.section_pan_tostado_bajo_sal .product_item_info_main .link_composicion:hover {
	color: #CF0025;
    background-image: url('../img/arrow_composicion_h.png');
}

.pan_tostado_bajo_sal_hoja {
	position: absolute;
	left:-100px;
	bottom:-30px;
}

.pan_tostado_bajo_sal_semillas {
	position: absolute;
	right:-100px;
	top:0px;
}

.pan_tostado_bajo_sal_nutricional_semillas {
	position: absolute;
	right:-100px;
	top:0px;
}

/* END PAN TOSTADO BAJO EN SAL */





/* PAN TOSTADO MULTICEREALES SEMILLAS */
.section_pan_tostado_multicereales_semillas_2 {
	background-image:url('../img/bg_producto_pan_tostado_multicereales_semillas.png');
	background-size: cover;
	margin-top:-10px;
}

.section_pan_tostado_multicereales_semillas_2 .product_item_info_main,
.section_pan_tostado_multicereales_semillas_2 .product_item_info_nutricional_top,
.section_pan_tostado_multicereales_semillas_2 .product_item_info_main .link_composicion,
.section_pan_tostado_multicereales_semillas_2 .product_item_title a {
	color:white;
}

.section_pan_tostado_multicereales_semillas_2 .product_item_info_main .link_composicion {
	background-image:url('../img/arrow_composicion_white.png');
}

.section_pan_tostado_multicereales_semillas_2 .product_item_info_main .link_composicion:hover {
	color: white ;
    background-image: url('../img/arrow_composicion_white.png');
}

.section_pan_tostado_multicereales_semillas_2 .formato,
.section_pan_tostado_multicereales_semillas_2 .product_item_info_nutricional_top .link_ver_info_basica:hover {
	color: black ;
}

.pan_tostado_multicereales_hoja_2 {
	position: absolute;
	right:-100px;
	top:0px;
}

.pan_tostado_multicereales_semillas_2 {
	position: absolute;
	left:0px;
	bottom:-30px;
}


.pan_tostado_multicereales_nutricional_2 {
	position: absolute;
	right:-40px;
	top:-50px;
}

/* END PAN TOSTADO MULTICEREALES SEMILLAS */






/* PANECILLO ESTILO TRADICIONAL */
.section_panecillos_estilo_tradicional {
	background-image:url('../img/bg_producto_panecillo_estilo_tradicional.png');
	background-size: cover;
	margin-top:-10px;
}


.panecillos_estilo_tradicional_semillas {
	position: absolute;
	left:-50px;
	bottom:0px;
}

.panecillos_estilo_tradicional_hoja {
	position: absolute;
	right:-100px;
	top:-40px;
}

.panecillos_estilo_tradicional_nutricional_semillas {
	position: absolute;
	right:-40px;
	top:0px;
}

/* END PANECILLO ESTILO TRADICIONAL */





/* PANECILLOS 100% INTEGRAL */
.section_panecillos_100_integral {
	background-image:url('../img/bg_producto_panecillo_100_integral.png');
	background-size: cover;
	margin-top:-10px;
}

.section_panecillos_100_integral .product_item_info_main,
.section_panecillos_100_integral .product_item_info_main .link_composicion,
.section_panecillos_100_integral .product_item_title a {
	color:white;
}

.section_panecillos_100_integral .product_item_info_main .link_composicion {
	background-image:url('../img/arrow_composicion_white.png');
}

/*
.section_panecillos_100_integral .product_item_info_main .link_composicion:hover {
	color: #CF0025;
    background-image: url('../img/arrow_composicion_h.png');
}*/

.panecillos_100_integral_hoja {
	position: absolute;
	left:-100px;
	bottom:-30px;
}

.panecillos_100_integral_cereales {
	position: absolute;
	right:-100px;
	top:0px;
}

.panecillos_100_integral_nutricional_semillas {
	position: absolute;
	right:-40px;
	top:0px;
}

/* END PANECILLOS 100% INTEGRAL */




/* MINITOSTAS SAL ROMERO */
.section_minitostas_sal_romero {
	background-image:url('../img/bg_producto_ministostas_sal_romero.png');
	background-size: cover;
	margin-top:-10px;
}

/* END MINITOSTAS SAL ROMERO */




/* MINITOSTAS BRIOCHE */
.section_minitostas_brioche {
	background-image:url('../img/bg_producto_ministostas_brioche.png');
	background-size: cover;
	margin-top:-10px;
}


/* END MINITOSTAS BRIOCHE */




/* CRACKERS HORNEADOS INTEGRAL */
.section_cracker_horneado_integral {
	background-image:url('../img/bg_cracker_horneado_integral.png');
	background-size: cover;
	margin-top:-10px;
}

.solo_6_productos {
	max-width: 160px;
	margin-top:20px;
	margin-left:20px;
}

/* END CRACKERS HORNEADOS INTEGRAL */





/* PALITOS RÚSTICOS */
.section_palitos_rusticos {
	background-image:url('../img/bg_palitos_rusticos.png');
	background-size: cover;
	margin-top:-10px;
}

/* END PALITOS RÚSTICOS */




/* MINI CRACKERS HORNEADOS INTEGRAL */
.section_mini_cracker_horneado_integral {
	background-image:url('../img/bg_mini_cracker_horneado_integral.png');
	background-size: cover;
	margin-top:-10px;
}


/* END MINI CRACKERS HORNEADOS INTEGRAL */






/* SCROLL BUTTONS */
.btn_scroll_down  {
	background-image:url('../img/btn_scroll_down_white.png');
	background-size: cover;
	width:88px;
	height:87px;
	display: block;
	margin:0 auto;
}

.btn_scroll_down:hover {
	opacity:0.8;
}
/* END SCROLL BUTTONS*/





/* PAGE TITLE */
.page_title,
.title_big {
	font-size: 52px;
	color:#ffffff;
	line-height: 120%;
	text-align: center;
	font-family: 'Figtree', cursive;
	padding:20px 0 60px 0;
}
.page_title span {
	display: block;
	font-size: 24px;
	line-height: 120%;
	font-family: 'Figtree', cursive;
}
/* END PAGE TITLE */



/* PAGE HEADER */
#page_header {
	position: relative;
	background-color: #D50B32;
}
.sticker_mas_resistente {
	position: absolute;
	left:20px;
	top:50%;
	max-width: 180px;
	margin-top:-90px;
}


#page_header:after {
	background-image: url(../img/zig_marron.png);
		background-position: top center;
		background-repeat: repeat-x; content:"";
		height: 12px;
		width: 100%;
		display: block;
		background-color: #D50B32;
		margin-top: -12px;
		z-index: 99;
		position: relative;
		background-size: 40px;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span{background:#D50B32!important}

/* END PAGE HEADER */




/* CMS */
.cms {
	padding:80px 0 80px 0;
}
/* END CMS*/



/* FAMILIA ORTIZ */
.familia_ortiz .page_title {
	margin-bottom:30px;
}
.familia_ortiz_wrapper {
	background-image:url('../img/bg_yellow.png');
	background-size: cover;
	margin-top:-20px;
	z-index: 2;
	position: relative;
	padding:50px 0;
}

.familia_ortiz_wrapper .si_tu_tambien {
	background-color:#CF0025;
	color:white;
	padding:15px;
	text-align: center;
	font-size:28px;
	margin-top:50px;
}

.familia_ortiz_wrapper .si_tu_tambien .registrate a {
	color:white;
	text-decoration: underline;
	font-size:24px;
}

.familia_ortiz_wrapper .si_tu_tambien .registrate a:hover {
	text-decoration: none;
}

.familia_ortiz_wrapper .content {
	background: white;
	padding:50px;
}

.familia_ortiz_wrapper .content .page_title,
.familia_ortiz_wrapper .content .title_big {
	color:#CF0025;
}

.familia_ortiz_wrapper .page_title span {
	color:#402421;
}

.familia_ortiz_wrapper .form-section {
	margin-bottom: 30px;
}

.familia_ortiz_wrapper .form-section .title {
	font-size:32px;
	margin-bottom: 10px;
	color:#CF0025;
}

.familia_ortiz_wrapper .form-section .form-control {
	border-color:#707070;
	border-radius: 0;
}

.familia_ortiz_wrapper .required {
	font-size: 14px;
}

.familia_ortiz_wrapper .form-check label {
	font-size: 14px;
	padding-top:2px;
}

.familia_ortiz_wrapper .form-check label a {
	text-decoration: underline;
}

.familia_ortiz_wrapper .form-check label a:hover {
	text-decoration: none;
}

.familia_ortiz_wrapper .buttons {
	margin-top:40px;
	text-align: center;
}

.familia_ortiz_wrapper .btn {
	background-image:url('../img/btn_bg_red.png');
	background-size: cover;
	color:white;
	display: inline-block;
	border-radius: 5px;
	padding:5px 50px;
	font-size:23px;
	border:0;
}

/* END FAMILIA ORTIZ */




/* PROCESO */
.proceso_wrapper {
	background-image:url('../img/bg_proceso.jpg');
	background-size: cover;
	margin-top:-20px;
	z-index: 2;
	position: relative;
	padding:50px 0;

}

.proceso_wrapper .slogan {
	margin-top:-65px;
	margin-bottom: 40px;
}

.proceso_wrapper .proceso_item {
	margin-bottom:20px;
}

.proceso_wrapper .proceso_item .text {
	padding:0 30px;
}

.proceso_wrapper .proceso_item .text,
.proceso_wrapper .proceso_item .text .page_title {
	text-align: left;
}
/* END PROCESO */



/* BIMBO CRM */
body .bimboapi_box form {
	padding:0 ;
}

body .bimboapi_content, 
body .bimboapi_content p a, 
body .bimboapi_content .form-check a, 
body .login_link a,
body .input_lbl_wrapper label {
	color: #402421;
}

body .input_lbl_wrapper input[type="text"], 
body .input_lbl_wrapper input[type="email"], 
body .input_lbl_wrapper input[type="password"], 
body .input_lbl_wrapper select, 
body .input_lbl_wrapper .input_value, .input_radio_lbl_wrapper ul {
	border: 1px solid #402421;
}

body .bimboapi_content .btn {
	border:0 !important;
	color:white !important;
	text-transform: none !important;
	border-radius: 5px !important;
}
/* END BIMBO CRM*/


@media (max-width: 1200px) {
	.product_item_info_nutricional .product_item_tostada_image {
		max-width:90%;
	}
	.product_item_nutricional_wrapper {
		margin-left: -100px;
	}
}



@media (max-width: 991px) {
	.product_item_info_nutricional .product_item_tostada_image {
		max-width:90%;
	}
	.product_item_nutricional_wrapper {
		margin-left: -100px;
	}
	
	.product_item_image_wrapper {
		text-align: center;
	}
	.product_item_info_main .product_item_image {
		max-height: inherit;
		max-width:600px;
		margin:0 auto;
		width:100%;
	}
	
	.product_item_info_main .product_item_actions {
		position: relative;
		top:inherit;
		margin-top:inherit;
		text-align: center;
	}
	
	.product_item_info_main .product_item_title{
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 10px;
		
	}

	.product_item_info_main .edicion_limitada{font-size: 20px; margin-bottom: 0px;}

	.product_item_info_main .product_item_body{max-width: inherit;}
	.product_item_info_main .bin_btn_wrapper{text-align: center;}

	.pan_tostado_100_integral_cereales,
	.pan_tostado_100_integral_hoja,
	.pan_tostado_100_integral_nutricional_semillas,
	.pan_tostado_bajo_sal_semillas, 
	.pan_tostado_bajo_sal_hoja, 
	.pan_tostado_bajo_sal_nutricional_semillas, 
	.pan_tostado_multicereales_semillas,
	.pan_tostado_multicereales_hoja,
	.pan_tostado_multicereales_nutricional_semillas,
	.pan_tostado_multicereales_nutricional_2,
	.pan_tostado_tradicional_semillas,
	.pan_tostado_tradicional_hoja,
	.pan_tostado_tradicional_nutricional_semillas,
	.panecillos_100_integral_cereales,
	.panecillos_100_integral_hoja,
	.panecillos_100_integral_nutricional_semillas,
	.panecillos_estilo_tradicional_semillas,
	.panecillos_estilo_tradicional_hoja,
	.panecillos_estilo_tradicional_nutricional_semillas,
	.product_item_info_nutricional .product_item_image,
	.pan_tostado_multicereales_hoja_2,
	.pan_tostado_multicereales_semillas_2 {
		display: none !important;
	}
	
	.product_item_info_nutricional {
		text-align: center;
	}
	
	.product_item_info_nutricional .product_item_tostada_image {
		margin:0 auto;
	}
	
	.product_item_info_nutricional .product_item_title {
		margin:0 auto;
	}
	
	.product_item_nutricional_wrapper {
		position: relative;
		top:inherit;
		margin-left:inherit;
	}
	
	.open_menu, .social_links a {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	
	.social_links a {
		font-size:25px;
	}
	
	.social_links a i {
		line-height: 50px;
	}	
	
	/*
	.open_menu > span.first {
		margin-top: 16px;
	}
	
	.open_menu_checkbox:checked ~ .open_menu span.first {
		margin-top: 25px;
	}
	
	.open_menu_checkbox:checked ~ .open_menu span.last, 
	.open_menu_checkbox:checked ~ .open_menu span.middle {
		margin-top: -8px;
	}
	
	.open_menu > span {
		width: 26px;
		margin: 5px auto;
	}*/
	
	.open_menu > .label {
		top: 8px;
	}
	
	header .logo img {
		width:100px;
	}
	
	nav.main_menu {
		font-size: 30px;
	}
	
	.scroll_top {
		display: none !important;
	}
	
	.proceso_wrapper .proceso_item .text {
		padding:0 0px;
	}
	
	.variedades_wrapper .item {
		min-height: inherit;
	}
	.variedades_wrapper .img {
		overflow: inherit;
		margin-top:0;
		position: relative;
	}
	.variedades_wrapper .img img {
		margin-bottom:30px;
	}
	
	#promo_banner_home .bodegon {
		margin: -20px auto 0 auto;
	}
	
	#promo_banner_home .podras {
		margin-top:0;
		font-size: 21px;
	}
	
	#promo_banner_home .lotes {
		margin-top:10px;
		font-size: 16px;
	}
	
	#familia_ortiz_home .text .te_apellidas {
		font-size: 24px;
	}
	
	#familia_ortiz_home .text .registrate {
		font-size:22px;
		margin-top:10px;
	}	
	
	.sticker_mas_resistente {
		display: none;
	}
	
	#page_header {
	
	
	}
	
	.page_title {
		font-size: 42px;
	}
	
	.page_title span {
		font-size: 20px;
	}
	
	.product_item_info_main .product_item_title br , 
	.product_item_info_nutricional .product_item_title br {
		display: none;
	}
	
	.product_item_composicion_list_item img {
		max-width: 130px;
	}
	
	.product_item_info_nutricional_bottom:before{
		display: none;
	}
	
	.product_item_tabs .title .name {
		color:#CF0025;
	}
	
	.familia_ortiz_wrapper .page_title {
		margin-bottom:20px;
	}
	
	.familia_ortiz_wrapper .form-section .title {
		font-size:24px;
	}
	
	.familia_ortiz_wrapper .content {
		padding:30px;
	}
}


@media (max-width: 480px) {
	
	.slogan strong {
		font-size:38px;
	}

	header {
		left:0;
		right:0;
		padding:15px 0px
	}
	
	/*.open_menu,*/ .social_links a {
		width: 36px;
		height: 36px;
		line-height: 36px;
	}
	
	.social_links a {
		font-size:20px;
	}
	
	.social_links a i {
		line-height: 36px;
	}	
	/*
	.open_menu > span.first {
		margin-top: 10px;
	}
	
	.open_menu > span {
		width: 20px;
		margin: 4px auto;
	}
	
	.open_menu_checkbox:checked ~ .open_menu span.first {
		margin-top: 17px;
	}
	
	.open_menu_checkbox:checked ~ .open_menu span.last, .open_menu_checkbox:checked ~ .open_menu span.middle {
		margin-top: -7px;
	}
	*/
	header .logo img {
	    width: 70px;
	}
	
	header .social_links {
		margin-left:-30px;
	}
	
	.social_links li {
		margin-left: 1px;
	}
	
	#home {
		
	}
	.slogan {
		font-size: 21px;
		bottom: 8vh;
		max-width: 90%;
	}
	
	#fp-nav {
		display: none !important;
	}
	
	#productos .productos_intro .nuestras {
		font-size: 52px;
	}
	
	#productos .productos_intro .variedades {
		font-size:21px;
	}
	
	.product_item_info_main .product_item_title,
	.product_item_info_nutricional .product_item_title {
	   
	    margin-bottom: 20px;
	}
	
	.product_item_wrapper,
	.product_item_info_nutricional_bottom {
		padding:20px 10px 40px 10px;
	}
	
	.product_item_info_nutricional_top {
		padding:20px 10px 0px 10px;
	}
	
	.product_item_info_nutricional_middle {
	    padding: 20px 10px 40px 10px;
	    margin-top:0;
	}
	
	.product_item_info_main .product_item_body {
		margin-right: inherit;
	}
	
	.product_item_info_main .link_composicion {
		font-size: 30px;
		background-size: auto 20px;
		padding-right: 25px;
	}
	
	.product_item_composicion_list_item {
		width:48%;
	}
	
	.product_item_composicion_list_item:after {
		display: none;
	}
	
	.product_item_info_main .product_item_image {
		max-width:500px;
	}
	
	.product_item_info_main {
		padding-top:20px;
	}
	
	.product_item_tabs .title {
		font-size:21px;
	}
	
	.product_item_tabs .title .icon {
		width: 40px;
		height: 40px;
	}
	
	.product_item_info_nutricional_bottom .mb-5 {
		margin-bottom:10px !important;
	}
	
	.product_item_tabs .collapse_wrapper {
		padding: 10px 0 0 45px;
	}
}


.producto #fullpage{background-color:#DED4C8}

.producto #fullpage .producto_lateral{
	padding: 100px 0px;
	background-image: url(../img/zig_marron_vertical.png);
	background-position: right top;
	background-repeat: repeat-y; content:"";
	width: 100%;
	height: 100%;
	display: block;
	background-color: #D50B32;
	z-index: 2;
	position: relative;
	background-size: 10px auto;
	
}

.producto #fullpage .producto_lateral .product_item_image {max-width: 572px; display: block; margin-left: -120px; z-index: 9; position: relative; width:130%}

.producto #fullpage .producto_lateral .img_ingrediente{position: absolute; right:0px; top:100px; z-index: 8; max-width: 260px;}
.producto #fullpage .producto_lateral .img_prod{position: absolute; right:-120px; top:340px; z-index: 10; max-width: 430px;}




.producto #fullpage .product_item_info_main .product_item_body{max-width: inherit;}

.menu-desktop ul {

	list-style: none;
	margin: 0;
	padding-left: 0;
  }
  
  .menu-desktop li {
	color: #fff;
	display: block;
	float: left;
	padding: 1rem;
	position: relative;
	text-decoration: none;
	transition-duration: 0.5s;
  }
	
  .menu-desktop li a {
	color: #fff;
  }
  
  .menu-desktop li:hover {
	cursor: pointer;
  }
  
  .menu-desktop ul li ul {
	visibility: hidden;
	opacity: 0;
	min-width: 5rem;
	position: absolute;
	transition: all 0.5s ease;
	margin-top: 10px;
	left: 0;
	z-index: 9;
	display: none;
	background-color:#D50B32
  }
  
  .menu-desktop ul li:hover > ul,
  .menu-desktop ul li:focus-within > ul, /* this is the line we add */
  .menu-desktop ul li ul:hover {
	visibility: visible;
	opacity: 1;
	display: block;
  }
  
  .menu-desktop ul li ul li {
	clear: both;
	width: 100%;
	padding:5px 20px;
	text-align: left;
  }


  .bimbo_product_formatos_title{font-weight: 600; font-size: 24px;}


  .product_item_body .accordion {
	background-color: transparent;
	cursor: pointer;
	padding: 10px 0px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-weight: 600;
  font-size: 24px;
  color:#402421;
	transition: 0.4s;
	display: flex;
	align-items: center;
  }
  
  .product_item_body .active,  .product_item_body .accordion:hover {
	background-color: transparent;
  }
  
  .product_item_body .accordion:before {
	content: '';
	background-image: url(../img/plus.png);
	background-size: cover;
	background-position: center center;
	width:20px;
	height: 20px;
	color: #777;
	font-weight: bold;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
  }
  
  .product_item_body .active:before {
	background-image: url(../img/minus.png);
  }
  
  .product_item_body .panel {
	padding: 0 18px;

	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
  }


  .bimbo_product_info_nutricional_table .table{color:#402421; width:90%; max-width: 530px;}

  .bimbo_product_info_nutricional_table .table td,   .bimbo_product_info_nutricional_table .table th{padding: 5px;}

  .bimbo_product_info_nutricional_ir{text-align: right; width:90%; max-width: 530px;}
  .bimbo_product_info_nutricional_table .gramos_ir th {    border:0;}

.bimbo_product_info_nutricional_table .td_indent{padding-left: 30px!important;}


.bimbo_product_info_nutricional_table .thead,
.bimbo_product_info_nutricional_table .table>:not(:first-child) {
    border:0;
}

.bimbo_product_info_nutricional_table .table>:not(caption)>*>* {
    border-bottom:1px solid #ffffff;
}

.bimbo_product_info_nutricional_table tr td:not(:first-child),
.bimbo_product_info_nutricional_table tr th:not(:first-child) {
    text-align: left;
}

.bimbo_product_info_nutricional_ir_legend{font-size: 14px;}



@media (max-width: 991px) {

	.producto #fullpage .producto_lateral .img_ingrediente, .producto #fullpage .producto_lateral .img_prod{display: none;}
	.producto #fullpage .producto_lateral{padding: 20px 0px; background-image: url(../img/zig_marron.png);
		background-position: bottom center;
		background-repeat: repeat-x; content:"";
		width: 100%; background-size: 40px;}

		.producto #fullpage .producto_lateral .product_item_image{margin: 0 auto; width: 100%;}
}

@media (max-width: 500px) {
	.product_item_info_main{font-size: 15px;}
	.bimbo_product_formatos_title, .product_item_body .accordion{font-size: 19px;}
	.bimbo_product_info_nutricional_table .table, .bimbo_product_info_nutricional_ir{font-size: 14px!important;}
}