:root {
  --blue: #053d82;
  --red: #d81e24;
}


.clear {
	clear: both;
}

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

img[src$=".gif"], img[src$=".png"] {
	image-rendering: -moz-crisp-edges; /* Firefox */
	image-rendering: -o-crisp-edges; /* Opera */
	image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}


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


html,
body {
	overflow-x: hidden;
}


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

body {
	font-family: "gotham", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:15px;
	color:#27356c;
	
	background:#27356c;
	line-height: 170%;
background-color: #27356c;
	background-attachment: fixed;
	background-size: 100% auto;
	
}


.alert{font-size: 14px; text-align: center;}

.gotham_light{font-family: "gotham", sans-serif;
	font-weight: 300;
	font-style: normal;}
	
.gotham_book{font-family: "gotham", sans-serif;
font-weight: 400;
font-style: normal;}

.gotham_medium{font-family: "gotham", sans-serif;
font-weight: 500;
font-style: normal;}


.gotham_bold{font-family: "gotham", sans-serif;
font-weight: 700;
font-style: normal;
}


textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="email"]:focus, 
input[type="number"]:focus, 
[type="text"].form-control:focus, 
[type="password"].form-control:focus, 
[type="email"].form-control:focus, 
[type="tel"].form-control:focus, 
[contenteditable].form-control:focus,
div:focus,
button:focus,
.form-control:focus,
a:focus  {
	outline: none;
	box-shadow:none !important;
	border-color: #D6D6D6;
}

input[type="text"],
input[type="password"],
.form-control {
	padding:9px 10px 9px 10px;
	font-weight:700;
	border:0;
	font-size:16px;
	height:38px;
	color:#505050;
	background-color:#fff;
	border:1px solid #DEDEDE;
	border-radius:5px;
}

::-webkit-input-placeholder { font-weight: 400; }
:-ms-input-placeholder { font-weight: 400; }
::placeholder { font-weight: 400; }


label {
	margin-bottom: 0.2rem;
}

.btn-loading {
	vertical-align: middle;
}

.btn {
	font-weight: 900;
	position: relative;
	display: inline-block;
}

.btn-blue {
	background: rgb(5,61,130);
	background: linear-gradient(180deg, rgba(5,61,130,1) 0%, rgba(5,61,130,1) 50%, rgba(5,53,111,1) 50%, rgba(5,53,111,1) 100%);
	padding: 15px 30px;
    color: #FFF;
	border-radius: 10px;
	box-shadow: 0 0 7px rgb(0 0 0 / 35%);
}

.btn-blue:hover {
	background: rgb(216,30,35);
	background: linear-gradient(180deg, rgba(216,30,35,1) 0%, rgba(216,30,35,1) 50%, rgba(164,14,18,1) 50%, rgba(164,14,18,1) 100%);
	color: #FFF;
}


.btn-blue-2 {
	background-color: #17377f;
    color: #fff;
	padding: 15px 30px;
	border-radius: 10px;
	border:1px solid  white;
}

.btn-blue-2:hover {
	background: white;
	color: #17377f;
}

.btn.xl {
	font-size: 26px;
	font-weight: 500;
}


a {
	color: #505050;
}

a,
.nav-link,
.nav-item {
	-webkit-transition: all .15s ease-in-out;
       -moz-transition: all .15s ease-in-out;
         -o-transition: all .15s ease-in-out;
}

a:hover,
.nav-link:hover {
	text-decoration: none;
	color: #E50019;
}

p a {
	color: #007bff;
}
p a:hover {
	text-decoration: underline;
}

.destacado {
	color: var(--blue);
	font-weight: 800;
}

/* 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: #2a3443;
    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:#DD0B1B;
}

body .dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button {
    background-color: #DD0B1B;
    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 */





/* SELECT CONTAINER */
.select-container {
    position: relative;
    width: auto;
	min-width: 150px;
}

.select-container.donde {
	width: 280px;
}

.select-container:before {
	content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 10px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url('../img/V_Bimbo.png');
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: center;
}

.select-container select {
	width: 100%;
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%);
    border-radius: 5px;
    padding: 10px 0px 10px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    color: #053d82;
    color: #000;
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #000;
    background-color: transparent;
    z-index: 2;
    position: relative;
}
/* END SELECT CONTAINER */





/* HEADER */

#header {
	padding-top:50px;
	padding-bottom:50px;
	text-align: center;
	background-image:url('../img/bg_header_filosofia.jpg');
	background-size: cover;
	background-position: center center;
}
#header .top_navbar {
	text-align: right;
	margin-bottom:15px;
}
#header .top_navbar > ul,
#header .top_navbar > div {
	display: inline-block;
	vertical-align: middle;
}

#header .top_navbar li {
	display: inline-block;
	margin-left:10px;
}

#header .top_navbar a {
	font-weight: 900;
	text-transform: uppercase;
	color:white;
	text-shadow: 0px 2px 2px rgb(0 0 0 / 70%);
}

#header .menu_social a {
	display: block;
}

#header .menu_social a img {
	width: 25px;
	height: 25px;
	box-shadow: 0px 2px 2px rgb(0 0 0 / 70%);
    border-radius: 100%;
}

#header .navbar {
	background-color: #FFF;
	border-radius: 8px;
	box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);
	position: relative;
	padding-left:180px;
}

#header .navbar .navbar-brand {
	position: absolute;
	left:-10px;
	max-width: 190px;
	z-index: 30;
}

#header .navbar {
	padding-top:0;
	padding-bottom:0;
}

#header .navbar .nav-item  {
	padding-top:11px;
	padding-bottom:10px;
	position: initial;
}

#header .navbar .nav-item:hover {
	background:#f3f3f3;
}

#header .navbar .nav-item .nav-link {
	padding-left:15px;
	padding-right: 15px;
	font-weight: 900;
	text-transform: uppercase;
	color:#05346e;
	border-right: 1px solid #ccccd6;
}

#header .navbar .nav-item.dropdown .nav-link:after {
	content: "v";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: -4px 0 0 8px;
    border-radius: 50%;
    line-height: 20px;
    font-size: 10px;
    font-weight: 900;
    text-align: center;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 25%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    color: #05346e;
    -webkit-transition: all .6s;
    transition: all .6s;
  
}

#header .navbar .nav-item.dropdown .nav-link:hover:after {
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#header .navbar .dropdown-menu {
	width: 80%;
	left:10%;
	z-index: 3;
	background:#f3f3f3;
	border-radius: 10px;
	box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);
	margin-top:-5px;
	text-align: center;
	padding:30px;
}

#header .navbar .dropdown-menu .box {
	padding:10px 0px;
}

#header .navbar .dropdown-menu a {
	display: block;
}

#header .navbar .dropdown-menu .title {
	border-top: solid 3px var(--blue);
    border-bottom: solid 3px var(--blue);
    color: var(--red);
    text-transform: uppercase;
    padding: 6px 0;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 100%;
    display: block;
    margin-bottom:30px;
}

#header .navbar .dropdown-menu .desc {
	color: var(--blue);
    font-weight: 900;
    font-size: 0.9rem;
    display: block;
    line-height: 150%;
    text-align: center;
}

#header .navbar .dropdown-menu .filosofia .desc {
	text-align: left;
}

#header .page_title_wrapper {
	padding:40px 0 0 0;
}

#header .page_title {
	color:white;
	font-size: 64px;
	font-weight: 900;
	text-shadow: 0px 2px 2px rgb(0 0 0 / 50%);
	text-transform: uppercase;
}

/* END HEADER */




/* FOOTER */

