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

.fs10 { font-size: 10px; }
.fs11 { font-size: 11px; }
.fs12 { font-size: 12px; }
.fs13 { font-size: 13px; }
.fs14 { font-size: 14px; }
.fs15 { font-size: 15px; }
.fs16 { font-size: 16px; }
.fs17 { font-size: 17px; }
.fs18 { font-size: 18px; }
.fs19 { font-size: 19px; }
.fs20 { font-size: 20px; }
.fs21 { font-size: 21px; }
.fs22 { font-size: 22px; }
.fs23 { font-size: 23px; }
.fs24 { font-size: 24px; }
.fs25 { font-size: 25px; }
.fs26 { font-size: 26px; }
.fs27 { font-size: 27px; }
.fs28 { font-size: 28px; }
.fs29 { font-size: 29px; }
.fs30 { font-size: 30px; }
.fs31 { font-size: 31px; }
.fs32 { font-size: 32px; }
.fs33 { font-size: 33px; }
.fs34 { font-size: 34px; }
.fs35 { font-size: 35px; }
.fs36 { font-size: 36px; }
.fs37 { font-size: 37px; }
.fs38 { font-size: 38px; }
.fs39 { font-size: 39px; }
.fs40 { font-size: 40px; }
.fs41 { font-size: 41px; }
.fs42 { font-size: 42px; }
.fs43 { font-size: 43px; }
.fs44 { font-size: 44px; }
.fs45 { font-size: 45px; }
.fs46 { font-size: 46px; }
.fs47 { font-size: 47px; }
.fs48 { font-size: 48px; }
.fs49 { font-size: 49px; }
.fs50 { font-size: 50px; }
.fs51 { font-size: 51px; }
.fs52 { font-size: 52px; }
.fs53 { font-size: 53px; }
.fs54 { font-size: 54px; }
.fs55 { font-size: 55px; }
.fs56 { font-size: 56px; }
.fs57 { font-size: 57px; }
.fs58 { font-size: 58px; }
.fs59 { font-size: 59px; }
.fs60 { font-size: 60px; }

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


:root {
    --blanco: #fff;
    --blancorgb: 255,255,255;
    --negro: #000;
    --negrorgb: 0,0,0;
    --gris: #F2F2F2;
    --gris1: #A7A7A7;
    --gris2: #CCCCCC;
    --gris3: #0A2B3E;
    --griso: #3C3D3D;
    --azul1: #092E40;
    --azul2: #117AA7;
    --azul3: #E4ECF7;
    --azulc: #DBE8EE;
    --amarillo: #F9D200;
    --font: "Poppins", sans-serif;
}

.blanco {
    color: var(--blanco);
}

.negro {
    color: var(--negro);
}

.gris {
    color: var(--gris);
}

.griso {
    color: var(--griso);
}

.gris1 {
    color: var(--gris1);
}

.gris2 {
    color: var(--gris2);
}

.gris3 {
    color: var(--gris3);
}

.azul1 {
    color: var(--azul1);
}

.azul2 {
    color: var(--azul2);
}

.azul3 {
    color: var(--azul3);
}

.azulc {
    color: var(--azulc);
}

.amarillo {
    color: var(--amarillo);
}

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

.bgnegro {
    background: var(--negro);
}

.bggris {
    background: var(--gris);
}

.bggris1 {
    background: var(--gris1);
}

.bggris2 {
    background: var(--gris2);
}

.bggris3 {
    background: var(--gris3);
}

.bggriso {
    background: var(--griso);
}

.bgazul1 {
    background: var(--azul1);
}

.bgazul2 {
    background: var(--azul2);
}

.bgazul3 {
    background: var(--azul3);
}

.bgazulc {
    background: var(--azulc);
}

.bg-curvas{
    background: url(../../../images/cuanto-cuesta-sap-business-one/cuanto-cuesta-sap-business-one-curvas.png) no-repeat center bottom;
}

