html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
a{
    margin:0;
    padding:0;
    text-decoration: underline;
}
ul{
    list-style: none;
}
p{
    color: gray;
    font-size: 14px;
}
strong{
    color: black;
}
.clear{
    clear: both;
}

@font-face {
    font-family: 'lane_-_narrowregular';
    src: url('../fonts/lanenar_-webfont.eot');
    src: url('../fonts/lanenar_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lanenar_-webfont.woff2') format('woff2'),
         url('../fonts/lanenar_-webfont.woff') format('woff'),
         url('../fonts/lanenar_-webfont.ttf') format('truetype'),
         url('../fonts/lanenar_-webfont.svg#lane_-_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*end reset*/

.contenedor{
    display: block;
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
    position: relative;
}
.logo{
    display: block;
    float: left;
    width: 543px;
}
.logo img{
    width: 100%;
}
.tophead{
    padding-top: 20px;
    display: block;
    padding-bottom: 20px;
}

.telefono{
color: #252525;
    font-size: 14px;
    font-family: 'lane_-_narrowregular';
    display: block;
    padding-left: 32px;
    line-height: 24px;
    background: url(../imgs/telefono.png) no-repeat left center;
    height: 25px;
    float: left;
        font-weight: bold;

}

.demo{
color: #252525;
    font-size: 14px;
    font-family: 'lane_-_narrowregular';
    display: block;
    padding-left: 32px;
    line-height: 24px;
    background: url(../imgs/pc.png) no-repeat left center;
    height: 25px;
    float: left;
    font-weight: bold;
}

.datos{
    display: block;
    float: right;
    width: 400px;
}

.datos li{
    display: block;
    float: right;
}
.botonmenu{
display: block;
    background: #F3F3F3;
    max-width: 1000px;
    height: 55px;
    width: 100%;
    position: absolute;
    cursor: pointer;
    font-family: 'lane_-_narrowregular';
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    color: #000;
    line-height: 56px;
    bottom: 0;
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #B3B3B3;
}
header{

      background: #fff;
    position: relative;
    z-index: 50;
    width: 100%;
    height: 170px;

}
nav{
width: 100%;
    background: #fff;

    bottom: 0;
    position: absolute;
    height: 70px;
    border-top: 1px solid #D4D4D4;
    box-shadow: 0px 1px 3px darkgrey;
}
nav ul{
   background: #E8E8E8;
}
nav li{
    float: left;
        width: 14.2%;
}
nav li a{
color: #000;
    font-size: 15px;
    font-family: 'lane_-_narrowregular';
    display: block;
    height: 70px;
    line-height: 66px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
    /* margin: 2px 5px; */
    /* border-radius: 3px 3px 0 0; */
    padding: 0 0;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

nav li a:hover{
    background: #efefef;
    border-bottom: 3px solid #0680c0;

}

.fraseslide{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 1000;
    left: -550px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 45px;
    color: white;
    padding-top: 15px;
    text-indent: 10px;
    font-size: 27px;
    /* line-height: 50px; */
    font-family: 'lane_-_narrowregular';
    background: url(../imgs/bgslide.png) repeat;
    text-align: left;
    max-width: 542px;
    width: 96%;
}
.fraseslide span{
display: block;
    height: 53px;
    padding-top: 15px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'lane_-_narrowregular';
    color: white;
    background: rgba(0,0,0,0.6);
    text-align: left;
max-width: 523px;
    padding-left: 10px;
    text-indent: 0px;
    padding-right: 10px;
    width: 100%;
    margin-top: 20px;
}

.titulo{
        font-size: 28px;
    font-family: 'lane_-_narrowregular';
    color: white;
    display: block;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}
.texto{
        font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    color: white;
    display: block;
    color: #545454;
    text-align: left;
        line-height: 24px;
}
.boxporque{
    display: block;
    margin-bottom:60px;
}

.textservicios{
    text-align: center;
/*        font-size: 16px;*/
}

.serviciosbox{
width: 100%;
    background: #F7F7F7;
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    margin-top: 20px;
padding-top: 35px;
    padding-bottom: 35px;
    margin-bottom: 60px;
}
.serviciosbox li{
display: block;
    width: 16%;
    max-width: 178px;
    height: auto;
    float: left;
    margin: 0 2%;
/*    background: red;*/
}
.serviciosbox li .imgserv{
    display: block;
    margin: 0 auto;
    max-width: 134px;
}
.serviciosbox li .titserv{
display: block;
    font-size: 19px;
    font-family: 'lane_-_narrowregular';
    color: #191919;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 12px;
    margin-top: 12px;
}

.serviciosbox li .textserv{
    display: block;
    font-size: 13px;
    font-family: Verdana, Geneva, sans-serif;
    color: #616161;
    text-decoration: none;
    line-height: 26px;
    text-align: center;
}

.boxmarcas{
    width: 100%;
    background: #F7F7F7;
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;

}

footer{
    background: #001a28;
    height: 115px;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.logfoot{
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.infoweb li{
    display: block;
    float: left;
    margin: 0 2%;
    max-width: 334px;
    width: 29%;
}
.infoweb li img{

    display: block;
    margin-bottom: 8px;
}
.infoweb li p{

    display: block;
    font-family: Verdana, Geneva, sans-serif;
    color: #AFB0B1;
    text-align: left;
    font-size: 14px;
}

.containerbox {
 margin:0 auto;
 position: relative;
}
.containerbox img { width:100%;}
.slide { width:100%;
}


.serviciosbox li .imgserv img{

    opacity: 1;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.serviciosbox li .imgserv img:hover{
    opacity: 0.3;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);


}

.serviciosbox li .titserv:hover{
text-shadow: 0px 4px 3px #C0C0C0;
}


.indicador{
    display: block;
    min-width: 230px;
    width: 21%;
    border-bottom: 2px solid #ffbe0a;
    margin-top: 50px;
    margin-bottom: 40px;
}

.indicador h2{
display: block;
    font-size: 37px;
    font-family: 'lane_-_narrowregular';
    text-transform: uppercase;
    padding-bottom: 5px;
    color: #969696;

}

.leftempresa{
    display: block;
    width: 57%;
    max-width: 570px;
    float: left;
}


.rightempresa{
    display: block;
    width: 43%;
    max-width: 500px;
    float: right;
}
.rightempresa img{
    width: 100%;
    border-radius: 14px;
}
.subtitulo{
    font-size: 20px;
    font-family: 'lane_-_narrowregular';
    color: white;
    display: block;
    color: #1e91cd;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
}

#boxvalores{
    display: block;
    margin-top: 50px;
    background: #F7F7F7;
    width: 100%;
        border-top: 1px solid #D4D4D4;
        padding-top: 40px;
        padding-bottom: 40px;
}

#boxvalores li{
display: block;
    float: left;
    width: 28%;
    margin: 0 2.5%;
}

#boxvalores h4{
        font-size: 20px;
    font-family: 'lane_-_narrowregular';
    color: white;
    display: block;
    color: #303030;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

#boxvalores img{
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
#boxvalores p{
    text-align: center;
}

.menu-fixed{
  position: fixed;
  top: 0;
}
#pageup {
    position: fixed;
    right: 40px;
    bottom: 20px;
    width: 48px;
    height: 48px;
    background-image: url(../imgs/up.png);
    background-repeat: no-repeat;
    background-size: 48px 48px;
    display: none;
    cursor: pointer;
}





.submenu {
    display: block;
float: left;
    margin-right: 4%;
    max-width: 332px;
    width: 30%;
    margin-top: 30px;
}

.contenidosolucion{
    width: 66%;
    float: right;
        margin-top: 30px;
        margin-bottom: 30px;
}
.titproduc {
    display: block;
    width: 92%;
    padding-bottom: 5px;
    color: #1e91cd;
    font-size: 25px;
    padding-left: 0%;
    font-family: 'lane_-_narrowregular';
    border-bottom: 1px solid #DCDCDC;
    font-weight: bold;
    margin-bottom: 20px;
}
.bggris {
display: block;
    background: #F7F7F7;
        overflow: hidden;
    border: 1px solid #D4D4D4;
    border-radius: 15px;
    width: 100%;
    border-bottom: 3px solid #C1C1C1;
}
.bggris li a {
    display: block;
    color: #212121;
    font-size: 15px;
    font-family: 'lane_-_narrowregular';
    font-weight: bold;
    text-decoration: none;
    line-height: 36px;
    padding-left: 22px;
    padding-top: 8px;
    padding-bottom: 2px;
    border-bottom: 1px solid #DADADA;
    cursor: pointer;
     -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;   

}
.bggris li a:hover, .submenu .activo{
    background: #1e91cd;
    color: white;
}
.btnproductos {
    display: none;
    background-position: 15px;
    width: 94%;
    border-radius: 5px 5px 0 0;
    height: 40px;
    text-align: center;
    font-family: 'lane_-_narrowregular';
    overflow: hidden;
    color: #2F2F2F;
    line-height: 38px;
    padding-left: 2%;
    cursor: pointer;
}

.datosweb {
width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;

    padding-top: 30px;

}
.datosweb li {
    display: block;
    float: left;
    width: 33%;
    max-width: 366px;
    /* margin: 0 2%; */
    border-right: 1px solid silver;
    padding-bottom: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.datosweb img {
    margin: 0 auto;
    display: block;
}
.datosweb .titulodato {
    font-family: 'lane_-_narrowregular';
    color: #151515;
    font-size: 21px !important;
    font-weight: bold;
    display: block;
    margin: 10px auto;
    text-align: center;
}
.datosweb p {
font-size: 14px;
    font-family: Verdana;
    color: white;
    display: block;
    color: #545454;
    line-height: 19px;
    text-align: center;
}





#fcontacto, #frmContact {
    width: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
/*    background: #f3f3f3;*/
}
.leftcontact {
    display: block;
    float: left;
    max-width: 350px;
    width: 35%;
}
.rightcontact {
    display: block;
    float: left;
    max-width: 650px;
    width: 63%;
    margin-left: 2%;
}
.caja {
    margin-bottom: 16px;
}
.rotulo {
font-size: 15px;
    font-family: 'lane_-_narrowregular';
    font-weight: bold;
    color: #252525;
    padding: 3px;
    padding-right: 20px;
    margin-bottom: 3px;
}
.cajatexto{
    height: 33px;
    width: 97%;
    background: #F5F5F5;
    border-radius: 6px;
    border: 1px solid #BFBFBF;
    color: #000 !important;
    font-size: 14px;
    font-family: arial;
    padding-left: 2%;
}
.leftcontact #mensaje {
    float: left;
    width: 76%;
    color: #525252;
    font-size: 13px;
    font-family: 'lane_-_narrowregular';
    font-weight: normal;
}
.bloque-boton {
    float: left;
}
.boton-enviar {
display: block;
    background: #0680C0;
    width: 105px;
    height: 30px;
    color: white;
    font-size: 17px;
    font-family: 'lane_-_narrowregular';
    font-weight: normal;
    border: none;
    cursor: pointer;
    border: none;
    text-decoration: none;
    text-align: center;
    line-height: 31px;
}
.mensaje {
    height: 205px;
    width: 94%;
}
.mapagoo{
    width: 100%;
    margin-top: 20px;
}

