@font-face {
    font-family: 'inconsolatabold';
    src: url('inconsolata-bold-webfont.eot');
    src: url('inconsolata-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('inconsolata-bold-webfont.woff2') format('woff2'),
         url('inconsolata-bold-webfont.woff') format('woff'),
         url('inconsolata-bold-webfont.ttf') format('truetype'),
         url('inconsolata-bold-webfont.svg#inconsolatabold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'inconsolataregular';
    src: url(font/inconsolata-regular-webfont.eot);
    src: url(font/inconsolata-regular-webfont.eot?#iefix) format('embedded-opentype'),
         url(font/inconsolata-regular-webfont.woff2) format('woff2'),
         url(font/inconsolata-regular-webfont.woff) format('woff'),
         url(font/inconsolata-regular-webfont.ttf) format('truetype'),
         url(font/inconsolata-regular-webfont.svg#inconsolataregular) format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'mondabold';
    src: url(font/monda-bold-webfont.eot);
    src: url(font/monda-bold-webfont.eot?#iefix) format('embedded-opentype'),
         url(font/monda-bold-webfont.woff2) format('woff2'),
         url(font/monda-bold-webfont.woff) format('woff'),
         url(font/monda-bold-webfont.ttf) format('truetype'),
         url(font/monda-bold-webfont.svg#mondabold) format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mondaregular';
    src: url(font/monda-regular-webfont.eot);
    src: url(font/monda-regular-webfont.eot?#iefix) format('embedded-opentype'),
         url(font/monda-regular-webfont.woff2) format('woff2'),
         url(font/monda-regular-webfont.woff) format('woff'),
         url(font/monda-regular-webfont.ttf) format('truetype'),
         url(font/monda-regular-webfont.svg#mondaregular) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titillium_webthin';
    src: url(font/titilliumweb-extralight-webfont.eot);
    src: url(font/titilliumweb-extralight-webfont.eot?#iefix) format('embedded-opentype'),
         url(font/titilliumweb-extralight-webfont.woff2) format('woff2'),
         url(font/titilliumweb-extralight-webfont.woff) format('woff'),
         url(font/titilliumweb-extralight-webfont.ttf) format('truetype'),
         url(font/titilliumweb-extralight-webfont.svg#titillium_webthin) format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'titillium_webthin_italic';
    src: url(font/titilliumweb-extralightitalic-webfont.eot);
    src: url(font/titilliumweb-extralightitalic-webfont.eot?#iefix) format('embedded-opentype'),
         url(font/titilliumweb-extralightitalic-webfont.woff2) format('woff2'),
         url(font/titilliumweb-extralightitalic-webfont.woff) format('woff'),
         url(font/titilliumweb-extralightitalic-webfont.ttf) format('truetype'),
         url(font/titilliumweb-extralightitalic-webfont.svg#titillium_webthin_italic) format('svg');
    font-weight: normal;
    font-style: normal;

}

*{
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;   
}

body {
background-color: #fff;
    font-family: 'mondaregular', Helvetica, sans-serif;
height: 100%;
    width: 100%;
    margin-right: auto;
margin-left: auto;
}



nav {
        font-family: 'mondaregular';

    text-align: center;
    background-color:#fff;
    border-bottom: 1px solid #ccc;
}

nav li {
    
    padding: 10px 10px;
    margin: 10px;
    
}
nav ul li { 
    list-style: none;
    display: inline-block;
    position: relative;
}

/* LO AGREGADO */

/* clear'n floats */
ul:after {
  clear: both;
}

ul:before,
ul:after {
    content: " ";
    display: table;
}

/* SUB MENU */
ul.sub {
  position: absolute;
  z-index: 200;
  display:none;
  min-width: 230px;
}

ul.sub li {
  float: none;
  margin: 0;
  padding-top: 10px;
  border-bottom: 1px solid #c1c1c1;
  width: 100%;

}

ul.sub li:first-child {
  padding-top: 30px;
}

ul.sub li:last-child {
  border-bottom: none;
}

/* sub display*/
ul.primario li:hover ul {
  display: block;
  background: #fff;
  width: 155px;
  text-align: left;
  margin-left: -10px;
}

/* keeps the tab background white */
ul.primario li:hover a {
  text-shadow: none;
}

/* FIN DEL NAV */

.logodgpc{
    
    margin-top:20px;
    
}

/* a NAV bar */

a {   

text-decoration: none;
color: #1d1f21;
outline: none;    
}

a:hover{
    color: #3897f0;
    
}

/* FIN a NAV bar*/


/********** INGRESAR ********/


.contenedoringresar{
    width: 100%;
    float: left;
    position: relative;
    display: inline;
    margin-right: 40px;


}

.contenedor_a, .contenedor_b{
max-width: 600px;
display: inline-block;
text-align: center;
margin-right: auto;
margin-left: auto;
padding-bottom: 100px;
padding-top: 50px;
}

.contenedor_a{
    padding-right: 50px;
    
}



#imagencompu{
    width: 100%;
    max-width: 800px;
    height: auto;
    display:inline-block;
    
}


legend {

align-content: center;
    text-align: center;
    margin: 0 0 1em 0;

}

form {
    width: 300px;
text-align: center;
color: #424242;
    margin-top: 20px;
    text-align: inherit;

    margin-left: auto;
margin-right: auto;
    
}


input.completar, textarea {
height: 2.3em;
margin: 0.4em 0 0 0;
padding:0.5em;
font-size:1.2em;
font-family: "titillium_webthin", sans-serif;
border: 0;
border-bottom: 1px solid #d3d6db;
    color: black;
    box-sizing: 300px;   
    width: 300px;

}

input.completar:focus {
	outline:0px;
    border: 0;
    border-bottom: 1px solid #3897f0;

}

#submit {
    width: 100%;
    padding: 14px 20px;
    border-radius:5px;
    cursor: pointer;
    margin-top: 20%;
}

#submit:hover {
    background-color: #424242;
}
.contenedorbtn{
    width: 300px;
    margin: 1em 0 0 0;
}

.btningresar{    
    width: 100%;
    padding: 14px 0px;
    
    background-color: #3897f0; 
    color: white;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 3%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    
    /*-------------

    -webkit-transition-duration: 0.4s; 
    transition-duration: 0.4s;
*/


}

.btningresar:active{
    
    opacity: 0.5;
}

/*--
.btn:hover{
    
    font-family: 'Titillium Web', sans-serif;	
    background-color: #3897f0; 
    color: white; 
    border-radius: 3px;
}

--*/



#olvido {
    font-family: 'titillium_webthin';
color: #000;
float: none;
font-size: 0.9em;
}

#olvido:hover {
color: #3897f0;
float: none;
font-size: 0.9em;
}

.box {
height: 2em;
}

.ingresar a{

        color: #3897f0;
}

.ingresar a:hover{
    
      color: #959595;
    
}

.ingresar  {
    float: none;
margin: 30px auto 30px;
    text-align: center;
}


.logoxpress{
    
    display: none;
}

.ingress  {
    display: none;

}

.ingress2  {
        padding-bottom: 20px;
padding-top: 20px;
    border: 1px solid #3897f0;
    border-radius: 8px;
    margin-bottom: 50px;
}
   p.crear2{
       padding: 0;
       font-size: 12pt;
        text-align: center;
    }


h2.bienvenida{
   
    font-size: 17px;
line-height: 20px;
margin: 10px 30px;
text-align: center;
color: #999;
font-style: italic;
border: 0;
vertical-align: baseline;
}



/********** Fin INGRESAR ********/

/* ------- VIDEO -------*/

#video{
    width: 100%;
    max-width: 1900px;
    height: auto;
width: 100vw;
    
    margin-left: auto;
    margin-right: auto;
text-align: center;

}


.text-center{
    text-align: center;
    padding: 40px;
}

/* btn Descargar */

.btn-descarga{
    font-family: 'mondaregular', sans-serif;
    color:#3897f0;
    border: 1px solid #3897f0;
    background-color: transparent; 
    border-radius: 8px;

    padding:28px;
    font-size:18px;

    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    
}
.btn-descarga:hover{
   background: #3897f0;
    color: #fff;
    border: 1px solid #3897f0;
}

.btn-descarga:active{
    color: #fff;
    opacity: 0.5;
}


.btn-descarga{
min-width: 500px;
}

 .btn-descarga, .btn-descarga:hover{
    font-size:18px;
}


/* FIN BTN */

/* Boton DESCARGAR */
a .btn btn-buy{
    color:#6E7DE0;
    font-size:16pt;
    text-decoration: none!important;
}
a:hover .btn btn-buy{
    color:#5f6ed4;
    font-size:16pt;
}

/* FIN Boton DESCARGAR */


/* H3 */

#all-features-bloc h3{
	font-size: 19px;

}

h3{
    font-family: 'mondabold';
	font-weight:100;
    text-transform: uppercase;
}

h3{
	color:#fff;
}
p{
	color:#6F7C82;
	text-align:center;
	font-size:12pt;
	font-weight:300;
}


.features-bg h3{
	font-size:20pt;
	text-shadow:0px 2px 3px rgba(0,0,0,0.2);
}


 h1,h2,h3{
        padding-left:10px!important; 
        padding-right:10px!important; 
     padding-top: 40px;
    }

/* FIN h3 */


/* Gradiente ZONAL */


.bgc-toolbox{
background-color: #fff;
}


/* buy bloc top */

#buy-bloc-top{
    width: 100%;
    max-height: 500px;
    height: 100%;
}

#all-features-bloc h2,#customer-type-bloc h2, #buy-bloc-top h2, #buy-bloc h2{
        margin:5px;
    }
    
       #buy-bloc-top, #buy-bloc, #upgrade-bloc{
        padding-left:10px;
        padding-right:10px;
    }
    
     #buy-bloc-top .container, #buy-bloc .container
    {
        padding-top:10px;
        padding-bottom:10px;
    }


/* texto del gradiente */


.tc-white {
    color: #1d1f21 !important;
}

.text-w-70 {
    max-width: 70%;
}


.text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg, .text-center.text-w-90, .text-center.text-w-80, .text-center.text-w-70, .text-center.text-w-60, .text-center.text-w-50 {
    margin-left: auto;
    margin-right: auto;
}


/* NO SE QUE ES */



   .navbar.row{
        margin-left: 0;
        margin-right: 0;
    }

.columnadescarga{
        margin-top: 30px;
        margin-bottom: 30px;
max-width: 900px;
margin-left: auto;
margin-right: auto;
    
}


/* FIN de NO SE QUE ES */


.text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg, .text-center.text-w-90, .text-center.text-w-80, .text-center.text-w-70, .text-center.text-w-60, .text-center.text-w-50{
	margin-left: auto;
	margin-right: auto;
}


/* RUBROS */


.rubros{
    width: 100%;
    height: 100%;
    text-align: center;
    margin: auto;
    background-color: #ffffff;

}

.contenedorrubros{
    width: 100%;
    height: 100%;

    
}
.contenedoriconos{

}

h3.text-center{
    
    color:#1d1f21;
}

p .text-center textodeiconos{

    min-width: 200px;
    width: 200px;
}

.columna1, .columna2, .columna3 {
max-width: 400px;
display: inline-block;
text-align: center;
margin-right: auto;
margin-left: auto;

}

.iconos{
display: block;
margin-right: auto;
margin-left: auto;    
width: 200px;
    height: 200px;

}

.delrubro{
    padding: 50px;
    color:#1d1f21;
}

/* fondo paralaje TIEMPO */

h2.tiempito{
    
    color: #fff;
}
.tiempo {
        width: 100%;
    padding-left: 0;
padding-right: 0;
    background-size:contain;

    
}

.icontiempo img{
    width: 98px;
    height: 110px;
    margin-bottom: 100px;
    padding-bottom: 100px;

    
}
.fondoparalaje {
    background-image: url(../imagenes/lightspeed-bg.jpg);
    background-repeat: no-repeat;

-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;    
    background-position: center; 
background-attachment: fixed;
}


.tiempointerior{
    margin-right: auto;
margin-left: auto;
    padding: 150px 50px;
    text-align: center;
max-width: 900px;
}

/* FOOTER y Todo su Contenido */


footer {
    width: 100%;
    height: auto;
    background-color: #1d1f21;
    position: relative;
    padding: 50px;
    display: inline-flex;
}


#contenedorfooter{
    
    width: 950px;
    margin: auto;
    height: auto;
    display: inline-flex;
}

#logofooter img{
width: 158px;
}