.bg-deg{
    background: transparent linear-gradient(179deg, #FFFFFF 0%, #E4ECF7 77%, #E4ECF7 100%) 0% 0% no-repeat padding-box;
}

.bg-forma{
    background: url(../../../images/casos-exito/casos-de-exito-de-sap-business-one-xcurvas.png) no-repeat center;
}

.btn-amarillo {
    display: inline-block;
    padding: 10px 25px;
    background-color: var(--amarillo);
    border: 1px solid var(--amarillo);
    color: var(--azul1);
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
}

.btn-blanco {
    display: inline-block;
    padding: 10px 25px;
    background-color: var(--blanco);
    border: 1px solid var(--azul2);
    color: var(--azul2);
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.border-b-bco {
    border-bottom: 1px solid #fff;
}

.border-b-1g {
    border-bottom: #919191 2px solid;
}

.border-2-gris {
    border: 2px solid #A7A7A7;
}

.bullet-check-azul, .bullet-alert {
    padding-left: 15px;
    position: relative;
}

.bullet-check-azul li, .bullet-alert li {
    list-style: none;
    margin: 0 0 25px;
    padding-left: 35px;
    position: relative;
    line-height: 130%;
}

.bullet-check-azul li:before, .bullet-alert li:before {
    background-image: url("../../../images/general/sap-business-one-bullets-grandes.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px;
}
.bullet-alert li:before {
    background-image: url("../../../images/general/sap-business-one-icon-alert.png");
}

.bullet-check-azul-s {
    padding-left: 15px;
    position: relative;
}

.bullet-check-azul-s li {
    list-style: none;
    margin: 0 0 15px;
    padding-left: 25px;
    position: relative;
    font-size: 16px;
    line-height: 130%;
}

.bullet-check-azul-s li:before {
    background-image: url("../../../images/general/sap-business-one-check-bullet.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 10%;
    width: 16px;
}

.bullet-check-bco-s {
    padding-left: 15px;
    position: relative;
}

.bullet-check-bco-s li {
    list-style: none;
    margin: 0 0 15px;
    padding-left: 25px;
    position: relative;
    line-height: 130%;
}

.bullet-check-bco-s li:before {
    background-image: url("../../../images/general/sap-business-one-check-blanco.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 16px;
}

.bullet-azul {
  padding-left: 15px;
  position: relative;
}

.bullet-azul li {
  list-style: none;
  margin: 0 0 10px;
  padding-left: 20px;
  position: relative;
  line-height: 130%;
}

.bullet-azul li:before {
  background: var(--azul2);
  border-radius: 100%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 8px;
}

.container {
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}

.container-wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.hoja-900 {
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
}


/************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: 50%;
  background:var(--primario); /*Cambiar al color que se necesite*/
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lazy:before {
  left: 45%;
  animation: lds-ellipsis1 0.6s infinite;
}
.lazy:after {
  left: 45%;
  animation: lds-ellipsis2 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: transe(0, 0);
  }
  100% {
    transform: transe(24px, 0);
  }
}
.getscript{
  cursor: pointer;
}
.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 { 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-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-150 { line-height: 150%; }
.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;
}

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

@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 li.float-start {
  margin-right: 0;
}
.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: 15px 0 0 !important;
}
.sombra{
  box-shadow: rgba(var(--negrorgb), 0.2) 0 0 10px;
}
.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);
}*/

.radio6{
  border-radius: 6px;
}

.radio10{
  border-radius: 10px;
}

.radio15{
  border-radius: 15px;
}

.radio50 {
  border-radius: 50px;
}

/* bullets */
.bullet-ico{
  list-style-image: url(../../../images/general/ico-bullet.png);
  padding-left: 40px;
  box-sizing: border-box;
}
.bullet-ico li{
  margin-bottom: 10px;
}
.bullet-color {
  list-style: none;
  padding-left: 20px;
}
.bullet-color li{
  margin-bottom: 15px;
}
.bullet-color li:before{
  background: var(--rojo);
  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(--negro);
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
.hs-form-field input, .hs-form-field select, .hs-form-field textarea {
  border: var(--grisc) 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(--rojo);
  border: 0;
  border-radius: 10px;
  box-sizing: border-box;
  color: var(--blanco);
  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(--rojo);
}

/****************Modal***********************/
.modal{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;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:50%;transform:translateY(-50%)}
.close{background:var(--azul);font-size:25px;font-weight:500;position:absolute;right:-1px;top:-9px;color:#fff;padding:6px 12px;right:-17px;z-index:1}
.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer}
.video-yt{cursor:pointer}
@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*/}
}


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

header {
    position: relative;
    z-index: 2;
}

.sombra-h header {
    box-shadow: 0px 3px 6px #00000029;
}

/* 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 15px !important;
}

/*menu-movil*/
.btn-hamb{
  display: block;
  width: 50px;
  height: 40px;
  padding: 10px;
  /*margin: 10px 10px 0 0;
  position: absolute;*/
  top: 30px;
  right: 10px;
  z-index: 1;
}
.btn-hamb:before, 
.btn-hamb:after {
  content: '';
  display: block;
  background: var(--azul1);
  height: 3px;
}
.btn-hamb span {
  background: var(--azul1);
  display: block;
  height: 3px;
  margin: 5px 0;
}
nav .nav-link {
  padding: 10px var(--bs-nav-link-padding-x);
}
nav .nav-item {
  border-bottom: #ccc 1px solid;
}
nav > ul.menu > li > a,
nav > ul.menu > li.current > a,
.item-contacto a,
.item-esp a,
.item-eng a {
  position: relative;
}
nav > ul.menu > li > a:hover:after,
nav > ul.menu > li.current > a:after,
.item-contacto a:hover:after,
.item-esp a:hover:after,
.item-eng a:hover:after,
.item-contacto.current a:after,
.item-esp.current a:after,
.item-eng.current a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: var(--azul1);
}
.item-esp a:hover:after,
.item-eng a:hover:after,
.item-esp.current a:after,
.item-eng.current a:after {
  bottom: -5px;
}
nav > ul > li:last-child a:hover:after,
nav > ul.menu > li.current:last-child > a:after {
  display: none;
}
nav > ul > li:last-child a{
  color: var(--primario) !important;
  padding: 15px 0;
}
nav .dropdown-menu {
  padding: 0;
  background: #f2f2f2;
  border-radius: 0;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
}
nav .dropdown-menu li {
  border-bottom: #ccc 1px solid;
}
nav .dropdown-menu li:last-child{
  border-bottom: 0;
}
nav .dropdown-menu .dropdown-item{
  padding: 0;
  font-weight: normal;
}