#footer {
	background:white;
	position: relative;
	padding:40px 0 0px 0;
}

#footer:before {
	content:' ';
	background-image:url('../img/footer-teeth.png');
	background-repeat: repeat-x;
	height: 15px;
	width: 100%;
	position: absolute;
	left:0;
	right: 0;
	top:-10px;
}

#footer .osito_contacta {
	margin-top:-70px;
}

.osito_contacta img {
	z-index: 2;
	position: relative;
}

.osito_contacta .btn {
	margin-top:-10px;
	z-index: 1;
	border-radius: 10px;
	font-weight: 800;
	text-transform: none;
	letter-spacing: 0;
	padding:10px 30px;
	font-size: 18px;
}

#footer .menu {
	margin-bottom:25px;
}

#footer li {
	display: inline-block;
}

#footer .menu li {
	width: 24%;
	vertical-align: middle;
	padding:5px 8px 5px 0; 
}

#footer .menu a {
	font-weight: 900;
	color: var(--blue);
	font-size: 14px;
	display: block;
	border-bottom: dotted 1px #CCC;
	padding-bottom:2px;
}

#footer .menu a:hover {
	text-decoration: underline;
	color:var(--red);
}

#footer .menu_social li {
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
}

.footer_bottom {
	background:var(--blue);
	color:white;
	margin:30px 0 0 0;
	padding:10px 0;
	font-size: 12px;
}

.footer_bottom .menu_legal {
	text-align: right;
	text-transform: uppercase;
}

.footer_bottom .menu_legal li {
	padding: 0 10px;
}

.footer_bottom .menu_legal li:last-child {
	padding-right: 0;
}

.footer_bottom .menu_legal li:first-child {
	padding-left: 0;
}

.footer_bottom .menu_legal a {
	text-decoration: underline;
}

.footer_bottom .menu_legal a:hover {
	text-decoration: none;
}

.footer_bottom a {
	color:white;
}
/* END FOOTER */





/* MAIN */

#main {
	min-height: calc(100vh - 675px);
}
.main_before {
	background:white;
	min-height: 45px;
	box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%);
	line-height: 45px;
}

.main_before .form-inline {
	padding-top:7px;
	padding-bottom:7px;
	line-height: 28px;
}


.main_before label,
.main_before input,
.main_before select,
.main_before .select-container select {
	font-size: 14px;
}
.main_before label {
	padding-right: 10px;
	color: #D81E24;
	font-weight: 800;
}

.main_before .select-container {
	max-width: 150px;
}

.main_before .select-container select  {
	padding:1px 10px;
}

#main.margin_top_bottom {
	padding:90px 0;
}

#main.margin_top_bottom_2 {
padding-top: 30px;
}

/* END MAIN */




/* BLOCK WHITE */
.block_white {
	background: #fff;
    border-radius: 15px;
	box-shadow: 3px 3px 5px 1px rgb(179 179 179 / 30%);
	margin-bottom:40px;
}

.block_white_title {
    color: var(--blue);
    font-weight: 900;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 15px;
	border-bottom: 1px dashed #dedede;
	padding: 35px 40px 30px 40px;
}

.block_white_desc {
	padding: 20px 40px 20px 40px;
}
/* END BLOCK WHITE */





/* FILOSOFIA */

.filosofia_grid .item {
	margin-bottom:50px;
	border-radius: 15px;
	border: 10px solid #fff;
}

.filosofia_grid .item img {
	max-width: inherit;
	width: 100%;
}

/* END FILOSOFIA */




/* HISTORIA */

.historia #header {
	background-image:url('../img/bg_header_historia.jpg');
}

.historia_grid .item {
	margin-bottom:50px;
	border-radius: 15px;
	box-shadow: 3px 3px 5px 1px rgb(179 179 179 / 30%);
	background:white;
}

.historia_grid .item img {
	max-width: inherit;
	width: 100%;
}

.historia_grid .image {
	min-height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
}

.historia_grid .grupo_bimbo .image {
	background-image:url('../img/primer_maquina.jpg');
}

.historia_grid .desfile_colon .image {
	background-image:url('../img/Desfile_Bimbo_67-68_Colon.jpg');
}

.historia_grid .item_content {
	padding:30px 15px;
}

.historia_grid .item_info {
	min-height: 280px;
}

.historia_grid .item_title {
	color: var(--blue);
	font-weight: 900;
	text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom:15px;
}

.historia_grid .item_desc  {
	font-size: 13px;
	line-height: 20px;
}

/* END HISTORIA */






/* MARCAS */
.page_brand {
	position: relative;
	background: url("../img/background_marcas.jpg");
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
	background-position: bottom;
}


.page_brand #header {
	background-image:url('../img/nuestras_marcas_bg.jpg');
}

.page_brand #header .page_title {
	color:#053d82;
	/*text-shadow: 0px 2px 2px rgb(255 255 255 / 50%);*/
	text-shadow: 0px 2px 2px rgb(0 0 0 / 50%);
}

.page_brand.single_brand #header  {
	background-image: none;

}

.page_brand.single_brand .main_before {
	display: none;
}




.landing_product__header-brands h1 a{padding-bottom: 70px;}

.landing_product{padding: 60px 0px;
	background: url("../img/background_marcas.jpg");
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat!important;
    background-size: 100% auto!important;
background-position: bottom;}


