/* Fonts */


/* Global */
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;
    vertical-align: baseline;
}

html {
    text-rendering: optimizelegibility;
    font-family: Helvetica, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

.App {
    position: relative;
    overflow: hidden;
}

#root {
    width: 100%;
    height: 100%;
}

::selection {
    background: #ffe146;
    color: #121212;
}

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

b {
    font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: Helvetica, sans-serif;
}

p,
button,
a {
    font-family: Helvetica, sans-serif, sans-serif !important;
}


input[type="submit"],
button {
    cursor: pointer;
    background: none;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input,
button {
    margin: 0;
    padding: 0;
    border: 0;
}

div,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
    outline: none;
}

ul,
ol {
    list-style-type: none;
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-zoom: none;
}

body {
    background-color: #121212;
    font-family: Helvetica, sans-serif !important;
    position: relative;
    color: #fff;
    min-width: 375px;
    font-size: 18px;
    line-height: 1.77778;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;

}

p {
    color: #fff;
    font-size: 14px;
}


a:hover {
    text-decoration: none;
    color: inherit;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all .5s;
    transition: all .5s;
    -o-transition: all .5s;
}

a,
button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button:focus {
    outline: none;
}

.container {
    padding: 0 40px;
    position: relative;
}

.gralBody {
    overflow-x: hidden;
}

.app {
    width: 100%;
    overflow-x: hidden;
    display: none;
}

/* Header CSS */



.txtChange {
    width: fit-content;
    position: relative;
    display: flex;
}
mark {
    background-color: #ffe146;
    color: #121212;
}
.relative {
    position: relative;
}

.heroChange h1{
    margin-bottom: 5px;
}
.navMob {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #292929;
    z-index: 99999;
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
    -o-transition: all .5s;
}

.headerTop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
    align-self: center;
    width: 100%;
}

.navMenu {
    display: flex;
    font-size: 15px;
    font-feature-settings: "salt";
    align-items: center;
    flex-wrap: inherit;
}
span.nav-link {
    cursor: pointer;
}
.nav-link.active {
    color: #ffe146;
}
.nav-link svg {
    width: 10px;
}
.navDesp {
    opacity: 0;
    visibility: hidden;
    right: 360px;
    position: absolute;
    top: 55px;
    background: #ffe146;
    padding: 10px 20px;
    transition: all .5s;
    border-radius: 15px;
}
.navDesp.active {
    opacity: 1;
    visibility: visible;
}
.navDesp.active .nav-link {
    opacity: 1;
    visibility: visible;
}
.navDesp .nav-link{
color: #121212;
margin: 10px 0;
opacity: 0;
visibility: hidden;
}
.navDesp .nav-link:hover{
    color: #1212129a;
    }

.brand {
    display: flex;
}
.brand img {
    padding: 15px 0;
    width: 160px;
    height: 100%;
}

.nav-link {
    position: relative;
    padding: .5rem 1rem;
    font-family: Helvetica, sans-serif !important;
    font-size: 12px;
    transition: all .5s;
}

.nav-link:hover {
    color: #ffffff8a;
}

.nav-link:last-child {
    margin-right: -.5rem;
}
.navDesp .nav-link {
    margin: 0;
}

.navButton {
    height: 15px;
    width: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.navButton span {
    display: none;
    height: 1px;
    width: 100%;
    background-color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    -o-transition: all .5s;
}

.navButton span:nth-child(3) {
    width: 60%;
    align-self: center;
}

.activeHeader .navButton span:nth-child(2) {
    opacity: 0;
}

.activeHeader .navButton span:nth-child(1) {
    transform: rotate(45deg) translate(9px, 6px);
    transform-origin: bottom;
}

.activeHeader .navButton span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, 0px);
    transform-origin: bottom;
    width: 100%;
}
#trabajo {
    overflow: initial!important;
}


/* Form Contact  */

.contacts__form {
    width: 100%;
    margin-top: 40px;
}


/* Fin Hero Home */

/* Tags */

.floatTags {
    display: flex;
    position: absolute;
    top: 20px;
    right: 85px;
}
.floatTags span {
    font-size: 15px;
    margin-right: 10px;
    padding: 4px 9px;
    border-radius: 10px;
    font-weight: 500;
    margin-bottom: 5px;
}
.experiencemodul .floatTags span {
    background: #b19633;
}

.agencymodul .floatTags span {
    background: #28a2ab;
}
.labmodul .floatTags span {
    background: #412671;
}
.floatTags {
    flex-wrap: wrap;
    right: 0px;
    justify-content: flex-end;
}

/* Proceso */

.hacemossvg {
    width: 50%;
}
/* Modulos */
.modu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

.whiteMod {
    background-color: #fff;
}

