@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

*{
    box-sizing: border-box;
}

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

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

:root{
--blanco: #fff;
--blancorgb: 255,255,255;
--negro: #000000;
--negrorgb: 0,0,0;
--primario: #060F29;
--gris1: #FEFEFE;
--gris2: #F4F9FF;
--gris3: #0000000F;
--gris4: #00000029;
--gris5: #D9D9D9;
--gris6: #000000A7;
--gris7: #54545400;
--gris8: #E8EFFF;
--gris9: #707070;
--gris10: #F7F7F7;
--azul1: #0B00BB;
--azul2: #060F29;
--azul3: #061028;
--azul4: #0F14B8;
--azul5: #1249D6;
--azul6: #0044FF;
--azul7: #E8EFFF;
--azul8: #003059;
--azul9: #005FA6;
--azul10: #E6F2FF;
--amarillo1: #FFCF00;
--amarillo2: #FFD000;
--rojo: #cb0303;
--font: 'Poppins', sans-serif;

--bgheader: #0B00BB;
--bgfooter: #F4F9FF;

 }

/***************** Colores textos ******************************/
.blanco, a.blanco:hover { color: var(--blanco); }
.negro { color: var(--negro); }
.primario { color: var(--primario); }
.azul2 { color: var(--azul2); }
.azul4, a.azul4:hover { color: var(--azul4); }
.azul6 { color: var(--azul6); }
.rojo { color: var(--rojo); }
.amarillo1 { color: var(--amarillo1); }
.amarillo2 { color: var(--amarillo2); }


/***************** Fondos de color ******************************/
.bgblancorgb { background: rgba(var(--blancorgb),.8); }
.bgblanco { background: var(--blanco); }
.bgnegro { background: var(--negro); }
.bgazul1 { background: var(--azul1); }
.bgazul2 { background: var(--azul2); }
.bgazul4 { background: var(--azul4); }
.bgazul10 { background: var(--azul10); }
.bggris2 { background: var(--gris2); }
.bggris10 { background: var(--gris10); }
.bgamarillo1 { background: var(--amarillo1); }

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


/************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(--primario);
  line-height: 130%;
  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;
}

/**
 * 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] {
    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(--primario);
  outline: none;
}
a:hover {
  color: var(--primario);
}
a:focus {
    outline: none;
}

/**
 * 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;
}

/******************** 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: 0;
  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;
}
.wistia_click_to_play{
  width: 100%;
}
/*.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 10px; 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 10px; 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; }

.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; }
.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%; }

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

h1, h2, h3, h4, h5, h6{
  font-family: var(--font);
  font-weight: 400;
}
h1{
  font-size: 45px;
}
h2{
  font-size: 36px;
}
h3{
  font-size: 24px;
}
p{
  font-size: 18px;
}

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

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

.fixed {
  position: fixed;
  width: 100%;
  z-index: 3;
  background: var(--blanco);
  max-width: 100% !important;
  top: 0;
}
.fixed .container-wrapper {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/******************** 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;
}
@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: 14px;
  margin:auto;
  max-width: 1200px;
  width: 100%;
}
.breadcrumb li{
  margin-right: 5px;
}
.breadcrumb .active {
  color: var(--primario);
  font-weight: bold;
  padding-left: 2px;
}
.breadcrumb-item+.breadcrumb-item::before{
  font-size: 16px;
  font-weight: 600;
  content: ">";
}
.breadcrumb {
  padding: 10px 0 0 !important;
}
.sombra{
  box-shadow: rgba(var(--negrorgb), 0.2) 0 0 10px;
}
.deg-img:after {
  background: transparent linear-gradient(0deg, #000000A7 0%, #54545400 100%) 0% 0% no-repeat padding-box;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.btn{
  border-radius: 10px;
  color: var(--primario);
  display: inline-block;
  font-weight: bold;
  padding: 7px 15px;
  text-align: center;
  transition: all ease-in-out .3s;
}
.btn:hover{
  color: var(--primario);
}
.btn-azul1{
  background: var(--azul1);
  border: var(--blanco) 2px solid;
  color: var(--blanco);
}
.btn-blanco{
  background: var(--blanco);
  border: var(--azul1) 1px solid;
  color: var(--azul1);
}
.btn-amarillo, .btn-amarillo:hover{
  background: var(--amarillo1);
}
.radio-50{
  border-radius: 50px;
}
.radio-50-lat{
  border-radius: 0 50px;
}
.radio-10{
  border-radius: 10px;
}
.borde-b-g2{
  border-bottom: var(--gris5) 2px solid;
}
.borde-g-1{
  border: var(--gris5) 1px solid;
}
.borde-b-1{
  border: var(--blanco) 1px solid;
}

.triangulo-tit {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--amarillo1);
}

/* bullets */
.bullet-ico, .bullet-check{
  list-style-image: url(../../../images/general/fabricantes-de-espuma-eva-icono-check.svg);
  padding-left: 40px;
  box-sizing: border-box;
}
.bullet-ico li, .bullet-check li{
  margin-bottom: 10px;
}
.bullet-check{
  list-style-image: url(../../../images/general/crosslink-foam-de-doble-expansion-icono-check.svg);
}
.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;
}
.bullet-azul {
  list-style: none;
  padding-left: 30px;
}
.bullet-azul li{
  margin-bottom: 15px;
  text-indent: -18px;
}
.bullet-azul li:before{
  background: var(--azul6);
  border-radius: 100%;
  content: ' ';
  display: inline-block;
  height: 10px;
  margin-right: 10px;
  width: 10px;
}

