@charset "UTF-8";

* { box-sizing: border-box; }

body, input, textarea, button, select {
    font-family: 'Gotham', sans-serif;
}

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

* {
-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: 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: 141em;
    padding: 0 8em;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

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

p {
    font-size: 2.2em;
    line-height: 1.3em;
    font-weight: 400;
    color: #ffffff;
}


.boton {
    display: inline-block;
    border-radius: 1em;
    position: relative;
    transition: 0.3s all;
    background: #ffffff;
    cursor: pointer;
    overflow: hidden;
    min-width: 25em;
    text-align: center;
}

.boton::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(128,74,138);
    background: linear-gradient(90deg, rgba(128,74,138,1) 0%, rgba(86,104,159,1) 100%);
    transition: 0.3s all;
}
.boton span {
    position: relative;
    font-size: 2.2em;
    line-height: 1.3em;
    font-weight: 600;
    color: #ffffff;
    padding: 1.2em 1.8em;
    display: block;
    transition: 0.3s all;
}
.boton span svg {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.3em;
    max-width: 1.4em;
    max-height: 1.4em;
    margin: 0.3em;
}
.boton span svg path {
    fill: #ffffff;
    transition: all 0.3s;
}
.boton:hover::before {
    opacity: 0;
}
.boton:hover span {
    color: #804A8A;
}
.boton:hover span svg path {
    fill: #804A8A;
}

.botones {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 -1.3em;
}
.botones .boton {
    margin: 1.3em;
}

section {
    padding: 15em 0;
    background: #1E1E1E;
    margin: 0;
    position: relative;
}
section.temaB {
    background: #cccccc;
}

.fondocontainer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

header {
    padding: 6em 0 14em;
    background: rgb(30,30,30);
    background: linear-gradient(180deg, rgba(30,30,30,1) 0%, rgba(20,20,20,1) 100%);
    min-height: 84.7em;
    position: relative;
    overflow: hidden;
}
header.hb {
    min-height: 0;
}
header.hb h1 {
    margin: 0 0 0.3em;
}
header .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 13em;
}
header nav {
    margin: 0 -2.5em;
}
header nav a {
    font-size: 1.8em;
    color: #808080;
    margin: 1em 1.5em;
    transition: all 0.3s;
}
header nav a:hover {
    color: #ffffff;
}
header nav a.activo {
    color: #9380E1;
}
header h1 {
    font-size: 7.3em;
    line-height: 1.1em;
    font-weight: 600;
    color: #ffffff;
    max-width: 8.3em;
    margin: 0.7em 0;
}
header h1 strong {
    font-weight: 600;
    background: -webkit-linear-gradient(left, #804A8A, #56689F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
header p {
    font-size: 3.0em;
    line-height: 1.3em;
    font-weight: 400;
    color: #ffffff;
    max-width: 21em;
}
header .foto {
    position: absolute;
    right: 0;
    bottom: 0;
}
header .foto img {
    width: 90.9em;
    max-width: none;
}
.trama {
    position: absolute;
    right: 50%;
    top: -30em;
    width: 81em;
    height: 81em;
    transform: translateX(-60em);
    background: url(images/background_trama.png) center no-repeat;
    background-size: cover;
}

.titulo {
    font-size: 4em;
    line-height: 1.2em;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1em;
}

#queofrecemos .items {
    justify-content: center;
    margin: 0 -1.5em;
    align-items: stretch;
}
#queofrecemos .items .item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 1.5em;
}
#queofrecemos .items .item .bloquelinea {
    background: rgb(128,74,138);
    background: linear-gradient(180deg, rgba(128,74,138,1) 0%, rgba(86,104,159,1) 100%);
    padding: 0.2em;
    border-radius: 4em;
    height: 100%;
}
#queofrecemos .items .item .bloque {
    background: #171717;
    border-radius: 4em;
    padding: 9em 6em 8em;
    text-align: center;
    height: 100%;
}
#queofrecemos .items .item .bloque h4 {
    font-size: 2.7em;
    line-height: 1.2em;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}
