@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&display=swap');



* { box-sizing: border-box; }

body, input, textarea, button, select {
    font-family: "Outfit", sans-serif;
}

body {
    margin:0;    
    font-size:10px;
    color:var(--oScriptsColor2);
    font-weight: 400;
}

* {
-webkit-tap-highlight-color: transparent;
}
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: right; }

.align_center { margin-left: auto; margin-right: auto;  }

.block { display: block;  }

input, textarea {
    box-shadow: none !important;
    outline: 0;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #323031 inset !important;
  -webkit-text-fill-color: white !important;
}



a { text-decoration:none; }

img {
    max-width:100%;
}

.table { display: table; width: 100%; height: 100%; }
.cell { display: table-cell; vertical-align: middle; }
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nmt { margin-top: 0 !important; }
.nmb { margin-bottom: 0 !important; }
.npt { padding-top: 0 !important; }
.npb { padding-bottom: 0 !important; }


.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    }
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


.espacio1 { height: 1em; }
.espacio2 { height: 2em; }
.espacio3 { height: 3em; }
.espacio4 { height: 4em; }
.espacio5 { height: 5em; }
.espacio6 { height: 6em; }
.espacio7 { height: 7em; }
.espacio8 { height: 8em; }
.espacio9 { height: 9em; }
.espacio10 { height: 10em; }


.container {
    width: 100%;
    max-width: 159em;
    padding: 0 8em;
    margin: 0 auto;
    position: relative;
}

.columnas,
.items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5em;
}
.columnas .columna,
.items .item {
    flex-wrap: 0 0 auto;
    max-width: 100%;
    padding: 1.5em;
}



main {
    overflow: hidden;
}
p,
.popup li {
    font-family: "Mulish", sans-serif;
    color: #666768;
    font-weight: normal;
    margin: 0.3em 0;
    font-size: 2em;
    line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    font-size: 1.4em;
    line-height: 1.5em;
}

.popup ul {
    margin: 1em 0;
    padding: 0 0 0 2em;
}
.popup ul li {
    margin: 1em 0;
}

table {
    border-collapse: collapse;
}
table td,
table th {
    padding: 0.6em 1em;
    font-family: "Mulish", sans-serif;
    color: #666768;
    font-weight: normal;
    margin: 0.3em 0;
    font-size: 2em;
    line-height: 1.5em;
    border: 1px solid #EAEAEA;
    text-align: center;
}
table th {
    background: #1B1C1D;
    color: #ffffff;
    font-size: 2.5em;
    padding: 0.4em 0.6em;
}
.table-wrapper{
  display:block;
  width:100%;
  max-width:100%;
  overflow-x:auto;
}

.table-wrapper table{
  border-collapse:collapse;
}

.uppercase {
    text-transform: uppercase;
}

.anim {
    opacity: 0;
}

#topbar {
    background: #ffffff;
    box-shadow: 0 0.1em 1.6em 0.1em rgba(0,0,0,0.1);
    padding: 0.5em 0;
    position: sticky;
    top: 0;
    z-index: 10000;
}
#topbar .columnas {
    justify-content: space-between;
    align-items: center;
}
#topbar .columnas nav ul {
    display: flex;
    padding: 0;
}
#topbar .columnas nav ul li {
    padding: 1em 2em;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#topbar .columnas nav ul li a {
    color: var(--oScriptsColor2);
    font-size: 1.8em;
    transition: all 0.3s;
}
#topbar .columnas nav ul li a:hover,
#topbar .columnas nav ul li a.activo {
    color: var(--oScriptsColor1);
}
.boton {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    background: var(--oScriptsColor1);
    padding: 0.9em 2em;
    border: 1px solid var(--oScriptsColor1);
    border-radius: 10000px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
}

.boton.outline {
    background: rgba(111,178,7,0);
    color: var(--oScriptsColor1);
}
.boton:hover {
    background: #57860F !important;
    border-color: #57860F !important;
    color: #ffffff;
}
.boton.outline:hover {

}

main header,
main section {
    padding: 10em 0;
    position: relative;
}

main .fondo_gris {
    background-color: #F8F8F8;
}
main .fondo_grisOscuro {
    background-color: #1B1C1D;
}