.boxservicios {
    display: block;
    margin-top: 30px;
}
.boxservicios li {
    width: 23%;
    margin: 30px 5%;
    max-width: 242px;
    display: block;
    float: left;
}
.boxservicios h2 {
    border-radius: 7px 7px 0 0;
    font-weight: bold;
    text-align: center;
    font-family: 'lane_-_narrowregular';
    color: #191919;
    font-size: 19px;
    text-align: center;
    height: 45px;
    line-height: 22px;
    margin-top: 10px;
}
.boxservicios li a {
    width: 100%;
    height: auto;
    min-height: 180px;
    display: block;
    position: relative;
    overflow: hidden;
    top: 0px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.boxservicios li a:hover{
    position: relative;
    top: -10px;
}

.boxservicios li a img{
    width: 100%;
    display: block;
}
.publicacion {
display: block;
    max-width: 950px;
    width: 96%;
    /* padding-bottom: 12px; */
    margin-bottom: 20px;
    border-bottom: 1px solid #CACACA;
    margin-bottom: 25px;
    padding-bottom: 30px;
    position: relative;
}
.imgblog {
display: block;
    float: left;
    margin-top: 15px;
    max-width: 300px;
    width: 38%;

    background: #D9D9D9;
}
.imgblog img{
    width: 100%;
    display: block;
    max-width: 500px;

}
.bajada {
display: block;
    float: left;
margin-left: 3%;
    margin-top: 15px;
    max-width: 550px;
    width: 59%;
/*    height: 160px;*/
    position: relative;
}

.leermas {
    display: block;
    height: 25px;
    color: #2388CC;
    font-family: Helvetica;
    font-size: 13px;
    text-align: center;
    padding-top: 12px;
    padding-right: 35px;
    position: absolute;
    text-decoration: none;
    bottom: 0;
    right: 0;
    background: url(../imgs/leermas.png) no-repeat right ;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}

.leermas:hover{
        color: #414141;
}


.contenidobox {
display: block;
    width: 48%;
    max-width: 640px;
    float: left;
    margin-left: 7%;
    margin-bottom: 30px;
    margin-top: 34px;
}
.caja-contacto {
    margin-bottom: 18px;
    display: block;
}

.cajatexto1, .mensaje2 {
width: 97%;
    max-width: 700px;
    height: 37px;
    font-size: 13px;
    padding-left: 3%;
    border: 1px solid #162E5A;
    background: #fff;
    font-family: arial;
    color: #2B2B2B;
    border: none;
    border: 1px solid #C7C7C7;
    border-radius: 5px;
}
select.cajatexto1{
    width: 100%;
}
.bloque-enviar {
    margin: 0 auto;
    margin-top: 5px;
    float: right;
}
.link {
display: block;
    color: white;
    background: #2388CC;
    width: 110px;
    text-align: center;
    padding: 8px 2px;
    font-family: arial;
    font-family: 'lane_-_narrowregular';
    font-weight: bold;
    font-size: 17px;
    margin-top: 10px;
    line-height: 25px;
    border-radius: 5px;
    cursor: pointer;
    height: 38px;
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.mensaje2 {
    height: 260px;
}

.datosleft {
float: left;
    width: 40%;
    max-width: 460px;
    display: block;
}

.fono {
    background: url(../imgs/telf.png) no-repeat;
    display: block;
    height: 38px;
    padding-left: 51px;
    margin-bottom: 20px;

}
.pin {
    background: url(../imgs/pin.png) no-repeat;
    display: block;
    height: 38px;
    padding-left: 51px;
    margin-bottom: 20px;
}
.mails {
    background: url(../imgs/mail.png) no-repeat;
    display: block;
    height: 38px;
    padding-left: 51px;

}

.susc{
    display: block;
    float: left;
}
.chek{
    display: block;
    float: left;
    margin-top: 6px;
    margin-right: 10px;
}
.centersoporte{
    display: block;
    margin: 0 auto;
    width: 96%;
    max-width: 950px;
    margin-bottom: 30px;
}
.soporteleft{
    display: block;
    float: left;
    width: 52%;
}

.soporteright{
    display: block;
    float: left;
    width: 35%;
    background: #F7F7F7;
    border: 1px solid #E0E0E0;
    max-width: 328px;
    margin-top: 20px;
    padding: 4%;
    margin-right: 4%;
}

.soporteright .texto{
    font-size: 12px;
}
.logosoporte{
display: block;
    margin: 0 auto;
    margin-top: 30px;
    margin-left: 5px;
    margin-right: 5px;
    width: 94px;
    float: left;
}


.imgarrow{
display: block;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    z-index: 10000000;
    bottom: 20px;
}

.sopor{
    display: block;
    width: 100%;
}