/*formularios*/
::-webkit-input-placeholder{
    font-size: 14px;
}
:-moz-placeholder{ /* Firefox 18- */
    font-size: 14px;
}
::-moz-placeholder{ /* Firefox 19+ */
    font-size: 14px;
}
:-ms-input-placeholder{
    font-size: 14px;
}
.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;
}
.hs-form-field {
  margin-bottom: 15px;
}
.hs-form-field label{
    color: var(--primario);
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.hs-form-field input, .hs-form-field select, .hs-form-field textarea {
  background: var(--blanco);
  border: var(--gris5) 1px solid;
  border-radius: 10px;
  box-sizing: border-box;
  font-family: var(--font);
  font-size: 16px;
  padding: 7px 15px !important;
  width: 100%;
}
.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;
  line-height: 130%;
}
.hs_error_rollup{
  display: none;
}
.hs-main-font-element {
  font-weight: bold;
}
.hs-submit .actions input {
  background: var(--amarillo1);
  border: 0;
  border-radius: 10px;
  box-sizing: border-box;
  color: var(--primario);
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  padding: 7px 15px;
  text-align: center;
  transition: all ease-in-out .3s;
  max-width: 180px;
  width: 100%;
}
.hs-submit .actions {
  text-align: center;
}
.hs-submit .actions input:hover {
  background: var(--amarillo1);
}

.formulario form{
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  align-items: flex-start;
}
.formulario .hs-form-field {
  max-width: 60%;
  margin-bottom: 15px;
  margin-right: 15px;
}
.formulario .hs-form-field label {
  margin-bottom: 0;
}
.formulario .hs-error-msgs .hs-error-msg, .formulario .hs_error_rollup {
  color: var(--primario);
}
.formulario .submitted-message {
  color: var(--primario);
  margin-bottom: 10px;
}

.form-contacto form {
  column-count: 2;
}
.form-contacto .hs-form-field {
  display: grid;
}
.form-contacto .hs-phone .hs-error-msgs {
  padding-bottom: 30px;
}


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

/* header-movil */
.logo-movil{
    max-width: 150px;
}
.logo-movil a{
  display: block;
  height: 100%;
  width: 100%;
}
.bandera-m {
  float: right;
  position: relative;
  top: 20px;
  right: 80px;
}

.header-movil .btn {
  padding: 10px 7px !important;
}

