/////////////@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,300&family=Noto+Sans:wght@400;700&family=Open+Sans:wght@300;400;700&display=swap');
@font-face {
  font-family: 'Interstate-regular';
  src: url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/inbound/font/Interstate-regular.eot);
  src: url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/inbound/font/Interstate-regular.eot#iefix) format('embedded-opentype'),
       url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/inbound/font/Interstate-regular.otf) format('otf'),
       url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/inbound/font/Interstate-regular.svg#Interstate-regular) format('svg'),
       url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/inbound/font/Interstate-regular.ttf) format('truetype'),
       url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/inbound/font/Interstate-regular.woff) format('woff'),
       url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/inbound/font/Interstate-regular.woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interstate-light';
  src: url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/inbound/font/Interstate-light.eot);
  src: url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/inbound/font/Interstate-light.eot#iefix) format('embedded-opentype'),
       url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/inbound/font/Interstate-light.otf) format('otf'),
       url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/inbound/font/Interstate-light.svg#Interstate-light) format('svg'),
       url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/inbound/font/Interstate-light.ttf) format('truetype'),
       url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/inbound/font/Interstate-light.woff) format('woff'),
       url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/inbound/font/Interstate-light.woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interstate-bold';
  src: url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/inbound/font/Interstate-bold.eot);
  src: url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/inbound/font/Interstate-bold.eot#iefix) format('embedded-opentype'),
       url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/inbound/font/Interstate-bold.otf) format('otf'),
       url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/inbound/font/Interstate-bold.svg#Interstate-bold) format('svg'),
       url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/inbound/font/Interstate-bold.ttf) format('truetype'),
       url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/inbound/font/Interstate-bold.woff) format('woff'),
       url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/inbound/font/Interstate-bold.woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

/***************** Colores ******************************/
*{
    box-sizing: border-box;
}
:root{
--blanco: #fff;
--negro: #000000;
--negrorgb: 0,0,0;
--blancorgb: 255,255,255;
--gris: #ccc;
--grisclaro: #f2f2f2;
--azul: #0082ba;
--azulc: #d5e5f2;
--azul2: #70b2cf;
--azul3: #D5E5F2;
--azul4: #3f94b9;
--azul5: #F3F6FB;
--azul6: #EAF4FC;
--azulm: #0d1140;
--rojo: #861f41;
--rojo2: #FF0000;
--gris1: #363636;
--gris2: #eeecec;
--gris3: #b1b2b1;
--gris4: #2a2a2a;
--gris5: #707070;
--gris6: #F8F8F5;
--morado: #330099;
--morado2: #B5B0D9;
--lila: #8480F2;  
--amarillo: #FDCF4E;
--naranja: #E9662E;
--verde: #025546;
--verde2: #5AA646;
--verde3: #32515B;
--font: 'Interstate-regular', sans-serif;
--fontlight: 'Interstate-light', sans-serif;
--fontbold: 'Interstate-bold', sans-serif;

--bgfooter: #0d1140;

--hover: #471023;

 }

/***************** Colores textos ******************************/
.blanco { color: var(--blanco) !important; }
body .negro { color: var(--negro) !important; }
.primario { color: var(--gris1); }
.gris { color: var(--gris); }
.grisclaro { color: var(--grisclaro); }
.azul { color: var(--azul)!important;; }
.azulc { color: var(--azulc); }
.azul2 { color: var(--azul2); }
.azul3 { color: var(--azul3); }
.azul4 { color: var(--azul4); }
.azul5 { color: var(--azul5); }
.azulm { color: var(--azulm); }
.rojo { color: var(--rojo) !important; }
.rojo2 { color: var(--rojo2); }
.gris1 { color: var(--gris1); }
.gris2 { color: var(--gris2); }
.gris3 { color: var(--gris3); }
.gris4 { color: var(--gris4); }
.gris5 { color: var(--gris5); }
.gris6 { color: var(--gris6); }
.morado { color: var(--morado); }
.morado2 { color: var(--morado2); }
.lila { color: var(--lila); }
.amarillo { color: var(--amarillo); }
.naranja { color: var(--naranja)!important; }
.verde { color: var(--verde); }
.verde2 { color: var(--verde2); }
.verde3 { color: var(--verde3); }

/***************** Fondos de color ******************************/
.bgblanco { background: var(--blanco); }
.bgnegro { background: var(--negro); }
.bggris { background: var(--gris); }
.bggrisclaro { background: var(--grisclaro); }
.bgazul { background: var(--azul); }
.bgazulc { background: var(--azulc); }
.bgazul2 { background: var(--azul2); }
.bgazul3 { background: var(--azul3) ; }
.bgazul4 { background: var(--azul4); }
.bgazul5 { background: var(--azul5); }
.bgazul6 { background: var(--azul6); }
.bgazulm { background: var(--azulm); }
.bgrojo { background: var(--rojo); }
.bggris1 { background: var(--gris1); }
.bggris2 { background: var(--gris2); }
.bggris3 { background: var(--gris3); }
.bggris4 { background: var(--gris4); }
.bggris5 { background: var(--gris5); }
.bggris6 { background: var(--gris6); }
.bgverde { background: var(--verde); }
.bgverde2 { background: var(--verde2); }
body .bgmorado2 { background: var(--morado2) !important; }
body .bgazul3 { background: var(--azul3) !important; }