.landing_product.rustikbakery{background: url("../../../assets/backgrounds/rustikbakery.jpg"); background-size: cover!important}
.landing_product.producto_rustikbakery{background: url("../../../assets/backgrounds/rustikbakery.jpg"); background-size: cover!important}
.page_product .landing_product__container{background-color: #ffffff; padding:30px; border-radius:15px}

.landing_product__logo {
	text-align: center;
}

.landing_product__social-media {
	text-align: right;
}

.landing_product__social-media li {
	display: inline-block;
	margin-left:10px;
}

.landing_product__social-media a{color:#053d82; border-radius:50px; background-color:#ffffff; font-size: 20px; height: 40px; width: 40px; display: inline-block; text-align: center; padding-top: 10px;}

.landing_product__body .brand-item{padding-top:30px;}
.landing_product__body .brand-item > div {
	justify-content: center;
}
.landing_product__body .brand-item .product_item{margin-bottom: 30px}
.landing_product__slider-item2{cursor: auto!important; text-align: center;}
.landing_product__slider-item2 a{ color:#000000; font-size:14px}
.landing_product__slider-item2 a:hover{text-decoration: none;  color:#ffffff;}
.landing_product__slider-item2 .prod_txt{border-radius: 10px; background-color: #fff; display: inline-block; padding: 10px 40px; margin-top: 10px;}
.landing_product__slider-item2 a:hover .prod_txt{background-color: #053d82}

#productos-maintitle.productos-logo{padding-top: 30px}


.landing_product__body .bimbo_product_title{color:#053d82; border-bottom: 2px solid #053d82; padding-bottom: 20px; text-align: center; font-weight: 800; text-transform: uppercase}
.landing_product__body .bimbo_product_sellos .bimbo_product_sellos_list{padding: 0px; display: inline-block; position: relative;text-align: center; width:100%}
.landing_product__body .bimbo_product_sellos .bimbo_product_sellos_list li{list-style-type: none; display: inline-block; width: 24%;}
.landing_product__body .bimbo_product_sellos .bimbo_product_sellos_list li .name{display: none}
.landing_product__body .bimbo_product_claim_sostenibilidad{margin: 0 auto; width: 24%}
.landing_product__body .bimbo_product_claim_sostenibilidad_titulo{display: none}

.landing_product__body .bimbo_product_texto_explicativo{margin-top: 20px; padding: 10px 20px; border-radius: 15px; background-color:#ffffff; color:#053d82; text-align: left; font-size: 14px}
.landing_product__body .bimbo_product_propiedades_producto{margin-top: 20px; padding: 10px 20px; border-radius: 15px; background-color:aliceblue; color:#053d82; text-align: left; font-size: 14px}
.landing_product__body .bimbo_product_recomendaciones_consumo{margin-top: 20px; padding: 10px 20px; border-radius: 15px; background-color:#99b2d9; color:#ffffff; text-align: center; font-size: 14px}
.landing_product__body .bimbo_product_declaraciones_nutricionales{margin-top: 20px; padding: 10px 20px; border-radius: 15px; background-color:aliceblue; color:#053d82; text-align: left; font-size: 14px}
.landing_product__body .bimbo_product_ingredientes{padding-top:20px; font-size: 11px}
.landing_product__body .bimbo_product_ingredientes .bimbo_product_ingredientes_title{font-weight: 600;color: #053d82; padding-bottom:10px; font-size: 15px}
.landing_product__body .bimbo_product_alergenos{padding-top:20px; font-size: 11px}
.landing_product__body .bimbo_product_alergenos .bimbo_product_alergenos_title{font-weight: 600;color: #053d82; padding-bottom:10px; font-size: 15px}
.landing_product__body .bimbo_product_formatos .bimbo_product_formatos_title{font-weight: 600; color:#053d82; padding-top: 20px}
.landing_product__body .bimbo_product_formatos .bimbo_product_formatos_list{padding:0px; padding-left: 10px; font-size: 14px; margin-bottom: 0px}
.landing_product__body .bimbo_product_formatos .bimbo_product_formatos_list li{list-style-type: none;}

.landing_product__body .row_info_nutricional{padding-top: 30px}
.landing_product__body .row_info_nutricional .info_nutricional{background-color: #ffffff; padding: 20px; border-radius: 20px}
.landing_product__body .row_info_nutricional .info_nutricional .bimbo_product_infografico_titulo{background-color: #eef1f5; color: #053d82; text-align: center; padding: 5px;}
.landing_product__body .row_info_nutricional .info_nutricional .bimbo_product_infografico{max-width: 400px; margin: 0 auto}

.landing_product__body .row_info_nutricional .info_nutricional_box{background-color: #ffffff; padding: 20px; border-radius: 20px}
.landing_product__body .row_info_nutricional .info_nutricional_box .bimbo_product_info_nutricional{display: none}
.landing_product__body .row_info_nutricional .info_nutricional_box .bimbo_product_info_nutricional_title{background-color: #eef1f5; color: #053d82; text-align: center; padding: 5px;}
.landing_product__body .row_info_nutricional .info_nutricional_box .bimbo_product_info_nutricional_ir{text-align: right; font-size: 14px; padding: 10px}
.landing_product__body .row_info_nutricional .info_nutricional_box .bimbo_product_info_nutricional_ir_legend{font-size: 11px}
.landing_product__body .row_info_nutricional .info_nutricional_box .bimbo_product_info_nutricional_table{font-size: 14px}
.landing_product__body .row_info_nutricional .info_nutricional_box .bimbo_product_info_nutricional_table .table td, .landing_product__body .row_info_nutricional .info_nutricional_box .bimbo_product_info_nutricional_table .table th{padding: 5px; text-align: center}
.landing_product__body .row_info_nutricional .info_nutricional_box .bimbo_product_info_nutricional_table td{text-align: center}
.landing_product__body .row_info_nutricional .info_nutricional_box .bimbo_product_info_nutricional_table .td_main{color:#053d82; text-align: left!important}
.landing_product__body .row_info_nutricional .info_nutricional_box .bimbo_product_info_nutricional_table .td_indent{padding-left: 20px!important; color:#3e6ca1; text-align: left!important}

/*
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{margin: 0 auto}
*/


.page_brand .landing_product,
.page_product .landing_product {
    background-image: none;
    padding-top:0;
}

.page_product #header {
	background-image: none;
}

.page_brand .historias-header, 
.page_product .historias-header {
    background-image: none !important;
}

.page_brand .landing_product:before,
.page_product .landing_product:before {
    display: none;
}


.page_brand,
.page_product {
    background-repeat: repeat-y;
    background-size: 100% auto;
}

.page_brand .landing_product,
.page_product .landing_product {
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    background-position: center bottom;
    padding-bottom: 30vh
}

.page_brand_1 {
    background-image:url('../img/bimbo-pan.jpg');
}
.page_brand_1 .landing_product {
    background-image:url('../img/bimbo-pan-bottom.jpg');
}


.page_brand_2 {
    background-image:url('../img/rustik.jpg');
}
.page_brand_2 .landing_product {
    background-image:url('../img/rustik-bottom.jpg');
}


.page_brand_3 {
    background-image:url('../img/oroweat.jpg');
}
.page_brand_3 .landing_product {
    background-image:url('../img/oroweat-bottom.jpg');
}

.page_brand_4 {
    background-image:url('../img/silueta.jpg');
}
.page_brand_4 .landing_product {
    background-image:url('../img/silueta-bottom.jpg');
}

.page_brand_5 {
    background-image:url('../img/ortiz.jpg');
}
.page_brand_5 .landing_product {
    background-image:url('../img/ortiz-bottom.jpg');
}


.page_brand_6 {
    background-image:url('../img/donuts.jpg');
}
.page_brand_6 .landing_product {
    background-image:url('../img/donuts-bottom.jpg');
}


.page_brand_7 {
    background-image:url('../img/donettes.jpg');
}
.page_brand_7 .landing_product {
    background-image:url('../img/donettes-bottom.jpg');
}


.page_brand_8 {
    background-image:url('../img/labellaeaso.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center bottom;
}

.page_brand_9 {
    background-image:url('../img/weikis.jpg');
}
.page_brand_9 .landing_product {
    background-image:url('../img/weikis-bottom.jpg');
}

.page_brand_10 {
    background-image:url('../img/qe.jpg');
}
.page_brand_10 .landing_product {
    background-image:url('../img/qe-bottom.jpg');
}


.page_brand_11 {
    background-image:url('../img/bollycao.jpg');
}
.page_brand_11 .landing_product {
    background-image:url('../img/bollycao-bottom.jpg');
}


.page_brand_12 {
    background-image:url('../img/bimbo-dulce.jpg');
}
.page_brand_12 .landing_product {
    background-image:url('../img/bimbo-dulce-bottom.jpg');
}

.page_brand_13 {
    background-image:url('../img/bony.jpg');
}
.page_brand_13 .landing_product {
    background-image:url('../img/bony-bottom.jpg');
}


.page_brand_14 {
    background-image:url('../img/tigreton.jpg');
}
.page_brand_14 .landing_product {
    background-image:url('../img/tigreton-bottom.jpg');
}

.page_brand_15 {
    background-image:url('../img/panterarosa.jpg');
}
.page_brand_15 .landing_product {
    background-image:url('../img/panterarosa-bottom.jpg');
}


.page_brand_16 {
    background-image:url('../img/pinguinos.jpg');
}
.page_brand_16 .landing_product {
    background-image:url('../img/pinguinos-bottom.jpg');
}

.page_brand_18 {
    background-image:url('../img/circulorojo.jpg');
}
.page_brand_18 .landing_product {
    background-image:url('../img/circulorojo-bottom.jpg');
}

.page_brand_19 {
    background-image:url('../img/reposteriamartinez.jpg');
}
.page_brand_19 .landing_product {
    background-image:url('../img/reposteriamartinez-bottom.jpg');
}

.page_brand_20 {
    background-image:url('../img/takis.jpg');
}
.page_brand_20 .landing_product {
    background-image:url('../img/takis-bottom.jpg');
}

.page_brand_21 {
    background-image:url('../img/eagle.jpg');
}
.page_brand_21 .landing_product {
    background-image:url('../img/eagle-bottom.jpg');
}

.page_brand_22 {
    background-image:url('../img/popup.jpg');
}
.page_brand_22 .landing_product {
    background-image:url('../img/popup-bottom.jpg');
}

.page_brand_23 {
    background-image:url('../img/bimbo-artesano.jpg');
}
.page_brand_23 .landing_product {
    background-image:url('../img/bimbo-artesano-bottom.jpg');
}

.page_brand_24 {
    background-image:url('../img/bimbo-natural.jpg');
}
.page_brand_24 .landing_product {
    background-image:url('../img/bimbo-natural-bottom.jpg');
}

.page_brand_25 {
    background-image:url('../img/bimbo-bagels.jpg');
}
.page_brand_25 .landing_product {
    background-image:url('../img/bimbo-bagels-bottom.jpg?1');
}


.page_brand_26 {
    background-image:url('../img/rustik.jpg');
}
.page_brand_26 .landing_product {
    background-image:url('../img/rustik-bottom.jpg');
}


.page_brand_28 {
    background-image:url('../img/bimbo-rapiditas.jpg');
}
.page_brand_28 .landing_product {
    background-image:url('../img/bimbo-rapiditas-bottom.png?1');
}

.page_brand_29 {
    background-image:url('../img/bimbo-cruapan.png');
}
.page_brand_29 .landing_product {
    background-image:url('../img/bimbo-cruapan-bottom.png');
}




.page_brand:not(.page_brand_1,.page_brand_25,.page_brand_2,.page_brand_26,.page_brand_9,.page_brand_10,.page_brand_11,.page_brand_13,.page_brand_4,.page_brand_5,.page_brand_9,.page_brand_14,.page_brand_15,.page_brand_3,.page_brand_12,.page_brand_16,.page_brand_18,.page_brand_19,.page_brand_20,.page_brand_21,.page_brand_22,.page_brand_23,.page_brand_28,.page_brand_29) #header .page_title {
    text-shadow: 0px 2px 2px rgb(255, 255, 255, 0.7);
}

.page_brand_1 #header .page_title ,
.page_brand_2  #header .page_title ,
.page_brand_25  #header .page_title ,
.page_brand_26   #header .page_title ,
.page_brand_9   #header .page_title 
.page_brand_10   #header .page_title ,
.page_brand_11  #header .page_title ,
.page_brand_13   #header .page_title ,
.page_brand_4  #header .page_title ,
.page_brand_5   #header .page_title ,
.page_brand_9   #header .page_title ,
.page_brand_14   #header .page_title ,
.page_brand_15   #header .page_title ,
.page_brand_3  #header .page_title  ,
.page_brand_12  #header .page_title ,
.page_brand_16  #header .page_title ,
.page_brand_18   #header .page_title ,
.page_brand_19   #header .page_title ,
.page_brand_20   #header .page_title ,
.page_brand_21   #header .page_title ,
.page_brand_22 #header .page_title ,
.page_brand_23  #header .page_title,
.page_brand_28  #header .page_title,
.page_brand_29  #header .page_title  {
    color:white !important;
}

.brand-items__title {
	margin-top:30px;
}

.brand-items__title h3 {
	text-align: center;
	color: #053d82;
	font-weight: 800;
	font-size: 32px;
	text-transform: uppercase;
	position: relative;
}

.brand-items__title h3:before,
.brand-items__title h3:after {
	content:' ';
	height: 1px;
	border-top:2px solid var(--blue);
	vertical-align: middle;
	width:calc(50% - 100px);
	position: absolute;
	left:0;
	top:50%;
	display: inline-block;
}

.brand-items__title h3:after {
	right: 0;
	left:inherit;
}

.marca_logo {
	text-align: center;
	margin:20px auto;
}
.marca_logo img {
	max-width: 180px;
}


@media (min-width: 768px) {
    #togglemenubtn {
        display: none !important;
    }
}

@media (max-width: 768px) {
	.landing_product__body .brand-item{padding-top:10px}
	#productos-maintitle.productos-logo img{max-width: 220px; padding-top: 20px}
	
	.landing_product__body .bimbo_product_title{font-size: 20px}
	.landing_product__body .row_info_nutricional .info_nutricional{margin-bottom: 10px}
	.landing_product__body .row_info_nutricional .info_nutricional .bimbo_product_infografico_titulo, .landing_product__body .row_info_nutricional .info_nutricional_box .bimbo_product_info_nutricional_title{font-size: 14px}
	.landing_product__body .row_info_nutricional .info_nutricional_box .bimbo_product_info_nutricional_table{font-size: 11px}
	
    
    .view-marcas .views-row {
        height: auto !important;
    }

    .view-marcas .views-field {
        max-height: inherit !important;
    }
    .view-marcas .field-content {
        margin:0 auto !important;
    }

    .view-id-marcas {
        background-image:url('../img/bimbo_bg1.jpg') !important;
        background-position: center bottom !important;
        background-repeat: repeat-y !important;

    }

	.brand-items__title h3:before,
	.brand-items__title h3:after {
		display: none;
	}

   
}
/* END MARCAS */


@media (max-width: 768px) {
	
	
	
}








/* TRABAJA CON NOSOTROS */

.trabaja #header {
	background-image:url('../img/bg_header_trabaja.jpg');
}

.trabaja .section_title_wrapper {
	background-color: #19367b;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 45px 0 45px 0;
	position: relative;
}

.trabaja .section_title_wrapper:after {
	display: block;
	width: 100%;
	height: 45px;
	bottom:-45px;
	content:' ';
	background-image:url('../img/background-job.png');
	background-size: auto 100%;
	background-position: center center;
	position: absolute;
	left:0;
	right: 0;
	margin:0 auto;
	z-index:5;
	
}

.trabaja .section_title {
    font-weight: 800;
    margin-bottom: 0;
    font-size: 46px;
    text-transform: uppercase;
}

.trabaja .section_desc {
	font-size: 18px;
	margin-top:15px;
}

.trabaja .section_content {
	background-size: cover;
	padding:100px 0;
}

.trabaja .section_atributos .section_content {
	background-image:url('../img/bg_section_atributos.jpg');
}

.menu_atributos {
	max-width: 760px;
	margin:0 auto;
	text-align: center;
	position: relative;
}

.menu_atributos .alimenta {
	position: absolute;
	z-index: 3;
	left:0;
	right:0;
	top:0;
	margin:0 auto;
}

.menu_atributos .btn_atributo {
	border-radius: 50px;
	background-color: #053d82;
	color:white;
	padding: 40px 20px;
	cursor: pointer;
	transition: .5s ease-in-out all;
	display: inline-block;
	width: 230px;
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 800;
	letter-spacing: -1px;
	position: relative;
}

.menu_atributos .btn_atributo .line {
	position: absolute;
	top:8px;
	left:-5px;
	width:100%;
	height: 100%;
	border:2px solid #0099cc;
	border-radius: 50px;
	transition: .5s ease-in-out all;
}

.menu_atributos .btn_atributo:hover {
	background-color: #0099cc;
}

.menu_atributos .btn_atributo:hover .line {
	border-color: #053d82;
}

.menu_atributos .btn_atributo.v1,
.menu_atributos .btn_atributo.v1 .line {
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
}

.menu_atributos .btn_atributo.v2,
.menu_atributos .btn_atributo.v2 .line {
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
}

.menu_atributos .btn_atributo.v3,
.menu_atributos .btn_atributo.v3 .line {
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
}

.menu_atributos .btn_atributo.v4,
.menu_atributos .btn_atributo.v4 .line {
	border-bottom-right-radius: 0;
	border-top-left-radius: 0;
}

.menu_atributos .text-right .btn_atributo .line {
	left: inherit;
	right:-5px;
}

.menu_atributos .line1 {
	padding-top:70px;
}

.menu_atributos .line2 {
	margin-top:80px;
}

.atributos_list {
	text-align: center;
	max-width: 760px;
	margin:120px auto 0 auto;
	position: relative;
}
.atributos_list .atributo_item {
	margin-bottom:60px;

}

@media (min-width: 768px) {
	.atributos_list .atributo_item {
		position: absolute;
		opacity: 0;
	}
	.trabaja .section_atributos .section_content {
		padding-bottom: 300px;
	}
}

.atributos_list .atributo_item .atributo_title {
	background-color: #0099cc;
	display: inline-block;
    padding: 27px;
    border-radius: 0 0 25px 25px;
    margin-bottom: -15px;
    font-size: 20px;
	position: relative;
	color:white;
	font-weight: 700;
	font-style: italic;
}

.atributos_list .atributo_item .atributo_title:before,
.atributos_list .atributo_item .atributo_title:after {
	content: '';
    width: 0;
    height: 0;
	position: absolute;
	top: 0;
}

.atributos_list .atributo_item .atributo_title:before {
    border-right: 17px solid transparent;
    border-top: 17px solid transparent;
    border-left: 17px solid #069;
    border-bottom: 17px solid #069;
    left: -34px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.atributos_list .atributo_item .atributo_title:after {
	border-right: 17px solid transparent;
    border-top: 17px solid transparent;
    border-left: 17px solid #069;
    border-bottom: 17px solid #069;
	right: -34px;
}

.atributos_list .atributo_item .atributo_body {
	padding: 65px 95px 45px 95px;
    background-color: rgba(23, 54, 125, 0.9);
    color: #fff;
    border-radius: 15px;
    margin-top: -30px;
	font-size: 16px;
}

.atributos_list .atributo_item .atributo_body strong {
	font-weight: 800;
}


.trabaja .section_porque_bimbo .section_content {
	background-image:url('../img/bg_section_porque_bimbo.jpg');
}

.trabaja .porque_block {
	max-width: 900px;
	margin: 0 auto;
}

.trabaja .porque_block > div {
	padding-bottom:30px;
}

.trabaja .porque_item {
	padding: 25px;
    position: relative;
    background-color: rgba(23, 54, 125, 0.9);
    color: #fff;
    text-align: center;
    border-radius: 0 15px 0 0;
	height: 100%;
}

.trabaja .porque_item_img {
	margin-bottom:20px;
}

.trabaja .porque_item_img img {
	max-height: 100px;
}

.trabaja .section_lider .section_content {
	background-image:url('../img/bg_section_lider.jpg');
}

.trabaja .section_lider ol {
	max-width: 900px;
	margin:0 auto;
	position: relative;
    background-color: rgba(23, 54, 125, 0.9);
    color: #fff;
	padding: 65px;
	border-radius: 0 15px 0 0;
}

.trabaja .section_lider ol {
	display: block;
}
.trabaja .section_lider ol li {
	float:left;
	width: 50%;
	
	margin-bottom:20px;
	box-sizing: border-box;
	counter-increment: my-awesome-counter;
	position: relative;
	padding-left:40px;
	padding-right: 30px;
}

.trabaja .section_lider ol li:before {
	content: counter(my-awesome-counter);
	display: inline-block;
	vertical-align: middle;
	font-family: 'BrushScript BT';
	font-size: 36px;
    margin-right: 15px;
	position: absolute;
	left:0;
	top:8px;
}

.trabaja .section_ofertas .section_content {
	background:#17377f;
	text-align: center;
}


/* END TRABAJA CON NOSOTROS */





/* PROMOCIONES */
.promociones #header {
	background-image:url('../img/bg_header_promociones.jpg');
}

.promociones #header .page_title {
	color:#053d82;
	text-shadow: 0px 2px 2px rgb(255 255 255 / 50%);
}

.promos_grid .item {
	margin-bottom:50px;
	border-radius: 15px;
	border: 10px solid #fff;
}

.promos_grid .item img {
	max-width: inherit;
	width: 100%;
}

/* END PROMOCIONES */





/* DONDE ESTAMOS */
.donde-estamos #header {
	background-image:url('../img/bg_header_donde_estamos.jpg');
}

.donde-estamos #header .page_title {
	color:#053d82;
	text-shadow: 0px 2px 2px rgb(255 255 255 / 50%);
}

.donde_estamos_legend li {
	margin-bottom:10px;
	background-size: auto 24px;
	padding:5px 0 5px 34px;
	background-position: left center;
	background-repeat: no-repeat;
}

.donde_estamos_legend .plantas_produccion {
	background-image:url('../img/factory-building.png');
}

.donde_estamos_legend .oficinas {
	background-image:url('../img/building.png');
}

.map_container {
	height: 500px;
}

.map_container #map {
	height: 100%;
    border-radius: 0 0 15px 15px;
}


.donde-estamos .osito {
	max-width: 240px;
	margin-top:-80px;
}

.delegacion_item {
	margin-top:20px;
	padding-bottom:20px;
	font-size: 14px;
	border-bottom: 1px dashed #dedede;
}

.delegacion_item:last-child {
	border-bottom:0;
}

.delegacion_item .delegacion_nombre {
	color:var(--blue);
	font-weight: 600;
}

.delegacion_item a:hover {
	color:var(--blue);
}

/* END DONDE ESTAMOS */





/* CONTACTO */
.contacto #header {
	background-image:url('../img/bg_header_contacto.jpg');
}

.donde-estamos #header .page_title {
	color:#053d82;
	text-shadow: 0px 2px 2px rgb(255 255 255 / 50%);
}


.formulario_content{width: 90%; max-width: 1140px; margin:0 auto; background-color: #ffffff; padding:20px; border-radius: 15px}
.form{padding-top: 20px}

.form .indicanos{padding-bottom: 20px; font-weight: 800; color:#053d82; font-size: 18px}
.form  .input_lbl_wrapper label {
	font-weight: 500;
}

.form .form-check-label {
	line-height: 18px;
}
.form .tipo, .form .tipo_cliente_bimbo{cursor: pointer; padding: 5px 20px; background-color: #004082; color:#ffffff; font-weight: 600; display: inline-block; opacity: 0.5; margin: 10px}
.form .tipo:hover, .form .tipo.selected, .form .tipo_cliente_bimbo:hover, .form .tipo_cliente_bimbo.selected{opacity: 1;}
.form .tipo_cliente{padding-bottom: 20px}

.form .row.consumidor{display:none}
.form .row.cliente{display:none}
.form .row.cliente_bimbo{display:none}
.form .row.no_cliente_bimbo{display:none}
.form .row.row_producto{display: none}
.form .row .reclamaciones{display:none}

.form .validez{padding-top: 20px; padding-bottom: 20px; font-weight: 300; color:#053d82; font-size: 13px; padding-left: 60px}




.form-group{margin-bottom: 0px!important}

.input_lbl_wrapper {position: relative;text-align: center; padding: 5px 0px; border-radius:30px; background-color: #ffffff; margin: 10px 0px;}
.input_lbl_wrapper label {position: absolute;z-index:2;top:10px;color:#294C94;font-size:14px; left:50%; transform: translateX(-50%); width: 100%; text-align: center;}
.input_lbl_wrapper.animate label {-moz-transition:all 0.2s ease-out; -webkit-transition:all 0.2s ease-out;	-o-transition:all 0.2s ease-out; -ms-transition:all 0.2s ease-out; transition:all 0.2s ease-out;}
.input_lbl_wrapper input[type="text"],
.input_lbl_wrapper input[type="email"],
.input_lbl_wrapper input[type="password"],
.input_lbl_wrapper select,
.input_lbl_wrapper .input_value {padding:11px 10px 10px 10px;font-weight:400;border:0 !important;font-size:14px;border-radius: 0 !important;color:#294C94;color:#000;background-color:transparent; text-align: center;}
.input_lbl_wrapper .input_value {color:#294C94;}
.input_lbl_wrapper label,
.input_lbl_wrapper input[type="text"],
.input_lbl_wrapper input[type="email"],
.input_lbl_wrapper input[type="password"],
.input_lbl_wrapper select,
.input_lbl_wrapper .input_value {}
.input_lbl_wrapper.focus label {bottom:inherit;top:0;font-size:11px;text-transform: uppercase;}
.input_lbl_wrapper.focus input[type="text"],
.input_lbl_wrapper.focus input[type="email"],
.input_lbl_wrapper.focus input[type="password"],
.input_lbl_wrapper.focus select,
.input_lbl_wrapper.focus .input_value {padding-bottom:0;}
.input_lbl_wrapper select {-webkit-appearance: none; -moz-appearance: none; appearance: none;}
.input_lbl_wrapper ::-webkit-input-placeholder { color: #294C94;}
.input_lbl_wrapper :-ms-input-placeholder { color: #294C94;}
.input_lbl_wrapper ::placeholder { color: #294C94;}
.select_lbl_wrapper select {background:transparent;border:0;border-bottom:2px solid #294C94;padding:5px 10px 10px 10px;font-size:20px;height:46px;border-radius: 0;-webkit-appearance: none;-moz-appearance:none; appearance: none;width:100%;color:#294C94;}

.textarea{padding:11px 10px 10px 10px;font-weight:400;border:0 !important;font-size:15px;border-radius: 0 !important;color:#294C94;color:#000;background-color:transparent;border:2px solid #294C94 !important; height:200px; width: 100%; resize: none;}

.btn {background-color:#ffffff !important;color:#294C94 !important;border-radius: 0;font-size:15px; font-weight: 500;padding:10px 30px 10px 30px;margin-top:20px;text-transform: uppercase; border-radius: 20px;}
.btn:hover {background-color:#ffffff !important;color:#294C94 !important;}

.accordion{ margin: 0 auto; width: 80%; padding-bottom: 50px}
.accord-header{cursor: pointer; padding-top: 20px; border-bottom: 1px dashed #dedede;}
.accord-header ul{list-style-type: none}
.accord-content{display: none; padding: 10px; font-size: 14px}

.accord-content em, .accord-content em a{color:#053d82; text-decoration: none}

/*
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{margin: 0 auto}*/

.form_rustikbakery,
.form_oroweat,
.form_silueta,
.form_ortiz,
.form_donuts,
.form_donettes,
.form_labellaeaso,
.form_weikis,
.form_qe,
.form_bollycao,
.form_bony,
.form_tigreton,
.form_pantera_rosa,
.form_pinguinos,
.form_litte_bites,
.form_circulo_rojo,
.form_reposteria_martinez,
.form_takis,
.form_eagle,
.form_popup{}



.marca .menu-container{display:none}
.marca #mediumheader{display:none}
.marca .page-contact::before{display: none}
.marca .accordion{display: none}

.marca #mainfooter{padding-top:0px}
.marca #mainfooter .contenedor{display: none}
.marca #mainfooter::before{display: none}

.marca #footer-bar{margin-top:0px}
.marca #footer-bar .contenedor{display: block}

.marca .page-contact{background-image: none; padding-top: 20px}
.marca .page-contact .logo{text-align: center}

.form_donettes .page-contact{background-image:url(https://www.donettes.com/files/interface/fondo.png); background-size: auto; background-repeat: repeat; background-color: #FFDA00}
.form_rustikbakery .page-contact{background-image:url(https://www.therustikbakery.es/themes/trb/images/fondo_pizarra.jpg); background-size: auto; background-repeat: repeat; background-color: #ffffff}
.form_oroweat .page-contact{background:rgba(177,0,35,1)}
.form_silueta .page-contact{background-color:#FFF9E8}
.form_ortiz .page-contact{background-color:#51302C}
.form_donuts .page-contact{background: url("https://donuts.es/wp-content/themes/donuts-theme/images/bk_top.png") 0 top repeat-x fixed, url("https://donuts.es/wp-content/themes/donuts-theme/images/bk_resplador.png") center center no-repeat fixed, url("https://donuts.es/wp-content/themes/donuts-theme/images/bk_x.png") 0 top repeat fixed;}
.form_labellaeaso .page-contact{ background-size: auto; background-repeat: repeat; background-color: #001489}
.form_weikis .page-contact{ background-size: cover; background-repeat: no-repeat; background-color: #2129a7; background-position: top; background-attachment: fixed}
.form_qe .page-contact{background-color:#542779}
.form_bollycao .page-contact{background-image:url(https://www.bollycao.es/assets/img/bg.png); background-size: cover; background-repeat: no-repeat; background-color: #ffffff; background-position: top; background-attachment: fixed}
.form_bony .page-contact, .form_tigreton .page-contact, .form_pantera_rosa .page-contact, .form_pinguinos .page-contact{background-image:url(../img/bg-sistalgia2.jpg); background-size: cover; background-repeat: no-repeat; background-color: #ffffff; background-position: top; background-attachment: fixed}
.form_little_bites .page-contact{background-image:url(https://bimbo-com-es-assets.s3.amazonaws.com/s3fs-public/Little_Bites_02.jpg); background-size: cover; background-repeat: no-repeat; background-color: #ffffff; background-position: top; background-attachment: fixed}
.form_circulo_rojo .page-contact{background-image:url(https://bimbo-com-es-assets.s3.amazonaws.com/s3fs-public/Circulo_Rojo_02.jpeg); background-size: cover; background-repeat: no-repeat; background-color: #ffffff; background-position: top; background-attachment: fixed}
.form_reposteria_martinez .page-contact{background-image:url(https://bimbo-com-es-assets.s3.amazonaws.com/s3fs-public/Martinez_body.jpeg); background-size: cover; background-repeat: no-repeat; background-color: #ffffff; background-position: top; background-attachment: fixed}
.form_takis .page-contact{background-image:url(https://www.takis.es/files/interface/pattern.gif); background-size: auto; background-repeat: repeat; background-color: #ffffff; background-position: top; background-attachment: fixed}
.form_eagle .page-contact{background-size: auto; background-repeat: repeat; background-color: #d5d8e6; background-position: top; background-attachment: fixed}
.form_popup .page-contact{background-image:url(https://bimbo-com-es-assets.s3.amazonaws.com/s3fs-public/PopUp2_02.jpg); background-size: cover; background-repeat: no-repeat; background-color: #ffffff; background-position: top; background-attachment: fixed}

.page-contact .accord-header {
	padding-bottom:15px;
}

@media (max-width: 991px) {
   
    .btn { padding: 7px 20px 6px 20px;font-size:13px;}
    
    
    .form-check{height:80px}
    
}
.marca .page-contact {
	padding-bottom:50px;
}

.marca #header,
.marca .main_before {
	display: none;
}

.marca #main.margin_top_bottom_2 {
	padding-top:0;
	padding-bottom:0;
}

.marca #footer > .container {
	display: none;
}

.marca #footer:before {
	display: none;
}

.marca #footer {
	padding-top:0;
}

.marca .block_white {
	margin-bottom:0;
	border:0;
	box-shadow: none;
}

.marca .footer_bottom {
	margin-top:0;
}

/* END CONTACTO */




/* RECETAS */

.recetas #header {
	background-image:url('../img/bg_header_recetas.jpg');
}

.receta_item {
	background:white;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom:30px;
}

.receta_item a {
	display: block;
}

.receta_item a:hover .hover_info {
	opacity: 1;
}
.receta_item .receta_title {
	color:var(--blue);
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 800;
	text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
	margin-bottom:0;
}

.receta_item .content {
	padding:20px 20px 20px 20px;
	position: absolute;
	width: 100%;
	bottom:0;
	left:0;
	background:white;
}

.receta_item .hover_info {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 16px;
	background: rgba(0,0,0,.5);
	text-align: center;
	color:white;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	font-size: 14px;
	opacity: 0;
	transition: all .25s linear;
}

.receta_item .hover_info ul {
	position: absolute;
	top:50%;
	width: 100%;
	transform: translateY(-50%);
}

.receta_item .hover_info .dest {
	display: block;
	font-size: 40px;
	margin-bottom:5px;
}

.receta_item .hover_info li {
	border-bottom:1px solid white;
	padding:15px;
	margin:0 20px;
}

.receta_item .hover_info li:last-child {
	border-bottom:0;
}

.receta_item .img {
	padding-top: 100%;
	position: relative;
	background-position: center;
	background-size: cover;
	display: block;
	margin-bottom:60px;
}

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

.paging ul {
	display: block;
	width: 100%;
}
.paging li {
	display: inline-block;
	vertical-align: middle;
	padding:0 5px;
}

.paging li,
.paging a {
	color:var(--blue);
	font-size: 14px;
}

.paging li.active a {
	font-weight: 800;
}

.paging a:hover {
	text-decoration: underline;
}

.back_link {
	color:var(--blue);
	font-weight: 800;
}

.back_link:before {
	content: 'v';
	font-size: 20px;
	height: 30px;
	line-height: 30px;
    width: 30px;
	display: inline-block;
	transform:rotate(90deg);
	border-radius: 50%;
	box-shadow: 0 2px 4px rgb(0 0 0 / 40%);
	vertical-align: middle;
	margin-right: 10px;
	text-align: center;
	
}

.receta_view {
	background:white;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.receta_view .receta_title {
	text-transform: uppercase;
	font-weight: 800;
	color:var(--blue);
	font-size: 26px;
	
}

.block.border-sep {
	border-bottom: 1px dotted #dedede;
}


.receta_view .block {
	padding:25px 40px;
}

.receta_view .block.narrow {
	padding:10px 40px;
}

.receta_view .block_title {
	font-size: 20px;
	font-weight: 800;
	color:var(--blue);
	margin-bottom:15px;
}

.receta_view .ingredientes ul,
.receta_view .body {
	font-size: 14px;
	line-height: 20px;
}

.receta_view .ingredientes ul {
	columns: 2;
	
}

.receta_view .ingredientes ul li {
	margin-bottom:5px;
	position: relative;
	padding-left:10px;
}

.receta_view .ingredientes ul li:before {
	content:'•';
	display: inline-block;
	font-size: 18px;
	position: absolute;
	top:0;
	left:0;
}

.receta_view .receta_image {
	height:100%;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.receta_view .preparacion p,
.receta_view .preparacion ul li,
.receta_view .preparacion ol li {
	margin-bottom:15px;
}

.receta_view .compartir .block_title {
	margin-bottom:5px;
	margin-top:5px;
	margin-right: 20px;
}
.receta_view .compartir .block_title,
.receta_view .compartir .share_links {
	display: inline-block;
	vertical-align: middle;
}

.receta_view .extra_info {
	font-weight: 800;
	color:var(--blue);
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	text-align: center;
}

.receta_view .extra_info li {
	margin-bottom:20px;
	padding:20px 0;
	border-bottom: 1px dotted #dedede;
}

.receta_view .extra_info li:last-child {
	border-bottom:0;
}

.receta_view .extra_info .dest {
	display: block;
	font-size: 40px;
	margin-bottom:15px;
}


/* END RECETAS */




/* SHARE LINKS */
.share_links li {
	display: inline-block;
	margin:5px 10px 5px 0;
}

.share_links a {
	border-radius: 15px;
	text-align: center;
	display: inline-block;
	padding:0 15px;
	line-height: 24px;
	color:white;
	font-size: 12px;
	font-weight: 600;
}

.share_links .fb {
	background:#1877F2;
}

.share_links .tw {
	background:#1DA1F2;
}

.share_links .pin {
	background:#BD081C;
}
/* END SHARE LINKS */





/* CAROUSEL */

.carousel.height-100,
.carousel.height-100 .carousel-inner,
.carousel.height-100 .carousel-inner .carousel-item,
.carousel.height-100 .carousel-inner .carousel-item img {
	height: 100%;
}

.carousel.height-100 .carousel-inner .carousel-item img {
	position: absolute;
	width: auto !important;
	left: 50%; transform: 
	translate(-50%,0);
}

@media (max-width: 991px) {

	.carousel.height-100,
	.carousel.height-100 .carousel-inner,
	.carousel.height-100 .carousel-inner .carousel-item,
	.carousel.height-100 .carousel-inner .carousel-item img {
		height: auto;
	}

	.carousel.height-100 .carousel-inner .carousel-item img {
		position: relative;
		width: 100% !important;
		left: auto; 
		transform: none;
	}
	
	
}


/* END CAROUSEL */


/* SALA PRENSA */

.sala_prensa #header {
	background-image:url('../img/bg_header_sala_prensa.jpg');
}

.sala_prensa_item_wrapper {
	margin-bottom:30px;
	height: calc(100% - 30px);

}
.sala_prensa_item {
	background:white;
	border-radius: 10px;
	position: relative;
	padding:20px;
	height: 100%;
}

.sala_prensa_item a {
	color:var(--blue);
	display: block;
}

.sala_prensa_title {
	font-size: 16px;
	font-weight: 800;
	margin-bottom:15px;
}  

.sala_prensa_item .read_more {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 14px;
}

.sala_prensa_item .read_more:hover {
	text-decoration: underline;
}

.sala_prensa_item  .date {
	font-size: 14px;
	margin-bottom:15px;
	line-height: 25px;
	min-height: 25px;
}

.sala_prensa_view {
	background:white;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	padding:30px 40px;
	color:var(--blue);
}

.sala_prensa_view .date {
	font-size: 18px;
}
.sala_prensa_view .sala_prensa_title,
.sala_prensa_view .body h1 {
	font-weight: 800;
	font-size: 30px;
	margin:20px 0;
}

.sala_prensa_view .body h2 {
	font-size: 24px;
	font-weight: 800;
	margin-top:20px;
}

.sala_prensa_view .body h3 {
	font-size: 22px;
	font-weight: 800;
	margin-top:20px;
}

/* END SALA PRENSA */




/* BREADCRUMB */

.breadcrumbb li {
	display: inline-block;
	font-weight: 800;
	color:var(--blue);
	font-size: 13px;
}
.breadcrumbb li a {
	color:var(--blue);
}

.breadcrumbb li a:hover{
	text-decoration: underline;
}

.breadcrumbb li:after {
	content:'>';
	display: inline-block;
	vertical-align: middle;
	padding:0 7px;
}

.breadcrumbb li:last-child:after {
	display: none;
}

/* END BREADCRUMB */




/* CMS */
.cms_content {
	background: #fff;
    border-radius: 15px;
	box-shadow: 3px 3px 5px 1px rgb(179 179 179 / 30%);
	margin-bottom:40px;
	padding:30px 40px;
}

.cms_content .title {
	font-weight: 800;
	font-size: 30px;
	margin:0 0 20px 0;
	color:var(--blue);
}

.cms_content ul {
	list-style: disc;
	
}

.cms_content ol {
	list-style:decimal;
}

.cms_content ul ,
.cms_content ol {
	padding-left:20px;
	margin-bottom:15px;
}
/* END CMS */


@media (max-width: 991px) {
	.navbar-toggler {
		margin: 0 0 0 auto;
		border:0;
		
	}
	.navbar-light .navbar-toggler-icon {
		background-image:url('../img/menu-hambuger.svg');
		filter: invert(11%) sepia(45%) saturate(6845%) hue-rotate(206deg) brightness(100%) contrast(96%);
	}

	#header .navbar .navbar-brand {
		top:-15px;
	}
	#header .navbar .navbar-brand img {
		max-height: 60px;
	}

	#header .navbar .nav-item .nav-link {
		border:0;
	}

	#header .navbar {
		padding-left: 0;
		padding-right: 0;
		text-align: right;
	}

	#header .navbar .nav-item {
		padding:0 15px;
		border-top: solid 1px #EEE;
		
	}

	#header .navbar .dropdown-menu {
		width: 100%;
		text-align: right;
		border:0;
		padding:0;
		border-radius: 0;
		box-shadow: none;
	}

	#header .navbar .dropdown-menu > .row,
	#header .navbar .dropdown-menu > .row > div {
		padding:0;
	}

	#header .navbar .dropdown-menu .box .row,
	#header .navbar .dropdown-menu .box .desc {
		display: none;
	}

	#header .navbar .dropdown-menu .title {
		border:0;
		font-weight: 600;
		font-size: inherit;
		color:var(--blue);
		margin-bottom:0;
		font-size: 13px;
	}

	#header .navbar .dropdown-menu .box {
		padding: 5px 30px 5px 0;
    	border-bottom: 1px solid #DDD;
		background:#eeeeee;
	}

	#header .navbar .dropdown-menu .box:last-child {
		border-bottom:0;
	}

	#header .navbar .nav-item.dropdown .nav-link {
		position: relative;
	}
	#header .navbar .nav-item.dropdown .nav-link:after {
		position: absolute;
		left:0;
		top:15px;
	}

	#header .page_title {
		font-size: 28px;
	}

	#header {
		background-attachment: fixed;
	}

	.historia_grid .image {
		min-height: 250px;
		background-size: calc(100% - 30px);
		background-position: 15px 0;
	}

	.historia_grid .item_info {
		min-height: inherit;
	}

	.cd-h-timeline__event .info {
		top:90px !important;
		font-size: 14px !important;
		max-width: auto !important;
	}

	.atributos_list .atributo_item .atributo_body {
		margin-top:-31px;
	}

	.trabaja .section_content {
		padding-top:0;
	}

	.trabaja .section_title_wrapper {
		padding: 25px 0 25px 0;
	}
	.trabaja .section_title {
		font-size: 24px;
	}

	.atributos_list {
		margin-top:50px;
	}

	.trabaja .section_title_wrapper:after {
		height: 20px;
    	bottom: -20px;
	}

	.trabaja .porque_block {
		padding-top:50px;
	}

	.trabaja .section_lider .section_content {
		padding-top:50px;
	}

	.trabaja .section_lider ol li {
		width: 100%;
		float: none;
	}

	.btn.xl {
		font-size: 16px;
	}

	.landing_product__social-media {
		display: none;
	}

	.landing_product__logo img {
		max-height: 100px;
	}

	.main_before .form-inline {
		display: block;
		text-align: center;
	}

	.main_before .form-inline label,
	.main_before .form-inline .select-container {
		display: inline-block;
	}

	.main_before .form-inline label {
		width: 100px;
		text-align: left;
	}

	.donde-estamos .osito {
		display: none;
	}

	.breadcrumbb li:last-child {
		display: none;
	}

	.sala_prensa_view .sala_prensa_title, 
	.sala_prensa_view .body h1 {
		font-size: 24px;
	}

	#footer .menu li {
		width: 100%;
		display: block;
	}

	#footer .menu {
		margin-top:30px;
	}

	.block_white_desc .col-md-12, .block_white_desc .col-12{padding: 0px;}

}



/* HOME */
.home #header {
	position: absolute;
    z-index: 2;
    width: 100%;
	background-image:none;
}

#carouselHome {
	height: 100vh;
	overflow: hidden;
}

#carouselHome img {
	object-fit: cover;
	width:100%;
	height:100vh;
}

.home_grid {
	margin-top:30px;
}

.home_grid .item {
	position: relative;
	
}

.home_grid .item .img {
	width:100%;
	background:#17377f;
	
}

.home_grid .item .img img {
	object-fit: cover;
	width:100%;
	height: 100%;
	opacity: 0.9;
	transition: all 500ms ease-in-out ;
}

.home_grid .item:hover .img img {
	opacity: 0.6;
} 

.home_grid .item .info {
	position: absolute;
	left:60px;
	top:0;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	max-width: 260px;
	text-align: center;
}

.home_grid .item.align-right .info {
	right:60px;
	left:auto;
}

.home_grid .item .info .title {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 30px;
	text-shadow: 0px 2px 2px rgb(0 0 0 / 70%);
	color:white;
	margin-bottom:20px;
}

.home_grid .item .info .desc {
	color:white;
	text-shadow: 0px 2px 2px rgb(0 0 0 / 70%);
	line-height: 130%;
	margin-bottom:20px;
}

.home_grid .item .info .btn-line {
	color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 5px 25px;
    border-radius: 25px;
    display: inline-block;
    font-weight: 900;
	text-shadow: 0px 2px 2px rgb(0 0 0 / 70%);
	transition: all 500ms ease-in-out ;
	font-size: 14px;
	line-height: 140%;
}

.home_grid .item .info .btn-line:hover {
	background-color: #053d82;
    border: 1px solid #053d82;
    text-decoration: none;
}


@media (max-width: 991px) {

	#carouselHome,
	#carouselHome img {
		height: 60vh;
	}
	.home_grid .item .info {
		left:0;
		right:0;
		margin:20px auto;
	}

	.home_grid .item .info .title {
		font-size: 22px;
	}

	.home_grid .item {
		min-height: 300px;
	}

	.home_grid .item .img img {
		position:absolute;
	}
}


/* END HOME */




/* estilos que se mostrarán cuando sea embed */
body {
	background-image:none;
}
.main_before {
	display: none;
}

#main.margin_top_bottom_2 {
	
}

.page-contact > .container {
	max-width: 90%;
}

.block_white {
	box-shadow: none;
	border-radius: 0;
}
.block_white_desc {
	padding:0;
}