/*menu-movil*/
.mm-menu--offcanvas{
    z-index: 2 !important;
    transition: visibility 0s linear .1s !important;
}
.mm-page{
    min-height: auto !important;
}
.h-mmenu{
  display: block;
  width: 50px;
  height: 20px;
  padding: 10px;
  margin: 10px 10px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.h-mmenu:before, .h-mmenu:after {
  content: '';
  display: block;
  background: var(--azul1);
  height: 3px;
}
.h-mmenu span {
  background: var(--azul1);
  display: block;
  height: 3px;
  margin: 5px 0;
}
.mm-menu_offcanvas{
  max-width: 295px !important;
}
.mm-menu a {
  font-size: 16px;
}
.mm-wrapper__blocker{
  background: rgba(3,2,1,.8) !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{
  background: var(--bgheader)
}
.top-header a{
  color: var(--blanco);
  font-size: 16px;
}
.top-header a:last-child{
    margin-right: 0;
}

/* menu desktop */
nav{
  font-weight: 500;
}
nav ul li {
  /*max-width: 176px;*/
  text-align: center;
  /*width: 100%;*/
}
nav ul li a{
  color: var(--primario);
}
nav ul li a:hover{
  color: var(--primario);
}
nav ul li:last-child a{
  background: var(--amarillo1);
  border-radius: 10px;
  font-weight: 700;
  max-width: 155px;
  padding: 7px 30px;
  display: inline-block;
}
nav .parent{
  position: relative;
}
nav .parent::after{
  content: url(../../../images/general/fabricante-de-espuma-eva-header-dropdown.svg);
  position: absolute;
  bottom: 2px;
  right: -20px;
}
nav .mod-menu__sub{
  display: none;
  width: 250px;
  padding-top: 15px;
  position: absolute;
  transition: all ease-in-out .3s;
  z-index: 2;
}
nav .mod-menu__sub li {
  max-width: 100% !important;
  text-align: left;
  width: 100%;
}
nav .mod-menu__sub a{
  background: var(--blanco);
  color: var(--negro);
  display: block;
  padding: 10px 20px 10px 20px;
  position: relative;
}
nav .mod-menu__sub .active a {
  color: var(--azul6);
}
/*nav .mod-menu__sub a:hover{
  background: var(--gris);
  color: var(--negro);
}*/
nav .mod-menu__sub li:last-child a{
    background: var(--blanco);
    border-radius: 0;
    font-weight: 500;
    max-width: 100%;
    padding: 10px 20px;
    width: 100%;
}
nav .parent:hover .mod-menu__sub{
  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(--azul2);
}
.menu-footer li{
  margin-bottom: 10px;
}
.menu-footer li:last-child{
  margin-bottom: 0;
}
.menu-footer li a{
  font-size: 16px;
}
.menu-footer li a:hover{
  font-weight: 400;
}
.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;
}

/***************** Paginas ******************************/

.banner{
  min-height: 469px;
}
.banner-in{
  min-height: 369px;
}
.curva-banner{
  background: url(../../../images/general/fabricante-de-espuma-eva-banner-curva.svg) no-repeat center;
  min-height: 62px;
  width: 348px;
}
.banner-home{
  /*background: url(../../../images/home/fabricante-de-espuma-eva-banner.jpg) no-repeat center;*/
  background: var(--blanco);
  max-width: 1390px;
}

.icos-clientes .ico{
  background: url(../../../images/home/fabricante-de-espuma-eva-clientes-sprite.webp) no-repeat;
  height: 120px;
  width: 181px;
}
.icos-clientes .ico1{
  background-position: 0 center;
  width: 113px;
}
.icos-clientes .ico2{
  background-position: -129px center;
  width: 197px;
}
.icos-clientes .ico3{
  background-position: -342px center;
  width: 156px;
}
.icos-clientes .ico4{
  background-position: -514px center;
}
.icos-clientes .ico5{
  background-position: -707px center;
  width: 113px;
}

.triangulo{
  width: 0;
  height: 0;
  border-top: 20px solid var(--gris2);
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
}

/*contacto*/
.banner-contacto{
  background: url(../../../images/contacto/evacolors-contacto-banner.jpg) no-repeat center;
}
.cont-form{
  top: -90px;
}

/*nosotros*/
.banner-nosotros{
  background: url(../../../images/nosotros/fabricantes-de-espuma-eva-banner.jpg) no-repeat center;
}

/*producto*/
.banner-producto{
  background: url(../../../images/producto/placa-de-espuma-eva-banner.jpg) no-repeat center;
}
.row-tit{
  min-height: 75px;
}
.row-table{
  min-height: 96px;
}
.row-table-hmin{
  min-height: 55px;
}
.row-table-h{
  min-height: 130px;
}
.circulo-color{
  border-radius: 100%;
  height: 30px;
  min-width: 30px;
  width: 30px;
}
.bgentrega{
  background: url(../../../images/producto/placa-de-espuma-eva-banner-entrega.png) no-repeat center;
  background-size: cover;
}
.ico-entrega, .ico-entrega-m {
  position: relative;
}
.ico-entrega:after, .ico-entrega-m:after {
  content: url(../../../images/producto/placa-de-espuma-eva-producto-icono.svg);
  left: -20px;
  position: absolute;
  top: 20px;
}
.ico-entrega-m:after {
  display: none;
  left: 20px;
}

/*automotriz*/
.banner-automotriz{
  background: url(../../../images/automotriz/espuma-de-polietileno-reticulado-para-industria-automotriz-banner.jpg) no-repeat center;
}

/*rack*/
.banner-racks{
  background: url(../../../images/racks/espuma-de-polietileno-para-embalaje-banner.jpg) no-repeat center;
}

/*seguridad*/
.banner-seguridad{
  background: url(../../../images/seguridad/espuma-de-polietileno-para-embalaje-banner.jpg) no-repeat center;
}

/*calzado*/
.banner-calzado{
  background: url(../../../images/calzado/suela-de-goma-eva-para-calzado-img-banner.jpg) no-repeat center;
}

/*transformadores*/
.banner-transformadores{
  background: url(../../../images/transformadores/xlpe-foam-banner.jpg) no-repeat center;
}

/*pisos*/
.banner-pisos{
  background: url(../../../images/pisos/crosslink-foam-para-pisos-de-banner.jpg) no-repeat center;
}

/*Material didactico*/
.banner-didactico{
  background: url(../../../images/material-didactico/fabricantes-de-fomy-banner.jpg) no-repeat center;
}

/*pisos*/
.banner-distribuidores{
  background: url(../../../images/distribuidores/fabricantes-de-espuma-de-polietileno-banner.jpg) no-repeat center;
}

/*deportivo*/
.banner-deportivo{
  background: url(../../../images/deportivo/fabricantes-crosslink-foam-banner.jpg) no-repeat center;
}

/*bordados*/
.banner-bordados{
  background: url(../../../images/bordados/goma-eva-para-bordados-banner.jpg) no-repeat center;
}

/*innovacion*/
.banner-innovacion{
  background: url(../../../images/innovacion/crosslink-foam-de-doble-expansion-banner-desktop.png) no-repeat center;
}

/* pleca cookies */
#cont-cookie { 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;
  z-index: 1;
}
.accept-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;
}
@media(max-width: 700px){
  .cookie-bar {
    display: block;
    padding: 10px 10px;
    font-size: 14px;
    text-align: center;
  }
  .accept-cookie {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin: 15px 0 0;
  }
}