.bggr-azul-blanco{
  background: var(--azul3);
  background: -moz-linear-gradient(top,  var(--azul3) 50%, var(--blanco) 100%);
  background: -webkit-linear-gradient(top,  var(--azul3) 50%,var(--blanco) 100%);
  background: linear-gradient(to bottom,  var(--azul3) 50%,var(--blanco) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5e5f2', endColorstr='#ffffff',GradientType=0 );
}
.bg-blanco-rgb90{
  background: rgba(var(--blancorgb),.9);
}

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

.back-img-center{
  background-position: center;
}


/************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(--gris1);
	line-height: 120%;
  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], .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(--gris1) !important;
}
a:hover {
  color: var(--rojo) !important;
  text-decoration: none !important;
}
a:focus {
  outline: thin dotted;
}

/**
 * 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: 50%;
  background:var(--gris); /*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;
}*/


/***************************************** Columnas ************************************/

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.flex-m .col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.flex-m .col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.flex-m .col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.flex-m .col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.flex-m .col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.flex-m .col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.flex-m .col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.flex-m .col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.flex-m .col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.flex-m .col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.flex-m .col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.flex-m .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.flex-margin .col-1, .flex-margin .flex .col-1{-ms-flex:0 0 6.333333333333334%;flex:0 0 6.333333333333334%;max-width:6.333333333333334%}
.flex-margin .col-2, .flex-margin .flex .col-2{-ms-flex:0 0 14.666666666666668%;flex:0 0 14.666666666666668%;max-width:14.666666666666668%}
.flex-margin .col-3, .flex-margin .flex .col-3{-ms-flex:0 0 23%;flex:0 0 23%;max-width:23%}
.flex-margin .col-4, .flex-margin .flex .col-4{-ms-flex:0 0 31.333333333333336%;flex:0 0 31.333333333333336%;max-width:31.333333333333336%}
.flex-margin .col-5, .flex-margin .flex .col-5{-ms-flex:0 0 39.66666666666667%;flex:0 0 39.66666666666667%;max-width:39.66666666666667%}
.flex-margin .col-6, .flex-margin .flex .col-6{-ms-flex:0 0 48%;flex:0 0 48%;max-width:48%}
.flex-margin .col-7, .flex-margin .flex .col-7{-ms-flex:0 0 56.333333333333336%;flex:0 0 56.333333333333336%;max-width:56.333333333333336%}
.flex-margin .col-8, .flex-margin .flex .col-8{-ms-flex:0 0 65.66666666666667%;flex:0 0 65.66666666666667%;max-width:65.66666666666667%}
.flex-margin .col-9, .flex-margin .flex .col-9{-ms-flex:0 0 73%;flex:0 0 73%;max-width:73%}
.flex-margin .col-1, .flex-margin .flex .col-10{-ms-flex:0 0 81.33333333333334%;flex:0 0 81.33333333333334%;max-width:81.33333333333334%}
.flex-margin .col-1, .flex-margin .flex .col-11{-ms-flex:0 0 89.66666666666667%;flex:0 0 89.66666666666667%;max-width:89.66666666666667%}
.flex-margin .col-1, .flex-margin .flex .col-12{-ms-flex:0 0 98%;flex:0 0 98%;max-width:98%}

/********************************* Flex ****************************************************/

.flex, .flex-m { 
  display: flex; 
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;   
}

.column-direction, .column-direction-m { 
  flex-direction: column; 
  -webkit-flex-direction: column; 
  -moz-flex-direction: column;     
}

.row-direction, .row-direction-m { 
  flex-direction: row; 
  -webkit-flex-direction: row; 
  -moz-flex-direction: row;     
}

.reverse, .reverse-m, .row-reverse .flex {  
  flex-direction: row-reverse; 
  -webkit-flex-direction: row-reverse; 
  -moz-flex-direction: row-reverse;     
}

.between, .between-m { 
  justify-content: space-between; 
  -webkit-justify-content: space-between; 
  -moz-justify-content: space-between;   
}

.arround, .arround-m { 
  justify-content: space-around;; 
  -webkit-justify-content: space-around;; 
  -moz-justify-content: space-around;;   
}

.content-center { 
  justify-content: center; 
  -webkit-justify-content: center; 
  -moz-justify-content: center;   
}

.content-left {
  justify-content: flex-start;
  -webkit-justify-content: flex-start; 
  -moz-justify-content: flex-start; 
}

.content-right{
  justify-content: flex-end;
  -webkit-justify-content: flex-end; 
  -moz-justify-content: flex-end; 
}

.flex-center { 
  align-items: center;  
  -webkit-align-items: center;  
  -moz-align-items: center;      
}

.flex-top { 
  align-items: flex-start;  
  -webkit-align-items: flex-start;  
  -moz-align-items: flex-start;    
}

.flex-bottom { 
  align-items: flex-end; 
  -webkit-align-items: flex-end; 
  -moz-align-items: flex-end; 
}

.flex1 { 
  flex: 1;  
}

.wrap{
  flex-wrap:wrap;
}

.five-columns .flex > div {
  flex: 1 20%!important;
}

.flex-grow > div, 
.flex-grow > div > div,
.flex-grow > div > div > div {
  height: 100%;
}

.flex-grow > div > div.texto {
  display: flex; 
  flex-direction: column; 
  -webkit-flex-direction: column; 
  -moz-flex-direction: column;     
}

/*.grow {
  flex-grow: 1;
}*/

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

.order-first, .order-first-m {
  -ms-flex-order: -1;
  order: -1;
}

.order-last, .order-last-m {
  -ms-flex-order: 13;
  order: 13;
}

.order-0, .order-0-m {
  -ms-flex-order: 0;
  order: 0;
}

.order-1, .order-1-m {
  -ms-flex-order: 1;
  order: 1;
}

.order-2, .order-2-m {
  -ms-flex-order: 2;
  order: 2;
}

.order-3, .order-3-m {
  -ms-flex-order: 3;
  order: 3;
}

.order-4, .order-4-m {
  -ms-flex-order: 4;
  order: 4;
}

.order-5, .order-5-m {
  -ms-flex-order: 5;
  order: 5;
}

.order-6, .order-6-m {
  -ms-flex-order: 6;
  order: 6;
}

.order-7, .order-7-m {
  -ms-flex-order: 7;
  order: 7;
}

.order-8, .order-8-m {
  -ms-flex-order: 8;
  order: 8;
}

.order-9, .order-9-m {
  -ms-flex-order: 9;
  order: 9;
}

.order-10, .order-10-m {
  -ms-flex-order: 10;
  order: 10;
}

.order-11, .order-11-m {
  -ms-flex-order: 11;
  order: 11;
}

.order-12, .order-12-m {
  -ms-flex-order: 12;
  order: 12;
}


/******************** 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 { 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 { 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-85, .w-85-m { width: 85%; }
.w-90, .w-90-m { width: 90%;}
.w-95, .w-95-m { width: 95%;}
.w-100 { width: 100%; }

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

.height-vh { height: 100vh; }  

.height-100 { height: 100%; }  

.zindex{
  z-index: 1;
}

/*********************************  Margen ****************************************************/

.mtb0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.mtb5 { margin-top: 5px; margin-bottom:5px }
.mtb10 { margin-top: 10px; margin-bottom:10px }
.mtb15 { margin-top: 15px; margin-bottom:15px }
.mtb20 { margin-top: 20px; margin-bottom:20px }
.mtb30 { margin-top: 30px; margin-bottom:30px }
.mtb40 { margin-top: 40px; margin-bottom:40px }
.mtb50 { margin-top: 50px; margin-bottom:50px }
.mtb60 { margin-top: 60px; margin-bottom:60px }
.mtb70 { margin-top: 70px; margin-bottom:70px }
.mtb80 { margin-top: 80px; margin-bottom:80px }
.mtb90 { margin-top: 90px; margin-bottom:90px }
.mtb100 { margin-top: 100px; margin-bottom:100px }

.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt90 { margin-top: 90px; }
.mt100 { margin-top: 100px; }

.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb10 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }

.ml10 { margin-left: 10px }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }
.ml40 { margin-left: 40px; }
.ml45 { margin-left: 45px; }
.ml50 { margin-left: 50px; }
.ml60 { margin-left: 60px; }
.ml70 { margin-left: 70px; }
.ml80 { margin-left: 80px; }
.ml90 { margin-left: 90px; }
.ml100 { margin-left: 100px; }