nav .dropdown-menu .dropdown-item a {
  display: block;
  padding: 10px var(--bs-dropdown-item-padding-x);
}

/*.mm-menu--offcanvas{
    z-index: 2 !important;
    transition: visibility 0s linear .1s !important;
}
.mm-page{
    min-height: auto !important;
}
.btn-hamb{
  display: block;
  width: 50px;
  height: 20px;
  padding: 10px;
  margin: 10px 10px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.btn-hamb:before, .btn-hamb:after {
  content: '';
  display: block;
  background: var(--rojo);
  height: 3px;
}
.btn-hamb span {
  background: var(--rojo);
  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;
}
.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(--gris)
}
.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) !important;
}
nav ul li a:hover{
  color: var(--primario);
}
nav > ul > li:last-child a{
  background: var(--amarillo);
  border-radius: 10px;
  color: var(--azul1);
  /*font-weight: 700;
  max-width: 155px;*/
  padding: 10px 25px;
  display: inline-block;
}
nav .parent{
  position: relative;
  padding-right: 15px;
  cursor: pointer;
}
nav .parent::after{
  content: url(../../../images/general/dropdown-menu.png);
  position: absolute;
  bottom: 2px;
  right: -5px;
}
nav .mod-menu__sub{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  /*width: 300px;*/
  width: max-content;
  /*padding-top: 15px;*/
  padding: 10px 12px;
  position: absolute;
  transition: all ease-in-out .3s;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 6px;
  overflow: hidden;
  background: var(--blanco);
  z-index: 2;
}
nav .mod-menu__sub li {
  background: var(--blanco);
  max-width: 100% !important;
  text-align: left;
  width: 100%;
}
nav .mod-menu__sub li:hover,
nav .mod-menu__sub li.current,
nav .mod-menu__sub li:last-child:hover {
  background: #E4ECF7;
  border-radius: 6px;
}
nav .mod-menu__sub a, nav .mod-menu__sub span{
  /*background: var(--blanco);*/
  color: var(--negro);
  display: block;
  padding: 5px 8px;
  position: relative;
  font-size: 14px;
}
nav .mod-menu__sub .active a {
  color: var(--rojo);
}
/*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;
    max-width: 100%;
    padding: 5px 12px;
    width: 100%;
}*/
nav .parent:hover .mod-menu__sub{
  display: block;
}


/***************** feedblog ******************************/

.wrapper-blog {
    position: relative;
}

.wrapper-blog:before {
    content: '';
    position: absolute;
    width: 33%;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: var(--gris3);
    z-index: -1;
}

/*.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(--primario);
}
footer a:hover {
  color: var(--blanco);
  text-decoration: underline!important;
}
.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;
}

.copyright a{
  color: var(--blanco);
}

.iconos-redes{
    background: url(../../../images/home/sap-business-one-en-mexico-redes-Avantis-mar21.png);
    height:22px;
    display: inline-block;
}
.facebook{
    background-position: 0 0;
    width: 22px;
}
.instagram{
    background-position: -32px 0;
    width: 22px;
}
.twitter{
    background-position: -64px 0;
    width: 22px;
}
.yt{
    background-position: -96px 0;
    width: 22px;
}
.ig{
    display: inline-block;
    width: 22px;
    height: auto;
    vertical-align: top;
}
.ig img{
    vertical-align: top;
}

#top {
    position: fixed;
    background: var(--azul2);
    border: none;
    right: 15px;
    bottom: 10px;
    cursor: pointer;
    display: none;
    outline: none;
    padding: 12px 18px;
    z-index: 1;
}

#top span {
    font-size: 10px;
    line-height: 100%;
}

#bts-bottom{
  display: none;
}


/***************** paginas ******************************/

.menu li a,
.menu li span {
    color: var(--negro);
    font-weight: 600;
    text-decoration: none;
}

.banner-full {
    position: relative;
}

.banner-full:before {
    background-image: url("../../../images/home/sap-business-one-fondo-banner-full.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 640px;
    bottom: -48px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: -130px;
}

.img-desfasada {
    margin-top: 38px;
}

#bg-site {
    position: relative;
}

#bg-site:before {
    background: #e0efff;
    background: transparent linear-gradient(179deg, #FFFFFF 0%, #E4ECF7 77%, #E4ECF7 100%) 0% 0% no-repeat padding-box;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: -160%;
    z-index: -1
}

#bg-site:after {
    background-image: url("../../../images/home/sap-business-one-curvas-modulo-calculadora-numeralia.png");
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: -185%;
    z-index: -1
}

.bg-curvas-g {
    position: relative;
    z-index: 1
}