.modu70, .modu70Mob {
    width: 70%;
}
.modu50 {
    width: 50%;
}

.fullH {
    min-height: 750px;
}


/* Globals */
html {
    scroll-padding-top: 100px;
}

h1 {
    font-size: 84px;
    line-height: 100%;
    margin-bottom: 20px;
}

h3 {
    font-size: 20px;
    font-weight: 400;
}
h4 {
    font-size: 18px;
    line-height: 148%;
    margin-bottom: 10px;
}

h2 {
    font-size: 65px;
    line-height: 100%;
    margin-bottom: 20px;
}

h5 {
    font-size: 15px;
    color: #fbfcfc;
    margin-bottom: 10px;
}
.h5title {
    letter-spacing: .14rem;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 10px;
    text-transform: uppercase;
}
.textChng {
    margin-bottom: 20px;
}
.h5Y {
    background: #ffe146;
    color: #121212;
}
.h5B {
    background: #2ec4b6;
    color: #fbfcfc;
}

.h5V {
    background: #522a97;
    color: #fbfcfc;
}
.mobOnly {
    display: none;
}
.pcOnly {
    display: block;
}
.textWhite {
    color: #fbfcfc;
}

.textDark {
    color: #121212;
}

.textGray {
    color: #C4C4C4;
}

.textGrayP {
    color: #353535;
}

.textColor {
    color: #ffe146;
}

.textCenter {
    text-align: center !important;
}

.textLeft {
    text-align: left !important;
}
.textRight {
    text-align: right !important;
}

.flexCol {
    display: flex;
    flex-direction: column;
}
.flexJusBeet {
    justify-content: space-between!important;
}
.col50 {
    width: 48%!important;
}
.flexRow {
    display: flex;
    flex-direction: row;
}

.columnsGral {
    justify-content: space-between;
    margin-top: 30px;
    width: 100%;
}

.flexWrap {
    flex-wrap: wrap;
}

.flexCenter {
    align-items: center;
    justify-content: center;
}

.boton {
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 13px;
    width: fit-content;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .3s;
    position: relative;
}
.boton p {
    font-size: 13px;
}
.btn {
    height: 50px;
    width: 150px;
}
.markerCol {
    color: #ffe146;
}

/* Typed Words */

.typedCursor {
    margin-left: -7px;
    font-size: 30px;
    margin-right: -3px;
    -webkit-animation: typedBlink .8s infinite;
    animation: typedBlink .8s infinite;
    color: #ffe146;
    position: relative;
    bottom: -3px;
}

@keyframes typedBlink {
    0% {
        opacity: 0;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes typedBlink {
    0% {
        opacity: 0;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.bordWhiteBoton {
    border: 2px solid #fff;
    color: #fff;
}

.bordWhiteBoton:hover {
    border: 2px solid #ffe146;
    color: #121212;
    background-color: #ffe146;
}

.botonSimple {
    font-size: 14px;
    width: fit-content;
    font-weight: 600;
    display: flex;
    align-items: center;
    transition: all .3s;
}

.botonSimple.textDark:hover {
    color: #14143c59;
}

.botonSimple i {
    font-size: inherit;
    padding-left: 10px;
}

.violetBoton {
    background-color: #522a97;
    color: #fbfcfc;
}
.blBoton {
    background-color: #2ec4b6;
    color: #fbfcfc;

}
.yelBoton {
    background-color: #ffe146;
    color: #121212;

}
.yelBoton:hover {
    background-color: #b6a032;
    color: #121212;

}

.violetBoton:hover {
    background-color: #47477a;
}
.blBoton:hover {
    background-color: #228b81;
}

.circle1 {
    position: absolute;
    top: -320px;
    left: -160px;
    width: 770px;
    z-index: -1;
}

.circle2 {
    position: absolute;
    top: -130px;
    right: -170px;
    transform: rotate(90deg);
    width: 480px;
    z-index: -1;
}
.circle3 {
    position: absolute;
    width: 260px;
    top: -110px;
    right: 240px;
}
.dots1 {
    position: absolute;
    width: 675px;
    bottom: -180px;
    left: -100px;
    z-index: -1;
}

.textVal {
    font-size: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gralColSvg > div {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    width: 30%;
    align-items: center;
}
#servicios .circle1 {
    top: -170px;
    width: 420px;
    left: 0;
}
#gobiernos .dots1 {
    top: 0;
    bottom: initial;
    right: 0;
    left: auto;
    transform: rotate(
180deg
);
}
#gobiernos .extraMargBot {
    margin-bottom: 20px;
}
#empresas .extraMargBot {
    margin-bottom: 20px;
}
#gobiernos .circle2 {
    bottom: -90px;
    top: auto;
    left: -270px;
}

/* End Globals */



/* Cards */