.mr10 { margin-right: 10px }
.mr20 { margin-right: 20px; }
.mr30 { margin-right: 30px; }
.mr40 { margin-right: 40px; }
.mr45 { margin-right: 45px; }
.mr50 { margin-right: 50px; }
.mr60 { margin-right: 60px; }
.mr70 { margin-right: 70px; }
.mr80 { margin-right: 80px; }
.mr90 { margin-right: 90px; }
.mr100 { margin-right: 100px; }

.mtauto {
    margin-top: auto;
}

.mbauto {
    margin-bottom: auto;
}

.mauto {
    margin: auto;
}

/*********************************  Padding ****************************************************/

.p0 { padding: 0 !important; }
.ptb5 { padding-top:5px; padding-bottom:5px; }
.ptb10 { padding-top:10px; padding-bottom:10px; }
.ptb15 { padding-top:15px; padding-bottom:15px; }
.ptb20 { padding-top:20px; padding-bottom:20px; }
.ptb30 { padding-top:30px; padding-bottom:30px; }
.ptb40 { padding-top:40px; padding-bottom:40px; }
.ptb50 { padding-top:50px; padding-bottom:50px; }
.ptb60 { padding-top:60px; padding-bottom:60px; }
.ptb70 { padding-top:70px; padding-bottom:70px; }
.ptb80 { padding-top:80px; padding-bottom:80px; }
.ptb90 { padding-top:90px; padding-bottom:90px; }
.ptb100 { padding-top:100px; padding-bottom:100px; }


.plr5 { padding-left:5px; padding-right:5px; }
.plr10 { padding-left:10px; padding-right:10px; }
.plr15, .plr15m { padding-left:15px; padding-right:15px; }
.plr20, .plr20m { padding-left:20px; padding-right:20px; }
.plr25, .plr25m { padding-left:25px; padding-right:25px; }
.plr30, .plr30m { padding-left:30px; padding-right:30px; }
.plr40 { padding-left:40px; padding-right:40px; }
.plr50 { padding-left:50px; padding-right:50px; }
.plr60 { padding-left:60px; padding-right:60px; }

.pt5 { padding-top:5px; }
.pt10 { padding-top:10px; }
.pt15 { padding-top:15px; }
.pt20 { padding-top:20px; }
.pt30 { padding-top:30px; }
.pt40 { padding-top:40px; }
.pt50 { padding-top:50px; }
.pt60 { padding-top:60px; }
.pt70 { padding-top:70px; }
.pt80 { padding-top:80px; }
.pt90 { padding-top:90px; }
.pt100 { padding-top: 100px; }

.pb5 { padding-bottom:5px; }
.pb10 { padding-bottom:10px; }
.pb15 { padding-bottom:15px; }
.pb20 { padding-bottom:20px; }
.pb30 { padding-bottom:30px; }
.pb40 { padding-bottom:40px; }
.pb50 { padding-bottom:50px; }
.pb60 { padding-bottom:60px; }
.pb70 { padding-bottom:70px; }
.pb80 { padding-bottom:80px; }
.pb90 { padding-bottom:90px; }
.pb100 { padding-bottom: 100px; }

.pr5 { padding-right:5px; }
.pr10 { padding-right:10px; }
.pr15 { padding-right:15px; }
.pr20 { padding-right:20px; }
.pr30 { padding-right:30px; }
.pr40 { padding-right:40px; }
.pr50 { padding-right:50px; }
.pr60 { padding-right:60px; }
.pr70 { padding-right:70px; }
.pr80 { padding-right:80px; }
.pr90 { padding-right:90px; }
.pr100 { padding-right: 100px; }

.pl5 { padding-left:5px; }
.pl10 { padding-left:10px; }
.pl15 { padding-left:15px; }
.pl20 { padding-left:20px; }
.pl30 { padding-left:30px; }
.pl40 { padding-left:40px; }
.pl50 { padding-left:50px; }
.pl60 { padding-left:60px; }
.pl70 { padding-left:70px; }
.pl80 { padding-left:80px; }
.pl90 { padding-left:90px; }
.pl100 { padding-left: 100px; }

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

.fs80 { font-size:80px; }

.fw100 { font-weight: 100; }
.fw300 { font-weight: 300; }
.fw400 { font-weight: 400; }
.fw500 { font-weight: 500; }
.fw600 { font-weight: 600; }
.fw700 { /*font-weight: 700;*/ font-family: var(--fontbold); }
.fw900 { font-weight: 900; }
strong { font-family: var(--fontbold); }

.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);
}
.fontlight{
  font-family: var(--fontlight);
}
.fontbold{
  font-family: var(--fontbold);
}