.bg-curvas-g:before {
    background-image: url("../../../images/home/sap-business-one-curvas-banner.png");
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.bg-curvas-a {
    position: relative;
    z-index: 1
}

.bg-curvas-a:before {
    background-image: url("../../../images/talleres/cursos-de-sap-business-one-curvas.png");
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.row-slide {
    margin-bottom: 0;
}

.row-slide .slick-track {
    display: flex;
}

.row-slide .slick-dots {
    display: block;
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
    bottom: 0;
}

.row-slide .slick-dots li {
    display: inline-block;
    height: auto;
    margin: 0 4px;
    width: auto
}

.row-slide .slick-dots li button {
    background-color: transparent;
    border: 1px solid var(--azul1);
    border-radius: 50%;
    color: var(--azul1);
    cursor: pointer;
    font-size: 0;
    height: 14px;
    outline: none;
    padding: 3px;
    width: 14px
}

.row-slide .slick-dots li button:before {
    display: none
}

.row-slide .slick-dots li.slick-active button {
    background-color: #000;
    color: #000;
    opacity: 1
}

.item-slide {
    height: auto!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slide-erp .slick-track {
    display: flex!important;
}

.slide-erp .slick-slide {
    height: auto!important;
}

.slide-erp li {
    margin: 0 7.5px
}

.slide-erp .slick-prev,
.slide-erp .slick-prev:focus,
.slide-erp .slick-prev:hover {
    background-image: url("../../../images/general/sap-business-one-flecha-slider-mobile-left.png");
    left: 10px;
}

.slide-erp .slick-next,
.slide-erp .slick-next:focus,
.slide-erp .slick-next:hover,
.slide-erp .slick-prev,
.slide-erp .slick-prev:focus,
.slide-erp .slick-prev:hover {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    cursor: pointer;
    height: 40px;
    outline: 0;
    position: absolute;
    text-indent: -9999px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    z-index: 1
}

.slide-erp .slick-next,
.slide-erp .slick-next:focus,
.slide-erp .slick-next:hover {
    background-color: transparent;
    background-image: url("../../../images/general/sap-business-one-flecha-slider-mobile-right.png");
    right: 10px;
}

#bg-demo {
    background-image: url("../../../images/home/sap-business-one-cta-degradado-v2.png");
}

.form-sesion {
    max-width: 288px;
    width: 100%;
    margin: auto;
}

.form-sesion fieldset {
    margin: 0 0 10px;
}

.form-sesion fieldset label {
    display: block;
    margin: 0 0 5px;
    font-size: 16px;
    text-align: left
}

.form-sesion fieldset input,
.form-sesion fieldset select,
.form-sesion fieldset textarea {
    border: 1px solid #707070;
    border-radius: 8px;
    height: 40px;
    padding: 5px 10px;
    width: 100%;
    background: var(--blanco);
}

.form-sesion fieldset textarea {
    min-height: 120px;
    resize: none!important;
}

.error {
    color: red;
    display: none;
    font-size: 14px;
    line-height: 130%;
    margin: 5px 0 0;
}

.form-sesion fieldset input, 
.form-sesion fieldset select,
.form-sesion .hs-form-field input,
.form-sesion .hs-form-field select {
  border: 1px solid #707070;
  border-radius: 8px;
  height: 40px;
  padding: 5px 10px;
  width: 100%;
  background: var(--blanco);
}
  
.form-sesion .hs-submit .actions input {
  display: inline-block;
  max-width: max-content;
  padding: 10px 25px;
  background-color: var(--amarillo);
  border: 1px solid var(--amarillo);
  color: var(--azul1);
  font-size: 18px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
}
  
.form-sesion .hs-error-msgs .hs-error-msg, 
.form-sesion .hs_error_rollup {
  color: red;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  line-height: 130%;
  margin: 5px 0 0;
}
  
.form-sesion .hs-form .error {
  display: block!important;
}

.form-sesion .hs-form .submitted-message {
  font-weight: 400;
  text-align: center;
}

.form-calendario .submitted-message {
    font-weight: 400;
    text-align: center;
}

.wrapper-azul {
    position: relative;
}

.wrapper-azul:before {
    content: '';
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: var(--azulc);
    z-index: -1;
}


/* Implementación */

.banner-int {
    position: relative;
}

.banner-int:before {
    background-image: url("../../../images/implementacion/implementacion-de-sap-business-one-bg-BANNER.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 694px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: -152px;
    z-index: -1;
}

.row-line, .row-dash {
    position: relative;
    z-index: 1;
}

.row-line:before {
    content: '';
    position: absolute;
    top: 190px;
    left: 10%;
    right: 10%;
    height: 1px;
    background-color: #707070;
    z-index: -1;
}

.row-dash:before {
    content: '';
    position: absolute;
    top: 45px;
    left: 3%;
    right: 20%;
    z-index: -1;
    border-bottom: #E4ECF7 3px dashed;
}

.bg-azul-opaco {
    position: relative;
    z-index: 1;
}

.bg-azul-opaco:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #117AA7;
    opacity: 0.17;
    z-index: -1;
}

.bg-azul-degradado {
    position: relative;
    z-index: 1;
}

.bg-azul-degradado:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent linear-gradient(180deg, #117AA7 0%, #E4ECF7 100%) 0% 0% no-repeat padding-box;
    opacity: 0.3;
    z-index: -1;
}

.op-etapa li {
    position: relative;
    cursor: pointer;
}

.op-etapa li p {
    color: #A7A7A7;
}

.op-etapa li:hover p,
.op-etapa li.active p {
    color: #000000;
}

.op-etapa li:hover p strong,
.op-etapa li.active p strong {
    color: var(--azul2);
}

.op-etapa li {
    position: relative;
}

.op-etapa li:before {
    content: '';
    position: absolute;
    width: 19px;
    height: 32px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    background-image: url('../../../images/implementacion/implementacion-de-sap-business-one-check-gris.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.op-etapa li.active:before,
.op-etapa li:hover:before {
    background-image: url('../../../images/implementacion/implementacion-de-sap-business-one-check-azul.png');
}

.etapa {
    display: none;
}

.etapa#etapa1 {
    display: block;
}


/* Talleres */

.bg-talleres {
    position: relative;
}

.bg-talleres:after {
    background: #e0efff;
    background: transparent linear-gradient(179deg, #FFFFFF 0%, #E4ECF7 77%, #E4ECF7 100%) 0% 0% no-repeat padding-box;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: -35%;
    z-index: -2;
}

.bg-talleres.bg-agroindustria:after {
    top: 0;
}

.modified-accordion .card-header { 
    position: relative; 
    border-radius: 6px;
}

.modified-accordion .card-header:after { 
    content: ''; 
    position: absolute; 
    width: 100%; 
    height: 100%; 
    left: 0; 
    top: 0;
}

.modified-accordion .collapse:not(.show) { 
    display: block;
    height: 100%;
}

.modified-accordion .card-body > div { 
    height: 100%;
}

.cpnb-inner {
  background: #f2f2f2;
}

span#cpnb-accept-btn {
  color: #092E40;
}

.cpnb-message p {
  color: #092E40;
}

  
@media (max-width: 767px) {
    .modified-accordion .collapse:not(.show) { 
        display: none; 
        height:auto;
    }
    
    .modified-accordion .card-header:after { 
        display: none;
    }
    
    .modified-accordion .card-body > div { 
        height: auto;
    }
    
    .modified-button {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        border: 0;
        border-radius: 0;
        overflow-anchor: none;
        transition: var(--bs-accordion-transition);
    }
    
    .modified-button::after {
        flex-shrink: 0;
        width: var(--bs-accordion-btn-icon-width);
        height: var(--bs-accordion-btn-icon-width);
        margin-left: auto;
        content: "";
        background-repeat: no-repeat;
        background-size: var(--bs-accordion-btn-icon-width);
        transition: var(--bs-accordion-btn-icon-transition);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }
    
    .modified-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: var(--bs-accordion-btn-icon-transform);
    }    
}


/* Qué es sap business one */

.bg-erp#bg-site:before {
    top: -235%;
}

.bg-erp#bg-site:after {
    top: -235%;
}