.cardsIcons {
    font-size: 90px !important;
    color: #1212127a;
}

.cardList {
    padding: 0;
    background-color: rgb(41 41 41);
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    border-radius: 15px;
    min-height: 210px;
    align-items: center;
    position: relative;
}

.cardsFlex .cardList {
    width: 30%;
}
.cardText {
    padding: 20px 40px;
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: 60px;
}
.iconDiv {
    padding: 20px 25px;
    border-radius: 100%;
    position: absolute;
    top: -70px;
}
/* Carru */
.owl-carousel .owl-stage-outer, .owl-profesional .owl-stage-outer {
    overflow: visible;
}
.owl-nav.disabled {
    display: none;
}
.owl-creative .owl-stage,.owl-profesional .owl-stage {
    display: flex;
    flex-direction: row!important;
}
.owl-profesional .owl-item {
    margin: 0 10px;
}
.owl-creative .owl-item {
    margin: 0 40px;
}
.owl-creative .owl-item:first-child {
    margin-left: 0;
}
.owl-creative .owl-item:last-child {
    margin-right: 0;
}
.bckG {
background-color: #292929;
}
.bckY {
    background-color: #ffe146;
}
.bckB {
    background-color: #2ec4b6;
}
.bckV {
    background-color: #6969b3;
}

.borY {
    border-color: #ffe146!important;
}
.borB {
    border-color: #2ec4b6!important;
}
.borV {
    border-color: #6969b3!important;
}

.cardsFlex {
    margin-top: 30px;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.cardList .botonSimple {
    position: absolute;
    right: 50px;
    margin-top: 15px;
}

.cardList h4 {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}
.extraMargBot {
    margin-bottom: 50px;
}
.moduSection {
    padding: 200px 0 100px;
}
/* Modu Home */
.backGrad {
    background: rgb(46,176,196);
    background: linear-gradient(45deg, rgba(46,176,196,1) 0%, rgba(46,196,182,1) 58%, rgba(46,174,196,1) 100%);
}
.whiteMod {
    background-color: #fbfcfc;
}
.pasos {
    padding: 30px 30px;
    border: 2px solid #6969b3;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-height: 300px;
    justify-content: center;
    box-shadow: 0px 20px 25px 2px rgb(105 105 179 / 35%);

}
.pasos .flexRow {
    justify-content: space-evenly;
    width: 100%;
    margin-top: 20px;
}
.globo {
    display: flex;
    justify-content: center;
    margin-right: 30px;

}
.pasoNum {
    position: absolute;
    top: -20px;
    left: -20px;
    color: #fbfcfc;
    background: #6969b3;
    border-radius: 100%;
    font-size: 50px;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pasos h3 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 5px;

}
.pasos p {
    margin-bottom: 20px;
}

.globo h4 {
    display: flex;
    align-items: center;
    font-size: 16px;
}
.globo span.material-icons-outlined {
    color: #fbfcfc;
    background: #6969b3;
    border-radius: 100%;
    margin-right: 10px;
    font-size: 32px;
}

.backNota::before {
    content: '';
    background: #15153c8f;
    position: absolute;
    width: 100%;
    height: 100%;
}
.gralColSvg h4:before {
    content: '· ';
    font-size: 20px;
    color: #b955ac;
}
.spanList span {
    color: #b955ac;
}
.metoBack {
    background: rgb(36,36,36);
background: radial-gradient(circle, rgba(36,36,36,1) 0%, rgba(18,18,18,1) 100%);

}
.meto {
    padding: 110px 0;
}
.meto h2 {
    font-size: 50px;
}
.meto svg:hover {
    transform: scale(.9);
}
.meto svg {
    width: 120px;
    margin-bottom: 20px;
    transition: all .7s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.agenSVG {
    fill: #2ec4b6;
}

.agenBack svg {
    filter: drop-shadow(2px 4px 10px #2ec4b598);
    padding: 30px;
    background: #07a5954d;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.expBack svg {
    filter: drop-shadow(2px 4px 10px #ffe0469f);
    padding: 30px;
    background: #e0bc0263;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.expSVG {
    fill: #ffe146;
}
/* Particles */

#waves {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;

}
#waves canvas {
    max-height: 850px;
}
/* Agency */
#experience .modul {
    background: rgb(161,142,43);
    background: linear-gradient(45deg, rgba(161,142,43,1) 0%, rgba(208,167,67,1) 58%, rgba(184,159,29,1) 100%);

}
.experiencemodul {
    background: rgb(161,142,43);
    background: linear-gradient(45deg, rgba(161,142,43,1) 0%, rgba(208,167,67,1) 58%, rgba(184,159,29,1) 100%);

}
.labmodul {
    background: #412671 ;
    background: linear-gradient( 
45deg
 , #392065 0%, #412671 58%, #2e1854 100%);
}
.agencymodul {
    background: rgb(46,176,196);
    background: linear-gradient(
45deg
, rgba(46,176,196,1) 0%, rgba(46,196,182,1) 58%, rgba(46,174,196,1) 100%);
}
#agency .modul {
    background: rgb(46,176,196);
    background: linear-gradient(
45deg
, rgba(46,176,196,1) 0%, rgba(46,196,182,1) 58%, rgba(46,174,196,1) 100%);
}
#agency .valoresRes {
    margin-bottom: 10px!important;
    border-color: #2ec4b6;
}
.modul {
min-height: 500px;
overflow: hidden;
}
.agencyCTA:before {
    content: '';
    background: rgb(161,142,43);
    background: rgb(46,176,196);
    background: linear-gradient(
45deg
, rgba(46,176,196,1) 0%, rgba(46,196,182,1) 58%, rgba(46,174,196,1) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-blend-mode: difference;
}
.experienceCTA:before {
    content: '';
    background: rgb(161,142,43);
    background: linear-gradient(
45deg
, rgba(161,142,43,1) 0%, rgba(208,167,67,1) 58%, rgba(184,159,29,1) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-blend-mode: difference;
}
#cta {
    min-height: 200px;
    background-image: url(/src/bck.png);
}
.modServ .logoBack {
    position: absolute;
    opacity: .2;
    top: 30px;
    right: -330px;
    width: 90%;
}
.labmodul .logoBack {
    opacity: 1;
    width: 50%;
    right: -127px;
    top: 108px;
}
#agency .subTitle {
    color: #1d796f;
}