.header_seccion {
    background: url(images/header_fondo.png) center top repeat-x;
}

.grande {
    font-family: "Outfit", sans-serif;
    font-size: 3.6em;
    font-weight: 200;
}


.header_home .columnas {
    align-items: center;
}
.header_home .columna.izq {
    flex: 0 0 55%;
    max-width: 55%;
}
.header_home .columna.der {
    flex: 0 0 45%;
    max-width: 45%;
}
.header_home .home_header_img {
    width: 65.5em;
    height: 51em;
    position: relative;
}
.header_home .home_header_img img {
    position: absolute;
    left: 0;
    top: 0;
}


.icono_flotante {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.video-wrapper video {
    width: 100%;
    border-radius: 1.6em;
    background: #000000;
}

h1 {
    color: var(--oScriptsColor2);
    font-size: 6.8em;
    line-height: 1.2em;
    font-weight: 300;
    margin-bottom: 0.5em;
}

h2 {
    color: var(--oScriptsColor2);
    font-size: 4.3em;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 0.7em;
    letter-spacing: 0.02em;
}

h3 {
    color: var(--oScriptsColor2);
    font-size: 3.6em;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 0.7em;
    letter-spacing: 0.02em;
}
h3 strong {
    font-weight: 600;
}
h4 {
    color: var(--oScriptsColor2);
    font-size: 3.6em;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 0.7em;
}

h5 {
    color: var(--oScriptsColor2);
    font-size: 2.2em;
    margin: 0;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}
h6 {
    color: var(--oScriptsColor2);
    font-size: 2.2em;
    margin: 0;
}

h4.estilo2 {
    font-size: 2.8em;
    color: #666768;
}

main section.fondo_grisOscuro h1,
main section.fondo_grisOscuro h2,
main section.fondo_grisOscuro h3,
main section.fondo_grisOscuro h4,
main section.fondo_grisOscuro h5,
main section.fondo_grisOscuro h6,
main section.fondo_grisOscuro p {
    color: #ffffff;
}


.titulo_grande {
    font-size: 5.2em;
    font-weight: 300;
}

.home_soluciones .columnas .columna.c50 {
    flex: 0 0 50%;
    max-width: 50%;
}

.home_soluciones_img {
    position: relative;
    width: 74.9em;
    height: 60em;
}
.home_soluciones_img img {
    position: absolute;
    left: 0;
    top: 0;
}


.redondeado {
    border-radius: 1.6em;
}

.bloque_negro {
    background: #1b1c1d;
    border-radius: 1em;
    padding: 2em 3.5em;
}
.bloque_negro h1,
.bloque_negro h2,
.bloque_negro h3,
.bloque_negro h4,
.bloque_negro h5,
.bloque_negro h6,
.bloque_negro p {
    color: #ffffff;
}
.bloque_negro.doble {
    padding: 6em;
}

.bloque_producto {
    background: #ffffff;
    border: 1px solid #EFEFEF;
    border-radius: 1em;
    display: table;
    width: 100%;
}
.bloque_producto .row {
    display: table-row;
}
.bloque_producto .cell {
    display: table-cell;
    padding: 3em;
    border-right: 1px solid #EAEAEA;
}
.bloque_producto .cell.nombre {
    width: 30.5em;
}
.bloque_producto .cell.cta {
    width: 23em;
}
.bloque_producto .cell.cta a {
    width: 100%;
}

.bloque_producto h6 {
    font-size: 2.8em;
}

.bloque_producto .descripcion {
    position: relative;
    padding-left: 5em;
    margin: 1em 0;
}
.bloque_producto .descripcion img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3.5em;
    height: auto;
}
.bloque_producto .columnas {
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
.bloque_producto .columnas .columna {
    padding: 0;
}

.bloque_producto .certificado {
    margin: 0em auto;
}

/*
.quedicen {
    display: flex;
}
*/
.quedicen .item {
    /*
    flex: 0 0 33.333%;
    max-width: 33.333%;
    */
    padding: 0.8em;
}
.quedicen .item .bloque {
    height: 63.8em;
    position: relative;
    overflow: hidden;
    border-radius: 1.6em;
    background: #000000;
    cursor: default;
}
.quedicen .item .bloque .base {
    background: url(images/clientes_fondo.jpg) center;
    background-size: cover;    
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.quedicen .item .bloque .base::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 0) 100%);
    height: 48em;
    z-index: 1;
}
.quedicen .item .bloque .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 6em 5.5em;
    z-index: 1;
    transition: all 0.5s;
}
.quedicen .item .bloque .info p {
    font-family: "Outfit", sans-serif;
    font-size: 3.1em;
    line-height: 1.3em;
    color: #ffffff;
    text-align: center;
    font-weight: 300;
    margin-bottom: 1em;
}
.quedicen .item .bloque .info .logo {
    margin: 0 auto;
    display: block;
}
.quedicen .item .bloque .foto {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: none;
}

