@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

*{
    box-sizing: border-box;
}

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/***************** Colores ******************************/

:root{
--blanco: #fff;
--negro: #000000;
--negrorgb: 0,0,0;
--primario: #ffd204;
--secundario: #455560;
--gris: #2b343b;
--gris2: #414141;
--gris3: #ECECEC;
--grisclaro: #f2f2f2;
--font: 'Open Sans', sans-serif;
--fontface: 'Open Sans', sans-serif;
--azul:#06477f;
--naranja: #F45A10;
--verde: #047b79;
--amarillo: #FAC200;


--bgheader: #fff;
--bgfooter: #2b343b;

--hover: #505254;

 }

/***************** Colores textos ******************************/
.blanco { color: var(--blanco); }
.negro { color: var(--negro); }
.primario { color: var(--primario); }
.secundario { color: var(--secundario); }
.terciario { color: var(--terciario); }
.gris { color: var(--gris); }
.gris2 { color: var(--gris2); }
.gris3 { color: var(--gris3); }
.grisclaro { color: var(--grisclaro); }
.azul { color: var(--azul); }
.naranja { color: var(--naranja); }
.verde { color: var(--verde); }
.amarillo { color: var(--amarillo); }

/***************** Fondos de color ******************************/
.bgblanco { background: var(--blanco); }
.bgnegro { background: var(--negro); }
.bgprimario { background: var(--primario); }
.bgsecundario { background: var(--azul2); }
.bgterciario { background: var(--azul3); }
.bggris { background: var(--gris); }
.bggris2 { background: var(--gris2); }
.bggris3 { background: var(--gris3); }
.bggrisclaro { background: var(--grisclaro); }
.bgamarillo { background: var(--amarillo); }

.bgheader { background: var(--bgheader) }
.bgfooter { background: var(--bgfooter) }


/************Reset css*********************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline;
}


/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
  color: var(--secundario);
  line-height: 1.2em;
  font-family: var(--font);
  font-size: 18px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

h2 {
    position: relative;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden], .show-sm, .hidden {
    display: none !important;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a {
  color: var(--secundario);
}
a:hover {
/*  color: var(--hover);*/
 color: initial;
}
a:focus {
    outline: thin dotted;
}

footer a:hover {
    color: white;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpoion-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: var(--negro);
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: var(--negro);
    padding: 0.2em 0;
}

a {
    text-decoration: none;
}

em, i {
  font-style: italic;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

a:hover {
/*    color: #0056b3;*/
    text-decoration: inherit;
}
/******************** lazy *******************************/
img.lazy{
  font-size: 10px;
  color: transparent;
  text-align: center;
}
.lazy{
  background-image: none !important;
  position: relative;
}
/*Estos estilos pintan un background animado tipo load*/
.lazy:before, .lazy:after {
  content: '';
  position: absolute;
  top: 45%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background:var(--primario); /*Cambiar al color que se necesite*/
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lazy:before {
  left: 45%;
  animation: lds-ellipsis1 0.6s infinite;
}
.lazy:after {
  left: 45%;
  animation: lds-ellipsis2 0.6s infinite;
}


@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: transe(0, 0);
  }
  100% {
    transform: transe(24px, 0);
  }
}
.getscript{
  cursor: pointer;
}
/*.play-button{
  cursor: pointer;
  position: relative;
}
.play-button:before{
  border-radius: 50%;
  content: '';
  height: 81px;
  position: absolute;
  width: 81px;
  z-index: 1;
  background-color: rgba(204,5,38, 0.76);
  left: 41.5%;
  top: 38%;
  transition: all 80ms ease-out 0s;
  mix-blend-mode: normal;
}
.play-button:after{
  content: '';
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH8AAABRCAYAAAD7G3lVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAATFJREFUeNrs22FtwkAYx+F2QcAkMAfgYBKQwBxMQh1MwiRQB+CgEoaDzkG5S1a+E5IF+n+e5D4ve3+7N0s4mgYAAAAAAAAAAAAA7jFN06cp5MavjuWsTSMzfjWWszORzPizQzmvJpMZ3xYIj28LiG8LpMeffdsCufGrn3LeTS0z/uzLFsiNbwuEx7cFxL9ugY1pZsafdSaaG78abIHc+LaA+MvbAi/+XG5Sww9L2QLtEm/+P/2oUzkfbduexc+LX51L/DdrP09fzvaZf4GVhjf7/Vv3vVFk/bfvMUhg/PoAZG+6efE9Aw+MP/oCSGZ8tz0wvtseGn9w2zPjdyaXF99n9aHx3fbA+G57aHy3PTC+N/mh8b3DD4zvtofGd9tD47vtAAAAAAAAAAAAADymiwADAOSj1JBfF8xMAAAAAElFTkSuQmCC) 0px 0px / 127px 81px no-repeat transparent;
  display: block;
  height: 81px;
  outline: none;
  position: absolute;
  width: 127px;
  z-index: 1;
  left: 38%;
  top: 38%;
}*/
/*.play-button:hover:before{
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
  background-color: rgba(204,5,38, 0.8);
  left: 0px;
  top: 0px;
  transition: all 80ms ease-out 0s;
  mix-blend-mode: multiply;
}*/


/******************** hojas ************************************/