#logofooter2 img{
max-width: 330px;
    text-align: center;
    float: inherit;

}

.abajo {
    font-family: 'titillium_webthin';
    color: whitesmoke;
    font-size: 14px;
    text-align: left;
}

::-moz-selection {
  background: #1d1f21;
  color: #3897f0;
}

::selection{
    
  background-color:#1d1f21;
  color: #3897f0;
}


/* -------------- COMIENZA APUNTES de CARRERAS ---------------- */


/* RUBROS */


.carreras{
    width: 100%;
    height: 100%;
    text-align: center;
    margin: auto;


}

.contenedorcarreras{
    width: 100%;
    height: 100%;


    
}
.contenedoriconos{

}

h3.text-center_c{
    
    color:#1d1f21;
padding-bottom: 20px;
}

p.text-center_1 textodeiconos_1 {

    min-width: 200px;
    width: 200px;
    bottom: 10px;
    color: #6F7C82;
    font-size: 12pt;
}

.text-center_c{
    text-align: center;
    padding-top: 50px;
}

.contenedorcarrerasicn{
    padding-left: 5px;
    padding-right: 5px;
}
.columna_1, .columna_2, .columna_3, .columna_4, .columna_5 {
display: inline-block;
text-align: center;
margin-right: 10px;
margin-left: auto;
    border: 1px solid #ccc;
    background-color: #fff;
    max-width: 300px;
    
height: 440px;
    border-radius: 5px;
    margin-bottom: 100px;

}

