@charset "UTF-8";

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

* { box-sizing: border-box; }

body, input, textarea, button, select {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

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

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

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

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

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: 160em;
    padding: 0 8em;
    margin: 0 auto;
    position: relative;
}

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

.boton {
    display: inline-block;
    padding: 1em 2.5em;
    background: var(--oScriptsColor1);
    color: #ffffff;
    transition: all 0.3s;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border: 0;
    border-radius: 0.3em;
    cursor: pointer;
}
.boton:hover {
    background: var(--oScriptsColor2);
}

.top {
    background: #ffffff;
    padding: 1em 0;
}
.top .columnas {
    justify-content: space-between;
    align-items: center;
}
.top .columnas .columna {
    flex: 0 0 auto;
    max-width: 100%;
}


.seccion {
    padding: 8em 0;
    background: #ffffff;
    position: relative;
    z-index: 100;
}
.seccion.paddingform {
    z-index: 0;
}
.seccion.fondo_gris {
    background: var(--oScriptsColor4);
}

.seccion.fondo_cruzado {
    padding: 0;
    background: #ffffff;
}
.seccion.fondo_cruzado::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: var(--oScriptsColor4);
}

.paddingform .container {
    padding-right: 72em;
}

header {
    padding: 8em 0;
    background: url(images/header_fondo.jpg) center no-repeat #ddeff3;
    background-size: cover;
}

p {
    color: var(--oScriptsColor3);
    font-size: 2em;
    line-height: 1.4em;
    margin: 1em 0;
    letter-spacing: 0.05em;
}
h1 {
    color: var(--oScriptsColor2);
    font-size: 5.6em;
    line-height: 1.1em;
    margin: 0.5em 0;
    font-weight: 600;
}
h1 strong { font-weight: 700; }

h2 {
    color: var(--oScriptsColor2);
    font-size: 3.2em;
    line-height: 1.2em;
    margin: 0.1em 0;
    font-weight: 400;
    margin: 0.8em 0;
}
h2 strong { font-weight: 600; }
h3 {
    color: var(--oScriptsColor2);
    font-size: 4.6em;
    line-height: 1.2em;
    margin: 0.5em 0;
    font-weight: 600;
}
h3 strong { font-weight: 700; }

h4 {
    color: var(--oScriptsColor2);
    font-size: 3.6em;
    line-height: 1.2em;
    margin: 0.5em 0;
    font-weight: 500;
}
h4 strong { font-weight: 600; }

h5 {
    color: var(--oScriptsColor2);
    font-size: 2.3em;
    line-height: 1.2em;
    margin: 0.5em 0;
    font-weight: 600;
}
h5 strong { font-weight: 600; }