#queofrecemos .items .item .bloque h5 {
    font-size: 2.0em;
    line-height: 1.2em;
    font-weight: 600;
    color: #9380E1;
    border: 2px solid #9380E1;
    border-radius: 2em;
    padding: 0.7em;
}
#queofrecemos .items .item .bloque p {
    font-size: 1.8em;
    line-height: 1.3em;
    font-weight: 400;
    color: #ffffff;
    max-width: 60em;
    margin: 0 align;
}

#queofrecemos .items .item .bloque .boton span {
    font-size: 2.0em;
    font-weight: 500;
    padding: 1.0em 1.8em;
}


#porque .items {
    justify-content: center;
}
#porque .items .item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 1.2em;
}

#porque .items .item .bloquelinea {
    background: rgb(128,74,138);
    background: linear-gradient(180deg, rgba(128,74,138,1) 0%, rgba(86,104,159,1) 100%);
    padding: 0.2em;
    border-radius: 4em;
}
#porque .items .item .bloque {
    background: #171717;
    height: 54.3em;
    position: relative;
    border-radius: 4em;
    overflow: hidden;
}

#porque .items .item .bloque .foto {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
#porque .items .item .bloque .foto::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(23,23,23);
    background: linear-gradient(0deg, rgba(23,23,23,1) 0%, rgba(23,23,23,0.5) 100%); 
}
#porque .items .item .bloque .foto img {
    width: 100%;
}
#porque .items .item .bloque .txt {
    position: absolute;
    bottom: 2em;
    left: 0;
    width: 100%;
    height: 20em;
    display: flex;
    align-items: center;
}

#porque .items .item .bloque p {    
    font-size: 2.1em;
    line-height: 1.3em;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    padding: 2em;
}
#porque .items .item .bloque::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 22em;
    height: 1.7em;
    transform: translateX(-11em);
    border-radius: 1000px 1000px 0 0;
    background: rgb(128,74,138);
    background: linear-gradient(90deg, rgba(128,74,138,1) 0%, rgba(86,104,159,1) 100%);
    z-index: 10;
}




#beneficios .titulo {
    font-size: 4.9em;
}
#beneficios .columnas {
    align-items: center;
}
#beneficios .columnas .columna.izq {
    flex: 0 0 55%;
    max-width: 55%;
}
#beneficios .columnas .columna.der {
    flex: 0 0 45%;
    max-width: 45%;
}
#beneficios  .foto {
    width: 54.3em;
    height: 54.3em;
    background: rgb(128,74,138);
    background: linear-gradient(180deg, rgba(128,74,138,1) 0%, rgba(86,104,159,1) 100%);
    border-radius: 100000px;
    position: relative;
}
#beneficios .foto img {
    width: 78.9em;
    max-width: 50vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#beneficios ul {
    list-style: none;
    padding: 0;
}
#beneficios ul li {
    font-size: 2.2em;
    line-height: 1.2em;
    color: #ffffff;
    padding: 0 0 0 3em;
    margin: 2.5em 0;
    position: relative;
    text-align: left;
}
#beneficios ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2.13em;
    height: 2.13em;
    background: url(images/bullet.png) center no-repeat;
    background-size: cover;
}


#poreso .videocontainer {
    display: flex;
    justify-content: flex-end;
}
#poreso .videocontainer .videolinea {
    padding: 0.2em;
    border-radius: 4em;
    background: rgb(128,74,138);
    background: linear-gradient(180deg, rgba(128,74,138,1) 0%, rgba(86,104,159,1) 100%);
    width: 100%;
    max-width: 104em;
    height: 58.6em;
}
#poreso .videocontainer .video {
    width: 100%;
    height: 100%;
    background: url(images/video_captura.jpg) center no-repeat;
    background-size: cover;
    border-radius: 4em;
    position: relative;
    cursor: pointer;
}
#poreso .videocontainer .video::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.7;
    border-radius: 4em;
    transition: all 0.3s;
}