.lato body,
.lato .font, .lato .fontlight, .noto .fontbold, .lato .fw300, .lato .fw700, .lato strong,
.lato h1, .lato h2, .lato h3, .lato h4, .lato h5, .lato h6{
  font-family: 'Lato', sans-serif;
}
.noto body,
.noto .font, .noto .fontlight, .noto .fontbold, .noto .fw300, .noto .fw700, .noto strong,
.noto h1, .noto h2, .noto h3, .noto h4, .noto h5, .noto h6{
  font-family: 'Noto Sans', sans-serif;
}
.open body,
.open .font, .noto .fontlight, .noto .fontbold, .open .fw300, .open .fw700, .open strong
.open h1, .open h2, .open h3, .open h4, .open h5, .open h6{
  font-family: 'Open Sans', sans-serif;
}
.lato .fontlight, .noto .fontlight, .open .fontlight,
.lato .fw300, .noto .fw300, .open .fw300{
  font-weight: 300;
}
.lato .fontbold, .noto .fontbold, .open .fontbold,
.lato strong, .noto strong, .open strong,
.lato .fw700, .noto .fw700, .open .fw700{
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6{
  font-family: var(--font);
}
h1{
  font-size: 40px;
}
h2{
  font-size: 32px;
}
h3{
  font-size: 22px;
}
h4{
  font-size: 20px;
}
p{
  font-size: 18px;
}

.hidde-xs.flex {
      display: block;
  }

  .show-m {
      display: none;
  }  
/******************** 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; }
.inline-block { display: inline-block; }
.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;  
}

.overflow-hidden{
  overflow: hidden;
}

.bg-center {
  background-position: center;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}


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

}

ul.bullet-check li {
    position: relative;
}

  
ul.bullet-check li:before {
    content: url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/inbound/expo-antad/expo-antad-check.png);
}

.mb-m50 { 
  margin-bottom: -50px;
}

@media(max-width: 700px){
  .loading-mask img {
    min-width: 200px;
  }
  
  .mb-m50 { 
    margin-bottom: 0px;
  }  
}
@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;
  text-align: center;
  top: 50%;
  width: 100%;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
}

.breadcrumb{
  font-size: 15px;
  /*margin:auto;
  max-width: 1200px;
  width: 100%;
  position: absolute;
  top: 8px;*/
  z-index: 1;
}
.breadcrumb li{
  margin-right: 5px;
}
.breadcrumb .active {
  color: var(--gris1);
  font-family: var(--fontbold);
}
.sombra{
  box-shadow: rgba(var(--negrorgb), 0.2) 0 0 10px;
}
.btn{
  background: var(--rojo) !important;
  color: var(--blanco) !important;
  display: inline-block !important;
  font-weight: var(--fontbold) !important;
  padding: 11px 30px !important;
  text-align: center !important;
  transition: all ease-in-out .3s !important;
}
.btn:hover{
  background: var(--hover) !important;
  color: var(--blanco) !important;
}
.btn-blanco{
  background: var(--blanco) !important;
  color: var(--rojo) !important;
  display: inline-block !important;
  font-weight: var(--fontbold) !important;
  padding: 11px 30px !important;
  text-align: center !important;
  transition: all ease-in-out .3s !important;
}
.btn-blanco:hover{
  background: var(--rojo) !important;
  color: var(--blanco) !important;
}
.link-flecha {
  transition: all ease-in-out .3s;
}
.link-flecha img {
  display: inline-block !important;
}
.link-flecha:hover img {
  position: relative;
  right: -5px;
}
.link-flecha-blanca:hover{
  color: var(--blanco);
}
.borde-r1{
  border: var(--rojo) 1px solid;
}
.borde-r2{
  border: var(--rojo) 2px solid;
}
.border-t-g2-3 {
  border-top: var(--gris2) 3px solid;
}
.border-t-g5-1 {
  border-top: var(--gris5) 1px solid;
}
.border-b-g3-1 {
  border-bottom: var(--gris3) 1px solid;
}
.border-l-g3-1 {
  border-left: var(--gris3) 1px solid;
}
.border-lr-a-10{
  border-left: var(--azul) 10px solid;
  border-right: var(--azul) 10px solid;
}
.border-r-b1{
  border-right: var(--blanco) 1px solid;
}
.border-l-b1{
  border-left: var(--blanco) 1px solid;
}
.border-b-b1{
  border-bottom: var(--blanco) 1px solid;
}
.border-b-g1{
  border-bottom: var(--gris1) 1px solid;
}
.border-r-g1{
  border-right: var(--gris1) 1px solid;
}
.border-l-g1{
  border-left: var(--gris1) 1px solid;
}
.border-t-g1{
  border-top: var(--gris1) 1px solid;
}
.borde-l-m-4{
  border-left: var(--morado) 4px solid;
}
.borde-l-a-4{
  border-left: var(--amarillo) 4px solid;
}
.borde-l-az-4{
  border-left: var(--azul) 4px solid;
}
.borde-l-v-4{
  border-left: var(--verde2) 4px solid;
}

.borde-radius-l-50 {
  border-radius: 50px 0 0 50px;
}
.borde-radius-r-50 {
  border-radius: 0 50px 50px 0;
}
.borde-radius-100 {
  border-radius: 100%;
}
.borde-radius-20 {
  border-radius: 20px;
}
.borde-radius-r20 {
  border-radius: 0 20px 20px 0;
}
.borde-radius-l20 {
  border-radius: 20px 0 0 20px;
}
.borde-radius-10 {
  border-radius: 10px;
}

.borde-radius-15 {
  border-radius: 15px;
}

/* bullets */

ul.bullet {
    list-style: disc;
    padding-left: 20px;
}

.bullet-ico{
  list-style: none;
  padding: 0 0 0 30px;
}
.bullet-ico li{
  margin-bottom: 15px;
  position: relative;
}
.bullet-ico li:before{
  content: '';
  position: absolute;
  top: 3px;
  content: url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/inbound/general/soluciones-de-redes-empresariales-banner-icono-check.png);
  left: -25px;
}
.bullet-ico li:last-child{
  margin-bottom: 0;
}

.bullet-check{
  list-style: none;
  padding: 0 0 0 30px;
}
.bullet-check li{
  margin-bottom: 15px;
  position: relative;
}
.bullet-check li:before{
  content: '';
  position: absolute;
  top: 3px;
  content: url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/inbound/general/soluciones-digital-workplace-ventajas-check.jpg);
  left: -25px;
}
.bullet-check li:last-child{
  margin-bottom: 0;
}

.bullet-color {
  list-style: none;
  padding-left: 20px;
}
.bullet-color li{
  margin-bottom: 15px;
  text-indent: -11px;
}
.bullet-color li:before{
  background: var(--azul);
  border-radius: 100%;
  content: ' ';
  display: inline-block;
  height: 6px;
  margin-right: 5px;
  width: 6px;
  position: relative;
  top: -4px;
}
.bullet-color  li:last-child{
  margin-bottom: 0;
}
.bullet-color2 li:before{
  background: var(--azul2);
}
.bullet-color4 li:before{
  background: var(--azul4);
}
.bullet-color5 li:before{
  background: var(--morado);
}
.bullet-color6 li:before{
  background: #5AA646;
}
.bullet-color7 li:before{
  background: #FB7C32;
}

.bullet-color8 li:before{
  background: var(--lila);
}

/*formularios*/
form{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.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, .hs-submit {
  margin-bottom: 15px;
  max-width: 49%;
  width: 100%;
}
.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;
  box-sizing: border-box;
  font-family: var(--font);
  font-size: 16px;
  padding: 12px 15px !important;
  width: 100% !important;
}
input::placeholder{
  counter-reset: var(--gris3);
  font-style: italic;
}
.hs-form-field textarea {
  min-height: 50px;
}
.hs-fieldtype-checkbox .input label, .hs-fieldtype-checkbox input {
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
  width: auto !important;
}
.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(--gris);
  display: none;
}
.hs-main-font-element {
  font-weight: bold;
}
.hs-submit .actions input {
  background: var(--rojo);
  border: 0;
  color: var(--blanco);
  display: inline-block;
  font-size: 18px;
  font-weight: var(--fontbold);
  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(--gris1);
}
.hs_categoria_de_interes, .hs_subcategoria_de_interes{
  display: none !important;
}
.fm-contacto .hs-form-field, .fm-contacto .hs-submit{
  margin-bottom: 29px;
  max-width: 100%;
}
.fm-contacto .hs-submit .actions {
  margin-top: 0;
}
.fm-contacto .hs-form-field textarea {
  min-height: 60px;
}