.form_c > label {
    color: #fff
}

.form_c .hs-form {
    display: flex
}

.form_c .hs-form-field {
    max-width: 300px;
    width: 100%;
    margin: 0;
}

.form_c .hs-form-field label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 5px
}

.form_c.form_c_bco .hs-form-field label {
    color: #fff
}

.form_c .hs-input {
    border: 0;
    border-radius: 5px;
    font-size: 16px;
    height: 38px;
    padding: 5px 10px;
    width: 100%
}

.form_c .hs-submit {
    margin-left: 10px;
    margin-top: 38px
}

.form_c .actions {
    background: #1b4897;
    border-radius: 8px;
    text-align: center
}

.form_c .hs-button {
    background: var(--amarillo);
    border: 0;
    border-radius: 8px;
    color: #092E40;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    margin: 0;
    padding: 8px 20px;
    width: auto
}

.form_c .submitted-message {
    color: #000;
    font-size: 18px!important;
    margin: 20px 0 0;
    text-align: center
}

.form_c .hs_error_rollup {
    display: none
}

.form_s .actions {
    background: var(--amarillo);
}

.form_s .hs-submit .actions input {
    background: var(--amarillo);
    border: 0;
    border-radius: 8px;
    color: #092E40;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    margin: 0;
    padding: 8px 15px;
    width: auto;
}
  
.form_s .error {
    display: block!important;
}
  
.form_s .submitted-message {
    font-weight: 400;
    text-align: center;
}

.form_s .hs-form-field .hs-error-msgs .hs-error-msg {
    font-size: 12px;
}

.enlace {
    display: block;
    position: relative;
}
  
.enlace:before {
    content: '';
    position: absolute;
    width: 19px;
    height: 19px;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    background-image: url(https://seo-consultoria.com/avantis2024/images/implementacion/implementacion-de-sap-business-one-check-azul.png);
    background-repeat: no-repeat;
    background-size: contain;
}


/* Demo */

.image-c {
    display: flex;
    width: 120px;
    height: 120px;
    padding: 15px;
    margin-top: -60px;
    background-color: var(--azul3);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.list-circle li {
    margin: 0 0 20px;
}

.list-circle li span {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    border-radius: 50%;
    color: var(--azul1);
    background-color: var(--amarillo);
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 25px;
    vertical-align: middle;
}


/* Customer Experience */

#bg-customer {
    position: relative;
}

#bg-customer:before {
    background: #e0efff;
    background: transparent linear-gradient(179deg, #FFFFFF 0%, #E4ECF7 77%, #E4ECF7 100%) 0% 0% no-repeat padding-box;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

#bg-customer:after {
    background-image: url(../../../images/home/sap-business-one-curvas-modulo-calculadora-numeralia.png);
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.form-customer {
    max-width: 800px;
    margin: auto;
}

.form-customer .form-sesion {
    max-width: 600px;
}

#bg-contacto-c {
    position: relative;
}

#bg-contacto-c:before {
    content: '';
    position: absolute;
    width: 62px;
    height: 62px;
    top: -31px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../../../images/customer-experience/customer-experience-avantis-arrow-down.png);
}