#poreso .videocontainer .video:hover::before {
    opacity: 0.3;
}
#poreso .videocontainer .video .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 10.6em;
    height: 10.6em;
    padding: 0.2em;
    border-radius: 100000px;
    background: rgb(128,74,138);
    background: linear-gradient(180deg, rgba(128,74,138,1) 0%, rgba(86,104,159,1) 100%);
    transition: all 0.3s;
    transform-origin: center;
}
#poreso .videocontainer .video .play div {
    background: #171717;
    width: 100%;
    height: 100%;
    border-radius: 100000px;
    position: relative;
    transition: all 0.3s;
}
#poreso .videocontainer .video:hover .play {
    transform: translate(-50%,-50%) scale(1.2);
}
#poreso .videocontainer .video:hover .play div {
    background: #ffffff;
}
#poreso .videocontainer .video .play div svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin-left: 0.3em;
    width: 3em;
}
#poreso .videocontainer .video::after {
    display: none;
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 84.8em;
    height: 13.4em;
    transform: translateX(-50%);
    background: url(images/como_misc02.png) center no-repeat;
    background-size: cover;
    max-width: 100vw;
}



#poreso .videocontainer .bloque {
    position: absolute;
    left: 8em;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(128,74,138);
    background: linear-gradient(180deg, rgba(128,74,138,1) 0%, rgba(86,104,159,1) 100%);
    padding: 8em 5em;
    width: 40em;
    border-radius: 4em;
    z-index: 10;
}
#poreso .videocontainer .bloque p {
    font-size: 4em;
    line-height: 1.3em;
    font-weight: 600;
    color: #ffffff;
}
#poreso .trama {
    left: 50%;
    top: -3em;
    width: 81em;
    height: 81em;
    transform: translate(-50%,-50%);
    margin-left: -50em;
    margin-top: 26em;
}

#licencias .items {
    justify-content: center;
}
#licencias .items .item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 1.4em;
}
.bloquelinea {
    background: rgb(132,132,132);
    background: linear-gradient(180deg, rgba(132,132,132,1) 0%, rgba(23,23,23,1) 80%); 
    padding: 0.2em;
    border-radius: 4.2em;
}
.bloquelinea.gold {
    background: rgb(226,188,89);
    background: linear-gradient(180deg, rgba(226,188,89,1) 0%, rgba(23,23,23,1) 80%);
}
.bloquelinea.black {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(23,23,23,1) 80%);
}
#licencias .items .item .bloque {
    background: #171717;
    border-radius: 4em;
    text-align: center;
}
#licencias .items .item .bloque .hexagono {
    margin-top: -3em;
}
#licencias .items .item .bloque .info {
    padding: 1em 4em 4em;
}
#licencias .items .item .bloque .info .dato {
    background: rgb(152,152,152);
background: linear-gradient(90deg, rgba(152,152,152,1) 0%, rgba(187,187,187,1) 100%);
    padding: 0.2em;
    border-radius: 2.5em;
    margin: 1.5em 0;
}

#licencias .items .item .bloque .info .dato div {
    border-radius: 2.3em;
    padding: 1.3em;
    background: #171717;
    position: relative;
}
#licencias .items .item .bloque .info .dato.icono div {
    padding-top: 3em;
}
#licencias .items .item .bloque .info .dato div img {
    position: absolute;
    left: 50%;
    top: -2.8em;
    width: 5.5em;
    transform: translateX(-50%);
}
#licencias .items .item .bloque .info .dato div p {
    font-size: 2em;
    line-height: 1.3em;
    font-weight: 400;
    color: #ffffff;
}
#licencias .items .item .bloque h3 {
    font-size: 2.8em;
    line-height: 1.1em;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}
#licencias .items .item .bloque p.bajada {
    font-size: 1.6em !important;
    line-height: 1.3em !important;
    font-weight: 400 !important;
    color: #56689F !important;
}

#licencias .items .item .bloque .incluye {
    padding: 4em 4em 6em;
    border-top: 1px solid #272727;
}
#licencias .items .item .bloque .incluye h4 {
    font-size: 2em;
    line-height: 1.1em;
    font-weight: 700;
    color: #6D80BC;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}