.formulario-cat form{
  display: block;
  column-count: 2;
}
.formulario-cat .hs-form-field, .formulario-cat .hs-submit{
  display: grid;
  margin: 0;
  margin-bottom: 15px;
  max-width: 100%;
}
.formulario-cat .hs-form-field .input {
  max-width: 90%;
}
.formulario-cat .hs-submit .actions{
  text-align: left;
}
.aviso-cat{
  bottom: 30px;
  position: absolute;
  right: 210px;
  text-align: left;
  width: auto;
}


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

.fixed-header {
  position: fixed !important;
  width: 100%;
  background: var(--blanco);
  max-width: 100% !important;
  margin: 0;
  padding: 10px 0;
  top: 0;
  z-index: 999 !important;
}
.fixed-header .top-header {
  display: none;
}
.fixed-header .logo {
  max-width: 200px;
}
.fixed-header.top-movil {
  padding: 0 10px;
}
.fixed-header .logo-movil {
  margin-bottom: 10px;
}
.fixed-header #btns-top-m {
  padding-top: 0;
}

/*header, .top-movil, #btns-top-m{
  transition: all ease-in-out .3s;
}*/
#btns-top-m a.blanco:hover{
  color: var(--blanco);
}
.content-top-header {
  margin-left: auto;
  max-width: 590px;
}

/* header-movil */
.logo-movil{
    background: url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/inbound/general/soluciones-de-redes-empresariales-header-logo.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    max-width: 150px;
    height: 40px;
    width: 100%;
}
.logo-movil a{
  display: block;
  height: 100%;
  width: 100%;
}
.bandera-m {
  float: right;
  position: relative;
  top: 20px;
  right: 60px;
}
.top-movil .bgrojo {
  padding-top: 12px;
}

/*menu-movil*/
.mm-menu_offcanvas{
  width: 100% !important;
  z-index: 1 !important;
}
.h-mmenu{
  display: block;
  width: 45px;
  height: 20px;
  padding: 10px 0 10px 10px;
  margin: 10px 10px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
}
.h-mmenu:before, .h-mmenu:after {
  content: '';
  display: block;
  background: #1E1E1E;
  height: 4px;
}
.h-mmenu span {
  background: #1E1E1E;
  display: block;
  height: 4px;
  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: var(--blanco);
  content: 'x';
  cursor: pointer;
  display: block;
  font-size: 30px;
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}*/
.mm-navbars_top {
  position: relative;
  height: 0;
}
.mm-navbar {
  background: none !important;
  justify-content: flex-end;
  position: absolute;
  z-index: 2;
  right: 0;
}
.mm-navbar__title {
  background: var(--azulm);
  color: var(--blanco) !important;
  font-weight: 700;
  justify-content: left !important;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
.mm-btn_close:after, .mm-btn_close:before{
  width: 8px !important;
  height: 8px !important;
}
.mm-btn_close:before{
  border-top: var(--blanco) 3px solid !important;
  border-left: var(--blanco) 3px solid !important;
  right: 12px !important
}
.mm-btn_close:after{
  border-right: var(--blanco) 3px solid !important;
  border-bottom: var(--blanco) 3px solid !important;
}
.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{
  transform: translate3d(-100vw,0,0) !important;
}
.mm-listitem_opened>.mm-listitem__btn, .mm-listitem_opened>.mm-panel{
  background: var(--blanco) !important;
}
.mm-listitem__btn:not(.mm-listitem__text){
  border-left-width: 0 !important;
}
.mm-listitem_opened > a{
  color: var(--azul) !important;
}
.mm-listitem_opened > .mm-listitem__btn:after{
  border: 2px solid var(--azul) !important;
  border-bottom: none !important;
  border-right: none !important;
}
.mm-listitem_opened .mm-listview .mm-listitem__text{
  position: relative;
}
.mm-listitem_opened .mm-listview .mm-listitem__text:after {
  content: url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/inbound/general/soluciones-de-redes-empresariales-header-expand.jpg);
  position: absolute;
  /*right: 20px;
  display: block;
  width: 12px;
  height: 8px;
  top: 18px;*/
  transform: rotate(-90deg);
}

/* header desktop */
.bandera {
  margin-right: 40px;
}
/*top-header*/
.top-header a{
  margin: 0 15px;
}
.top-header a:last-child{
    margin-right: 0;
}
.top-header .btn{
  margin-left: 50px;
  padding: 11px 50px !important;
}

/* menu desktop */
nav{
  font-size: 18px;
  max-width: 750px;
  margin: auto;
  padding-bottom: 5px;
}
nav ul{
  min-height: 50px;
}
nav ul li {
  /*max-width: 100px;
  width: 100%;*/
  text-align: center;
}
/*nav ul li:first-child, nav ul li:nth-child(3){
  max-width: 120px;
}*/
nav ul li a{
  color: var(--gris1);
}
nav ul li a:hover{
  color: var(--azul);
}
nav .parent a{
  padding-right: 20px;
  position: relative;
}
nav .parent:hover > a{
  color: var(--azul);
}
nav .parent a:after{
  content: url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/inbound/general/soluciones-de-redes-empresariales-header-expand.jpg);
  position: absolute;
  bottom: 0;
  right: 0;
}
nav .nav-child{
  background: var(--blanco);
  display: none;
  width: 370px;
  margin-top: 0;
  padding-top: 25px;
  position: absolute;
  transition: all ease-in-out .3s;
  z-index: 2;
}
nav .nav-child:before{
  content: "";
  top: 5px;
  left: 10%;
  position: absolute;
  border: solid transparent;
  border-left-color: var(--blanco);
  border-top-color: var(--blanco);
  border-width: 11px;
  margin-left: 0;
  z-index: 2;
  box-shadow: var(--gris3) -1px -1px 0 0px;
  transform: rotate(45deg);
}
nav .nav-child:after{
  background: var(--gris3);
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
nav .nav-child li {
  max-width: 100% !important;
  text-align: left;
  width: 100%;
}
nav .nav-child a{
  background: var(--blanco);
  color: var(--gris1);
  display: block;
  padding: 10px 20px 10px 20px;
  position: relative;
  transition: all ease-in-out .3s;
}
nav .nav-child a:after{
  bottom: auto;
  content: url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/inbound/general/soluciones-de-redes-empresariales-header-expand.jpg);
  position: absolute;
  right: auto;
  transform: rotate(-90deg) translate3d(0,0,0);
}
nav .nav-child a:hover{
  color: var(--azul);
}
nav .nav-child a:hover:after{
  transform: rotate(-90deg) translate3d(0,5px,0);
}
nav .nav-child li:last-child a{
  padding: 10px 20px;
}
.item-140 .nav-child {
  max-width: 240px;
}
nav .parent:hover .nav-child, nav .nav-child:hover, nav .nav-child a:hover{
  display: block;
}

.int-banner2 .breadcrumb, .int-banner2 .breadcrumb a, .int-banner2 .breadcrumb .active{
  color: var(--blanco);
}