/* Contacto */

.icos-contacto {
    width: 42px;
    height: 46px;
    background-image: url('../../../images/contacto/contacto-avantis-sprite-iconos.png');
    background-repeat: no-repeat;
}
  
.icos-contacto.ico1 {
    background-position: 0 0;
}
  
.icos-contacto.ico2 {
    background-position: -60px 0;
}  
  
.icos-contacto.ico3 {
    width: 48px;
    background-position: -118px 0;
}  


@media only screen and (max-width: 575px) {
    .form_c .hs-form {
        display:block
    }

    .form_c .hs-form-field {
        max-width: 100%
    }

    .form_c .hs-submit {
        margin-left: 0;
        margin-top: 10px
    }
}

/* SAP Business One para la Industria Automotriz  */

.banner-automotriz{
    background: url(../../../images/automotriz/sap-business-one-para-industria-automotriz-banner.png) no-repeat center;
    min-height: 511px;
    background-size: cover;
}
.banner-retail{
    background: url(../../../images/retail/sap-business-one-para-industria-retail-banner.png) no-repeat center;
    min-height: 511px;
    background-size: cover;
}
.banner-quimica{
    background: url(../../../images/quimica/sap-business-one-para-industria-quimica-banner.png) no-repeat center;
    min-height: 511px;
    background-size: cover;
}
.banner-agroindustria{
    background: url(../../../images/agroindustria/sap-business-one-para-industria-agro-banner.png) no-repeat center;
    min-height: 511px;
    background-size: cover;
}
.banner-customer {
    background: url(../../../images/customer-experience/customer-experience-avantis-banner.png) no-repeat center;
    min-height: 511px;
    background-size: cover;
}
.banner-soporte {
    background: url(../../../images/soporte-tecnico/soporte-tecnico-banner.png) no-repeat center;
    min-height: 511px;
    background-size: cover;
}
.h-bullet{
    min-height: 95px;
}
.h-bullet-g{
    min-height: 130px;
}
.h-bullet-s{
    min-height: 70px;
}

/* Cuanto cuesta SAP Business One */

/*.h-suscripcion {
    min-height: 356px;
}*/

.slide-costo .slick-track {
    display: flex!important;
}

.slide-costo .slick-slide {
    height: auto!important;
}

.slide-costo .slick-prev,
.slide-costo .slick-prev:focus,
.slide-costo .slick-prev:hover {
    background-image: url("https://seo-consultoria.com/avantis2024/images/general/sap-business-one-flecha-slider-mobile-left.png");
    left: 10px;
}

.slide-costo .slick-next,
.slide-costo .slick-next:focus,
.slide-costo .slick-next:hover,
.slide-costo .slick-prev,
.slide-costo .slick-prev:focus,
.slide-costo .slick-prev:hover {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    cursor: pointer;
    height: 40px;
    outline: 0;
    position: absolute;
    text-indent: -9999px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    z-index: 1
}

.slide-costo .slick-next,
.slide-costo .slick-next:focus,
.slide-costo .slick-next:hover {
    background-color: transparent;
    background-image: url("https://seo-consultoria.com/avantis2024/images/general/sap-business-one-flecha-slider-mobile-right.png");
    right: 10px;
}


/* SAP Business One Cloud */

.banner-cloud {
    background: url(../../../images/sap-business-one-cloud/sap-business-one-cloud-banner.png) no-repeat center;
    min-height: 511px;
    background-size: cover;
}

/*.vermas:hover .more + .hover {
    display: block;
}

.more {
    display: block;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    background: var(--amarillo);
    border-radius: 100px;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding-top: 4px;
    color: var(--azul1);
}

.hover {
    display: none;
    position: absolute;
    min-width: 250px;
    padding: 15px;
    right: 0px;
    bottom: 80px;
    font-size: 14px;
    margin: 0;
    background-color: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
    text-align: center;
}*/

input[type="radio"].licencia {
    width: 15px;
    height: 15px;
}

input[type="number"].licencia {
    background: #fff;
    border: #ccc 2px solid;
    color: #ccc;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    max-width: 49px;
    width: 100%;
    border-radius: 6px;
    text-align: center;
    margin: auto;
    outline: none;
}

input[type="number"].licencia.active {
    border: #707070 2px solid !important;
    color: #000 !important;
}


/* Casos de exito */

.banner-int {
    position: relative;
}
.banner-casos:before {
    background-image: url("../../../images/casos-exito/casos-de-exito-de-sap-business-one-banner.png");
    background-position: center top;
    background-repeat: no-repeat;
    /*background-size: auto 480px;*/
    background-size: cover;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: -187px;
    z-index: -1;
}

#mostrarElementos {
    display: none;
}

@media screen and (max-width: 767px) {
    .oculto {
        display: none;
    }
    
    #mostrarElementos {
        display: block;
        margin: auto;
    }
}

/* Cursos */