.agencymodul .subTitle {
    color: #1d796f;
}
.labmodul .subTitle {
    color: #9073c3;
}
#experience .subTitle {
    color: #ffe146;
}
.experiencemodul .subTitle {
    color: #ffe146;
}
.subTitle {
    font-size: 40px;
    font-weight: 100;
    margin-bottom: 15px;
}
.mod .h1Up {
    margin-bottom: 3px;
}
.lista li:before {
    color: #ffe146;
    font-weight: 800;
    padding-right: 5px;
    margin-left: -10px;
    content: counter(list-counter) ".";

}
#experience .lista li:before {
    color: #ffe146;
}
#agency .lista li:before {
    color: #2ec4b6;
}
ol.lista {
    list-style: none;
    counter-reset: list-counter;
}
.lista li {
    counter-increment: list-counter;
}
.boxText {
    font-weight: 500;
    border-radius: 15px;
    margin-bottom: 40px;
    padding: 40px 80px;
    color: #ffffffbf;
    font-size: 16px;
    background: rgb(161,142,43);
    background: linear-gradient( 
45deg
 , rgba(161,142,43,1) 0%, rgba(208,167,67,1) 58%, rgba(184,159,29,1) 100%);
}
#experience .valsvg {
    width: 26%;
}
#experience .pasos {
    border: 1px solid #ffe146;
    min-height: 230px;
}
#experience .pasoNum {
    background: #ffe146;
    color: #121212a1;
}
#experience .globo span.material-icons-outlined {
    background: #ffe146;
    color: #121212;
}
/* Nosotros */
.logoBack {
    position: absolute;
    opacity: .4;
    width: 80%;
}

.valoresRes {
    border: 1px solid #ffe146;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px!important;
}
#nosotros .iconDiv {
    padding: 20px 20px;
    display: flex;
    position: absolute;
    top: -20px;
}
#nosotros .cardText {
    padding: 0;
}
#nosotros .cardList {
    border: solid 2px #292929;
    background: transparent;
    flex-direction: column;
    min-height: 180px;
    padding: 20px;
}
.driver {
    font-size: 30px;
    margin-bottom: 20px;
    color: #fbfcfc82;
}
.bckG .cardsIcons {
    color: #fbfcfc82;
}
#nosotros .cardsIcons {
    font-size: 60px!important;
}
.valsvg {
    width: 100%;
}
.marginTextBot {
    margin-bottom: 15px;
}

/* Creadores */

#creadores .cardText {
    flex-direction: column;
    margin: 0;
}
#creadores p {
    font-size: 13px;
}
.imgCread {
    width: 100%;
}
.imgCread img {
    width: 100%;
    border-radius: 15px 15px 0 0;
    height: 310px;
    object-fit: cover;
}
#creadores .cardList h3 {
    margin-bottom: 5px;
}

.rrssHead a:hover svg {
    color: #ffe146;
}
.rrssCreators a svg {
    width: 37px;
    height: 17px;
    color: #6b6b6b;
    transition: all .7s;
    transition-duration: .5s all;
}
.rrssHead {
    background: #1c1c1c;
    border-radius: 15px;
    padding: 5px 10px;
}