.iconos_c{
display: block;
margin-right: auto;
margin-left: auto;    
width: 200px;
    height: 200px;
    margin-top: 30px;

}

.delascarreras{
    padding: 50px;
    color:#959595;
}



/* Estilos #nav-mobile y lo ocultamos */
#nav-mobile{
display: none;
background: url(../imagenes/nav.png) no-repeat center center;
float: right;
width: 90px;
height: 90px;
position: absolute;
right: 0;
top:0;
}   
/* Agregaremos esta clase a #nav-mobile, cuando el menu mobile haya sido desplegado */
#nav-mobile.nav-active{
opacity: 1;
}

/* --------------------------------------- @ MEDIA -------------------------------- */



@media only screen and (max-width: 460px) {
    
    * {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;   
}

body {
background-color: #fafafa;
    font-family: 'mondaregular', Helvetica, sans-serif;
height: 100%;
    width: 100%;
}

.allcontenedor{
    width: 100%;
    height: 500px;
    margin: auto;
    background-color: #fff;
    border: 1px solid  #efefef;
    border-radius: 1px;
    max-width: 350px;
    display: block;
    padding: 1.5em;
    margin-top: 25px;
}
    

legend {

align-content: center;
    text-align: center;
    margin: 0 0 1em 0;

}

.logoxpress {
	height: auto;
	display:block;
    text-align: center;
}

form {
    width: 300px;
text-align: center;
color: #424242;
    margin-top: 20px;
    text-align: inherit;
}

h2.bienvenida{

    font-size: 14px;
line-height: 16px;
margin: 10px;
text-align: center;
        color: #999;

    padding: 0;
border: 0;
vertical-align: baseline;
}



input.completar, textarea {
height: 2.3em;
margin: 0.4em 0 0 0;
padding:0.5em;
font-size:1.2em;
font-family: "titillium_webthin", sans-serif;
border: 0;
border-bottom: 1px solid #d3d6db;
    color: black;
    box-sizing: 300px;   
    width: 300px;

}

input.completar:focus {
	outline:0px;
    border: 0;
    border-bottom: 1px solid #3897f0;

}

#submit {
    width: 100%;
    padding: 14px 20px;
    border-radius:5px;
    cursor: pointer;
    margin-top: 20%;
}