.tabcontent {
  display: none;
}
.tablinks:hover, 
.tablinks.active {
  background: var(--azul2);
  color: var(--blanco);
  border-color: var(--azul2)!important;
}

/* quienes somos */
.banner-quienes{
  background: url(../../../images/quienes-somos/sap-gold-partner-en-mexico-banner-v3.png) no-repeat center;
  min-height: 511px;
  background-size: cover;
}

/* Sap implementation */

.logos-implementation .ico{
  background: url('../../../images/sap-implementation/sap-business-one-implementation-avantis-companies.png') no-repeat;
  height: 70px;
  margin: 20px 25px;
}
.logos-implementation .ico1{
  background-position: -4px center;
  width: 112px;
}
.logos-implementation .ico2{
  background-position: -120px center;
  width: 125px;
}
.logos-implementation .ico3{
  background-position: -247px center;
  width: 90px;
}
.logos-implementation .ico4{
  background-position: -340px center;
  width: 66px;
}
.logos-implementation .ico5{
  background-position: -411px center;
  width: 127px;
}
.logos-implementation .ico6{
  background-position: -539px center;
  width: 127px;
}
.logos-implementation .ico7{
  background-position: -667px center;
  width: 140px;
}
.logos-implementation .ico8{
  background-position: -808px center;
  width: 112px;
}
.logos-implementation .ico9{
  background-position: -920px center;
  width: 55px;
}
.logos-implementation .ico10{
  background-position: -977px center;
  width: 115px;
}
.logos-implementation .ico11{
  background-position: -1094px center;
  width: 65px;
}
.logos-implementation .ico12{
  background-position: -1161px center;
  width: 95px;
}

.form-en{
  position: absolute;
  bottom: -90px;
}

/* Que sigues después de SAP*/

.flip-card {
  perspective: 1000px;
  position: relative;
  max-width: 288px;
  height: 267px;
  width: 100%;
}
.flip-card-inner {
  position: relative;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  height: 100%;
  width: 100%;
}
.flip-card:hover .flip-card-inner {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.flip-card-front {
  transform: rotateY(0deg);
}
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -o-backface-visibility: hidden;
}
.flip-card-back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.flip-card-inner.off_front .flip-card-front, .flip-card-inner.off_back .flip-card-front {
  display: none !important;
}
.off_front .flip-card-back, .off_back .flip-card-back {
  transform: none;
}
.flip-card:hover .flip-card-inner.off_front, .flip-card:hover .flip-card-inner.off_back   {
  transform: none;
}


/* Guia definitiva de SAP Business One */

.sidebar, 
.sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar ul {
    margin-top: 20px;
    display: none;
}

.sidebar ul li {
    margin-bottom: 10px;
}

.sidebar li {
    cursor: pointer;
}

.sidebar li span {
    color: #117AA7;
    display: inline-block;
    margin-left: 10px;
}

.sidebar > li {
    padding: 8px;
    margin-bottom: 20px;
}

.sidebar li:hover {
    font-weight: 600;
}

.sidebar li.active {
    background: #E4ECF7;
    font-weight: 600;
}

.sidebar li ul {
    padding-left: 30px;
}

.sidebar li ul li {
    font-weight: 400;
}

.down {
    transform: rotate(90deg);
    display: inline-block;
}

h3 .bold {
    font-size: 32px;
}

.item-diferencias {
    display: flex;
}

.item-diferencias > div {
    display: flex;
    padding: 3% 15px;
    border-left: 1px solid #E3E3E3;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.item-diferencias:nth-child(even) {
    background-color: #ECECEC;
}

.item-diferencias > div p{
    font-size: 18px;
}

@media(max-width:768px){
    #modulo {
        display: block!important;
    }
    
    #modulo .col-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    #modulo .col-8 {
        display: none;
    }
    
    .flex-diferencias {
        margin-left: 113px;
        overflow-x: auto;
    }
}

@media(max-width:700px){
    #content-m {
        background: #fff;
        margin-top: 10px;
        padding: 20px 0 10px;
    }
    
    #content-m h3 .bold {
        font-size: 26px !important;
    }
    
    #content-m p, #content-m ul li {
        font-size: 16px;
        font-weight: 400;
    }
    
    #content-m p{
        font-size: 16px;
    }
    
    .sidebar li:hover {
        font-weight: 400;
    }
    
    .item-diferencias {
        display: flex;
    }
    
    .item-diferencias > div:first-of-type {
        position: absolute;
        left: 20px;
        max-width: 122px;
        width: 100%;
        min-height: 58px;
        padding: 2% 5px 1.6%;
    }
    
    .item-diferencias > div:first-of-type p {
        padding: 0 10px;
    }
    
    .item-diferencias > div {
        border-bottom: 0;
        min-height: 50px;
        min-width: 130px;
        padding: 3% 5px;
    }
}


/* Bolsa de trabajo */

.brde-tit-azul {
    border-left: solid 2px var(--azul2);
    padding: 0 5px;
}
  
ul.bullet-amarillo li {
    position: relative;
    padding-left: 15px;
}
  
ul.bullet-amarillo li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    background: var(--amarillo);
    left: 0px;
    top: 9px;
    border-radius: 100%;
}
  
.box-programa {
    border: solid 2px #A7A7A7;
    border-radius: 10px;
}