#licencias .items .item .bloque .incluye p {
    font-size: 1.7em;
    line-height: 1.15em;
    font-weight: 300;
    color: #ffffff;
}
#licencias .items .item .bloque .incluye p span {
    color: #56689F;
}

#comofunciona {
    background: #141414;
}
#comofunciona .columnas {
    align-items: center;
}
#comofunciona .columnas .columna.izq {
    flex: 0 0 30%;
    max-width: 30%;
}
#comofunciona .columnas .columna.der {
    flex: 0 0 70%;
    max-width: 70%;
}
#comofunciona .columnas .columna.der .subcolumnas {
    display: flex;
    align-items: center;
}
#comofunciona .columnas .columna.der .subcolumnas .subcolumna {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
}
#comofunciona .columnas .columna.der .subcolumnas .subcolumna .punto {
    padding: 3em 3em 3em 6.5em;
    position: relative;
    min-height: 11em;
    display: flex;
    align-items: center;
}
#comofunciona .columnas .columna.der .subcolumnas .subcolumna .punto::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: rgb(128,74,138);
    background: linear-gradient(90deg, rgba(128,74,138,1) 0%, rgba(86,104,159,1) 100%);    
}
#comofunciona .columnas .columna.der .subcolumnas .subcolumna .punto:last-of-type::before {
    display: none;
}
#comofunciona .columnas .columna.der .subcolumnas .subcolumna .punto p {
    font-size: 2.2em;
    line-height: 1.15em;
    font-weight: 400;
    color: #ffffff;
}
#comofunciona .columnas .columna.der .subcolumnas .subcolumna .punto .num {
    width: 4.6em;
    height: 4.6em;
    background: rgb(199,187,233);
    background: linear-gradient(180deg, rgba(199,187,233,1) 0%, rgba(147,128,225,1) 80%);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10000px;
}
#comofunciona .columnas .columna.der .subcolumnas .subcolumna .punto .num span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 2.2em;
    line-height: 1.15em;
    font-weight: 600;
    color: #ffffff;
}
#comofunciona .columnas .columna.der .subcolumnas .subcolumna .punto.p3 {
    padding-left: 10em;
    padding-right: 6em;
    height: 100%;
}
#comofunciona .columnas .columna.der .subcolumnas .subcolumna .punto.p3 .num {
    left: 3em;
}
#comofunciona .columnas .columna.der .subcolumnas .subcolumna .punto.p3::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background: rgb(128,74,138);
    background: linear-gradient(180deg, rgba(128,74,138,1) 0%, rgba(86,104,159,1) 100%);   
}


#comofunciona .trama {
    right: auto;
    left: 50%;
    top: 50%;
    transform: translate(-140em, -40em);
}
#comofunciona .trama.t2 {
    top: 50%;
    transform: translate(60em, -40em);
}

#clientes .slider .logo {
    background: rgb(128,74,138);
    background: linear-gradient(180deg, rgba(128,74,138,1) 0%, rgba(86,104,159,1) 100%);
    padding: 0.2em;    
    border-radius: 2.2em;
}
#clientes .slider .logo div {
    min-height: 14em;
    padding: 0 3em;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #171717;
    border-radius: 2em;
}
#clientes .slider .paginacion {
    margin-top: 10.3em;
    padding-top: 3em;
    height: 7em;
}
#clientes .slider .paginacion::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-bottom: 1em;
    transform: translateX(-50%);
    width: 84.2em;
    height: 10.3em;
    background: url(images/clientes_misc.png) center no-repeat;
    background-size: cover;
    max-width: 100vw;
}

#sabermas {
    /*overflow: hidden;*/
}