.rrssHead svg {
    width: 35px;
    height: 16px;
    color: #6b6b6b;
    transition: .3s;
}
#careers .cardsFlex .cardList {
    width: 28%;
}
#careers .fullH, #nosotros .fullH {
    min-height: 600px;
}
/* Loader  */

/* Loader */

.loadSF {
    position: fixed;
    height: 100%;
    width: 100%;
    opacity: 1;
    visibility: visible;
    top: 0;
    right: 0;
    z-index: 10000000;
    -webkit-transition: all .5s;
    transition: all .5s;
    -o-transition: all .5s;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.l1 {
    background-color: #121212;
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}


.loadIso {
    width: 130px;
    position: absolute;
    z-index: 4;
    top: 46%;
    -webkit-transition: all .3s;
    transition: all .3s;
    -o-transition: all .3s;
}

/* Footer */
.columnsFooter>div:last-child {
    width: 20%;
}
.blackSection {
    background-color: #000;
}

.columnsFooter {
    justify-content: space-between;
    margin-top: 30px;
}

.columnsFooter>div {
    width: 25%;
}

.susinfo {
    font-size: 13px;
    margin-top: 15px;
}
.padTop {
    padding-top: 30px;
}
.footerSec {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.footerNos {
    font-size: 13px;
    color: #ffffff75;
}
input.footer-subscribe__input {
    -webkit-appearance: none;
    appearance: none;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.10625rem;
    line-height: 1rem;
    background-color: hsla(0, 0%, 62%, .1);
    border-image: initial;
    border-radius: 0px;
    outline: none;
    padding: 0.9375rem 1.25rem;
    width: 100%;
}

form.formsuscriber {
    display: flex;
    width: 100%;
    transition: opacity 250ms ease 0s;
}

.formsuscriber {
    display: flex;
}

.newssub {
    color: #bbbbbf;
    font-size: 4px !important;
}

button.newssub {
    position: relative;
    width: 3.125rem;
    height: 3.125rem;
    min-width: 3.125rem;
    min-height: 3.125rem;
    color: #fff;
    cursor: pointer;
    border-width: 2px;
    border-style: solid;
    border-color: #9f3de1;
    border-image: initial;
    outline: none;
    transition: all 250ms ease 0s;
    background: transparent;
}
/* Contacto */
.hiddenField {
    display: none;
}
#contacto {
    padding-top: 40px;
}
#contacto .fullH {
    min-height: 850px;
}
/* Servicios  */

#servicios .fullH {
    padding: 230px 0px 130px;
}
#servicios .cardList .botonSimple {
    bottom: 30px;
}
.imgServ {
    width: 50%;
    padding-right: 30px;
    text-align: center;
}
.cardList h3 {
    margin-bottom: 20px;
}
.pad30 {
    padding: 30px;
}
#servicios .cardList p {
    font-size: 14px;
}
.widthMin {
    width: 80%;
}
.widthMinMin {
    width: 65%;
} 
.notaRow div {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.notaRow i {
    color: #ff5c77;
    font-size: 23px;
    padding-right: 10px;
}
.notaRow span {
    font-size: 17px;
    display: flex;
    align-items: center;
}
.notaRow div:first-child {
    padding-right: 50px;
}
.logoNota {
    margin-bottom: 10px;
}

.cardList .svgGob {
    width: 110px!important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -10px;
}
img.empresasSvg {
    width: 90%;
    align-self: center;
    padding-top: 30px;
}
/* Form */
.field__input, .field__textarea, .field__select {
    border-radius: 5px;
    -webkit-appearance: none;
    appearance: none;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.10625rem;
    line-height: 1rem;
    background-color: rgb(0 0 0 / 12%);
    border-image: initial;
    border-radius: 0px;
    outline: none;
    padding: 0.9375rem 1.25rem;
    width: 100%;
    font-family: Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom: 12px;
    border: 1px solid #fbfcfc6b;
    text-align: left;

}
.contacts__btn .boton {
float: left;
}
.field__input::placeholder, .field__textarea::placeholder, .field__select::placeholder {
    color: #fff;
} 

.field__textarea {
    height: 150px;
    max-height: 150px;
    min-height: 120px;
}

.alert-warning {
    color: #ffffff !important;
    background-color: #4caf50;
    border: none !important;
    border-radius: 0;
    position: fixed;
    width: 100%;
    display: flex;
    left: 0;
    bottom: 0;
    z-index: 9999;
    height: 80px;
    justify-content: center;
    align-items: center;
    transform: translateY(400px);
    transition: .8s ease-in-out all;
    padding: 0 !important;
    font-weight: 300;
    margin: auto;
}

.closeAlert span {
    font-size: 45px;
    font-weight: 200;
}

.alert-red {
    background-color: #e64e4e;
}

.alertani {
    transform: translateY(0px);
}

.alert-dismissible .closeAlert {
    position: absolute !important;
    top: inherit !important;
    right: 0;
    padding: .75rem 1.25rem;
    color: #fff;
}


.closeAlert {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: none !important;
    opacity: 1 !important;
    transition: .5s all;
}




.loader-2 {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 25%;
    display: none;
}

.loader-2 span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #fff;
    margin: 0 3px;
}