#submit:hover {
    background-color: #424242;
}
.contenedorbtn{
    width: 300px;
    margin: 1em 0 0 0;
}

.btn{    
    width: 100%;
    padding: 14px 0px;
    
    background-color: #3897f0; 
    color: white;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 3%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    
    /*-------------

    -webkit-transition-duration: 0.4s; 
    transition-duration: 0.4s;
*/


}

.btn:active{
    
    opacity: 0.5;
}

/*--
.btn:hover{
    
    font-family: 'Titillium Web', sans-serif;	
    background-color: #3897f0; 
    color: white; 
    border-radius: 3px;
}

--*/


#olvido {
    font-family: 'titillium_webthin';
color: #000;
float: none;
font-size: 0.9em;
}

#olvido:hover {
color: #3897f0;
float: none;
font-size: 0.9em;
}

.box {
    height: 1.2em;

}

.ingress a{

        color: #3897f0;
    font-size: 16px;
}

.ingress a:hover{
    
      color: #959595;
    
    
}

.ingress  {
    display: flex;
    text-align: center;
justify-content: center;

}
    .ingress2{
        display: none;
    }
 
    .logodgpc{
display: none;
    }
    nav{
    }
    footer{
        display: none;
    }

    #imagencompu, .rubros, .tiempo, .descarga{
        display: none;
    }
    
    .contenedor_b{
        display: none;
    }
    
    .contenedor_a{
        
            width: 300px;
    float: left;
    margin: auto;
        
padding:0;
text-align: center;
max-width: 0px;
        
    }
    
    .columna_1, .columna_2, .columna_3, .columna_4, .columna_5 {
        
margin-right: 0;
margin-left: 0;
max-width: 100%;
height: 240px;
    width: 100%;
    }
    
    .iconos_c{
    margin-top: 20px;
    }
    
   .p.text-center_1 {
        display: none;
    }
    
    video{
        display: none;
    }
    
    
}