#sabermas .fondocontainer {
    overflow: auto;
}
#sabermas .bloquelinea {
    background: rgb(128,74,138);
    background: linear-gradient(180deg, rgba(128,74,138,1) 0%, rgba(86,104,159,1) 100%);
    padding: 0.2em;
    border-radius: 4.2em;
}
#sabermas .bloque {
    background: url(images/sabermas_fondo.jpg) center no-repeat;
    background-size: cover;
    padding: 7em;
    border-radius: 4em;
    position: relative;
}
#sabermas .bloque .titulo {
    font-size: 4.3em;
    margin: 0;
}
#sabermas .bloque p {
    font-size: 2.5em;
}
#sabermas .bloque .content {
    max-width: 50%;
}
#sabermas .bloque .foto {
    position: absolute;
    left: 50%;
    bottom: 0;
}
#sabermas .bloque .foto img {
    width: 67.8em;
    max-width: none;
    display: block;
}
#sabermas .boton span {
    padding: 1.0em 1.8em;
}
#sabermas .trama {
    right: auto;
    left: 50%;
    top: 50%;
    transform: translate(-90em, -70em);
}

#consulta .trama {
    right: auto;
    left: 50%;
    top: 50%;
    transform: translate(-10em, -50%);
}
#consulta .container {
    max-width: 77em;
}
#consulta .misc {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 84.2em;
    height: 10.3em;
    background: url(images/como_misc01.png) center no-repeat;
    background-size: cover;
    max-width: 100vw;
}



footer {
    background: rgb(30,30,30);
    background: linear-gradient(0deg, rgba(30,30,30,1) 0%, rgba(20,20,20,1) 100%);
    padding: 3em 0;
}
footer .columnas {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -2em;
}
footer .columnas .columna {
    flex: 0 0 auto;
    max-width: none;
    padding: 2em;
}
footer .redes {
    display: flex;
    align-items: center;
}
footer .redes span {
    font-size: 2em;
    line-height: 1.15em;
    font-weight: 500;
    color: #ffffff;
    margin-right: 1em;
}
footer .redes .social {
    padding: 1.3em;
}
footer .redes .social svg .normal {
    transition: all 0.3s;
    fill:url(#svgdegrade);
    
    transition: all 0.3s;
}
footer .redes .social svg .hover {
    fill:url(#svgdegrade2);
    transition: all 0.3s;
    opacity: 0;
}
footer .redes .social:hover svg .normal {
    opacity: 0;
}
footer .redes .social:hover svg .hover {
    opacity: 1;
}
footer .botonsubir {
    width: 9.6em;
    height: 9.6em;
    background: #191919;
    border-radius: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}
footer .botonsubir svg {
    width: 3.7em;
    display: block;
}
footer .botonsubir:hover {
    background: #ffffff;
}

#svgdefs {
    display: block;
    height: 0;
    visibility: hidden;
}

#botonwhatsapp {
    position: fixed;
    left: 3em;
    top: 3em;
    width: 7.1em;
    height: 7.1em;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(147,128,225,1) 100%);
    border-radius: 1000px;
    z-index: 100000;
}
#botonwhatsapp::before {
    content: "";
    position: absolute;
    border-radius: 1000px;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    background: rgb(199,187,233);
    background: linear-gradient(180deg, rgba(199,187,233,1) 0%, rgba(147,128,225,1) 100%);
}
#botonwhatsapp span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    background: rgba(255,255,255,0);
    transition: all 0.3s;
}
#botonwhatsapp span svg {
    display: block;
    position: relative;
    width: 3.9em;
}
#botonwhatsapp span svg path {
    fill: #ffffff;
    transition: all 0.3s;
}
#botonwhatsapp:hover span {
    background: #ffffff;
}
#botonwhatsapp:hover span svg path {
    fill: #804A8A;
}