.loader-2 span:nth-child(1) {
    animation: bounce 1s ease-in-out infinite;
}

.loader-2 span:nth-child(2) {
    animation: bounce 1s ease-in-out 0.33s infinite;
}

.loader-2 span:nth-child(3) {
    animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce {

    0%,
    75%,
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

/* End Form  */

/* Lab Sec */
#lab {
    background-color: #391f67;
}
#lab .navMob {
    background: #5c3b96;
}
#lab .subTitle {
    color: #9073c3;
}
#lab .rrssHead {
    background-color: rgb(54, 26, 102);
}
#lab .rrssHead svg {
    color: #fff;
}
#lab .logoBack {
    right: -330px;
    opacity: .1;
    bottom: -190px;
}
.moduBlack {
    background-color: #121212;
}
.moduProp .col50 .col50 > div {
    background: #5b3b96;
    width: 100%;
    font-size: 13px;
    padding: 14px;
    border-radius: 10px;
}
.moduProp .col50 .col50 svg {
    height: 70px;
    width: auto;
    margin-bottom: 20px;
    filter: drop-shadow(0px 0px 20px #5b3b96);
}
#lab a.boton {
    margin-top: 40px;
}
#lab .cardsFlex .cardList {
    width: 100%;
    background: #5b3b96;
    min-height: 100%;
    justify-content: space-evenly;
}
#lab .cardsFlex {
    width: 100%;
}
#lab .cardsFlex .owl-stage-outer {
    margin: 0 -10px;
}
#lab .owl-dots {
    margin-top: 20px;
    width: 100%;
}
#lab .cardText {
    padding: 20px;
    text-align: center;
}
#lab h1 {
    margin-bottom: 3px;
}
#lab .fullH .flexCol {
    width: 70%;
}
#lab .rrssCreators a svg {
    color: #a895cc;
}
#lab .rrssCreators a svg path {
    fill: #a895cc;
}
#creadores .cardList h3 {
    font-size: 18px;
}
.margAuto {
    margin: 40px auto 0;
}
.googleForm {
    width: 100%;
}
.col25 {
    width: 25%;
    padding: 10px;
    display: flex;
}
.moduProp .col25 img {
    height: 57px;
    width: 100%;
    max-width: 100px;
    opacity: .5;
    transition: all .5s;
}
.moduProp .col25 img:hover {
    opacity: 1;
}
.moduProp .col50 {
    width: 50%;
}
.moduProp .col40 {
    width: 40%;
}
.moduProp .col60 {
    width: 60%;
}
.margR {
    margin-right: 40px;
}
/* End Lab Sec */

/* Footer */
.footerNav {
    display: flex;
    flex-direction: column;
    color: #ffffff75;
}

.footerNav a {
    font-family: Helvetica, sans-serif, sans-serif !important;
    font-size: 13px;
}
.copyR {
    text-align: left;
}

/* Fin Footer */
.rrssHeadFooter {
    background: none;
    padding: 0;
}

.rrssHeadFooter a:hover svg {
    color: #ffe146;
}



.rrssHeadFooter svg {
    width: 40px;
    height: 18px;
    color: #6b6b6b;
    transition: .3s;
}

.noPadTop {
    padding-top: 0;
}

.noPadBot {
    padding-bottom: 0;
}



@media (min-width:1300px) {
    .container {
        max-width: 1340px;
    }

}