/***************** 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) {
  
  
}

@media (max-width: 1024px) {

  .banner {
    min-height: 346px;
  }
    
}

@media (max-width: 768px) { 
  
  /*.hidden-xs{
    display: none !important;
  }
  .show-sm{
    display: block !important;
  }*/

  h1, .fs45, .fs40, .fs36{
    font-size: 25px;
  }
  h2{
    font-size: 24px;
  }
  h3, .fs32, .fs28, .fs24{
    font-size: 20px;
  }
  .fs22{
    font-size: 18px;
  }
  body, p, .fs20, .fs18{
    font-size: 16px;
  }
  .fs14, .fs12{
    font-size: 12px;
  }
  nav ul li {
    max-width: 100% !important;
    text-align: left;
  }
  nav ul li:last-child a{
    background: none;
    font-weight: 500;
    border-radius: 0;
    padding: 15px 20px;
    max-width: 100%;
  }

  .banner {
    min-height: 369px;
    background-size: cover;
  }
  .banner-in {
    min-height: 269px;
    background-size: cover;
  }

  .form-contacto form {
    column-count: 1;
  }
  
}

@media (max-width: 767px) {
  
  .ico-entrega-m:after{
  	display: block;
  }
  
}


@media (max-width: 700px) { 

  .radio-10-m{
    border-radius: 10px;
  }
  
  .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; }*/
  
  .borde-b-n2-m{
    border-bottom: var(--negro) 2px solid;
  }

  .curva-banner{
    background: url(../../../images/general/fabricante-de-espuma-eva-banner-curva.svg) no-repeat center;
    background-size: 193px;
    min-height: 34px;
    min-width: 193px;
    width: 100%;
  }
  .curva-banner img{
    max-width: 22px;
    height: auto;
  }
  .banner-home{
    background-image: url(../../../images/home/movil/fabricante-de-espuma-eva-banner-img.jpg);
    background-image: -webkit-image-set(url('../../../images/home/movil/fabricante-de-espuma-eva-banner-img.webp') 1x);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .banner-contacto {
    display: none !important;
  }
  .cont-form {
    top: 0;
  }
  .banner-nosotros{
    background: url(../../../images/nosotros/mobil/fabricantes-de-espuma-eva-banner.jpg) no-repeat center;
  }
  .banner-producto{
    background: url(../../../images/producto/movil/placa-de-espuma-eva-banner-movil.jpg) no-repeat center;
  }
  .banner-automotriz{
    background: url(../../../images/automotriz/movil/espuma-de-polietileno-reticulado-para-industria-automotriz-banner-movil.jpg) no-repeat center;
  }
  .banner-racks{
    background: url(../../../images/racks/movil/espuma-de-polietileno-para-embalaje-banner-movil.jpg) no-repeat center;
  }
  .banner-seguridad{
    background: url(../../../images/seguridad/movil/espuma-de-polietileno-para-embalaje-banner-movil.jpg) no-repeat center top;
  }
  .banner-calzado{
    background: url(../../../images/calzado/movil/suela-de-goma-eva-para-calzado-img-banner-movil.jpg) no-repeat center;
  }
  .banner-transformadores{
    background: url(../../../images/transformadores/movil/xlpe-foam-banner-movil.jpg) no-repeat center;
  }
  .banner-pisos{
    background: url(../../../images/pisos/movil/crosslink-foam-para-pisos-banner-movil.jpg) no-repeat center;
  }
  .banner-didactico{
    background: url(../../../images/material-didactico/movil/fabricantes-de-fomy-banner-movil.jpg) no-repeat center;
  }
  .banner-distribuidores{
    background: url(../../../images/distribuidores/movil/fabricantes-de-espuma-de-polietileno-banner-movil.jpg) no-repeat top;
  }
  .banner-deportivo{
    background: url(../../../images/deportivo/movil/fabricantes-crosslink-foam-banner-movil.jpg) no-repeat top;
  }
  .banner-bordados{
    background: url(../../../images/bordados/movil/goma-eva-para-bordados-banner-movil.jpg) no-repeat top;
  }
  .banner-innovacion{
    background: url(../../../images/innovacion/crosslink-foam-de-doble-expansion-banner-movil.png) no-repeat center;
  }

  .hs-form-field {
    margin-bottom: 15px;
    max-width: 100% !important;
  }
  .formulario form{
    justify-content: center;
  }
  .formulario .hs-submit .actions input{
    display: block;
    min-width: 230px;
  }

  .row-table, .row-table-hmin, .row-table-h{
    min-height: 50px;
    padding: 10px 0;
  }
  
  .bullet-ico, .bullet-check{
    padding-left: 20px;
  }
    
}


@media (max-width: 600px) { 
  
  .formulario .hs-form-field{
    margin-right: 0;
  }

  .srfrList li:nth-child(2), .srfrList li:last-child{
    display: none;
  }

}

@media (max-width: 480px) {


}

@media (max-width: 390px) { 
  

}

@media (max-width: 360px){


}