/***************** LP Shasa *********************************/

.icos-lp-shasa .ico{
  background: url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/inbound/lp-shasa-meraki/general/abm-shasa-sprite.svg) no-repeat;
  height: 97px;
}
.icos-lp-shasa-az .ico{
  background: url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/inbound/lp-shasa-meraki/semana1/sep23/abm-shasa-sprite.svg) no-repeat;
}
.icos-lp-shasa .ico1{
  background-position: -10px center;
  width: 92px;
}
.icos-lp-shasa .ico2{
  background-position: -113px center;
  width: 95px;
}
.icos-lp-shasa .ico3{
  background-position: -218px center;
  width: 97px;
}
.icos-lp-shasa .ico4{
  background-position: -329px center;
  width: 96px;
}
.icos-lp-shasa .ico5{
  background-position: -435px center;
  width: 95px;
}
.icos-lp-shasa .ico6{
  background-position: -541px center;
  width: 70px;
}

.icono-tit{
  height: 50px;
  width: 50px;
}

.min-h-txt-col {
  min-height: 108px;
}

.border-video:after {
  background: #fff;
  content: '';
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
}

/***************** TYP *********************************/

.icos-typ .ico{
  background: url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/inbound/general/contacta-plannet-soluciones-icono-TYP.png);
  height: 51px;
  width: 55px;
}
.icos-typ .ico1{
  background-position: -7px center;
}
.icos-typ .ico2{
  background-position: -68px center;
}

/***************** 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;
}
.tit-feedblog{
  font-size: 20px;
  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(--gris1);
}
.leermas-feedblog{
  color: var(--rojo) !important;
  font-size: 18px;
  font-weight: 700;
}
.leermas-feedblog:hover{
  color: var(--rojo) !important;
}
.fecha-feedblog{
  color: var(--gris1);
  font-family: var(--fontlight);
  font-size: 16px;
}

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

footer{
  background: var(--bgfooter);
}
footer, footer a{
  color: var(--blanco) !important;
  font-family: var(--fontlight);
}
footer a:hover{
  color: var(--blanco) !important;
}
.menu-footer li{
  margin-bottom: 8px;
}
.menu-footer li:last-child{
  margin-bottom: 0;
}
.menu-footer li a {
  /*background: url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/inbound/general/soluciones-de-redes-empresariales-footer-flecha.png) no-repeat right center;*/
  font-family: var(--fontlight);
  /*padding-right: 25px;*/
  font-size: 16px;
  transition: all ease-in-out .2s;
}
.menu-footer li a:hover {
  color: var(--blanco);
  /*padding-right: 35px;*/
}
.social a{
  margin-right: 10px;
}
.social .ico {
  background: url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/blog/general/soluciones-de-redes-empresariales-footer-redes.png) no-repeat;
  display: block;
  height: 25px;
  width: 25px;
}
.social .face {
  background-position: -41px center;
}
.social .linkedin {
  background-position: -8px center;
}
.social .twitter {
  background-position: -73px center;
}
.copyright {
  font-size: 16px;
}
.copyright small{
  font-size: 10px;
}
#top {
  background: var(--azul);
  border-radius: 10px;
  padding: 10px 15px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  border: none;
  outline: none;
  cursor: pointer;
}
#top img{
  transform: rotate(-90deg);
}


.bullet-ico {
    list-style: none;
    padding: 0 0 0 30px;
}

.bullet-ico li {
    margin-bottom: 10px;
    position: relative;
    line-height: 130%;
}

.bullet-ico li:before{   
    content: url(https://20574987.fs1.hubspotusercontent-na1.net/hubfs/20574987/inbound/lp-seguridad-perimetral/bullet-banner.svg);  
    position: absolute;
    top: -1px;    
    left: -14px;
}


/****************Modal***********************/

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    z-index:10;
}

.modal-content {
    background-color: #f2f2f2;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 740px;
    padding: 10px 10px 5px;
    box-sizing: border-box;
    position: relative;
    max-width: 90%;
    top: 9%;
}


.close {
    background: var(--azul);
    font-size: 25px;
    font-weight: 500;
    position: absolute;
    right: -1px;
    top: -9px;
    color: white;
    padding: 6px 12px;
    right: -17px;
    z-index: 1;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.video-yt {
    cursor: pointer;
}

#formulario .hs-form-field label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 0 0px;
}



#formulario .input input, #formulario textarea {
    font-size: 14px;
}

#formulario .hs-submit .actions input {
    max-width: 100%;
    width: 100%;
}

#formulario textarea {
    height: 40px;
}


#formulario label.hs-error-msg.hs-main-font-element {
    font-size: 12px;
    font-weight: 500;
    padding-top: 5px;
}

.border-g-1 {
    border: var(--gris) 1px solid;
}

.border-shadow {
  border-radius: 0 0 15px 15px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}


@media(max-width:780px){
.modal-content{max-width:90%!important;padding-top:49%}
.modal iframe#playerId{width:100%;height:100%;position:absolute;top:0;left:0}
}


/****************Termina Modal***********************/

/* pleca cookies */
button#hs-eu-decline-button {
  display: none;
}
#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
  display: flex;
  gap: 0em!important;
  flex-direction: row!important;
  padding: 0.8em 3em!important;
  align-items: center;
  justify-content: space-between;
}
#hs-banner-parent #hs-eu-cookie-confirmation {
  max-width: 100%!important;
  width: 100%!important;
  bottom: 0!important;
}  
div#hs-eu-policy-wording p a, div#hs-eu-policy-wording p a:hover {
  color: #fff !important;
  text-decoration: underline;  
}
#hs-eu-cookie-confirmation #hs-eu-confirmation-button, #hs-eu-cookie-confirmation #hs-eu-cookie-settings-button, #hs-eu-cookie-confirmation #hs-eu-decline-button {
  min-width: auto !important;
  height: auto !important;
  padding: 5px 25px !important;
}
#hs-banner-parent p{
  font-family: var(--fontlight) !important;
  font-size: 16px;
}
#hs-eu-opt-in-buttons button {
  font-weight: 700;
}
@media(max-width:780px){
  #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
    display: block!important;
    gap: 0em!important;
    padding: 10px 10px!important;
    text-align: center;
  }
  #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-buttons-area {
    display: flex;
    flex-flow: row wrap;
    justify-content: center!important;
    align-items: baseline;
    margin: 10px 0;
  }
  div#hs-eu-policy-wording p {
    font-size: 14px !important;
    line-height: normal;
  }
}

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

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

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

@media (max-width:1400px) {

  
}

@media (max-width:1350px) {

  .banner-in .w-70 {
    width: 81%;
  }
  .banner-in .link-flecha .salto {
    display: inline;
  }

}