@media (max-width: 850px) {

    body {
        font-size: 15px;
        line-height: 1.75;
    }

    p {
        font-size: 14px;
        line-height: 130%;
    }

    span.word {
        height: 26px;
    }
    .typed-cursor {
        right: -20px;
        top: 0;
        font-size: 62px;
    }
    .brand img {
        width: 145px;
    }

    .modulo {
        min-height: 200px;
    }
    .modul {
        min-height: 400px;
        }

        .mod .h1Up {
            font-size: 35px;
        }
    .navButton {
        display: flex;
    }
    .mobOnly {
        display: block;
    }
    .pcOnly {
        display: none;
    }
    .columnsFooter>div:nth-child(3) {
        width: 33%;
    }
    .headerTop {
        margin: 5px 0;
    }
    .globo {
        width: 100%;
        margin-bottom: 10px;
        align-self: center;
        margin: 0 10px;
        margin-right: 30px;
    }
    .logoBack {
        width: 150%;
    }
    .pasos .flexRow {
        flex-direction: column;
    }

    .owl-creative .owl-item {
        margin: 0 15px;
    }
    .navDesp {
        position: relative;
        right: initial;
        top: initial;
        height: 0;
        min-height: 0;
        padding: 0;
    }
    h2.ctaTitle {
        font-size: 30px;
    }
    .navDesp .nav-link.active {
        color: #ad9430;
    }
    .navDesp.active {
        height: auto;
        min-height: auto;
        padding: 10px 20px;
    }
    .navMenu {
        transform: translate(0px, -1000px);
        position: fixed;
        height: 100%;
        top: 0;
        left: 0;
        flex-direction: column;
        align-items: baseline;
        padding: 0 30px;
        width: 100%;
        font-style: normal;
        letter-spacing: 4px;
        color: #fff !important;
        justify-content: center;
        background: #292929;
        min-height: 100vh;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
    }
    .modu50 {
        width: 100%;
    }
    .mod #valores .col50 {
        order: 9;
    }
    .mod #valores div:first-child {
        order: 2;
        margin-bottom: 15px;
    }
    .dots1 {
        width: 545px;
        bottom: 0;
        left: -190px;
    }
    #servicios .fullH {
        padding: 210px 0px 100px;
    }
    .flexRow.gralColSvg {
        flex-direction: column-reverse;
    }

    #nosotros .fullH {
        min-height: 500px;
        height: 500px;
    }
    #careers .fullH {
        min-height: 410px;
        height: 410px;
    }
    #careers .owl-item {
        padding: 0 20px;
    }
    .globo h4 {
 
        font-size: 15px;
    }
    .pasoNum {
        font-size: 40px;
        height: 70px;
        width: 70px;
    }
    ol.lista {
        width: 90%;
    }
    .boxText {     
        padding: 30px 30px;   
        font-size: 14px;
    }
    .pasos h3 {
        font-size: 30px;
    }
    .colMob {
        flex-direction: column!important;
    } 
    .colMob div {
        width: 100%!important;
    }
    .colRev {
        flex-direction: column-reverse!important;
    }
    .colRev div {
        width: 100%!important;
    }
    .meto svg {
        width: 110px;
        margin-bottom: 10px;
    }
    .colRev div:last-child {
        margin-bottom: 70px;
    }
    .nosotrosSec {
        flex-direction: column;
    }
    .heroHome {
        min-height: inherit;
    }
    .subTitle {
        font-size: 21px;
    }
    .modServ .logoBack {
        bottom: -100px;
        right: -170px;
        width: 140%;
        top: initial;
    }
    .labmodul .logoBack {
        opacity: 1;
        width: 80%;
        right: -67px;
        top: 218px;
    }
    .navActive {
        opacity: 1;
        visibility: visible;
        transform: translate(0px, 0);
    }

    .navMob.navActive {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }


    .activeHeader .navButton {
        position: absolute;
        z-index: 1;
        right: 40px;
        transform: translate(20px, -5px);
        transition: all .5s;
    }
    .nav-link.active::before {
        content: '';
        background: #ffe146;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 1px;
    }

    #experience .pasos {
        min-height: 280px;
    }
    .pasos {
        min-height: 330px;
    }
    .nav-link {
        font-size: 20px;
    margin: .5rem 1rem;
    padding: 0;
    }

    .nav-link:last-child {
        margin-right: 1rem;
    }

    /* Nav */
    .navButton span {
        display: block;
    }

    /* Fin Nav */

    /* Globals Mobile */
    .container {
        padding: 0 15px;
        position: relative;
    }
    #home .fullH {
        min-height: 630px;
    }

    .fullH {
        min-height: 500px;
    }
    #careers .cardsFlex .cardList {
        width: 100%;
    }
    .valsvg {
        width: 80%;
    }
    .backCircles {
        background-position: 20%;
    }
    #servicios .cardList {
        flex-direction: column;
        padding: 40px 10px;
    }
    #servicios .cardList p {
        font-size: 13px;
    }
    .imgServ {
        width: 80%;
        padding-right: 0;
        
    }

    .boton {
        font-size: 12px;
    }
    .boton p {
        font-size: 12px;
    }

    .modu70 {
        width: 100%;
    }

    h1 {
        font-size: 39px;
    }
    h3 {
        font-size: 20px;
    }


    h4 {
        font-size: 14px;
    }

    h2 {
        font-size: 38px;
    }
    .moduSection {
        padding: 170px 0 100px;
    }
    /* Cards */
    .cardsFlex {
        flex-direction: column;
    }

    .cardsFlex .cardList {
        width: 100%;
    }
    .driver {
        font-size: 21px;
    margin-bottom: 0;
    letter-spacing: 2px;
    }
    .cardText {
        margin-top: 40px;
    }
    