.quedicen .item .bloque .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    text-align: center;
    padding: 3em 7em;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
}
.quedicen .item .bloque .hover p {
    color: #ffffff;
    margin: 1em 0;
}

.quedicen .item .bloque:hover .base {
    filter: blur(10px);
    opacity: 0.5;
}
.quedicen .item .bloque:hover .info {
    opacity: 0;
}
.quedicen .item .bloque:hover .hover {
    opacity: 1;
    pointer-events: all;
}


.auditar_en_numeros .columna {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0.8em;
    display: flex;
}
.auditar_en_numeros .bloque {
    background: #ffffff;
    padding: 3.5em 5em 3.5em 4em;
    border-radius: 1.6em;
    width: 100%;
}
.auditar_en_numeros .bloque h4 {
    font-size: 7.2em;
    color: var(--oScriptsColor1);
    margin: 0;
    font-weight: 600;
}
.auditar_en_numeros .bloque.verde {
    background: var(--oScriptsColor1);
}
.auditar_en_numeros .bloque.verde h4,
.auditar_en_numeros .bloque.verde p {
    color: #ffffff;
}

.slider_clientes .item {
    padding: 1em 5em !important;
    align-items: center;
    justify-content: center;
    display: flex;
    filter: grayscale(100%);
}
.slider_clientes .item img {
    max-height: 8em;
}

.home_futuro .columnas .columna.izq {
    flex: 0 0 69%;
    max-width: 69%;
}
.home_futuro .columnas .columna.der {
    flex: 0 0 30%;
    max-width: 30%;
}


.home_futuro_img {
    position: relative;
    width: 89.1em;
    height: 57.8em;
}
.home_futuro_img img {
    position: absolute;
    left: 0;
    top: 0;
}