.custom-file input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file input[type="file"]::before {
    content: 'Examinar';
    display: inline-block;
    background: #f9d101;    
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    outline: none;    
    margin-right: -40%;
}

input#adjunto {
    width: 100%;
    background: white;
    border: solid 1px #7e7e7e;
    padding: 0 0px;
    font-size: 15px;
    border-radius: 5px;
}
  
.custom-file input[type="file"]::-webkit-file-upload-button:hover::before {
    background: #0056b3;
}
  
.btn-bolsa {
    font-size: 18px;
    width: 340px;
    max-width: 95%;
    margin: auto;
}

.btn-bolsa {
    position:relative;
}
  
.btn-bolsa.active:after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 14px 17px 0 17px;
    border-color: #117aa7 transparent transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    z-index: 2;
    top: 35px;
    left: 47%;
} 
  
.banner-bolsa {
    background: url(https://seo-consultoria.com/avantis2024/images/bolsa-de-trabajo/bolsa-de-trabajo-avantis-banner.png);
    min-height: 511px;
    background-size: cover;
}
  
.messages {
    text-align: center;
    padding: 18px 0 0;
    font-weight: 600;
    color: #166c44;
}

.form-control {
    border: 1px solid #707070;
}
  
  
@media (max-width:767px) {
    .btn-bolsa.active:after {
        content: none;
    }
    
    .banner-bolsa {
        min-height: 320px;
    }  
} 


/* Modal */

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

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

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

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

.video-yt {
    cursor: pointer
}

.button-faqs {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    border: 0;
    border-radius: 6px;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

.button-faqs:not(.collapsed) {
    border-radius: 6px 6px 0 0;
}

.button-faqs::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.button-faqs:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: var(--bs-accordion-btn-icon-transform);
} 


/* Footer */

footer {
    border-top: 6px solid #F9D200;
}

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

    
}

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

  h1, .fs46, .fs45, .fs40, .fs36{
    font-size: 26px;
  }
  h2{
    font-size: 24px;
  }
  h3, .fs32, .fs28{
    font-size: 22px;
  }
  .fs26, .fs24{
    font-size: 20px;
  }
  .fs22,
  .fs20 {
    font-size: 18px;
  }
  body, p, .fs18,
  .form_c .hs-form-field label {
    font-size: 16px;
  }
  .fs14m{
    font-size: 14px;
  }
  .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: 150px;
    background-size: cover;
  }
  .banner-in {
    min-height: 100px;
    background-size: cover;
  }
  
}


@media only screen and (max-width: 768px) { 
  .w-90,
  .w-80 {
    width: 100%;
  }
  
  .banner-full:before {
      top: -144px;
      bottom: -13px;
      background-size: cover;
  }
  
  .img-desfasada {
      margin-top: 0;
  }
  
  .banner-automotriz, 
  .banner-cloud, 
  .banner-retail,
  .banner-quimica,
  .banner-agroindustria,
  .banner-quienes,
  .banner-customer,
  .banner-soporte {
      min-height: auto;
      background-position: -1px;
      background-size: auto;
  }
  
}

@media only screen and (max-width: 767px) { 
  
  	body {
    	padding-bottom: 96px;
	}
  	
    .item-slide {
        background-position: left center;
    }
    
    .row-line:before {
        display: none;
    }
    
    .m-negative {
        margin-left: -50px;
    }
    
    #bg-site:before {
        top: -100%;
    }
    
    #bg-demo {
        padding-bottom: 67%!important;
        background-image: url(../../../images/home/sap-business-one-cta-degradado-mobile-v2.png);
        background-size: cover;
        background-position: center;
    }
    
    .bg-talleres:after {
        top: -5%;
    }

    .h-bullet,
    .h-bullet-g,
    .h-bullet-s{
        min-height: auto;
    }
  
  	.row-dash:before{
        display: none;
    }
    
    .list-circle li {
        margin: 0 0 10px;
    }
    
    .image-c {
    	margin-top: 0;
    }
    
    .wrapper-azul:before,
    .wrapper-blog:before {
        display: none;
    }
    
    #top {
        display: block;
      bottom: 100px;
    }
  
  	#bts-bottom{
    	display: block;
	}
}


@media (max-width: 700px) { 

  nav > ul > li:last-child a{
    color: var(--primario) !important;
    padding: 15px 0;
  }

  .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; }
  
  .hs-form-field {
    margin-bottom: 15px;
    max-width: 100% !important;
  }

  /*.item-blog:nth-child(2), .item-blog:last-child{
    display: none;
  }*/
  
  .item-blog:last-of-type {
    display: none;
  }

  .h-suscripcion {
    min-height: auto;
  }
  
  /* sap implementation */
  .logos-implementation .ico{
    margin: 20px 5px;
  }
  .form-en{
  	position: initial;
  }
  
  /* que sigue después de SAP*/
  .flip-card {
    height: auto;
    max-width: 100%;
  }
  .flip-card-back{
    position: relative;
  }
  
  .form-sesion .hs-submit .actions input{
    padding: 10px 20px;
    font-size: 16px;
  }
    
}


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

}

@media (max-width: 480px) {


}

@media (max-width: 390px) { 
  

}

@media (max-width: 360px){


}