@media (max-width:1280px) {

  .banner-in .col-6 {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .banner-in .w-70 {
    max-width: 90%;
    width: 100%;
  }

}

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

@media (max-width:1100px) {
  
  .banner-in .col-6 {
    margin-top: 20px;
  }

}

@media (max-width: 1024px) {

  .breadcrumb{
    position: initial;
    padding: 5px 0;
  }
  .int-banner2 .breadcrumb, .int-banner2 .breadcrumb a, .int-banner2 .breadcrumb .active{
    color: var(--gris1);
  }

  h1, .fs45, .fs40, .fs38, .fs36{
    font-size: 25px !important;
  }
  h2, h3, .fs32, .fs30, .fs28, .fs25, .fs24, .fs22, .contenedor-cuerpo-post blockquote{
    font-size: 20px;
  }
  h4{
    font-size: 18px;
  }
  body, .fs20, .fs18, p{
    font-size: 16px;
  }

  .hidden-medium{
    display: none;
  }

  /*home*/
  .logos-banner .w-70, .logos-banner .w-80 {
    width: 100%;
  }

  .banner-in .col-6 {
    margin-top: 0px;
  }

  /*feedblog*/
  .item-blog {
    padding-right: 0;
    padding-left: 0;
  }
    
}

@media (max-width: 768px) and (min-width: 720px){
  .mw90-medium {
    margin: auto;
    max-width: 90%;
  }
  .mw80-medium {
    margin: auto;
    max-width: 80%;
  }
  .mw70-medium {
    margin: auto;
    max-width: 70%;
  }
  .mw60-medium {
    margin: auto;
    max-width: 60%;
  }
}
@media (max-width: 780px) { 

  .content-center-m { 
    justify-content: center; 
    -webkit-justify-content: center; 
    -moz-justify-content: center;   
  }
  .content-left-m {
    justify-content: flex-start;
    -webkit-justify-content: flex-start; 
    -moz-justify-content: flex-start; 
  }
  .content-right-m{
    justify-content: flex-end;
    -webkit-justify-content: flex-end; 
    -moz-justify-content: flex-end; 
  }
  .flex-center-m { 
    align-items: center;  
    -webkit-align-items: center;  
    -moz-align-items: center;      
  }
  .flex-top-m { 
    align-items: flex-start;  
    -webkit-align-items: flex-start;  
    -moz-align-items: flex-start;    
  }
  .flex-bottom-m { 
    align-items: flex-end; 
    -webkit-align-items: flex-end; 
    -moz-align-items: flex-end; 
  }
  
  .mtb40, .mtb50, .mtb60, .mtb70, .mtb80, .mtb90,.mtb100 { margin-top: 30px; margin-bottom:30px; }
  .mb40, .mb50, .mb60, .mb70, .mb80, .mb90, .mb100 { margin-bottom:30px; }
  .mt40, .mt50, .mt60, .mt70, .mt80, .mt90, .mt100 { margin-top:30px; }
  .ml40, .ml50, .ml60, .ml70, .ml80, .ml90, .ml100 { margin-left: 30px; }
  .mr40, .mr50, .mr60, .mr70, .mr80, .mr90, .mr100 { margin-right: 30px; }
  .ptb40, .ptb50, .ptb60, .ptb70, .ptb80, .ptb90, .ptb100 { padding-top:30px; padding-bottom:30px; }
  .pt30, .pt40, .pt50, .pt60, .pt70, .pt80, .pt90, .pt100 { padding-top:30px; }
  .pb30, .pb40, .pb50, .pb60, .pb70, .pb80, .pb90, .pb100 { padding-bottom:30px; }
  .plr20, .plr30, .plr40, .plr50, .plr60 { padding-left: 10px; padding-right: 10px; }
  .pl40, .pl50, .pl60, .pl70, .pl80, .pl90, .pl100 { padding-left: 30px; }
  .pr40, .pr50, .pr60, .pr70, .pr80, .pr90, .pr100 { padding-right: 30px; }

  .salto { display: inline; }

  .bgblanco-m{
    background: var(--blanco);
  }

  .w-100-m{
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100%;
  }

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

  .text-center-m {
    text-align: center !important;
  }
  .text-right-m {
    text-align: right !important;
  }
  .text-left-m {
    text-align: left !important;
  }

  nav ul li {
    max-width: 100% !important;
    text-align: left;
  }
  
  /*geedblog*/
  .img-preview {
    top: 0 !important;
    margin-bottom: 20px;
  }
  .leermas-feedblog {
    display: inline-block;
    margin-bottom: 20px;
  }

  .social {
    max-width: 50%;
  }
  
  .hidde-xs.flex {
      display: none;
  }

  .show-m {
      display: block;
  }  

  .m-img-m {
      margin: 15px auto;
  }  
  
}


@media (max-width: 750px) { 
  
  .flex { display: block; }
  .flex-m {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
  }
  
  .col-1, .col-2,  .col-3,  .col-4,  .col-5,  .col-6, .col-7,  .col-8,  .col-9,  .col-10, .col-11, .col-12,
  .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; }
  
  
    .col-1m{
      
      -ms-flex: 0 0 6.333333333333334% !important;
      flex: 0 0 6.333333333333334% !important;
      max-width: 6.333333333333334% !important;
      width: 6.333333333333334% !important;
    }
  
    .col-2m{
      
      -ms-flex: 0 0 14.666666666666668% !important;
      flex: 0 0 14.666666666666668% !important;
      max-width: 14.666666666666668% !important;
      width: 14.666666666666668% !important;
    }
  
    .col-3m{
      
      -ms-flex: 0 0 23.0% !important;
      flex: 0 0 23.0% !important;
      max-width: 23.0% !important;
      width: 23.0% !important;
    }
  
    .col-4m{
      
      -ms-flex: 0 0 31.333333333333336% !important;
      flex: 0 0 31.333333333333336% !important;
      max-width: 31.333333333333336% !important;
      width: 31.333333333333336% !important;
    }
  
    .col-5m{
      
      -ms-flex: 0 0 39.66666666666667% !important;
      flex: 0 0 39.66666666666667% !important;
      max-width: 39.66666666666667% !important;
      width: 39.66666666666667% !important;
    }
  
    .col-6m{
      
      -ms-flex: 0 0 48.0% !important;
      flex: 0 0 48.0% !important;
      max-width: 48.0% !important;
      width: 48.0% !important;
    }
  
    .col-7m{
      
      -ms-flex: 0 0 56.333333333333336% !important;
      flex: 0 0 56.333333333333336% !important;
      max-width: 56.333333333333336% !important;
      width: 56.333333333333336% !important;
    }
  
    .col-8m{
      
      -ms-flex: 0 0 64.66666666666667% !important;
      flex: 0 0 64.66666666666667% !important;
      max-width: 64.66666666666667% !important;
      width: 64.66666666666667% !important;
    }
  
    .col-9m{
      
      -ms-flex: 0 0 73.0% !important;
      flex: 0 0 73.0% !important;
      max-width: 73.0% !important;
      width: 73.0% !important;
    }
  
    .col-10m{
      
      -ms-flex: 0 0 81.33333333333334% !important;
      flex: 0 0 81.33333333333334% !important;
      max-width: 81.33333333333334% !important;
      width: 81.33333333333334% !important;
    }
  
    .col-11m{
      
      -ms-flex: 0 0 89.66666666666667% !important;
      flex: 0 0 89.66666666666667% !important;
      max-width: 89.66666666666667% !important;
      width: 89.66666666666667% !important;
    }
  
    .col-12m{
      
      -ms-flex: 0 0 98.0% !important;
      flex: 0 0 98.0% !important;
      max-width: 98.0% !important;
      width: 98.0% !important;
    }
  
  
  .content-between-m{
    justify-content: space-between;
  }
  
  /*.m30, .m40, .m50, .m60, .m70, .m80, .m90, .m100 { margin-top: 10px; margin-bottom:10px; }
  .mb30, .mb40, .mb50, .mb60, .mb70, .mb80, .mb90, .mb100 { margin-bottom:10px; }
  .mt30, .mt40, .mt50, .mt60, .mt70, .mt80, .mt90, .mt100 { margin-top:10px; }*/
  .ml30, .ml40, .ml45, .ml50, .ml60, .ml70, .ml80, .ml90, .ml100 { margin-left: 10px; }
  .mr30, .mr40, .mr45, .mr50, .mr60, .mr70, .mr80, .mr90, .mr100 { margin-right: 10px; }
  /*.pt30, .pt40, .pt50, .pt60, .pt70, .pt80, .pt90, .pt100 { padding-top:10px; }
  .pb30, .pb40, .pb50, .pb60, .pb70, .pb80, .pb90, .pb100 { padding-bottom:10px; }
  .p30, .p40, .p50, .p60, .p70, .p80, .p90, .p100 { padding-top:10px; padding-bottom:10px; }*/
  .p20, .p30, .p40, .p50, .p60 { padding-left: 0; padding-right: 0; }

  .absolute, .img-relative {
    position: initial;
  }
  
  .autom { margin-left: auto !important; margin-right:auto !important; }

  .border-l-g3-1 {
    border-left: 0;
  }
  
  .borde-radius-l20, .borde-radius-r20{
    border-radius: 0;
  }
  
  .border-b-g1, .border-r-g1, .border-l-g1, .border-t-g1{
    border: 0;
  }

  .aviso-cat{
    position: initial;
    text-align: center;
  }
  
  .back-img-none-m{
    background-image: none !important;
  }

  /*footer*/
  footer, footer a {
    font-size: 14px;
  }
  footer strong {
    font-size: 16px;
  }
  
  .icos-lp-shasa .mod-mov .ico{
    height: 71px;
    background-size: 450px;
    width: 71px;
  }
  .icos-lp-shasa .mod-mov .ico1{
    background-position: -5px center;
  }
  .icos-lp-shasa .mod-mov .ico2{
    background-position: -81px center;
  }
  .icos-lp-shasa .mod-mov .ico3{
    background-position: -158px center;
  }
  .icos-lp-shasa .mod-mov .ico4{
    background-position: -237px center;
  }
  .icos-lp-shasa .mod-mov .ico5{
    background-position: -315px center;
  }
  .icos-lp-shasa .mod-mov .ico6{
    background-position: -384px center;
  }
  
  .mod-mov{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .mod-mov p {
    max-width: 75%;
  }
  
  .min-h-txt-col {
    min-height: auto;
  }
  
  .border-video:after {
    bottom: -1px;
    height: 2px;
  }
  
  .logo-cisco img{
    max-width: 42px !important;
  }
    
}


@media (max-width: 610px) { 

  form {
    display: block;
  }
  .hs-form-field, .hs-submit{
    max-width: 100%;
  }

  .formulario-cat form{
    column-count: 1;
  }
  .formulario-cat .hs-form-field .input {
    max-width: 100%;
  }
  .formulario-cat .hs-submit .actions{
    text-align: center;
  }

}

@media (max-width: 480px) {

  .hidden-xxs{
    display: none;
  }

  h3, .fs22{
    font-size: 18px;
  }
  
  .sub-tit, .sub-etapas{
    font-size: 16px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

}

@media (max-width: 390px) { 

  .bg-cta-azul, .bg-cta-azul2, .bg-cta-azul3, .bg-cta-azul4{
    margin-top: 0;
  }
  
  .bg-cta-azul3 .pl50 {
    padding-left: 0;
  }

  .icos-sol-redes .w-80-m {
    max-width: 70%;
  }

}

@media (max-width: 340px){
  
  .flex-m { display: block; }

  .icos-sol-redes .flex-m {
    display: block;
  }
  .icos-sol-redes .ico {
    display: inline-block;
  }
  .icos-sol-redes .w-80-m {
    max-width: 100%;
    width: 100%;
  }

}

.forma {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
}

.formulario {
  max-width: 275px;
  width: 100%;
  padding: 30px 0 0;
  margin: auto;
}

.formulario form {
  display: block;
}

.formulario form .hs-form-field, 
.formulario form .hs-submit {
  max-width: 100%;
}

.formulario form .hs-form-field label {
  padding: 0;
}

.formulario form .hs-submit .actions {
  margin-top: 20px;
}

.formulario form .hs-submit .actions input {
  max-width: 100%;
}

.formulario .submitted-message {
  text-align: center;
  margin-bottom: 20px;
}

.fm-thousand,
.fm-thousand-m {
  max-width: 100%;
  padding: 0;
}
.fm-thousand form {
  display: flex;
  justify-content: space-between;
}
.fm-thousand form .hs-form-field, .fm-thousand form .hs-submit {
  max-width: 49%;
}
.fm-thousand form .hs-submit .actions {
  margin-top: 0;
  width: 100%;
}
.fm-thousand form .hs-submit {
  display: flex;
  align-items: end;
  width: 100%;
}
.fm-thousand form .hs-submit .actions input {
    display: block;
    max-width: 100%;
    width: 100%;
}

.boton-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .boton-play img {
    width: 95px;
    height: 95px;
  }
}

@media(max-width:700px){
  
  .fm-thousand {
    max-width: 80%;
    margin: auto;
  }
  .fm-thousand form {
    display: block;
  }
  .fm-thousand form .hs-form-field, .fm-thousand form .hs-submit {
    max-width: 100%;
  }
  
}



.d-none {
  display: none !important;
}


.d-block {
  display: block !important;
}


@media (min-width: 768px) {


  .d-md-block {
    display: block !important;
  }


  .d-md-none {
    display: none !important;
  }
}