#nosotros .cardsFlex .cardList {
    width: 100%;
    min-height: 90px;
    flex-direction: row;
}
#nosotros .cardsFlex {
    flex-direction: row;
}
#nosotros .iconDiv {
    margin-top: 0;
    padding: 15px 20px 15px 0px;
    border-radius: 10px 100px 100px 10px;
    width: 30%;
    top: 0;
    left: 0;
    height: 100%;
    align-items: center;
}
#nosotros .cardList div {
    display: flex;
    justify-content: center;
}
#nosotros .cardsIcons {
    font-size: 50px !important;
}
#nosotros .cardText {
    padding: 20px 0 20px 100px;
    margin: auto;
}
#nosotros .cardText h4 {
    text-align: left!important;
}

    .cardsIcons {
        font-size: 70px !important;
    }
    .iconDiv {
        padding: 20px 25px;
        top: -60px;
    }
    .cardList h4 {
        font-size: 13px;
    }
   
    .gralColSvg div {
        width: 100%;
    }
    #valores .col50 {
        width: 100%!important;
    }
    .rrssHead {
        width: auto;
        height: 130px;
        align-items: center;
        justify-content: space-around;
        border-radius: 15px 0 0 15px;
        flex-direction: column;
        padding: 20px 0;
        position: absolute;
        right: 0;
    }
    .rrssHeadFooter {
        flex-wrap: wrap;
    }
    .rrssHeadFooter a {
        margin-bottom: 10px;
    }
    .rrssHead svg {
        width: 60px;
        height: 22px;
    }
    #waves canvas {
        max-height: 700px;
    }
    /* End Globals */

    .valoresRes {
        display: block;
        width: fit-content;
        margin: auto;
        margin-bottom: 10px;
    }
    /* Footer */

    .columnsFooter>div:last-child {
        width: 100%;
    }
    img.footLogo {
        width: 100%;
        position: absolute;
        bottom: -230px;
        left: 0;
    }
    .gralColSvg h4:before {
        content: '· ';
        font-size: 20px;
        color: #b955ac;
    }
  
    .gralColSvg h4 {
        font-size: 14px;
    }
    .footerNav a {
        font-size: 13px;
    }
    .copyR {
        text-align: center;
    }
    h5 {
        font-size: 14px;
    }

    .owl-theme .owl-dots .owl-dot span {
        margin: 3px 7px;
        height: 8px;
        width: 8px;
    }


    .slideSaav {
        background-size: 150%;
        background-position: 0px 20%;
    }



    .moduText {
        width: 100%;
    }

    .moduNum {
        min-height: 500px;
    }

    .colTrom {
        flex-direction: column;
        align-items: baseline;
        height: 100%;
        min-height: 300px;
    }

    .colTrom br {
        display: none;
    }

    .colTrom div:before {
        height: 40%;
        top: 25%;
    }

    .cartaDesarrollo {
        width: 95%;
    }

    .brandCar {
        width: 130px;
        height: 60px;
    }

    .midMod {
        padding: 100px 0;
        min-height: 300px;
    }

    .contactFlex {
        flex-direction: column-reverse;
    }

    .col30,
    .col70 {
        width: 100%;
    }

    .contacts__field {
        width: 100%;
    }

    .field__textarea,
    .field__input {
        margin-left: 0;
    }

    .col30 img {
        width: 180px;
        margin-top: -80px;
    }

    .brands-carousel {
        margin-top: 20px;
    }

    .field__textarea,
    .field__input {
        font-size: 12px;
    }



    .itemCol {
        margin-bottom: 20px;
    }

    .moduFooter {
        min-height: 200px;
    }

    .itemCol:first-child,
    .itemCol:nth-child(2) {
        display: none;
    }

    .itemCol:nth-child(3) {
        margin: 0;
    }

    .moduFooter .colTrom {
        flex-direction: column-reverse;
    }

    .floatTags {
        right: 0px;
    }
    .floatTags span {
        font-size: 12px;
        margin-right: 7px;
    }
    .flexColMob {
        flex-direction: column;
    }
    .flexColMob .col50 {
        width: 100%!important;
    }
    .colFlex .col50 {
        width: 49%!important;
        margin-top: 50px;

    }

    .moduProp .col50 .col50 svg {
        height: 60px;
    }

   #lab .rrssCreators {
    width: 100%;
    justify-content: center!important;
    margin-top: 15px;
    }
    #lab .fullH .flexCol {
        width: 100%;
    }
    .col40, .col60 {
        width: 100%!important;
    }
    .margR {
        margin-bottom: 40px;
    }
    #creadores .cardList h3 {
        font-size: 17px;
    }

}