.colorVerde { color: var(--oScriptsColor1) !important; }
.colorPays { color: var(--colorPays) !important; }
.colorCollects { color: var(--colorCollects) !important; }
.colorBanks { color: var(--colorBanks) !important; }
.colorGris { color: #666768 !important; }
.colorGrisoscuro { color: #2A2B2D !important; }


footer {
    background: #2A2B2D;
    padding: 4em 0;
}
footer .columnas {
    justify-content: space-between;
}
footer .columnas .columna.final {
    flex: 0 0 35em;
    max-width: 100%;
    text-align: right;
}
footer p,
footer li {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5em;
    font-weight: 300;
}
footer p a,
footer li a {
    color: #ffffff;
    transition: all 0.3s;
}
footer p a:hover,
footer li a:hover {
    color: var(--oScriptsColor1);
}
footer h6 {
    font-size: 16px;
    color: #666768;
    margin-bottom: 0.7em;
}

footer p.legales {
    font-family: "Outfit", sans-serif;
    color: #666768;
    text-transform: uppercase;
    font-weight: 500;
}


.bloque_blanco {
    padding: 6em;
    background: #ffffff;
    border-radius: 1em;
}

.doble_estilo1,
.doble_estilo2,
.doble_estilo3 {
    justify-content: space-between;
    align-items: center;
}
.doble_estilo1 .columna {
    flex: 0 0 50%;
    max-width: 50%;
}
.doble_estilo1 .columna.izq {
    flex: 0 0 59em;
}
.doble_estilo2 .columna.izq {
    flex: 0 0 30%;
    max-width: 30%;
}
.doble_estilo2 .columna.der {
    flex: 0 0 70%;
    max-width: 70%;
}

.doble_estilo3 .columna {
    flex: 0 0 50%;
    max-width: 50%;
}
.doble_estilo3 .columna.der {
    flex: 0 0 59em;
}

.lista {
    padding-left: 0em;
    list-style: none;
}
.lista li {
    position: relative;
    padding-left: 5.5em;
    margin: 2em 0;
}
.lista li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.3em;
    width: 3em;
    height: 3em;
    background: url(images/icono_check.svg) center no-repeat;
    background-size: cover;
}
.lista.pays li:before {
    background-image: url(images/icono_check_pays.svg);
}
.lista.banks li:before {
    background-image: url(images/icono_check_banks.svg);
}
.lista.collects li:before {
    background-image: url(images/icono_check_collects.svg);
}

.items_iconos {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.1em;
}
.items_iconos .item {
    padding: 1.1em;
    flex: 0 0 100%;
    max-width: 100%;
}
.items_iconos .item .bloque {
    border: 1px solid #EFEFEF;
    border-radius: 0.8em;
    padding: 1.8em 2.4em 1.8em 14em;
    position: relative;
}
.items_iconos .item .bloque .icono {
    position: absolute;
    left: 2.2em;
    width: 10em;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
}

.items_iconos.estilo2 .item {
    padding: 3em 0 3em 1em;
    border-bottom: 1px solid #EFEFEF;
}
.items_iconos.estilo2 .item:last-of-type {
    border: 0;
}
.items_iconos.estilo2 .item .bloque {
    padding: 0em 0 0em 12em;
    border: 0;
}
.items_iconos.estilo2 .item .bloque .icono {
    left: 0;
    width: auto;
}


.bloque_tecnologias {
    background: #1b1c1d;
    display: table;
    width: 100%;
    border-radius: 1.6em;
}
.bloque_tecnologias .cell {
    padding: 5em 6em;
    border-right: 1px solid #666768;
}
.bloque_tecnologias .cell.c01 {
    width: 30%;
}
.bloque_tecnologias .cell.c02,
.bloque_tecnologias .cell.c03 {
    width: 35%;
}

.bloque_tecnologias .cell h4,
.bloque_tecnologias .cell p {
    color: #ffffff;
    margin: 0;
}
.bloque_tecnologias .cell p {
    padding-right: 2em;
}

.bloque_tecnologias .cell .columnas {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0;
}

.bloque_tecnologias .cell .boton {
    flex: 0 0 9em;
    width: 9em;
}

.slider_items .bloque {
    background: #ffffff;
    padding: 3em 4em 4em;
    border: #EFEFEF 1px solid;
    border-radius: 1.6em;
    height: 100%;
}
.slider_items .bloque.pays {
    background: var(--colorPays);
}
.slider_items .bloque.banks {
    background: var(--colorBanks);
}
.slider_items .bloque.collects {
    background: var(--colorCollects);
}
.slider_items .bloque.pays p,
.slider_items .bloque.banks p,
.slider_items .bloque.collects p {
    color: #ffffff;
}

.slider_items .icono {
    height: 5em;
    margin-bottom: 2em;
    display: flex;
    align-items: center;
}

.slider_items .bloque.icono_izq {
    padding-left: 12em;
    position: relative;
}
.slider_items .bloque.icono_izq .icono {
    position: absolute;
    left: 4em;
    top: 4em;    
}

.logo_gris,
.logo_blanco {
    background: #F8F8F8;
    padding: 5.5em;
    border-radius: 0.8em;
    display: inline-block;
}
.logo_blanco {
    background: #ffffff;
}


.bloque_banks_potencia {
    background: #1B1C1D;
    padding: 6.5em;
    padding-left: 72em;
    border-radius: 1.6em;
    position: relative;
}
.bloque_banks_potencia p,
.bloque_banks_potencia h3 {
    color: #ffffff;
}
.bloque_banks_potencia p {
    font-weight: 300;
}
.bloque_banks_potencia .img {
    position: absolute;
    left: 6em;
    bottom: 0;
    width: 60.6em;
    height: 45.3em;
}
.bloque_banks_potencia .img img {
    display: block;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.items_caracteristicas {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5em;
}
.items_caracteristicas .columna {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 1.5em;
}
.items_caracteristicas .columna.mobile {
    flex: 0 0 100%;
    max-width: 100%;
    display: none;
}
.items_caracteristicas .columna.mobile img {
    display: block;
    margin: 0 auto;
}
.items_caracteristicas .item {
    position: relative;
    padding: 3.5em 0 3.5em 7em;
}
.items_caracteristicas .item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150%;
    height: 1px;
    background: #EAEAEA;
}
.items_caracteristicas .item:last-of-type::before {
    display: none;
}
.items_caracteristicas .col03 .item::before {
    left: auto;
    right: 0;
}
.items_caracteristicas .item .icono {
    position: absolute;
    left: 0;
    top: 5em;
    display: block;
    margin: 0;
}

.items_caracteristicas .img {
    width: 45.4em;
    height: 66.8em;
    position: relative;
    z-index: 1;
}
.items_caracteristicas .img.collects {
    width: 46.6em;
    height: 36.2em;
}
.items_caracteristicas .img img {
    display: block;
    margin: 0;
    position: absolute;
}

.bloqueGris_img {
    padding: 7em 8em 7em 70em;
    position: relative;
    background: #F8F8F8;
    border-radius: 1.6em;
}
.bloqueGris_img img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60.2em;
    max-height: 100%;
    border-radius: 1.6em;
}


