@font-face {
    font-family: 'AvenirLTStdLight';
    src: url('../../assets/fonts/AvenirLTStdLight.eot');
    src: url('../../assets/fonts/AvenirLTStdLight.eot') format('embedded-opentype'),
         url('../../assets/fonts/AvenirLTStdLight.woff2') format('woff2'),
         url('../../assets/fonts/AvenirLTStdLight.woff') format('woff'),
         url('../../assets/fonts/AvenirLTStdLight.ttf') format('truetype'),
         url('../../assets/fonts/AvenirLTStdLight.svg#AvenirLTStdLight') format('svg');
}

@font-face {
    font-family: 'AvenirLTStdBlack';
    src: url('../../assets/fonts/AvenirLTStdBlack.eot');
    src: url('../../assets/fonts/AvenirLTStdBlack.eot') format('embedded-opentype'),
         url('../../assets/fonts/AvenirLTStdBlack.woff2') format('woff2'),
         url('../../assets/fonts/AvenirLTStdBlack.woff') format('woff'),
         url('../../assets/fonts/AvenirLTStdBlack.ttf') format('truetype'),
         url('../../assets/fonts/AvenirLTStdBlack.svg#AvenirLTStdBlack') format('svg');
}

html {
    font-size: 16px;
}
body {
    font-family: 'AvenirLTStdLight';
    color: #333;
    background: #000;
    overflow-x: hidden;
}
a,i,.IntroWebBox-Scroll,.BoxCliente .BoxText,.avisointro-modal{
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

p {
    font-size: 0.84rem;
    line-height: 1.4rem;
}

button:focus{
    outline: none;
}

strong{
    font-family: 'AvenirLTStdBlack';
}

/*//// UTILITIES ///*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #001b3d;
    z-index: 999999;
}
#status {
    width: 110px;
    height: 110px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -55px 0 0 -55px;
}

.BotonTop{
    position: fixed;
    z-index: 999;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #545454;
    border-radius: 50%;
    text-align: center;
    padding-top: 2px;
    right: 15px;
    bottom: 20px;
    display: none;
}

.BotonTop i {
    font-size: 2rem;
    line-height: 1.5rem;
    position: relative;
    top: 0px;
}

.BotonTop:hover, .BotonTop:focus, .BotonTop:active{
    color: #fff;
    background: rgba(0,80,160,1);
}

.hasScrolled{
    display: block;
}

/*//// MENU MOBILE ///*/

.BtnMobileMenu {
    position: absolute;
    right: 5px;
    top: 0;
    padding: 8px 8px;
    width: 38px;
    height: 38px;
    display: none;
}
.BtnMobileMenu .BtnMobileMenu-Icon{
    font-size: 1.4rem;
    color: #2193c9;
}

/*//// AND UTILITIES ///*/

.BurberMenu, .BtnMenuBurger-Close{
    display: none;
}

.Wrapper{
    /*max-width: 100%;*/
    max-width: 1920px;
    background-color:#000;
    width:100%;
    padding-bottom:0px;
    margin:0 auto;
    position:relative;
    overflow-x: hidden;
}

/*///////////// WEB HEADER /////////////*/

/*///////////// WEB HEADER MENU */

.Header-Menu {
    z-index: 2;
    padding: 10px 0;
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    border-bottom: 5px solid #2193C9;
    position: fixed;
}

.Header-Logo{}

.Site-Header_Menu {
    background: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #e9e9e7;
    position: relative;
}

.Header-Menu-Principal {
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
}



.Header-Menu-Principal .Menu {
    display: flex;
    height: 100%;
    align-items: center;
}
.Header-Menu-Principal .Menu .Link {
    color: #000;
    font-size: 0.9rem;
    padding: 5px 0px;
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 20px;
}
.Header-Menu-Principal .Menu .Link .Line {
    width: 100%;
    height: 5px;
    background: #2193C9;
    display: flex;
    position: absolute;
    left: 0;
    bottom: 2px;
    opacity: 0;
    z-index: 5;
}
.Header-Menu-Principal .Menu .Link:hover .Line{
    opacity: 1;
}

.Header-Menu-Principal .Menu .Link.active .Line{
    opacity: 1;
}

.Header-Menu-Principal .Menu .Link.active {
    font-family: 'AvenirLTStdBlack';
}


/*///////////// WEB INTRO /////////////*/

.Site-IntroWeb {
    background: url(../../assets/images/bg-intro.jpg) #010415;
    background-size: cover;
    height: 100vh;
    background-position: left;
    background-repeat: no-repeat;
}

.IntroWebBox {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 90vh;
    flex-direction: column;
    padding-left: 15px;
}

.IntroWebBox .IntroWebBox-Text {
    text-transform: uppercase;
    margin-left: 120px;
    letter-spacing: 10px;
    font-size: 3rem;
    margin-bottom: 0;
    color: #fff;
}

.IntroWebBox .IntroWebBox-Timer{
    position: absolute;
    right: 15px;
    font-size: 4rem;
    color: #fff;
}

.-hideOverflow {
    overflow: hidden;
}

@keyframes AnimateScroll {
  from {
    bottom: 40px;
  }
  to {
    bottom: 15px;
  }
}

.IntroWebBox .IntroWebBox-Scroll {
    width: 160px;
    text-align: center;
    left: 50%;
    position: absolute;
    margin-left: -80px;
    bottom: 30px;
    opacity: 0;
    text-decoration: none;
}
.IntroWebBox .IntroWebBox-Scroll.ActiveScroll {
    opacity: 1;
}
.IntroWebBox .IntroWebBox-Scroll .Scroll-Icon{
    width: 27px;
    height: 41px;
    display: inline-block;
    background: url("../images/icon-scroll.png");
    background-size: contain;
    animation-duration: 1s;
    animation-name: AnimateScroll;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    position: relative;
}
.IntroWebBox .IntroWebBox-Scroll .Scroll-Text{
    color: #fff;
}

.IntroWebBox .IntroWebBox-Logo{}
.IntroWebBox .IntroWebBox-Logo .Img{}

/*///////////// HOME - TABS /////////////*/

.Site-Servicios {
    background: #fff;
    padding-top: 5.5rem !important;
    padding-bottom: 4rem !important;
}

.BoxServicio{
    display: flex;
    flex-direction: column;
}

.BoxServicio .BoxServicio-Title{
    color: #2193C9;
    text-transform: uppercase;
    font-size: 1rem;
    font-family: 'AvenirLTStdBlack';
}

.BoxServicio .BoxServicio-Text{

}

.Site-Soluciones {
    background: url(../images/soluciones/bg-header-soluciones.jpg) #0c1019;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.BoxSoluciones-Header {
    display: flex;
    align-items: center;
}
.BoxSoluciones-Header .BoxSoluciones-Header-Title {
    color: #fff;
    font-size: 4rem;
    padding: 0;
    margin: 0;
}
.BoxSoluciones-Header .BoxSoluciones-Header-Icon {
    width: 100px;
    height: 105px;
    background: url(../images/soluciones/icon-soluciones.png);
    display: inline-block;
    position: absolute;
    right: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

.BoxSoluciones-Contenido{}
.BoxSoluciones-Contenido .BoxSoluciones-Contenido-Title {
    position: relative;
    display: inline-block;
    color: #333;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-family: 'AvenirLTStdBlack';
    padding-bottom: 25px;
    margin-bottom: 25px;
    letter-spacing: 5px;
}

.BoxSoluciones-Contenido .BoxSoluciones-Contenido-SubTitle {
    position: relative;
    display: inline-block;
    color: #333;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 5px;
}

.BoxSoluciones-Contenido .BoxSoluciones-Contenido-Title .Line {
    background: #2193C9;
    width: 100%;
    height: 5px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.BoxSoluciones-Contenido .BoxSoluciones-Contenido-Title .Line2 {
    background: #2193C9;
    width: 250px;
    height: 5px;
    display: inline-block;
    position: absolute;
    left: -100px;
    bottom: 0;
}
.BoxSoluciones-Contenido .BoxSoluciones-Contenido-Text{}
.BoxSoluciones-Contenido .BoxSoluciones-Contenido-Text .Link{
    font-family: 'AvenirLTStdBlack';
    color: #2193C9;
}


.SliderSolucionesGrid .tns-nav {
    position: absolute;
    z-index: 1;
    width: 100%;
    display: block;
    justify-content: center;
    align-items: center;
    bottom: 0px;
    text-align: center;
}

.SliderSolucionesGrid .tns-nav button.tns-nav-active, .SliderSolucionesGrid .tns-nav button.tns-nav-active:focus {
    border: 1px solid #2193C9;
    background: #2193C9;
}

.SliderSolucionesGrid .tns-nav button {
    position: relative;
    background: #B7B9BB;
    border: 1px solid #B7B9BB;
    border-radius: 5px;
    width: 40px;
    margin: 0 2px;
    height: 8px;
}

.ItemSliderSoluciones {
    text-align: center;
    padding: 0 15px;
}
.ItemSliderSoluciones .Icon {
    width: 100px;
    height: 100px;
    background: url(../images/soluciones/bg-icon-punto.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 4rem;
    font-weight: 600;
    font-family: 'AvenirLTStdBlack';
    left: 52%;
    position: relative;
    margin-left: -50px;
    background-position: center;
    margin-bottom: 15px;
}
.ItemSliderSoluciones .Text {
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding-bottom: 1rem;
}

.ItemSliderSoluciones .Title {
    position: relative;
    display: inline-block;
    color: #333;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-family: 'AvenirLTStdBlack';
    margin-bottom: 25px;
    letter-spacing: 5px;
}

.tns-outer [data-action]{
display: none;
}


.BoxImgSoftware{}

.BgPlataformas {
    background: url(../images/plataformas/bg-plataformas.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    overflow: hidden;
    background-attachment: fixed;
        background-position: center;
}

.fancybox-content {
    background: rgba(255,255,255,0.4) !important;
    padding: 40px 0 0 0px !important;
    border-left: 8px solid #ED3535 !important;
}
.fancybox-close-small:hover {
    color: #fff !important;
    opacity: 1 !important;
}

.fancybox-slide--html .fancybox-close-small {
    color: #fff !important;
}

.fancybox-is-open .fancybox-bg {
    opacity: .1;
    transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.avisointro-modal {
    position: absolute;
    right: -635px;
    top: 145px;
    z-index: 2;
    opacity: 0;
    border-left: 5px solid #ED3535;
}

.avisointro-modal.Active {
opacity: 1;
    right: 35px;

}

.AvisoModal{
    background: url("../images/aviso-modal/bg-innovare.jpg") #fff;
    background-size: cover;
    background-repeat: no-repeat;
    width: 620px;
}
.LinkCerrarAviso {
    display: flex;
    background: rgba(255,255,255,0.5);
    padding: 8px 15px;
    justify-content: flex-end;
    color: #fff;
    font-family: 'AvenirLTStdBlack';
    font-size: 0.9rem;
    text-decoration: none;
}
.LinkCerrarAviso:hover {
    text-decoration: none;
    color: #fff;
}

.BoxInnvovare__Text {
    padding: 25px 15px;
    width: 55%;
    background: rgba(255,255,255,0.5);
}
.BoxInnvovare__Text-Icon {
    float: left;
    margin-right: 15px;
}
.BoxInnvovare__Text-Title {
    font-size: 1.4rem;
    color: #ED3535;
    font-family: 'AvenirLTStdBlack';
    padding: 5px 0;
}
.BoxInnvovare__Text-Parrafo {
    font-size: 1.2rem;
    line-height: 1.6rem;
}
.BoxInnvovare__Text-Parrafo .Link {
    font-family: 'AvenirLTStdBlack';
    color: #ED3535;
    display: flex;
    outline: none;
    align-items: flex-end;
}

.BoxInnvovare__Text-Parrafo .Link .Line{
    width: 289px;
    height: 2px;
    background: #ED3535;
    display: inline-block;
    position: absolute;
    left: 0;
}

/* CLIENTES */

.Site-Clientes {
    background: #030712;
}

.BgClientes {
    background: url(../images/clientes/bg-clientes.jpg) #0c1019;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.BoxClientes-Header {
    display: flex;
    align-items: center;
}

.BoxClientes-Header .BoxClientes-Header-Title {
    color: #fff;
    font-size: 4rem;
    padding: 0;
    margin: 0;
}

.BoxClientes-Header .BoxClientes-Header-Icon {
    width: 100px;
    height: 105px;
    background: url(../images/clientes/icon-clientes.png);
    display: inline-block;
    position: absolute;
    right: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}


.BoxCliente {
    display: flex;
    flex-direction: column;
}
.BoxCliente .BoxImg {
    padding: 0 15px;
    width: 170px;
}
.BoxCliente .BoxImg .ImgLogo{
}
.BoxCliente .LinkPlus {
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    padding: 15px 0;
    width: 170px;
}
.BoxCliente .LinkPlus:hover{
    color: #00AEEF;
}
.BoxCliente.Active .LinkPlus{
    color: #00AEEF;
}
.BoxCliente.Active .BoxText{
    opacity: 1;
}

.BoxCliente .BoxText {
    opacity: 0;
}
.BoxCliente .BoxText .Title{
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    margin: 0;
}
.BoxCliente .BoxText .Text{
    color: #fff;
    margin-bottom: 0;
    line-height: 1.1rem;
}

.BoxContacto-Formulario textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 1 !important;
    font-size: 1.2rem;
}

.BoxContacto-Formulario textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 1 !important;
    font-size: 1.2rem;
}

.BoxContacto-Formulario textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 1 !important;
    font-size: 1.2rem;
}

.BoxContacto-Formulario textarea:-moz-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 1 !important;
    font-size: 1.2rem;
}

.BoxContacto-Formulario .Input {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
        padding-left: 0;
}

.BoxContacto-Formulario .TextArea {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
        padding-left: 0;
}

.BoxContacto-Formulario .BtnEnviar {
    background: #230F20;
    border: none;
    padding: 5px 25px;
    color: #fff;
    cursor: pointer;
}

.Datos-Item{}
.Datos-Item .Icon {
    margin-right: 10px;
    width: 15px;
    text-align: center;
}
.Datos-Item .Link{
    color: #333;
}

.BoxContacto-Title{
    width: 35%;
}
.BoxContacto-Title .Title{
    font-size: 2.4rem;
    color: #1F92C9;
}