/* ---------- menu responsivooooh --------- */


@media only screen and (max-width: 460px) {
/* mostramos #nav-mobile */
#nav-mobile{ display: block; }
/* Fijamos nuestro nav en 100% ancho y dejamos de flotarlo  */
#menu{
width: 100%;
float: none;
padding-top: 100px;
}
/* Convertimos nuestra lista de enlaces en un menú horizontal */
#menu ul{
max-height: 0;
overflow: hidden;
}
/* estilos para los LI del menu */
#menu li{
background: #FFF;
opacity: 0.9;
border-bottom: 1px solid #ccc;
float: none;
width:100%;
}

#menu li a{
display: block;
color: #1d1f21;
text-decoration: none;
height: 100px;
line-height: 100px;
padding: 0px 26px;
}
/* Quitamos el borde del ultimo item del menú */
#menu li:last-child{ border-bottom: 0;}
#menu li a{
padding: 15px 0;
height: auto;
line-height: normal;
}
#menu li a:hover{
color: #3897f0;
border:none !important;
}
    
    nav li{
        padding: 0px;
margin: 0px;
    }

/* Agregamos una animación al despligue del menú */
#menu ul.open-menu{
max-height: 400px;
-webkit-transition: max-height .4s;
-moz-transition: max-height .4s;
-ms-transition: max-height .4s;
-o-transition: max-height .4s;
transition: max-height .4s;
}
}


    
    