.flechas {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.flechas svg {
    width: 25em;
}
.flechas .st0 {
    fill: #252525;
}


.flechas .anim1,
.flechas .anim2,
.flechas .anim3,
.flechas .anim4 {
    animation-name: flechas;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
.flechas .anim1 { animation-delay: 0s; }
.flechas .anim2 { animation-delay: 0.3s; }
.flechas .anim3 { animation-delay: 0.6s; }
.flechas .anim4 { animation-delay: 0.9s; }

@keyframes flechas {
  0%   {opacity: 0}
  25%  {opacity: 1}
  50%  {opacity: 0}
  100% {opacity: 0}
}

#porque .flechas,
#queofrecemos .flechas {
    margin-left: -62em;
    margin-top: 30em;
}
#poreso .flechas {
    margin-left: 65em;
    margin-top: 30em;
}
#licencias .flechas {
    margin-left: -62em;
    margin-top: 45em;
}

#clientes .flechas {
    margin-left: 62em;
    margin-top: 5em;
}
#sabermas .flechas {
    margin-left: -62em;
    margin-top: 50em;
}

#popupConsultas {
    background: #1E1E1E;
    border-radius: 4em;
    max-width: 125em;
    padding: 0;
    overflow: hidden;
}

#popupConsultas .columnas .columna.izq {
    flex: 0 0 32%;
    max-width: 32%;
    padding: 6em 4em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #171717;
}
#popupConsultas .columnas .columna.der {
    flex: 0 0 68%;
    max-width: 68%;
    padding: 10em 4em;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

#popupConsultas h4 {
    font-size: 4em;
    line-height: 1.15em;
    font-weight: 600;
    color: #ffffff;
    max-width: 6.6em;
}


#popupConsultas .subcolumnas {
    display: flex;
    max-width: 72em;
    flex-wrap: wrap;
}
#popupConsultas .subcolumnas .subcolumna {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 4em;
    position: relative;
}
#popupConsultas .subcolumnas .subcolumna .linea {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 2px;
    height: 100%;
    background: rgb(128,74,138);
    background: linear-gradient(0deg, rgba(128,74,138,1) 0%, rgba(86,104,159,1) 100%);
}
#popupConsultas h3 {
    font-size: 2.8em;
    line-height: 1.15em;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1em;
}
#popupConsultas p {
    font-size: 2.2em;
    line-height: 1.15em;
    font-weight: 400;
    color: #ffffff;
    margin: 1.2em 0;
}
#popupConsultas p.small {
    font-size: 1.8em;
}
#popupConsultas .boton span {
    font-size: 2em;
}

#popupConsultas::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 51.8em;
    height: 11.4em;
    background: url(images/popup_misc.png) center no-repeat;
    background-size: cover;
}

#desarrollos {
    padding-top: 6em;
}
#desarrollos .columnas {
    align-items: flex-end;
}
#desarrollos .columnas .columna {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    padding: 0 1.5em;
}
#desarrollos h5 {
    font-size: 4.9em;
    line-height: 1.1em;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1.4em;
}
#desarrollos p {
    font-size: 2.8em;
    color: #A271AC;
    font-style: italic;
    margin-bottom: 3em;
}
#desarrollos .columnas .columna.der img {
    display: block;
    margin: 0 auto;
    position: relative;
}
#desarrollos .columnas .columna.der::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2em;
    transform: translateX(-50%);
    width: 56em; height: 56em;
    border-radius: 100000px;
    background: linear-gradient(180deg, rgba(128,74,138,1) 0%, rgba(86,104,159,1) 100%);
}

#desarrollos02 .items {
    margin: 0 -1.6em;
}
#desarrollos02 .items .item {
    padding: 0 1.6em;
}

#desarrollos02 .items .item .bloquelinea {
    background: rgb(128,74,138);
    background: linear-gradient(180deg, rgba(128,74,138,1) 0%, rgba(86,104,159,1) 100%);
    padding: 0.2em;
    border-radius: 4em;
    height: 100%;
}
#desarrollos02 .items .item .bloque {
    background: #171717;
    border-radius: 4em;
    padding: 5.6em 6em;
    height: 100%;
    position: relative;
}
#desarrollos02 .items .item .bloque::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5em;
    bottom: 5em;
    width: 1.6em;
    border-radius: 0 10em 10em 0;
    background: rgb(128,74,138);
    background: linear-gradient(180deg, rgba(128,74,138,1) 0%, rgba(86,104,159,1) 100%);
}
#desarrollos02 .items .item .bloque p {
    font-size: 2.2em;
    font-weight: 500;
}