.microsoft_partner {
    background: #ffffff;
    width: 26em;
    height: 10.5em;
    border-radius: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.microsoft_partner img {
    display: block;
}

.items_apps {
    display: flex;
    margin: 0 -1.8em;
    flex-wrap: wrap;
    justify-content: center;
    width: 75em;
    max-width: 100%;
}
.items_apps .item {
    margin: 1.8em;
}
.items_apps .item .bloque {
    background: #ffffff;
    border: #E6E6E6 1px solid;
    border-radius: 1.6em;
    width: 15em;
    height: 15em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.items_apps .item .bloque img {
    display: block;
}


.bloque_guia {
    background: #ffffff;
    border-radius: 1em;
    display: flex;
    width: 71.2em;
    max-width: 100%;
}
.bloque_guia .img {
    flex: 0 0 47%;
    max-width: 47%;
    background: #27343c;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1em 0 0 1em;
    overflow: hidden;
}
.bloque_guia .img img {
    display: block;
}
.bloque_guia .info {
    padding: 3em 5em;
    display: flex;
    align-items: center;
}
.bloque_guia .info .solapa {
    display: inline-block;
    background: var(--oScriptsColor5);
    font-size: 1.6em;
    font-weight: 500;
    padding: 0.7em 1.5em;
    border-radius: 1000px;
    color: #ffffff;
}
.azul {
    color: var(--oScriptsColor1);
}
#implementacion .maxwidth {
    width: 60em;
    max-width: 100%;
}

.items_implementacion {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1em;
}
.items_implementacion .item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 1em;
}
.items_implementacion .item .bloque {
    background: #ffffff;
    border: #E6E6E6 1px solid;
    border-radius: 1em;
    padding: 0em 2em 0em 12em;
    min-height: 13em;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.items_implementacion .item .bloque .icono {
    position: absolute;
    left: 3em;
    top: 50%;
    transform: translateY(-50%);
}


.bloque_oscuro {
    padding: 4em 8em;
    background: #1B1C1D;
    border-radius: 1em;
}
.bloque_oscuro .columnas {
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.bloque_oscuro .columnas .columna {
    flex: 0 0 auto;
    max-width: 100%;
}
.bloque_oscuro h4 {
    color: #ffffff;
    margin: 0;
}

.seccion_clientes {
    padding-bottom: 12em;
}

.items_clientes {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.8em;
    justify-content: center;
}
.items_clientes .item {
    padding: 0.8em;
    flex: 0 0 25%;
    max-width: 25%;
}
.items_clientes .item .bloque {
    background: #ffffff;
    border-radius: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 12em;
}
.items_clientes .item .bloque img {
    display: block;
}


footer {
    background: #1B1C1D;
    padding: 2em 0;
}
footer .columnas {
    justify-content: space-between;
    align-items: center;
}
footer .columnas .columna {
    flex: 0 0 auto;
    max-width: 100%;
}
footer p {
    text-transform: uppercase;
    font-size: 1.6em;
    font-weight: 500;
    color: #ffffff;
}
footer p a {
    color: #ffffff;
}

.descargar_guia {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    padding: 6em 0;
    z-index: 100;
    overflow-y: auto;
    transition: all 0.4s;
    pointer-events: none;
}
.descargar_guia.padding {
    padding-top: 18em;
}
.descargar_guia .bloque {
    pointer-events: all;
    margin-left: auto;
    width: 54.4em;
    background: #ffffff;
    border-radius: 1em;
    padding: 4em 5em;
    box-shadow: 0.4em 0.4em 2em 0 rgba(0,0,0,0.1);
}
.overlayform {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
    pointer-events: none;
}

.boton_descargar_mobile {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    text-align: right;
    padding: 4em;
    z-index: 100000;
    display: none;
}
.boton_descargar_mobile .boton {
    text-align: center;
    font-size: 2.5em;
}

#formulario_mobile {
    font-size: 1.2em;
}
/*
#formulario_mobile {
    display: none;
    justify-content: center;
    align-items: center;
}
#formulario_mobile .overlayform {
    opacity: 0.8;
}
#formulario_mobile .scroll {
    position: relative;
    overflow: auto;
    max-height: 100vh;
}
#formulario_mobile .contenido {
    width: 100%;
    height: 100%;
    padding: 4em 4em;
}
#formulario_mobile.descargar_guia .bloque {
    margin: 0 auto;
}
*/


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


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

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

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

@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) { 
}

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

@media (max-width: 1200px) {
    #formulario_desktop {
        display: none;
    }
    #formulario_mobile {
        display: none;
    }
    .paddingform .container {
        padding-right: 8em;
    }
    header {
        background-position-x: 10%;
        background-size: 170em auto;
    }
    .columnas .columna {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .items_implementacion .item {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    #implementacion .maxwidth {
        width: 100%;
    }
    .top .columnas .columna.der {
        display: none;
    }
    .boton_descargar_mobile {
        display: block;
    }
}

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

@media (max-width: 1100px) {
    .items_clientes .item {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

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

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

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

@media (max-width: 900px) {
    .items_implementacion .item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 800px) {
    .container {
        padding: 0 6em !important;
    }
    #menuPrincipal {
        display: none;
    }
    .items_clientes .item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 700px) {
    .boton_descargar_mobile {
        text-align: center;
        top: auto;
        bottom: 0;
    }
    .boton_descargar_mobile .boton {
        width: 100%;
        text-align: center;
        font-size: 2.5em;
    }
    footer {
        padding: 2em 0 14em;
    }
}



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

@media (max-width: 600px) {
    .container {
        padding: 0 4em !important;
    }
    h1 {
        font-size: 5em;
    }
    .bloque_guia {
        flex-wrap: wrap;
    }
    .bloque_guia .img,
    .bloque_guia .info {
        flex: 0 0 100%;
        max-width: 100%;
        border-radius: 1em 1em 0 0;
    }
    .items_implementacion .item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .bloque_oscuro {
        padding: 2em 4em;
    }
    .descargar_guia .bloque {
        width: 100%;
    }
    #formulario_mobile {
        padding: 3em;
    }
    .descargar_guia .bloque {
        padding: 3em 4em;
    }
}

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

@media (max-width: 500px) {
    h4 {
        font-size: 3.3em;
    }
    h3 {
        font-size: 4.2em;
    }
    .items_clientes .item {
        flex: 0 0 100%;
        max-width: 100%;

    }
    .items_clientes .item .bloque {
        max-width: 34em;
        margin: 0 auto;
    }
    .items_apps {
        font-size: 0.9em;
        margin: 0;
    }
    #formulario_mobile {
        font-size: 1.1em;
    }
}

@media (max-width: 450px) {
    h1 {
        font-size: 4.5em;
    }
    .descargar_guia .bloque {
        padding: 3em 3em;
    }
    #formulario_mobile {
        font-size: 1.0em;
    }
}

@media (max-width: 400px) {
    .container {
        padding: 0 3em;
    }
}

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