.pasos {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1em;
    justify-content: center;
}
.pasos .item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 1em;
}
.pasos .item .num {
    width: 8em; height: 8em;
    background: var(--oScriptsColor1);
    border-radius: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.pasos .item .top {
    position: relative;
}
.pasos .item .top .linea,
.pasos .item .top .linea02 {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1em;
    background: #2A2B2D;
    border-radius: 10000px;
}
.pasos .item .top .linea02 {
    opacity: 0.4;
    overflow: hidden;
}
.pasos .item .top .linea.verde {
    background: #6FB207;
}
.pasos .item .top .linea.doble,
.pasos .item .top .linea02.doble {
    width: 120%;
}
.pasos .item .num h6 {
    font-size: 3.6em;
    font-weight: 600;
    line-height: 1em;
    color: #ffffff;
    margin-top: -0.1em;
}
.pasos .item .bloque {
    background: #2A2B2D;
    padding: 4.5em;
    border-radius: 1.6em;
    margin-top: 5em;
}
.pasos .item .bloque h4 {
    font-size: 2.8em;
}



.collects_solucion_img {
    position: relative;
    width: 71.5em;
    height: 32.5em;
    margin-bottom: -17em;
}
.collects_solucion_img img {
    display: block;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}

#auditar_pays_sap,
#auditar_pays_net,
#auditar_files {
    scroll-margin-top: 8em;
}
#auditar_pays_sap {
    padding: 8em 0;
}
#auditar_pays_sap .img {
    width: 64em; margin-bottom: -10em; max-width: none;
}


.boton_demo_flotante {
    position: fixed;
    right: 4em;
    bottom: 4em;
    z-index: 1000;
    display: none;
}

#popup_politica_gestion {
    max-width: 92em;
    padding: 8em;
}
.popup h2 {
    font-size: 5.2em;
    line-height: 1.1em;
    font-weight: 300;
}
.popup p {
    margin: 1em 0;
}

#popup_contacto {
    max-width: 92em;
    padding: 8em;
}


/* ---------------------- Media Queries ------------------ */


.mb-1 { margin-bottom: 1em !important; }
.mb-2 { margin-bottom: 2em !important; }
.mb-3 { margin-bottom: 3em !important; }
.mb-4 { margin-bottom: 4em !important; }
.mb-5 { margin-bottom: 5em !important; }
.mb-6 { margin-bottom: 6em !important; }
.mb-7 { margin-bottom: 7em !important; }
.mb-8 { margin-bottom: 8em !important; }
.mb-9 { margin-bottom: 9em !important; }

.mt-1 { margin-top: 1em !important; }
.mt-2 { margin-top: 2em !important; }
.mt-3 { margin-top: 3em !important; }
.mt-4 { margin-top: 4em !important; }
.mt-5 { margin-top: 5em !important; }
.mt-6 { margin-top: 6em !important; }
.mt-7 { margin-top: 7em !important; }
.mt-8 { margin-top: 8em !important; }
.mt-9 { margin-top: 9em !important; }


@media (max-width: 1850px) {
    body {
        font-size: 9.5px;
    }
}
@media (max-width: 1800px) {
    body {
        font-size: 9px;
    }    
}