#desarrollos02 .titulo {
    text-align: center;
    margin-bottom: 0;
}

#contacto .items {
    margin: 0 -2em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#contacto .items .item {
    padding: 2em;
    flex: 0 0 auto;
    max-width: 100%;
    padding-left: 10em;
    position: relative;
}
#contacto .items .item .icono {
    position: absolute;
    left: 2em;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(128,74,138);
    background: linear-gradient(180deg, rgba(128,74,138,1) 0%, rgba(86,104,159,1) 100%);
    width: 6em;
    height: 6em;
    border-radius: 1000px;
}
#contacto .items .item .icono img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#contacto .items .item p {
    font-size: 2em;
}
#contacto .items .item p a {
    color: #ffffff;
}
#contacto .items .item p {
}

#map {
    height: 60em;
}



/* ---------------------- 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) {
    header .foto {
        height: auto;
        left: 50%;
    }
}

@media (max-width: 1300px) { 
    #botonwhatsapp {
        left: auto;
        right: 3em;
        top: auto;
        bottom: 3em;
    }
}

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

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

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

@media (max-width: 1100px) {

}

@media (max-width: 1050px) {
    #poreso .videocontainer {
        font-size: 0.9em;
    }
}

@media (max-width: 1000px) {
    #licencias .items .item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    #comofunciona .columnas .columna.izq,
    #comofunciona .columnas .columna.der {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #comofunciona .columnas .columna.izq {
        text-align: center;
    }
    #comofunciona .columnas .columna.der .subcolumnas {
        flex-wrap: wrap;
    }
    #comofunciona .columnas .columna.der .subcolumnas .subcolumna {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #comofunciona .columnas .columna.der .subcolumnas .subcolumna .punto.p3 {
        padding-left: 7em;
    }
    #comofunciona .columnas .columna.der .subcolumnas .subcolumna .punto.p3 .num {
        left: 0;
    }
    #comofunciona .columnas .columna.der .subcolumnas .subcolumna .punto:last-of-type::before {
        display: block;
    }
    #comofunciona .columnas .columna.der .subcolumnas .subcolumna .punto.p3::before {
        display: none;
    }
    #sabermas .bloque {
        padding-bottom: 0;
        text-align: center;
    }
    #sabermas .bloque .content {
        max-width: 100% !important;
    }
    #sabermas .bloque .foto {
        position: relative;
        left: auto;
        bottom: auto;
    }
    #sabermas .bloque .foto img {
        margin: 0 auto;
    }
    #sabermas .bloque .titulo {
        font-size: 3.8em;
    }
    #sabermas .bloque .foto {
        display: flex;
        justify-content: center;
    }
    #queofrecemos .items .item {
        flex: 0 0 100%;
        max-width: 70em;
    }
    header nav a {
        margin: 1em 1em;
    }
    #sabermas .bloque .foto {
        transform: translateX(0) !important;
    }
}

@media (max-width: 950px) {
    .botonMenuMobile,
    #menuMobile {
        display: block;
    }
    header {
        padding: 10em 0 0;
    }

    header .foto {
        position: relative;
        left: auto;
        top: auto;
        margin-top: -10em;
    }    
    header .foto img {
        display: block;
        margin-left: auto;
        margin-right: 0;
    }
    header h1 {
        max-width: none;
    }
    header p {
        max-width: none;
    }
    header h1 {
        font-size: 6.5em;
    }

    #porque .items .item {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #beneficios {
        text-align: center;
    }
    #beneficios .columnas .columna.izq,
    #beneficios .columnas .columna.der {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #beneficios .foto {
        margin: 0 auto;
        font-size: 0.9em;
    }
    #beneficios .foto img {
        max-width: none;
    }
    #poreso .videocontainer {
        font-size: 0.8em;
    }
    
    #popupConsultas .columnas .columna.izq,
    #popupConsultas .columnas .columna.der {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #popupConsultas .columnas .columna.izq {
        padding: 14em 8em 6em;
        justify-content: flex-start;
    }
    #popupConsultas .columnas .columna.der {
        padding: 6em 8em 8em;
        justify-content: flex-start;
    }
    #popupConsultas .subcolumnas {
        max-width: none;
        margin: 0 -4em;
    }
    #popupConsultas h4 {
        max-width: none;
    }
    #popupConsultas::after {
        font-size: 0.8em;
    }
    #beneficios ul {
        max-width: 60em;
        margin: 0 auto;
    }
    header.hb h1 {
        margin: 0 0 2em;
    }
    #desarrollos .columnas .columna {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #desarrollos .columnas .columna {
        text-align: center;
    }
    #desarrollos p {
        margin-bottom: 0;
    }
    #desarrollos02 .items .item {
        flex: 0 0 100%;
        max-width: 80em;
        margin: 0 auto 2em;
    }
}

@media (max-width: 900px) {
    header nav {
        display: none;
    }
    #clientes {
        overflow: hidden;
    }
    footer {
        padding-right: 7em;
    }
}

@media (max-width: 800px) {
    .container {
        padding: 0 6em;
    }
    #menuPrincipal {
        display: none;
    }
    header h1 {
        font-size: 5.5em;
    }
    header .foto {
        font-size: 0.9em;
    }
    header p {
        font-size: 2.8em;
    }
    header h1 {
        margin-top: 1.0em;
    }
    .titulo {
        font-size: 3.5em;
    }
    #beneficios .foto {
        font-size: 0.8em;
    }
    #beneficios .foto img {
        max-width: 100vw;
    }
    #poreso .videocontainer {
        font-size: 0.8em;
    }
    #poreso .videocontainer {
        position: relative;
    }
    #poreso .videocontainer .bloque {
        
        left: 50%;
        transform: translateX(-50%);
        top: -10em;
        width: 70em;
        padding: 5em 8em;
        text-align: center;
        max-width: 95%;
    }
}

@media (max-width: 700px) {
    section {
        padding: 12em 0;
    }
    #licencias .items .item {
        flex: 0 0 100%;
        max-width: 60em;
    }
    .flechas {
        display: none;
    }
    #desarrollos h5 {
        font-size: 4em;
    }
}



@media (max-width: 650px) {
    #porque .items .item {
        flex: 0 0 100%;
        max-width: 42em;
    }
}

@media (max-width: 600px) {
    .container {
        padding: 0 4em;
    }
    #sabermas .bloque {
        padding: 6em 6em 0;
    }
    #sabermas {
        overflow: hidden;
    }
    #popupConsultas .subcolumnas .subcolumna {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #popupConsultas .subcolumnas .subcolumna .linea {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: 0.2em;
        margin: 5em 0;
        background: linear-gradient(90deg, rgba(128,74,138,1) 0%, rgba(86,104,159,1) 100%);
    }
}

@media (max-width: 550px) {
    header .foto {
        font-size: 0.8em;
    }
    #beneficios .titulo {
        font-size: 3.8em;
    }
    #poreso .videocontainer .bloque {
        font-size: 0.9em;
    }
    #queofrecemos .items .item .bloque {
        padding: 6em 3em 5em;
    }
}

@media (max-width: 500px) {
    #poreso .videocontainer .bloque {
        font-size: 0.8em;
    }
    #sabermas .bloque .foto {
        font-size: 0.9em;
    }
    #sabermas .bloque {
        padding: 5em 4em 0;
    }
    #desarrollos h5 {
        font-size: 3.8em;
    }
}

@media (max-width: 450px) {
    header .foto {
        font-size: 0.7em;
    }
    #beneficios .foto {
        font-size: 0.7em;
    }
    #sabermas .bloque .foto {
        font-size: 0.8em;
    }
}

@media (max-width: 400px) {
    .container {
        padding: 0 3em;
    }
    #sabermas .bloque .foto {
        font-size: 0.7em;
    }
}

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