.hoja-1920 { position: relative; display:block; margin:auto; max-width:1920px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-1400, .container { position: relative; display:block; margin:auto; max-width:1400px; width:100%; padding:0 15px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-1300 { position: relative; display:block; margin:auto; max-width:1300px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-1200, .container-wrapper {position: relative;display:block;margin:auto;max-width:1200px; width:100%; padding:0 15px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-1100 { position: relative; display:block; margin:auto; max-width:1100px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-1024 { position: relative; display:block; margin:auto; max-width:1024px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-1000 { position: relative; display:block; margin:auto; max-width:1000px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-900 { position: relative; display:block; margin:auto; max-width:900px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-800 { position: relative; display:block; margin:auto; max-width:800px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-700 { position: relative; display:block; margin:auto; max-width:800px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }

body.site.no-wrapper main.container-wrapper {
    max-width: 1400px;
    padding: 0;
}

.w-10 { width: 10%; }
.w-20 { width: 20%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-50 { width: 50%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-80, .w-80-m { width: 80%; }
.w-90, .w-90-m { width: 90%;}
.w-95, .w-95-m { width: 95%;}
.w-100 { width: 100%; }

.height-auto { height: auto!important; }

.zindex{
  z-index: 1;
}


/*********************************  Fuentes ****************************************************/

.fs10 { font-size:10px; }
.fs12 { font-size:12px; }
.fs14 { font-size:14px; }
.fs15 { font-size:15px; }
.fs16 { font-size:16px; }
.fs18 { font-size:18px; }
.fs19 { font-size:19px; }
.fs20 { font-size:20px; }
.fs22 { font-size:22px; }
.fs23 { font-size:23px; }
.fs24 { font-size:24px; }
.fs25 { font-size:25px; }
.fs26 { font-size:26px; }
.fs27 { font-size:27px; }
.fs28 { font-size:28px; }
.fs30 { font-size:30px; }
.fs32 { font-size:32px; }
.fs34 { font-size:34px; }
.fs35 { font-size:35px; }
.fs36 { font-size:36px; }
.fs38 { font-size:38px; }
.fs40 { font-size:40px; }
.fs42 { font-size:42px; }
.fs44 { font-size:44px; }
.fs45 { font-size:45px; }

.fw100 { font-weight: 100; }
.fw300 { font-weight: 300; }
.fw400 { font-weight: 400; }
.fw500 { font-weight: 500; }
.fw600 { font-weight: 600; }
.fw700 { font-weight: 700; }
.fw900 { font-weight: 900; }

.under { text-decoration: underline; }
.upper { text-transform: uppercase; }

.line-normal { line-height:normal; }
.line-130 { line-height: 130%; }
.line-120 { line-height: 120%; }
.line-100 { line-height: 100%; }
.line-80 { line-height: 80%; }

.font{
  font-family: var(--font);
}

h1, h2, h3, h4, h5, h6{
  font-family: var(--font);
  font-weight: 600;
}
h1{
  font-size: 40px;
}
h2{
  font-size: 24px;
  color: #455560;
}
h3{
  font-size: 22px;
}

p, ul li {
    font-size: 16px;
    margin-bottom: 0.5em;
}

.bullet-tab {
    display: none;
}


.breadcrumb {
    background-color: #fff;
}


.breadcrumb .active {
  color: #000000;
  font-weight: bold;
}

/******************** Posiciones *********************************/

.absolute, .absolute-m { position:absolute; }
.relative { position: relative; }
.fixed { position: fixed; }

.top { top: 0; }
.bottom { bottom: 0; }
.right { right: 0; }
.left { left: 0; }

/******************** display **********************************/

.block, .salto { display: block; }
.inline { display: inline; }
.auto { margin-left: auto !important; margin-right:auto !important; }
.nofloat{
  float: none !important;
}

.inline-top { display:inline-block; vertical-align:top }
.inline-middle { display:inline-block !important; vertical-align:middle; }
.inline-bottom { display:inline-block; vertical-align:bottom; }

.border-box {
   box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.content-box {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}


/******************** Text Align **********************************/

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }


/***************** estilos sitio ******************************/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #fff;
  z-index: 999999999;
}
.loading-mask {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #f9f9f9;
  z-index: 9999999999999;
}
.loading-mask img{
  min-width:300px;
  transform-origin: 50% 50% 0px;
  animation: 1s linear 0s infinite normal forwards running ld-breath;
}


.header-cont {
    max-width: 1200px;
    margin: auto;
    padding: 10px 0;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
    max-width: 1200px;
    margin: auto;
}

a.btn_cta {
    background: var(--primario);
    display: block;
    padding: 10px 5px;
    font-weight: 600;
    padding: 10px 20px;
    line-height: normal;
    border-radius: 10px;
    font-weight: bold;
    width: 185px;
}

.cont-nav {
    max-width: 1200px;
    margin: auto;
}

.radio10 {
    border-radius: 10px;
}

.guatemala {
    background: url(https://www.europan.mx/images/hornos-para-pan-europan-bandera-guatemala.png);
}

.mexico {
    background: url(https://www.europan.mx/images/hornos-para-pan-europan-bandera.png);
}

.mexico, .guatemala {
    display: inline-block;
    width: 32px;
    height: 18px;
    margin-right: 10px;
    vertical-align: middle;
}

.top-menu li {
    margin: 0px 0px;
    padding: 10px 8px;
    font-size: 16px;
    display: inline-block;
}

ul.mod-menu__sub {
    display: none;
    width: 300px;
    position: absolute;
    z-index: 1;
    background: white;
    padding: 10px 10px;
}

.navbar-nav .nav-link:hover ul.mod-menu__sub {
    display: block;
}


ul.mod-menu__sub li.nav-link {
    margin: 0;
    padding: 5px 0;
}

ul.mod-menu__sub li a {
    display: inline-block;
    text-align: left;
    display: block;
    padding: 5px 15px 0;
    margin: 0;
}



li.nav-link.deeper.parent:after {
    background: url(https://www.europan.mx/templates/europan2022/images/hornos-para-pan-flechas-drop-down.png) no-repeat -8px center;
    content: '';
    height: 15px;
    position: absolute;
    right: 0;
    bottom: 12px;
    width: 15px;
}

li.nav-link.item-102.deeper.parent {
    min-width: 125px;
    width: 125px;
    text-align: left;
    padding: 0 25px;
}

li.nav-link.item-103 {
    text-align: left;
    padding: 0 30px;
    width: 180px;
    min-width: 180px;
}

li.nav-link.item-104 {
    text-align: left;
    padding: 0 30px;
    width: 135px;
    min-width: 135px;
}

li.nav-link.item-105 {
    text-align: left;
    padding: 0 30px;
    width: 160px;
    min-width: 160px;
}

li.nav-link.item-106 {
    max-width: 185px;
    margin-left: 30px;
}
/* home */


.banner-home {
    background-image: url(https://www.europan.mx/images/banners/equipo-para-panaderia-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 1400px;
    margin: auto;
    height: 410px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.banner-home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
}

.banner-home ul li {
    position: relative;
    padding-left: 15px;
    margin: 0 0 10px;
    line-height: 120%;
}

.banner-home ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #f9ce0c;
}

div#cintillo-emprendedor {
    background-color: #590C1B;
    padding: 15px 0;
}

.btn-amarillo {
    padding: 10px 20px 10px;
    background: var(--primario);
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    color: #000;
}

.logos-home .ico{
  background: url(https://www.europan.mx/images/home/2022/equipo-para-panaderia-europan-y-logos-1.jpg) no-repeat;
  height: 74px;
  margin: 30px 45px;
}
.logos-home .ico1{
  background-position: 0 center;
  width: 70px;
}
.logos-home .ico2{
  background-position: -110px center;
  width: 130px;
}
.logos-home .ico3{
  background-position: -287px center;
  width: 118px;
}
.logos-home .ico4{
  background-position: -454px center;
  width: 115px;
}
.logos-home .ico5{
  background-position: -615px center;
  width: 65px;
}
.logos-home .ico6{
  background-position: -728px center;
  width: 65px;
}
.logos-home .ico7{
  background-position: -837px center;
  width: 130px;
}
.logos-home .ico8{
  background-position: -1002px center;
  width: 145px;
}
.logos-home .ico9{
  background-position: -1169px center;
  width: 90px;
}
.logos-home .ico10{
  background-position: -1290px center;
  width: 50px;
}
.logos-home .ico11{
  background-position: -1368px center;
  width: 72px;
}
.logos-home .ico12{
  background-position: -1482px center;
  width: 90px;
}
.logos-home .ico13{
  background-position: -1602px center;
  width: 108px;
}
.logos-home .ico14{
  background-position: -1736px center;
  width: 120px;
}

.getscript .btn-play {
    position: relative;
}

.getscript .btn-play:before {
    content: '';
    position: absolute;
    padding: 40px;
    top: 50%;
    left: 47%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background-color: rgba(243,91,16,0.8);
    z-index: 1;
}

.getscript .btn-play:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 48%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #fff;
    z-index: 2;
}

.slide-home .slick-next {
    top: 0;
    margin-left: 60px;
    background-position: -122px center;
}

.slide-home .slick-prev, .slide-home .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 32px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    z-index: 1;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background: url(https://www.europan.mx/templates/europan2022/js/images/hornos-para-pan-flechas-drop-down.png) no-repeat;
}


.box-home, .box-in {
    margin: 25px 0 25px;
    width: 100%;
    text-align: center;
}
section.box-home div{
   text-align: left;
}
  .caja {
    position: relative;
  }

  .box-home div.hover-s {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.75);
    z-index: 1;
  }

  .box-home div.hover-s a {
    display: flex;
    height: 100%;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
  }

  .box-home div, .box-in div {
      display: inline-block;
      margin: 0 0 0px;
      max-width: 313px;
      max-height: 276px;
      vertical-align: top;
  }

.box-home div.hover-s a span {
    display: inline-block;
    padding-right: 20px;
    position: relative;
  }

.box-home div.hover-s a span:after {
    content: '';
    position: absolute;
    top: 7px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
  }

.box-home .caja:hover div.hover-s {
    opacity: 1;
}

.box-home .btn-mas, .box-in .btn-mas {
    height: 0;
    margin: 0;
    min-height: 0;
    position: relative;
    width: 100%;
}

.box-home .btn-mas a, .box-in .btn-mas a {
    box-sizing: border-box;
    background-color: rgba(255,210,4,.9);
    color: #2b343b;
    display: block;
    font-size: 16px;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    font-weight: 700;
}

.hornos-para-pan, .maquinaria-para-amasadoras, .maquinaria-para-panaderia, .panaderia-industrial, .equipo-para-cocina, .asistencia-tecnica {
    width: 313px;
    height: 232px;
    display: block;
    position: relative;
}

.hornos-para-pan {
  background: url(https://www.europan.mx/images/home/panaderia-industrial-europan-productos-hornos.jpg);
}

.maquinaria-para-amasadoras {
    background: url(https://www.europan.mx/images/home/panaderia-industrial-europan-productos-amasadoras.jpg);
}

.maquinaria-para-panaderia {
    background: url(https://www.europan.mx/images/home/panaderia-industrial-europan-productos-mas-equipos.jpg);
}

.panaderia-industrial {
    background: url(https://www.europan.mx/images/home/panaderia-industrial-europan-productos-panaderia-industrial.jpg);
}

.equipo-para-cocina {
    background: url(https://www.europan.mx/images/home/panaderia-industrial-europan-productos-equipos-para-cocina.jpg);
}

.asistencia-tecnica {
    background: url(https://www.europan.mx/images/home/panaderia-industrial-europan-productos-asistencia-tecnica.jpg);
}



li.srfrRow.srfrRowIsOdd {
  width: 32%;
  box-shadow: 0px 3px 10px #e5e5e5;
  padding: 20px 20px;
}

ul.srfrList {
    display: flex;
    justify-content: space-between;
}

p.txt-leer a {
    color: #f35b10;
    font-size: 15px;
    width: 100%;
    text-align: right;
    font-weight: 600;
    font-size: 18px;
}

.contenido-feed h3 {
    font-size: 22px;
    line-height: 100%;
    margin: 20px 0;
}

.bggriso {
    background: #455560;
}

/********* Hornos para pan ****************/

.banner-hornos-pan {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    background-image: url(https://www.europan.mx/images/banners/banner-europan-hornos-de-pan.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 340px;

}

.bgpleca {
    background: rgba(25,30,33,.83);
}


.accordion.hornos .collapse {  height: 100%; }

.cllps {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.accordion.hornos {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.accordion.hornos .card {
    width: 315px;
}

.cllps a {
    font-weight: bold;
}

.accordion.hornos .card-header {
    padding: 0;
 }
/*
 .card-body.bggrisclaro {
     min-height: 120px;
 }*/

 .box-in div.bullet-tab {
    display: none;
    margin: 20px 0 0!important;
}

.row-tipo h4 {
    position: relative;
    margin: 0 0 10px;
    padding: 12px 35px 12px 15px;
    background: #f2f2f2;
    color: #2b343b;
    font-size: 17px;
}

.row-tipo h4.arrow-tab:after {
    border-bottom: 8px solid #2b343b;
    border-top: none;
}
.row-tipo h4:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #2b343b;
}

.row-tipo {
    margin: 45px 0;
    border-top: solid 1px #b9b9b9;
    padding-top: 35px;
}

.row-tipo h3 {
    text-align: center;
    margin-bottom: 20px;
}

.row-tipo .btn {
    border-radius: 25px;
    padding: 10px 0;
    margin: 25px auto 0;
    display: block;
    width: 215px;
    background-image: url(https://www.europan.mx/templates/europan2022/images/panaderia-industrial-europan-productos-flechita.png);
    background-position: 93% 13px;
    background-repeat: no-repeat;
    color: black;
}

.row-tipo .btn a { color: black;}

.row-pillar ul {
    margin-top: 25px;
}
.row-pillar ul li {
    list-style: disc;
    margin-left: 35px;
    text-decoration: underline;
}

.row-tipo ul li {
    text-decoration: none;
}

.row-tipo ul {
    background: #f2f2f2;
    padding: 25px 15px;
    margin-bottom: 25px;
}



.btn-naranja {
    display: flex;
    background: #FF6411 !important;
    border: 0;
    border-radius: 50px;
    color: #ffffff !important;
    padding: 8px 20px;
    text-decoration: none;
    max-width: max-content;
    align-items: center;
    margin: 20px auto 0;
  }

  .bullet-naranja {
    margin: 0;
    padding-left: 15px;
    list-style: none;
  }

  .bullet-naranja li {
    position: relative;
    padding-left: 15px;
    margin: 0 0 5px;
  }

  .bullet-naranja li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #f35b10;
  }

  .btn-play-g {
    cursor: pointer;
    position: relative;
    padding: 12px 65px 12px 30px !important;
    border-radius: 50px;
    text-align: left;
  }

  .btn-play-g:after {
    content: url(https://www.europan.mx/images/nosotros/2021/equipo-parapanaderia-play-europan-jul21.png);
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .nosotros-int {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    line-height: 130%;
  }

  .banner-nosotros {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    background-image: url('https://www.europan.mx/images/banners/europan-nosotros-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .linea-tiempo,
  .linea-tiempo-movil {
    background: url(https://www.europan.mx/templates/europan2022/css/../images/europan-nosotros-linea-del-tiempo.png) center center no-repeat;
    min-height: 630px;
    position: relative;
    font-size: 16px;
    text-align: center;
  }

  .linea-tiempo-movil {
    display: none;
  }

  .linea-tiempo .c-1,
  .linea-tiempo .c-2,
  .linea-tiempo .c-3,
  .linea-tiempo .c-4,
  .linea-tiempo .c-5,
  .linea-tiempo .c-6,
  .linea-tiempo .c-7,
  .linea-tiempo-movil .c-1,
  .linea-tiempo-movil .c-2,
  .linea-tiempo-movil .c-3,
  .linea-tiempo-movil .c-4,
  .linea-tiempo-movil .c-5,
  .linea-tiempo-movil .c-6,
  .linea-tiempo-movil .c-7 {
    display: inline-block;
    max-width: 245px;
    min-height: 280px;
    position: relative;
    vertical-align: top;
    width: 100%;
  }

  .linea-tiempo .c-1 {
    margin: 40px 0 0;
  }

  .linea-tiempo .c-2 {
    margin: 10px 0 0;
    left: 10px;
  }

  .linea-tiempo .c-3 {
    margin: 60px 0 0;
    left: 15px;
  }

  .linea-tiempo .c-4 {
    margin: 45px 0 0;
  }

  .linea-tiempo .c-5 {
    margin: 30px 0 0;
  }

  .linea-tiempo .c-6 {
    margin: 20px 0 0;
    left: 10px;
  }

  .linea-tiempo .c-7 {
    margin: 30px 0 0;
    left: 10px;
  }

  .border {
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    margin: auto;
    max-width: 410px;
    width: 100%;
  }

  /* Asistencia tecnica */

  .banner-asistencia-tecnica {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    background-image: url(https://www.europan.mx/images/asistencia/asistencia-tecnica-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 340px;
  }

  .flex-txt {
    list-style: none;
    padding-left: 10px;
  }

  .flex-txt li {
    position: relative;
    padding-left: 25px;
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 130%;
  }

  .flex-txt li:before {
    content: '';
    position: absolute;
    width: 17px;
    height: 20px;
    top: 0;
    left: 0;
    background-image: url(https://www.europan.mx/images/asistencia/asistencia-tecnica-check.jpg);
    background-repeat: no-repeat;
    background-size: 17px auto;
    background-position: left center;
  }

  .form-asistencia .hs-form-field {
    margin: 0 0 15px;
  }

  .form-asistencia .hs-form-field label {
    color: #000;
    display: flex;
    margin: 0 0 5px;
    min-height: 25px;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    align-items: flex-end;
  }

  .form-asistencia .hs-input {
    box-sizing: border-box !important;
    padding: 10px !important;
    border: 1px solid #7d7d7d;
    outline: none;
    max-width: 100% !important;
    width: 100% !important;
    border-radius: 0 !important;
    height: 40px !important;
  }

  .form-asistencia .hs-form .hs-button {
    background: #F35B0F !important;
    border: 0!important;
    border-radius: 100px!important;
    box-shadow: none!important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    max-width: max-content!important;
    padding: 10px 20px !important;
    text-shadow: none!important;
    width: 100%!important;
    outline: none!important;
    margin: auto !important;
    display: block !important;
  }

  .form-asistencia textarea.hs-input {
    min-height: 60px;
  }

  .form-asistencia .actions {
    padding: 0 !important;
    margin: 0 !important;
  }

  .aviso {
    color: #000;
  }

  .form-asistencia .hs-error-msg,
  .form-asistencia .hs-error-msgs label {
    font-size: 12px !important;
    color: red !important;
  }

  /****** Ferias*************/

  .banner-ferias {
   max-width: 1400px;
   width: 100%;
   margin: auto;
   background-image: url(https://www.europan.mx/images/banners/europan-ferias-banner.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   height: 340px;
 }

 .border {
   border-top: 1px solid #ccc;
   display: block;
   height: 1px;
   margin: auto;
   max-width: 410px;
   width: 100%;
 }

 .calen-fecha div {
   display: inline-block;
   background: #fff;
   background: -moz-linear-gradient(top, #fff 0, #f0f0f0 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #f0f0f0));
   background: -webkit-linear-gradient(top, #fff 0, #f0f0f0 100%);
   background: -o-linear-gradient(top, #fff 0, #f0f0f0 100%);
   background: -ms-linear-gradient(top, #fff 0, #f0f0f0 100%);
   background: linear-gradient(to bottom, #fff 0, #f0f0f0 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0);
   border: 1px solid #dcdcdc;
   margin: 0 -5px 0 0;
   padding: 3px 20px 3px 15px;
 }

 .contacto-int h1 {
    font-size: 30px;
  }

  .contacto-int .hbspt-form fieldset {
    margin: auto !important;
  }

  .contacto-int .hs-form fieldset.form-columns-1 .hs-input {
    width: 97%;
  }

  .contacto-int .hs-form label {
    font-size: 16px;
  }

  .contacto-int .hs-form .hs-input {
    max-width: 100%;
    border-radius: 0;
    border: 1px solid #7d7d7d;
    outline: none;
    box-shadow: none;
    min-height: 27px;
    box-sizing: border-box;
    padding: 6px!important;
    height: auto;
    width: 94%;
    font-size: 1em;
  }

  .contacto-int .hs-form.stacked .actions {
    margin-left: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
  }

  .contacto-int .hs-error-msg {
    font-size: 12px !important;
    color: red !important;
  }

  .contacto-int .tel-asistencia {
    background: #f6f6f6;
    border: 3px solid #ffd204;
    border-radius: 0;
    color: #455560;
    margin-top: 0;
    max-width: 250px;
    width: 100%;
    margin: auto;
    padding: 15px 20px;
    text-align: left;
  }

  .contacto-int .tel-asistencia span {
    display: block;
    margin: 0 0 20px;
    line-height: 130%;
  }

  .contacto-int .tel-asistencia b {
    color: #f35b10;
  }

  .contacto-int .hs-form .hs-button {
    background: #FF6411!important;
    border: 0!important;
    border-radius: 50px;
    box-shadow: none!important;
    color: #fff!important;
    font-size: 16px;
    font-weight: 400;
    max-width: 100px;
    padding: 10px 0;
    text-shadow: none!important;
    width: 100%;
  }

  .contacto-int .hs-form-required {
    color: red;
    font-weight: 700;
  }


  .row-slider {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 48%;
  }

  .row-slider .slider {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15%;
    text-align: center;
  }

  .titulo h1 {
    margin: 0;
    color: #455560;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
  }

  .titulo p {
    margin: 10px 0 0;
  }

  .titulo p span.price {
      color: #FF6411;
      font-size: 20px;
  }

  .flex-linea {
    padding: 10px 0;
    color: #53134e;
    text-decoration: none;
  }

  .flex-linea p {
    max-width: 290px;
    width: 100%;
    margin: 0;
    padding: 0 20px;
    font-size: 13px!important;
    font-family: 'Open Sans', sans-serif;
  }

  .btn-center {
    display: inline-block;
    border-radius: 50px;
  }

  .bg-video {
   position: relative;
 }

 .bg-video:before {
   content: '';
   position: absolute;
   width: 24%;
   top: 0;
   left: 0;
   bottom: 0;
   background-image: url('https://www.europan.mx/images/maquinaria-panaderia/amasadoras/amasadoras-para-pan-cuernito-1-Europan-May21.png');
   background-repeat: no-repeat;
   background-size: contain;
   background-position: left top;
 }

 .bg-video:after {
   content: '';
   position: absolute;
   width: 24%;
   top: 0;
   right: 0;
   bottom: 0;
   background-image: url('https://www.europan.mx/images/maquinaria-panaderia/amasadoras/amasadoras-para-pan-cuernito-2-Europan-May21.png');
   background-repeat: no-repeat;
   background-size: contain;
   background-position: right bottom;
 }

 .video-horno {
   position: relative;
   max-width: 594px;
   width: 100%;
   margin: auto;
   z-index: 1;
   min-height: 340px;
 }

 .lista {
    padding-left: 15px;
    list-style: none;
  }

  .lista li {
    position: relative;
    padding-left: 25px;
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 130%;
  }

  .lista li:before {
    content: '';
    position: absolute;
    width: 17px;
    height: 20px;
    top: 0;
    left: 0;
    background-image: url('https://www.europan.mx/images/bullets.png');
    background-repeat: no-repeat;
    background-size: 17px auto;
    background-position: left center;
  }

  .border-top-amarillo:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 40%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: rgba(255,210,4,1);
  }

  .border-bottom-amarillo-1 {
    border-bottom: var(--amarillo) 1px solid;
  }

  .border-bottom-gris3-1 {
    border-bottom: var(--gris3) 1px solid;
  }
  .border-right-gris3-1 {
    border-right: var(--gris3) 1px solid;
  }

  h4.tab-t {
      display: flex;
      padding: 10px 0 10px 20px;
      font-size: 17px;
      background: #fed031;
      color: #2b343b;
      border-bottom: solid 1px #cccccc;
      cursor: pointer;
      margin: 0;
      position: relative;
      align-items: center;
      position: relative;
  }


  h4.tab-t.arrow-tab {
    background: none;
    border-top: solid 1px #cccccc;
  }

  h4.tab-t:after {
      content: '-';
      font-size: 20px;
      position: absolute;
      right: 18px;
  }

  h4.tab-t.arrow-tab:after {
    content: '+';
  }

  h4.tab-t img {
    position: absolute;
    right: 8%;
    max-width: 150px;
  }

  .bullet-table {
    margin: 0!important;
    padding-left: 0;
  }

  .bullet-table li {
    display: block;
    margin: 0;
    background: none!important;
    border-bottom: solid 1px #fed031;
    padding: 10px 0;
    color:#555d62;
  }

  .bullet-table li:last-child {
    border-bottom:none;
  }

  .bullet-table li span:first-child {
    font-weight: bold;
    display: inline-block;
    padding: 0 50px;
    max-width: 400px;
    width: 100%;
    vertical-align: middle;
  }

  .bullet-table li span:last-child {
    display: inline-block;
    max-width: 40%;
    text-align: center;
    width: 100%;
    vertical-align: middle;
  }

  a.btn-ficha {
    display: flex;
    background: #ffd204 !important;
    border: 0;
    border-radius: 50px;
    color: #000000 !important;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 700;
    padding: 8px 20px;
    text-decoration: none;
    max-width: max-content;
    align-items: center;
    margin: 50px auto;
  }

  a.btn-ficha p {
    margin: 0;
  }

  .beneficios td {
    padding: 10px;
    border-bottom: #ccc 1px solid;
    border-right: #ccc 1px solid;
    font-size: 16px;
    line-height: 130%;
  }

  .beneficios td:first-child {
    max-width: 260px;
    padding: 10px 20px;
  }

  .beneficios td:last-child {
    border-right: 0;
  }

  .cont-form .hs-form-field label {
      color: #fff;
      display: flex;
      margin: 0 0 5px;
      min-height: 25px;
      font-size: 18px;
      font-weight: 700;
      line-height: 130%;
      align-items: flex-end;
    }

    .cont-form .hs-input {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 6px!important;
      width: 100%!important;
      border: 1px solid #7d7d7d;
      outline: none;
    }

    .cont-form .actions {
      margin: 15px 0 0;
      text-align: center;
    }

    .cont-form .hs-button {
      background-color: #ffd204!important;
      border: 0!important;
      border-radius: 50px!important;
      box-shadow: none!important;
      color: #455560 !important;
      font-size: 20px!important;
      font-weight: 700!important;
      max-width: max-content!important;
      padding: 10px 28px 10px 15px!important;
      background-image: url('https://www.europan.mx/images/hornos/conveccion/hornos-de-conveccion-flecha-gris-europan-jun20.png')!important;
      background-repeat: no-repeat!important;
      background-size: auto 12px!important;
      background-position: right 15px center!important;
      text-shadow: none!important;
      width: 100%!important;
      outline: none!important;
    }

    .cont-form .hs-error-msgs {
      padding-left: 0;
      list-style: none;
    }

    .cont-form .hs-error-msgs label {
      padding: 0 !important;
      font-size: 15px !important;
      margin: 0 !important;
      color: red !important;
      font-style: italic;
      line-height: 130%;
    }

    .cont-form .hs-dependent-field {
      display: inline-block;
      width: 100%;
      vertical-align: top;
    }

    .cont-form .hs-dependent-field .hs-form-field {
      width: 100%!important;
      float: none!important;
    }

    .cont-form {
      box-sizing: border-box;
      background: #414A53;
      padding: 40px;
      max-width: 400px;
      width: 100%;
    }

    .cont-form a {
      color: #fff;
      display: inline-block;
      margin-top: 20px;
    }

    .politicas h2 {
        background: #2b343b;
        color: #ffd204;
        font-size: 17px;
        margin: 20px 0;
        min-height: 25px;
        padding: 10px 15px;
    }


    .banner-paq-emp {
        /*background-image: url(https://www.europan.mx/images/paquete-emprendedor/paquete-emprendedor-panaderia-banner.png);*/
      	background-image: url(https://www.europan.mx/images/paquete-emprendedor/banner-LP-paquete-emprendedor-europan-Dic23-v3.jpg);
        width: 1400px;
        max-width: 100%;
        margin: auto;
        height: 380px;
    }

    .banner-dif {
        background: url(https://www.europan.mx/images/paquete-emprendedor/paquete-emprendedor-panaderia-banner-oscuro.png);
        min-height: 408px;
        display: flex;
    }

    .banner-laminadoras {
      position: relative;
      padding: 20px 15px;
      min-height: 240px;
      background-image: url(https://www.europan.mx/images/maquinaria-panaderia/laminadoras/laminadoras-banner-europan-may21.jpg)!important;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
  }

  .banner-formadoras {
        position: relative;
        padding: 20px 15px;
        min-height: 240px;
        background-image: url(https://www.europan.mx/images/maquinaria-panaderia/formadoras-de-pan/banner-formadoras-categorias-europan-feb23.jpg)!important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
  }

  .banner-divisoras {
    position: relative;
    padding: 20px 15px;
    min-height: 240px;
    background-image: url(https://www.europan.mx/images/maquinaria-panaderia/divisoras/divisoras-de-masa-banner-europan-may21.jpg)!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .banner-rebanadoras {
    position: relative;
    padding: 20px 15px;
    min-height: 240px;
    background-image: url(https://www.europan.mx/images/rebanadoras/rebanadora-de-pan-header-v1.jpg)!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .bg-isopan {
    position: relative;
  }

  .bg-isopan:before {
    content: '';
    position: absolute;
    width: 24%;
    top: 0;
    left: 0;
    bottom: 0;
    background-image: url(https://www.europan.mx/images/camaras-fermentacion/isopan/camara-fermentacion-controlada-isopan-masa-izquierda-europan-ago20.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
  }

  .bg-isopan:after {
    content: '';
    position: absolute;
    width: 24%;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(https://www.europan.mx/images/camaras-fermentacion/isopan/camara-fermentacion-controlada-isopan-masa-derecha-europan-ago20.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
  }

  .flex-linea.azul {
    padding: 10px 0;
    color: #06467d;
    text-decoration: none;
  }

  .fm-abatidor .contenedor-formulario .hs-form-field label {
    display: flex;
    margin: 0 0 5px;
    min-height: 45px;
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    align-items: flex-end;
  }

  .bg-isopan {
    position: relative;
  }

  .bg-isopan:before {
    content: '';
    position: absolute;
    width: 24%;
    top: 0;
    left: 0;
    bottom: 0;
    background-image: url(https://www.europan.mx/images/camaras-fermentacion/isopan/camara-fermentacion-controlada-isopan-masa-izquierda-europan-ago20.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
  }

  .bg-isopan:after {
    content: '';
    position: absolute;
    width: 24%;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(https://www.europan.mx/images/camaras-fermentacion/isopan/camara-fermentacion-controlada-isopan-masa-derecha-europan-ago20.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
  }

  .flex-linea.azul {
    padding: 10px 0;
    color: #06467d;
    text-decoration: none;
  }

  .fm-abatidor .contenedor-formulario .hs-form-field label {
    display: flex;
    margin: 0 0 5px;
    min-height: 45px;
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    align-items: flex-end;
  }

  .bg-sm716 {
    position: relative;
  }

  .bg-sm716:before {
    content: '';
    position: absolute;
    width: 24%;
    top: 0;
    left: 0;
    bottom: 0;
    background-image: url(https://www.europan.mx/images/camaras-fermentacion/sm716/camara-fermentacion-basica-sm716-masa-derecha.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
  }

  .bg-sm716:after {
    content: '';
    position: absolute;
    width: 24%;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(https://www.europan.mx/images/camaras-fermentacion/sm716/camara-fermentacion-basica-sm716-masa-izquierda.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
  }

  .horno-l {
    margin: 0;
    padding-left: 0;
  }

  .horno-l li {
    position: relative;
    display: flex;
    align-items: center;
  }

  .horno-l li:first-of-type {
    height: 55%;
  }

  .horno-l li:last-of-type {
    height: 45%;
  }

  .horno-l li:before {
    content: '';
    position: absolute;
    width: 2px;
    top: 20px;
    bottom: 20px;
    right: -10px;
    background-color: #FF6411;
  }

  p.last {
    max-width: 200px;
    width: 100%;
    font-size: 22px;
    margin: 0;
    line-height: 130%;
    text-align: center;
  }

  .bg-16ft {
    position: relative;
  }

  .bg-16ft:before {
    content: '';
    position: absolute;
    width: 24%;
    top: 0;
    left: 0;
    bottom: 0;
    background-image: url(https://www.europan.mx/images/camaras-fermentacion/16ft/camara-fermentacion-ft16-masa-izquierda.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
  }

  .bg-16ft:after {
    content: '';
    position: absolute;
    width: 24%;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(https://www.europan.mx/images/camaras-fermentacion/16ft/camara-fermentacion-ft16-masa-derecha.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
  }


  .popuphome .modal-dialog {
      max-width: 760px;
  }

  .popuphome .modal-content {
      margin-top: 15%;
  }

  .popuphome button.close {
      position: absolute;
      right: 0;
      font-size: 47px;
      top: -11px;
      color: var(--naranja);
      text-shadow: none;
      opacity: 1;
      z-index: 5;
  }
  /*Hornos de conveccion*/
  .banner-conveccion{
    background: url('https://www.europan.mx/images/hornos/conveccion/hornos-de-conveccion-banner-europan-jun20.jpg') no-repeat center;
    background-size: cover;
    min-height: 350px;
  }

  /*Horno pluma*/
.video-pluma.bg-video:before{
  background-image: url('https://www.europan.mx/images/hornos/conveccion/horno-pluma/horno-de-conveccion-pluma-bolillos-europan-may20.png');
}
.video-pluma.bg-video:after{
  background-image: url('https://www.europan.mx/images/hornos/conveccion/horno-pluma/horno-de-conveccion-pluma-pan-europan-may20.png');
}

.video-bolillo.bg-video:before{
  background-image: url('https://www.europan.mx/images/maquinaria-panaderia/formadoras-de-pan/formadora-de bolillo-pan2.png');
}
.video-bolillo.bg-video:after{
  background-image: url('https://www.europan.mx/images/maquinaria-panaderia/formadoras-de-pan/formadora-de bolillo-pan1.png');
}

.video-baguette.bg-video:before{
  background-image: url('https://www.europan.mx/images/maquinaria-panaderia/formadoras-de-pan/formadora-de-baguette-pan2.png');
}
.video-baguette.bg-video:after{
  background-image: url('https://www.europan.mx/images/maquinaria-panaderia/formadoras-de-pan/formadora-de-baguette-pan1.png');
}

.horno-l li {
  position: relative;
  display: flex;
  align-items: center;
}
.horno-l li:before {
  content: '';
  position: absolute;
  width: 2px;
  top: 5px;
  bottom: 15px;
  right: -10px;
  background-color: #FF6411;
}
.horno-l li:first-of-type {
  height: 55%;
}
.horno-l li:last-of-type {
  height: 45%;
}

/*Horno-econo*/
.video-econo.bg-video:before{
  background-image: url('https://www.europan.mx/images/hornos/conveccion/horno-miwe-econo/horno-conveccion-electrico-miwe-econo-pan-izquierda.png');
}
.video-econo.bg-video:after{
  background-image: url('https://www.europan.mx/images/hornos/conveccion/horno-miwe-econo/horno-conveccion-electrico-miwe-econo-pan-derecha.png');
}

/*Horno ecofan*/
.video-ecofan.bg-video:before {
  background-image: url('https://www.europan.mx/images/hornos/conveccion/horno-ecofan/horno-conveccion-electrico-miwe-econo-pan-izquierda.png');
}
.video-ecofan.bg-video:after {
  background-image: url('https://www.europan.mx/images/hornos/conveccion/horno-ecofan/horno-conveccion-ecofan-pan-derecha.png');
}
.slide-ecofan .slick-slide img {
  max-height: 500px;
}

/*Batidora tk*/
.video-tk.bg-video:before{
  background-image: url('https://www.europan.mx/images/batidoras/batidora-tk/batidora-industrial-TK-galletas.png');
}
.video-tk.bg-video:after{
  background-image: url('https://www.europan.mx/images/batidoras/batidora-tk/batidora-industrial-TK-pan.png');
}

/*Laminadora lam*/
.video-lam.bg-video:before{
  background-image: url('https://www.europan.mx/images/maquinaria-panaderia/laminadoras/laminadora-lam/laminadora-para-panaderIa-LAM-chocolatin-Europan-May21.png');
}
.video-lam.bg-video:after{
  background-image: url('https://www.europan.mx/images/maquinaria-panaderia/laminadoras/laminadora-lam/laminadora-para-panaderIa-LAM-cuernitos-Europan-May21.png')
}

/*Demo horno static*/
.ban-dm-he {
  background-image: url('https://www.europan.mx/images/demo-horno-static/Demo-Horno-Static-banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ban-dm-he {
  min-height: 380px;
}
.pro-banner {
  align-items: center;
  border: #FAC200 1px solid;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  justify-content: center;
  max-width: 250px;
  min-height: 56px;
  text-decoration: none;
}

.form-demo .hs-form-field input, .hs-form-field select {
  border-radius: 5px;
}
.form-demo.hs-submit .actions .hs-button  {
  background: #ffd204 !important;
  border-radius: 10px !important;
  color: #455560 !important;
  max-width: 92% !important;
}
.form-demo .hs_error_rollup {
  display: none;
}

.banner-speedovens {
  background: url(https://www.europan.mx/images/hornos-speed-ovens/banner-horno-speedovens-europan-ene23.jpg) no-repeat center;
    background-size: cover;
    min-height: 350px;
}
.banner-cortadoras {
  background: url(https://www.europan.mx/images/cortadoras-de-masa/banner-cortadoras-europan-ene23.jpg) no-repeat center;
    background-size: cover;
  min-height: 350px;
}


.ban-referidos {
    background-image: url(https://www.europan.mx/images/referidos/programa-de-referidos-europan-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 372px;
}

.bg-premios {
    background-image: url(https://www.europan.mx/images/referidos/programa-de-referidos-europan-img-fondo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 543px;
}

.box-promo {
    max-width: 32%;
}

/* Recetas */

.banner-recetas {
    background: url(http://europan.mx/images/recetas/recetas-europan-banner-sep23.jpg) no-repeat center;
    background-size: cover;
    min-height: 350px;
}

.banner-recetas h1{
    font-weight: 400;
}

.receta-sombra {
  box-shadow: -2px -1px 7px 0px #afafaf;
}

a.link-ico:after {
    content: url(http://europan.mx/images/recetas/recetas-europan-flecha.png?1683668401434);
    display: inline-block;
    position: relative;
    top: 1px;
    left: 6px;
}

a.link-ico {
    position: relative;
    text-align: left;
    display: block;
    width: 115px;
    margin: auto;
}


.fondo-recetas {
    background: url(http://www.europan.mx/images/recetas/banner/recetas-europan-camara-banner.png);
    width: 100%;
    padding: 16px 0;
    background-repeat: no-repeat;
}

.fondo-recetas .btn-amarillo {
    margin-right: 15px;
    border-radius: 25px;
}

@media only screen and (max-width: 1100px) {
    .btn-amarillo {
        font-size: 20px!important;
    }
    
    .fs28 {
        font-size: 25px;
    }
}


  @media only screen and (max-width: 800px) {
    .linea-tiempo {
      display: none;
    }

    .linea-tiempo-movil {
      display: block;
    }

    .linea-tiempo,
    .linea-tiempo-movil {
      background: 0 0;
    }

    .linea-tiempo-movil .border {
      margin: 20px auto 30px;
    }

    .linea-tiempo .c-1,
    .linea-tiempo .c-2,
    .linea-tiempo .c-3,
    .linea-tiempo .c-4,
    .linea-tiempo .c-5,
    .linea-tiempo .c-6,
    .linea-tiempo .c-7,
    .linea-tiempo-movil .c-1,
    .linea-tiempo-movil .c-2,
    .linea-tiempo-movil .c-3,
    .linea-tiempo-movil .c-4,
    .linea-tiempo-movil .c-5,
    .linea-tiempo-movil .c-6,
    .linea-tiempo-movil .c-7 {
      left: 0;
      min-width: 90%;
      min-height: auto;
      margin: 0 0 10px;
    }
    .bullet-tab li span:first-child,
    .bullet-tab li span:last-child {
      padding: 0 0px;
      width: 49%!important;
    }

    /* Receta */
        .text-center-m {
            text-align: center!important;
            margin-top: 10px;
        }

        .d-flex.cont-nav {
            display: none!important;
        }

        .banner-recetas {
            background-position: 66% -1px;
        }

        .receta-sombra {
            max-width: 95%;
            margin: 25px auto!important;
        }

        .fondo-recetas {
            padding: 0;        
        }
        
    li.chid {
         position: relative;
     }

     li.chid.mch-active ul {
         display: block!important;
         background: white;
         margin: 10px 0;
         text-align: left!important;
     }

     li.chid.mch-active ul li {
         font-size: 15px!important;
         padding: 10px!important;
     }

     li.chid:after {
         content: "+";
         position: absolute;
         right: 0;
         font-size: 25px;
         top: 10px;
     }

     li.chid.mch-active:after {
         content: "-";
     }
     
     .bullet-table li span:first-child,
     .bullet-table li span:last-child {
         max-width: 100%;
         text-align: center;
     }
  }

  @media screen and (max-width: 767px) {

  nav#menu p {
    text-align: center;
    font-size: 24px;
  }
    .bg-video:before,
    .bg-video:after { content:none; }

    .bg-gris {
      padding: 25px 0 25px;
      background-color: #f2f2f2;
      text-align: center;
    }

    .video-horno {
      min-height: auto;
    }


    ul.bullet-tab {
      padding-left: 15px;
    }

    h4.tab-t {
      display: block;
      /*padding: 14px 10px 0!important;*/
    }

    ul.bullet-tab {
      padding-left: 15px!important;
    }

    .row-tel {
      text-align: center;
    }

    .row-tel .d-flex a {
      display: block;
    }

    .banner-conveccion {
        min-height: auto;
        padding: 5% 0;
    }

    .banner .ban-dm-he {
       background-size: cover;
       min-height: 180px;
       padding: 10px 15px;
     }

     .video-horno {
         text-align: center;
     }

     .wistia_click_to_play {
         max-width: 320px!important;
         height: auto!important;
         margin: auto!important;
         display: block!important;
     }

     .flex-linea.align-items-center img:first-child {
         width: 125px;
     }

     .flex-linea.align-items-center img:last-child {
         width: 50px;
     }

     p br {
         display: contents;
     }

     li.mod-breadcrumbs__item.breadcrumb-item {
         font-size: 10px;
     }
     .breadcrumb-item+.breadcrumb-item {
         padding-left: 0.1rem;
     }
     .breadcrumb li {
         margin-right: 0px;
     }

     /*li.chid {
         position: relative;
     }

     li.chid.mch-active ul {
         display: block!important;
         background: white;
         margin: 10px 0;
         text-align: left!import;
     }

     li.chid.mch-active ul li {
         font-size: 15px!important;
         padding: 10px!important;
     }

     li.chid:after {
         content: "+";
         position: absolute;
         right: 0;
         font-size: 25px;
         top: 10px;
     }

     li.chid.mch-active:after {
         content: "-";
     }*/

  }

@media(max-width: 700px){
  .loading-mask img {
    min-width: 200px;
  }
}


@keyframes ld-breath{0%{animation-timing-function:cubic-bezier(0.9647,0.2413,-0.0705,0.7911);transform:scale(0.9099999999999999)}80%{animation-timing-function:cubic-bezier(0.9226,0.2631,-0.0308,0.7628);transform:scale(1.02994)}100%{transform:scale(0.9099999999999999)}}.ld.ld-breath{animation:ld-breath 1s infinite linear}
.loading-mask .middle {
  position: absolute;
  top: 50%;
  width: 100%;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 180px;
}

.breadcrumb{
  font-size: 16px;
  margin:auto;
  max-width: 1200px;
  width: 100%;
}
.breadcrumb li{
  margin-right: 5px;
}
.breadcrumb .active {
  /*color: var(--primario);*/
  font-weight: bold;
}
.sombra{
  box-shadow: rgba(var(--negrorgb), 0.2) 0 0 10px;
}
.btn{
  background: var(--primario);
  border-radius: 6px;
  color: var(--blanco);
  display: inline-block;
  font-weight: bold;
  padding: 15px 20px;
  text-align: center;
  transition: all ease-in-out .3s;
}
.btn:hover{
  color: var(--blanco);
}
.borde-r-b1{
  border-right: var(--blanco) 1px solid;
}

/* bullets */
.bullet-ico{
  list-style-image: url(../../../images/general/ico-bullet.png);
  padding-left: 30px;
  box-sizing: border-box;
}
.bullet-ico li{
  margin-bottom: 15px;
  margin-left: 20px;
}
.bullet-color {
  list-style: none;
  padding-left: 30px;
}
.bullet-color li{
  margin-bottom: 15px;
}
.bullet-color li:before{
  background: var(--negro);
  border-radius: 100%;
  content: ' ';
  display: inline-block;
  height: 10px;
  margin-right: 10px;
  width: 10px;
}

/*formularios*/
.form-columns-1, .form-columns-2{
  max-width: 100% !important;
}
/*.form-columns-1 .hs-form-field .input, .form-columns-2 .hs-form-field:last-child .input {
  margin-right: 0 !important;
}*/
.form-columns-2 .hs-dependent-field:first-child .input {
  margin-right: 8px !important;
}
.hs-form-field {
  margin-bottom: 15px;
}
.hs-form-field label{
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 0 10px;
}
.hs-form-field input, .hs-form-field select, .hs-form-field textarea {
  border: var(--gris) 1px solid;
  border-radius: 0;
  box-sizing: border-box;
  font-family: var(--font);
  font-size: 16px;
  padding: 12px 15px !important;
  width: 100% !important;
}
.hs-form-field textarea {
  min-height: 150px;
}
.hs-error-msgs .hs-error-msg, .hs_error_rollup {
  color: red;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
}
.hs_error_rollup{
  color: var(--primario)
}
.hs-main-font-element {
  font-weight: bold;
}
.hs-submit .actions input {
  background: var(--negro);
  border: 0;
  border-radius: 5px;
  color: var(--blanco);
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  max-width: 200px;
  padding: 10px;
  text-align: center;
  transition: all ease-in-out .3s;
  width: 100%
}
.hs-submit .actions {
  margin-top: 30px;
  text-align: center;
}
.hs-submit .actions input:hover {
  background: var(--primario);
}


/***************** header ******************************/

header {
    background: var(--bgheader);
    border-bottom: #ffd204 3px solid;
    max-width: 1400px;
    margin: auto;
}

/* header-movil */
.logo-movil {
    max-width: 100%;
}

.logo-movil a{
  display: block;
  height: 100%;
  width: 100%;
}
.bandera-m {
  float: right;
  position: relative;
  top: 20px;
  right: 80px;
}
.imagen-cintillo{
position:absolute;
top:-100px
}

a.ico-whats {
     display: flex;
      background: #1bd741;
      /*background: #455560;*/
      width: 60px;
      padding: 5px;
      border-radius: 100%;
      position: fixed;
      height: 60px;
      bottom: 15px;
      z-index: 1;
      align-items: center;
      justify-content: center;
      left: 5%;
}
a.ico-whats-top {
   display: flex;
   background: #455560;
   width: 30px;
   padding: 5px;
   border-radius: 100%;
   height: 30px;
   align-items: center;
   justify-content: center;
}

}

/*menu-movil*/
.mm-menu--offcanvas{
    z-index: 1 !important;
    transition: visibility 0s linear .1s !important;
}
.mm-page{
    min-height: auto !important;
}

.h-mmenu {
    display: block;
    width: 50px;
    height: 50px;
    padding: 10px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101;
}

nav#menu {
    position: absolute;
    top: -15px;
    width: 100%;
    background: white;
    z-index: 102;
    left: -100%;
    background: #f3f3f3;
    padding: 20px 15px;
    box-sizing: border-box;
}

nav#menu li {
    padding: 15px 0;
    font-size: 18px;
    border-bottom: solid 1px #fff;
    text-align: center;
}
nav#menu ul ul {
    display: none;
}

.nav-close {
    content: "X";
    position: absolute;
    top: 7px;
    right: 11px;
    z-index: 104;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    color: #f6d103;
}

.h-mmenu:before, .h-mmenu:after {
  content: '';
  display: block;
  background: #1E1E1E;
  height: 5px;
}
.h-mmenu span {
  background: #1E1E1E;
  display: block;
  height: 5px;
  margin: 5px 0;
}
.mm-menu_offcanvas{
  max-width: 295px !important;
}
.mm-menu a {
  font-size: 16px;
}
.mm-wrapper__blocker{
  /*background: rgba(3,2,1,.1) !important;*/ /*fondo obscuro*/
  background: rgba(255,255,255,.8) !important; /*fondo claro*/
}
.mm-menu--opened:before {
  color: rgba(0,0,0,.5);
  content: 'x';
  cursor: pointer;
  display: block;
  font-size: 30px;
  font-weight: 900;
  position: absolute;
  right: -50px;
  top: 10px;
  z-index: 2;
}

/*top-header*/
.top-header a{
  margin: 0 10px;
}
.top-header a:last-child{
    margin-right: 0;
}

/* menu desktop */
nav{
  font-size: 18px;
  font-weight: 500;
  max-width: 100%;
}
nav ul{
  min-height: 50px;
}
nav ul li {
  /*max-width: 100px;*/
  text-align: center;
  width: 100%;
}
/*nav ul li:first-child, nav ul li:nth-child(3){
  max-width: 120px;
}*/
nav ul li a, nav ul li span{
  color: var(--negro);
}
nav ul li a:hover{
  color: var(--primario);
}

a.btn_cta:hover {
    color: black;
}
nav .parent{
  position: relative;
}
nav .parent::after{
  content: url(../../../images/general/drop.png);
  position: absolute;
  bottom: 0;
  right: -10px;
}
nav .nav-child{
  display: none;
  width: 250px;
  padding-top: 15px;
  position: absolute;
  transition: all ease-in-out .3s;
  z-index: 1;
}
nav .nav-child li {
  max-width: 100% !important;
  text-align: left;
  width: 100%;
}
nav .nav-child a{
  background: var(--blanco);
  color: var(--negro);
  display: block;
  padding: 10px 20px 10px 20px;
  position: relative;
}
nav .nav-child a:hover{
  background: var(--gris);
  color: var(--negro);
}
nav .nav-child li:last-child a{
  padding: 10px 20px;
}
nav .parent:hover .nav-child{
  display: block;
}


/***************** feedblog ******************************/
.item-cont .item-blog:first-child .cat{
  background: var(--gris);
  pointer-events: none;
}
.item-cont .item-blog:nth-child(2) .cat{
  background: var(--gris);
  pointer-events: none;
}
.item-cont .item-blog:last-child .cat{
  background: var(--gris);
  pointer-events: none;
}
.item-blog img{
  height: auto;
  max-width: 390px;
  width: 100%;
}
.item-blog{
  box-shadow: rgba(var(--negrorgb), 0.2) 0 0 10px;
  max-width: 390px;
}
.tit-feedblog{
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
  min-height: 75px;
}
.txt-feedblog{
  font-size: 17px;
  line-height: 120%;
  min-height: 85px;
}
.txt-feedblog a{
  color: var(--negro);
}
.leermas-feedblog{
  color: var(--negro) !important;
  font-size: 20px;
  font-weight: 700;
}
.leermas-feedblog:hover{
  color: var(--negro) !important;
}
.fecha-feedblog{
  border-top: var(--negro) 1px solid;
  color: var(--negro);
  font-size: 16px;
  padding: 10px;
}

/***************** footer ******************************/

footer{
  background: var(--bgfooter);
}
footer, footer a{
  font-size: 16px;
  color: var(--negro);
}

footer {
    font-family: Arial, Helvetica, sans-serif;
  }

footer,
footer a {
    font-size: 14px;
  }

footer .mapa {
    background: url(https://www.europan.mx/templates/europan2022/css/../../../images/home/2020/hornos-para-pan-mapa-europan.jpg) no-repeat;
    display: block;
    height: 172px;
    max-width: 299px;
    width: 100%;
  }

footer .hr-copy {
    border-top: 1px #ffd204 solid;
    margin: auto;
    max-width: 225px;
    position: relative;
    left: -10px;
  }

footer .social a{
  margin-right: 10px;
}
.menu-footer li{
  margin-bottom: 15px;
}
.menu-footer li:last-child{
  margin-bottom: 0;
}
.menu-footer li a{
  font-size: 16px;
}
.menu-footer li a:hover{
  font-weight: 700;
}
.social .ico {
  background: url(../../../images/general/iconos-redes-sociales.svg) no-repeat;
  background-size: 210px;
  display: block;
  height: 28px;
  margin: auto;
  width: 28px;
}
.social .face {
  background-position: -3px center;
}
.social .insta {
  background-position: -58px center;
}
.social .youtube {
  background-position: -113px center;
  width: 35px;
}
.social .twitter {
  background-position: -176px center;
  width: 32px;
}

.hs_categoria_del_producto {
  display: none;
}

.banner-camaras {
   position: relative;
   padding: 20px 15px;
   min-height: 240px;
   background-image: url('https://www.europan.mx/images/camaras-fermentacion/camara-de-fermentacion-pan-banner.jpg')!important;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
 }
 
 .banner-abatidores {
   position: relative;
   padding: 20px 15px;
   min-height: 240px;
   background-image: url('https://www.europan.mx/images/maquinaria-panaderia/abatidores/banner-categoria-abatidores-europan-abr24.jpg')!important;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
 }

 .row-hornos ul .item-flex {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   position: relative;
   border: 2px solid #f2f2f2;
 }

 .row-hornos ul .item-flex span.linea {
   position: absolute;
   left: 0;
   top: 10px;
 }

 .row-hornos ul .item-flex > a img {
   display: block;
   max-height: 230px;
   margin: 0 auto 20px;
 }

 .txt-horno {
   padding: 15px;
   background-color: #f2f2f2;
   text-align: center;
 }

 .txt-horno h2 {
   margin: 0;
   padding: 0;
   color: #2b343b;
   font-size: 24px;
   background: transparent;
   text-align: center;
 }

 .txt-horno p {
   margin: 0;
   font-size: 20px;
   text-align: center;
 }

 .txt-horno a {
   display: flex;
   background: #ffd204 !important;
   border: 0;
   border-radius: 50px;
   color: #000000 !important;
   font-size: 18px;
   font-family: sans-serif;
   font-weight: 700;
   padding: 8px 20px;
   text-decoration: none;
   max-width: max-content;
   align-items: center;
   margin: 10px auto;
 }

 .row-testimonial:before {
   content: '';
   position: absolute;
   height: 2px;
   width: 40%;
   top: 0;
   left: 50%;
   -webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
   transform: translateX(-50%);
   background-color: rgba(255,210,4,1);
 }

 .row-testimonial .wistia_embed {
   border: 1px solid #f35b10;
 }

 .row-testimonial .wistia_embed .wistia_click_to_play,
 .row-testimonial .wistia_click_to_play > div {
   width: 100%!important;
   height: 100%!important;
 }

 .row-testimonial .wistia_click_to_play > div:before {
   content: '';
   position: absolute;
   padding: 40px;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%,-50%);
   -moz-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%);
   border-radius: 50%;
   background-color: rgba(243,91,16,0.8);
   z-index: 1;
 }

 .row-testimonial .wistia_click_to_play > div:after {
   content: '';
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%,-50%);
   -moz-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%);
   width: 0;
   height: 0;
   border-top: 12px solid transparent;
   border-bottom: 12px solid transparent;
   border-left: 20px solid #fff;
   z-index: 2;
 }

 .row-porque:before {
   content: '';
   position: absolute;
   height: 2px;
   width: 40%;
   top: 0;
   left: 50%;
   -webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
   transform: translateX(-50%);
   background-color: rgba(255,210,4,1);
 }

 .row-porque .item-flex {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   position: relative;
   padding-left: 120px;
   margin: 0 0 25px;
 }

 .row-porque span {
   position: absolute;
   display: inline-block;
   top: 0;
   left: 0;
   width: 108px;
   height: 108px;
   background-image: url('https://www.europan.mx/images/hornos/rotativos/hornos-rotativos-pan-iconos-europan-jun20.png');
   background-repeat: no-repeat;
   background-size: auto 108px;
 }

 .row-porque span.ico1 {
   background-position: 0 0;
 }

 .row-porque span.ico2 {
   background-position: -118px 0;
 }

 .row-porque span.ico3 {
   background-position: -234px 0;
 }

 .row-porque span.ico4 {
   background-position: -350px 0;
 }


 .fm-asesoria .hs-form-field {
   margin: 0 0 15px;
 }

 .fm-asesoria .hs-form-field label {
   display: block;
   margin: 0 0 5px;
   font-size: 18px;
   font-weight: 700;
   line-height: 130%
 }

 .fm-asesoria .hs-input {
   padding: 6px!important;
   width: 100%;
   border: 1px solid #7d7d7d;
   outline: none;
 }

 .fm-asesoria .actions {
   margin: 15px 0 0;
   text-align: center;
 }

 .fm-asesoria .hs-submit .actions input {
   background-color: #FF6411!important;
   border: 0!important;
   border-radius: 50px;
   box-shadow: none!important;
   color: #fff!important;
   font-size: 20px;
   font-weight: 400;
   max-width: max-content;
   padding: 10px 28px 10px 15px;
   background-image: url('https://www.europan.mx/images/hornos/conveccion/hornos-de-conveccion-flecha-blanca-europan-jun20.png')!important;
   background-repeat: no-repeat!important;
   background-size: auto 12px!important;
   background-position: right 15px center!important;
   text-shadow: none!important;
   width: 100%;
   outline: none;
 }

 .fm-asesoria .hs-error-msgs {
   padding-left: 0;
   list-style: none;
 }

 .fm-asesoria .hs-error-msgs label {
   padding: 0 !important;
   font-size: 15px !important;
   margin: 0 !important;
   color: red !important;
   font-style: italic;
   line-height: 130%;
 }

 .row-tel {
   margin: 40px 0 0;
 }

 .row-tel p {
   margin: 0 0 10px;
 }

 .row-tel .d-flex {
   max-width: 400px;
   width: 100%;
   margin: auto;
   justify-content: space-between;
 }

 .row-tel .d-flex a {
   font-size: 24px;
   color: #FF6411;
   font-weight: 700;
   text-decoration: none;
 }

.banner-batidoras {
   position: relative;
   padding: 20px 15px;
   min-height: 240px;
   background-image: url('https://www.europan.mx/images/batidoras/batidora-panaderia-sm-strong-header-v1.jpg')!important;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   }

.banner-panaderia {
     max-width: 1400px;
     width: 100%;
     margin: auto;
     background-image: url(https://www.europan.mx/images/banners/europan-panaderia-industrial-banner.jpg);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
     height: 340px;
     }

   .wrapper-panaderia {
      max-width: 800px;
       width: 100%;
       margin: auto;
     }

   .bullet-gris {
       list-style: none;
       padding-left: 30px;
     }

   .bullet-gris li{
       margin-bottom: 15px;
   }
  .bullet-gris li:before{
   background: var(--gris);
   border-radius: 100%;
   content: ' ';
   display: inline-block;
   height: 6px;
   margin-right: 10px;
   width: 6px;
   vertical-align: middle;
}

.nav-tabs {
    border: 0;
  }

.nav-tabs .nav-link {
    background: linear-gradient(to bottom, #FAFAFA 0, #F5F5F5 100%);
    border: 1px solid #dcdcdc;
    border-radius: 0;
    font-size: 17px;
    font-weight: bold;
    margin-right: 2px;
}

.nav-tabs .nav-link.active {
    color: #ffd204;
    background: #2b343b;
    border-color: #dee2e6 #dee2e6 #fff;
    font-size: 17px;
    font-weight: bold;
}

.hs_categoria_de_interes, .hs_producto {
    display: none;
  }

  .banner-maquinaria {
   max-width: 1400px;
   width: 100%;
   margin: auto;
   background-image: url(https://www.europan.mx/images/banners/europan-maquinaria-para-panaderia-banner.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   height: 340px;
 }

 .banner-eq-cocina {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  background-image: url(https://www.europan.mx/images/equipos-cocina/europan-equipo-para-cocina-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 340px;
}


 .contenedor-formulario .hs-form-field {
    margin: 0 0 15px;
  }

  .contenedor-formulario .hs-form-field label {
    display: block;
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 130%
  }

  .contenedor-formulario .hs-input {
    padding: 6px!important;
    width: 100%;
    border: 1px solid #7d7d7d;
    outline: none;
  }

  .contenedor-formulario .actions {
    margin: 15px 0 0;
    text-align: center;
  }

  .contenedor-formulario .hs-submit .actions input {
    background-color: #FF6411!important;
    border: 0!important;
    border-radius: 50px;
    box-shadow: none!important;
    color: #fff!important;
    font-size: 20px;
    font-weight: 400;
    max-width: max-content;
    padding: 10px 28px 10px 15px;
    background-image: url('https://www.europan.mx/images/hornos/conveccion/hornos-de-conveccion-flecha-blanca-europan-jun20.png')!important;
    background-repeat: no-repeat!important;
    background-size: auto 12px!important;
    background-position: right 15px center!important;
    text-shadow: none!important;
    width: 100%;
    outline: none;
  }

  .contenedor-formulario .hs-error-msgs {
    padding-left: 0;
    list-style: none;
  }

  .contenedor-formulario .hs-error-msgs label {
    padding: 0 !important;
    font-size: 15px !important;
    margin: 0 !important;
    color: red !important;
    font-style: italic;
    line-height: 130%;
  }


  .banner-rotativos {
    background-image: url(https://www.europan.mx/images/hornos/rotativos/hornos-rotativos-pan-heder-v2.jpg);
    padding: 20px 15px;
    min-height: 240px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 1400px;
    margin: auto;
}

.wistia_click_to_play {
    width: 100%!important;
}

.bgmodcat{
  background: url(../../../images/mod-catalogo/fondo.png) no-repeat;
  background-size: cover;
}
.bgmodcat2{
  background: #2B343B;
}
.form-cat .hs-form-field {
  margin-bottom: 10px;
}
.form-cat label {
  color: var(--blanco);
  font-size: 16px;
  font-weight: 400;
}
.form-cat .hs-submit .actions {
  margin-top: 15px;
}
.form-cat .hs-submit .actions .hs-button {
  background: var(--amarillo);
  color: var(--negro);
  border-radius: 26px;
  max-width: 100%;
}
.form-cat .hs_error_rollup {
  display: none;
}
.form-cat .submitted-message {
  color: var(--blanco);
  padding-top: 20%;
  text-align: center;
  font-size: 22px;
  line-height: 120%;
}

span#cpnb-accept-btn {
  padding: 10px 30px;
}

.cpnb-inner {
  padding: 20px 20px;
  overflow: auto;
}

.cpnb-message a {
  text-decoration: none;
}

.cpnb-message a:hover {
  text-decoration: none;
  border-bottom: none;
}

.cpnb-message a {
  text-decoration: none !important;
  border-bottom: 1px solid #000!important;
}

div#w357_cpnb_outer {
  background: #f2f2f2 !important;
  display: block;
}

.cpnb-inner {
  padding: 20px 20px;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#cont-cooke { display: none; }

.cookie-bar {
  background: black;
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 0.8em 3em;
  font-size: 16px;
  position: fixed;
  bottom: 0;
  width: 100%;
  align-items: center;  
}

.acept-cookie {
  background: white;
  display: block;
  color: black;
  text-align: center;
  padding: 10px 24px;
  border-radius: 10px;
  cursor: pointer;  
  font-weight: 600;
  font-size: 16px;
}

.txt-cookie a {
    color: inherit;
    text-decoration: underline;
}




/***************** MedíaQuerys ******************************/

@media (max-width:1920px) {


}

@media (max-width:1480px) {


}

@media (max-width:1400px) {


}

@media (max-width:1280px) {


}

@media (max-width:1200px) {


}

@media (max-width:1100px) {
    li.nav-link.item-102.deeper.parent {
        padding: 0 20px;
    }
    
    li.nav-link.item-103 {
        padding: 0 20px;
        width: 160px;
        min-width: 160px;
    }
    
    li.nav-link.item-104 {
        padding: 0 20px;
        width: 120px;
        min-width: 120px;
    }
    
    li.nav-link.item-105 {
        text-align: left;
        padding: 0 20px;
        width: 160px;
        min-width: 160px;
    }
    
    li.nav-link.item-106 {
        margin-left: 20px;
    }
    
    a.btn_cta {
        width: 160px;
    }
}

@media (max-width: 1024px) {


}

@media (max-width: 768px) {
.imagen-cintillo{
position:relative;
top:0px;
margin-botom:15px
}

  .hidden-xs{
    display: none !important;
  }
  .show-sm{
    display: block !important;
  }

  h1, .fs45, .fs40, .fs38{
    font-size: 25px;
  }
  h2, h3, .fs32, .fs28{
    font-size: 20px;
  }
  .fs20{
    font-size: 16px;
  }
  nav ul li {
    max-width: 100% !important;
    text-align: left;
  }

  .banner-home {
      height: auto;
  }

  ul.srfrList {
      display: block;
  }

  li.srfrRow.srfrRowIsOdd {
      width: 100%;
      box-shadow: 0px 3px 10px #e5e5e5;
      padding: 20px 20px;
  }

  .line-80 {
      line-height: 100%;
  }

  .accordion.hornos .collapse {  height: auto; }

  .row-slider {
    width: 100%;
  }

  .row-slider .slider {
    padding: 0 40px;
  }

  .row-porque span {
     background-size: auto 78px;
     height: 78px;
     width: 78px;
   }

   .row-porque span.ico2 {
     background-position: -85px 0;
   }

   .row-porque span.ico3 {
     background-position: -168px 0;
   }

   .row-porque span.ico4 {
     background-position: -252px 0;
   }

   .cpnb-inner {
    padding: 20px 20px;
    overflow: auto;
    display: block;
    align-items: center;
    justify-content: space-between;
  }   

  .cookie-bar {
    display: block;
    padding: 10px 10px;
    font-size: 14px;
    text-align: center;
  }

  .cookie-bar {
    display: block;
    padding: 10px 10px;
    font-size: 14px;
    text-align: center;
  }

  .acept-cookie {
      display: inline-block;
      text-align: center;
      font-size: 14px;
      margin: 15px 0 0;
  }


}


@media (max-width: 700px) {

  .w-10, .w-20,  .w-30,  .w-35, .w-40,  .w-50,  .w-60,  .w-65, .w-70, .w-80, .w-90, .w-95, .w-100 { width: 100% !important; max-width: 100% !important; }
  .salto { display: inline; }

  .absolute, .img-relative {
    position: initial;
  }

  .text-center-m {
    text-align: center;
  }

}

@media screen and (max-width: 565px) {
  .cont-form .hs-dependent-field {
    width: 100%;
  }

  .cont-form .hs-form-field label {
    min-height: auto;
  }

  .cont-form {
    padding: 30px !important;
  }

  .cont-form .hs-button,
  .cont-form .hs-form .hs-button:hover {
    font-size: 16px !important;
    padding: 10px 25px 10px 10px  !important;
    background-position: right 10px center!important;
  }
}

@media screen and (max-width: 550px) {
  .contacto-int h1 {
    font-size: 25px;
  }

  .contacto-int .hbspt-form .hs-form-field {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .contacto-int .hbspt-form .hs-form-field .input {
    margin-right: 0;
  }
}


@media (max-width: 600px) {


}

@media (max-width: 480px) {
  .img-lista img {
     max-width: 150px !important;
   }

   .cont-form {
     padding: 30px !important;
   }

   .cont-form .hs-button,
   .cont-form .hs-form .hs-button:hover {
     font-size: 16px !important;
     padding: 10px 25px 10px 10px  !important;
     background-position: right 10px center!important;
   }

   .bg-video {
     padding: 25px 15px !important;
   }

   .row-porque .item-flex{
     padding-left: 90px;
   }

 @media screen and (max-width: 480px) {
     .fm-abatidor .contenedor-formulario .hs-form-field label {
        min-height: initial;
      }
}

@media (max-width: 390px) {

  .titulo a img:last-child {
      width: 25px!important;
  }
  .titulo p {
      max-width: 90%;
      margin: 10px 0;
  }


}

@media (max-width: 360px){


}