@media (max-width: 1700px) {
    body {
        font-size: 8.5px;
    }
}

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

@media (max-width: 1600px) {
    body {
        font-size: 8px;
    }
}

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

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

@media (max-width: 1300px) {
    h1 {
        font-size: 5.5em;
    }
    .titulo_grande {
        font-size: 4.2em;
    }
    .quedicen {
        font-size: 0.9em;
    }
}

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

@media (max-width: 1200px) {
    .header_home .columna.izq,
    .header_home .columna.der {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .header_home {
        text-align: center;
    }
    .header_home .home_header_img {
        margin: 0 auto;
    }
    .home_soluciones .columnas .columna.c50 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .home_soluciones_img {
        margin: 9em auto 0;
    }
    .home_futuro_img {
        font-size: 0.9em;
    }
    .bloque_tecnologias .cell .columnas {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .bloque_tecnologias .cell .columnas p {
        margin-bottom: 1em;
    }
    .bloque_tecnologias .cell.c01 {
        width: 35%;
    }
    .items_caracteristicas .columna {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .items_caracteristicas .columna.col02 {
        display: none;
    }
    .items_caracteristicas .item::before {
        width: 100%;
    }
    .items_caracteristicas .columna.mobile {
        display: block;
    }
}

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

@media (max-width: 1100px) {
    .auditar_en_numeros .columna {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .auditar_en_numeros .columna.col01 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .auditar_en_numeros .columna.col01 br {
        display: none;
    }
    .home_futuro_img {
        font-size: 0.8em;
    }

    footer .columnas .columna.col01 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .doble_estilo1 .columna {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .doble_estilo1 .columna.izq {
        flex: 0 0 100%;
        margin-bottom: 4em;
    }
    .doble_estilo2 .columna.izq,
    .doble_estilo2 .columna.der,
    .doble_estilo3 .columna.izq,
    .doble_estilo3 .columna.der {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .doble_estilo1.invertir_mobile .columna.izq { order: 2; }
    .doble_estilo1.invertir_mobile .columna.der { order: 1; }

    .bloque_banks_potencia .img {
        font-size: 0.9em;
        left: 2em;
    }
    .bloque_banks_potencia {
        padding-left: 59em;
    }

    .bloqueGris_img {
        padding: 4em 5em 4em 66em;
    }
    h2 {
        font-size: 3.7em;
    }
    .collects_solucion_img {
        margin: 0 auto -12em;
    }
    #auditar_pays_sap .img {
        display: block;
        margin: 0 auto -14em;
        max-width: 100%;
    }
}

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

@media (max-width: 1000px) {
    #topbar .columnas .columna:nth-of-type(3) {
        display: none;
    }
    .bloque_producto {
        max-width: 50em;
        margin-left: auto;
        margin-right: auto;
    }
    .bloque_producto .row {
        display: block;
    }
    .bloque_producto .cell {
        display: block;
        border-right: none;
        border-bottom: 1px solid #EAEAEA;
    }
    .bloque_producto .cell.nombre,
    .bloque_producto .cell.cta {
        width: 100%;
        
    }
    .bloque_producto .cell.cta a {
        width: auto;
    }
    .bloque_producto .columnas .columna {
        max-width: none !important;
        width: 100%;
    }
    .bloque_producto .certificado {
        display: block;
        margin: 1em 0;
    }
    .quedicen {
        flex-wrap: wrap;
        justify-content: center;
    }
    .quedicen .item {
        flex: 0 0 100%;
        max-width: 60em;
    }
    .home_futuro .columnas .columna.izq,
    .home_futuro .columnas .columna.der {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .bloque_banks_potencia {
        padding: 6em 6em 0;
    }
    .bloque_banks_potencia .img {
        position: relative;
        left: auto;
        top: auto;
        margin: 4em auto 0;
    }
    .bloqueGris_img {
        padding: 4em 5em;
    }
    .bloqueGris_img img {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        margin-bottom: 4em;
    }
    .bloque_producto h6 br {
        display: none;
    }
    .boton_demo_flotante {
        display: block;
    }
    .bloque_producto .logo_producto {
        font-size: 0.9em;
    }
}

@media (max-width: 950px) {
    .botonMenuMobile,
    #menuMobile {
        display: block;
    }
    #topbar {
        min-height: 11em;
        display: flex;
        align-items: center;
    }
    footer .columnas .columna.final {
        flex: 0 0 100%;
        text-align: left;
    }
}

@media (max-width: 900px) {
    main header, main section {
        padding: 7em 0;
    }
    h1 {
        font-size: 4.5em;
    }
    .grande {
        font-size: 3em;
    }
    .auditar_en_numeros .bloque h4 {
        font-size: 6.2em;
    }
    .bloque_tecnologias,
    .bloque_tecnologias .cell {
        display: block;
        width: 100% !important;
        border-right: none;
        border-bottom: 1px solid #666768;
    }
    .pasos .item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .collects_solucion_img {
        margin-bottom: -9em;
    }
}

@media (max-width: 800px) {
    .container {
        padding: 0 6em;
    }
    #menuPrincipal {
        display: none;
    }
    #topbar .columnas .columna:nth-of-type(2) {
        display: none;
    }
    .auditar_en_numeros .bloque {
        padding: 3em;
    }
    .titulo_grande {
        font-size: 3.5em;
    }
    .items_caracteristicas .columna {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .items_caracteristicas .item:last-of-type::before {
        display: block;
    }
    #popup_politica_gestion,
    #popup_contacto {
        padding: 4em;
    }
}

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



@media (max-width: 700px) {
    .home_soluciones_img {
        font-size: 0.9em;

    }
    .auditar_en_numeros .columna {
        flex: 0 0 100%;
        max-width: 100%;
    }
    h3 {
        font-size: 3.0em;
    }
}

@media (max-width: 650px) {
    .home_soluciones_img {
        font-size: 0.8em;
    }
    .home_futuro_img {
        font-size: 0.7em;
    }
}

@media (max-width: 600px) {
    .container {
        padding: 0 4em;
    }
    .header_home .home_header_img {
        font-size: 0.9em;
    }
    .bloque_tecnologias .cell {
        padding: 4em;
    }
    .bloque_banks_potencia {
        padding: 4em 4em 0;
    }
    .bloque_banks_potencia .img {
        font-size: 0.8em;
    }
    .bloqueGris_img {
        padding: 4em 3em;
    }
    .pasos .item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .collects_solucion_img {
        font-size: 0.9em;
    }
    .home_soluciones_img .logo {
        left: 11em !important;
        top: 8em !important;
        font-size: 1.6em !important;
    }
}

@media (max-width: 550px) {
    .header_home .home_header_img {
        font-size: 0.8em;
    }
    .home_soluciones_img {
        font-size: 0.7em;
    }
    .home_futuro_img {
        font-size: 0.6em;
    }
    .collects_solucion_img {
        font-size: 0.8em;
        margin-bottom: -12em;
    }
    footer p,
    footer li {
        line-height: 2em;
    }
}

@media (max-width: 500px) {
    .header_home .home_header_img {
        font-size: 0.7em;
    }
    h1 {
        font-size: 4.0em;
    }
    
    .home_futuro_img {
        font-size: 0.5em;
    }
    .titulo_grande {
        font-size: 3.2em;
    }
    .bloque_blanco {
        padding: 4em;
    }
    .bloque_banks_potencia .img {
        font-size: 0.7em;
    }
    h2 {
        font-size: 3.3em;
    }
    h3 {
        font-size: 2.7em;
    }
    .collects_solucion_img {
        font-size: 0.7em;
    }
    .boton_demo_flotante {
        right: 2em;
        bottom: 2em;
    }
    .popup h2 {
        font-size: 4.5em;
    }

}

@media (max-width: 450px) {
    .home_soluciones_img {
        font-size: 0.6em;
        left: 50%;
        transform: translateX(-50%);        
    }
    .bloque_banks_potencia {
        padding: 3em 3em 0;
    }
    .bloque_banks_potencia .img {
        font-size: 0.6em;
    }
    .collects_solucion_img {
        font-size: 0.6em;
        margin-bottom: -14em;
    }
}

@media (max-width: 400px) {
    .container {
        padding: 0 3em;
    }
    .header_home .home_header_img {
        font-size: 0.6em;
    }
}

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

