* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Open Sans, Roboto, Arial, Helvetica, sans-serif, SimSun;
    max-width: 100%;
}
@font-face {
    font-family: pristina;
    src: url(../font/pristina.ttf);
}
html, body{
width: 100%;
overflow-x: hidden;
}
body {
    background-image: linear-gradient(rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%),url("../img/fon/fon_20.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    overflow:auto;
}
::-webkit-scrollbar{
    width: 1px;
}

header{
    width: 100%;
    height: 175px;
    top: 0;
    position: fixed;
    z-index: 1;
}
.pubcab {
    width: 100%;
    height: 30px;
    margin: auto;
    background-color: #fff;
}
.mrkpubcab{
    width: 60%;
    height: 30px;
    max-width: 1200px;
    margin-left: 20%;
    margin-right: 20%;
    padding: 0.15em 0 0.15em 0;
}
.cabmnu{
    width: 100%;
    height: 25px;
    background-color: #262d41;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 0.25em 0 0.25em 0;
    text-align: center;
}
.logmnu{
    width: 100%;
    height: 100px;
    background-color: #fff;
    box-shadow: 0 0 10px #3c4a72;
}
.logmnu img, .logmnu form, .logmnu form input, .logmnu form button, .txtallEmp, .txticouser {
    display: inline;
    font-size: 12px;
}
.icon-circle-down:hover, a:hover{
    cursor: pointer;
    text-decoration:none;
}
.logempcab {
    margin-left: 19%;
    padding: 0.15em 0 0.15em 0;
}
.d-flex{
    width: 30%;
    height: 30px;
    margin-left: 20%;
}
.in-buscar{
    position: fixed;
    width: 30%;
    height: 30px;
    margin-top: 20px;
    margin-left: 9%;
    border-radius: 10px 10px 10px 10px !important;
}

.d-flex button {
    position: fixed;
    width: 2%;
    height: 30px;
    margin-top: 20px;
    margin-left: 38%;
    color: #fff;
    background-color: rgb(233, 118, 51);
    border-radius: 20px 20px 20px 20px !important;
}
.allemp, .icouser, .carrito {
    width: 1.8%;
}
.logempcab{
    position: fixed;
}
.allemp{
    margin-left: 41%;
    margin-top: 22px;
    position: fixed;
}
.txtallEmp{
    margin-left: 43%;
    margin-top: 19px;
    position: fixed;
}
.icouser{
    margin-left: 50%;
    margin-top: 22px;
    position: fixed;
}
.txticouser{
    margin-left: 52%;
    margin-top: 19px;
    position: fixed;
}
.carrito{
    margin-left: 58%;
    margin-top: 22px;
    position: fixed;
}
.cantcarrito{
    margin-left: 60%;
    margin-top: 19px;
    position: fixed;
    color: #fff;
    background-color: rgb(233, 118, 51);
    border-radius: 20px 20px 20px 20px !important;
    font-size: 12px;  
    width: 1%; 
    text-align: center;
}
#circlecarrito{
    margin-left: 60%;
    margin-top: 34px;
    position: fixed;
    font-size: 13px;
    text-align: center;
    width: 1%; 
}
.catmnu{
    margin-top: -34px;
    margin-left: 30%;
    position: fixed;
    color: #170775;
    font-size: 14px;
    display: inline-block;
    width: 80%;
    font-weight: 700;
}
.link-catmnu{
    display: inline-block;
    font-size: 14px;
    margin-left: 20px;
}
.link-catmnu a{
    margin-left: 0.15em;
    color: #170775;
    font-weight: 700;
    text-decoration: none;
    padding: 0.5em 0.5em 0.5em 0.5em;
}
.link-catmnu a:hover{
    text-decoration: none;
    color: #fff;
    background: #170775;
    cursor: pointer;
    padding: 0.5em 0.5em 0.5em 0.5em;
    transition-delay: 0.1s;
    border-radius: 10px 10px 10px 10px !important;
}
.cont-footer{
    margin: 0;
    bottom: 0;
    width: 100%;
    position: fixed;
    font-size: 12px;
    color: #fff;
    background-image: linear-gradient(55deg, rgba(8, 4, 94, 1) 0%, rgba(18, 11, 71, 0.9) 100%);
    height: 80px;  
}
.copyder{
    display: inline-block;
    position: fixed;
    margin: 0;
    margin-left: 19%;
}
.mnupiepag {
    display: inline-block;
    position: fixed;
    margin: 0;
    margin-left: 46%;
 } 
.barmnu a{
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    padding: 0 0.5em;
    line-height: 45px;
    border-right: 1px solid #fff;
}
.cont-footer .mnupiepag .barmnu a:hover{
    color: aqua;
    cursor: pointer;
}
.cont-footer .mnupiepag .barmnu a:last-child{
    border-right: none;
}
.red-social{
    display: inline-block;
    position: fixed;
    left: 71%;
    margin: 0;
}

.red-social a{
 color: #fff;
 text-decoration: none;
 font-size: 24px;
 padding: 0 0.5em;
 line-height: 45px;
}
.red-social a:hover{
    color: aqua;
    cursor: pointer;
}
.mnu-categ, .icon-menu{
    display: none;
}


main{
    margin-top: 160px;
    /*background-image: linear-gradient(55deg, rgba(88, 127, 236, 0.6) 0%, rgba(88, 127, 243, 0.5) 100%);*/
    background-image: linear-gradient(55deg, rgb(255, 255, 255,0.204) 0%, rgb(255, 255, 255,0.204) 100%);
    height: 100%;
}

.imgsldHome01{
    width: auto;
    height: 440px;
    padding: 0;
    object-fit: cover;
    margin-top: 2%;
    border-radius: 20px 20px 20px 20px !important;
    /*border: rgb(12, 2, 49) 0.5px solid;*/
}
figcaption {
    width: 810px;
    background-color: #082891;
    color: #fff;
    font: italic smaller sans-serif;
    padding: 5px;
    text-align: center;
    font-size: 18px;
    border-radius: 10px 10px 10px 10px !important;
  }
.contenedor{
    width: 42.3%;
    max-width: 1200px;
    height:100%;
}

.head{
    height: 100%;
    margin-left: 38.9%;
}

/* nuevos contenedores*/
.content-demo{
    margin-top: -380px;
    margin-left: 19%;
    width: 16%;
    color: #fff;
    height: 400px;
}
.demo-subtitle{
 font-family: 'Pristina';
 font-size: 60px;
 color: #051179;
 letter-spacing: 1px;
 margin-bottom: 10px;
 text-align:center;
}
.demo-content-subtitle{
    font-family: 'Courier new';
    font-size: 12px;
    text-align: justify;
    margin-top: -15px;
    color: #29023b;
    font-weight: 700;
    margin-bottom: 10px;
}
.btn-Demo{
    background-color: #050fa1ea;
    text-align: center;
    text-decoration: none;
    width: 180px;
    height: 40px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
    font-variant: small-caps;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}
/* Lo nuevo de mark*/
.content{
    width: 80%;
    max-width: 1200px;
    max-height: 100%;    
}
.mark{
    height: 465px;
    max-height: 100%;
    margin: auto;
}
.somos{
    background-image: linear-gradient(55deg, rgb(250, 251, 253) 0%, rgb(255, 255, 255) 100%);
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 10px #3c4a72;
}
.title-somos{
    padding: 10px;
    padding-bottom: 10px;
    color: #f07909;
}
.somos-text{
    text-align: justify;
    padding: 10px 10px;
    color: #1b54f1;
    font-size: 15px;
}
.mision{
    width: 33%;
    background-image: linear-gradient(55deg, rgb(250, 251, 253) 0%, rgb(255, 255, 255) 100%);
    box-shadow: 0 0 10px #3c4a72;
    padding: 20px;
    border-radius: 5px;
    margin-top: 10px;
    display: inline-flex;
    flex-direction: column;
    height: 276px;
}
.title-mision{
    padding-bottom: 10px;
    color: #f07909;
    text-align: center;
}
.mision-text{
    text-align: justify;
    padding: 0px 10px;
    color: #1b54f1;
    font-size: 15px;
}
.vision{
    width: 33%;
    background-image: linear-gradient(55deg, rgb(250, 251, 253) 0%, rgb(255, 255, 255) 100%);
    box-shadow: 0 0 10px #3c4a72;
    padding: 20px;
    border-radius: 5px;
    margin-top: 10px;
    display: inline-flex;
    flex-direction: column;
    height: 276px;
}
.title-vision{
    padding-bottom: 10px;
    color: #f07909;
    text-align: center;
}
.vision-text{
    text-align: justify;
    padding: 0px 10px;
    color: #1b54f1;
    font-size: 15px;
}
.valores{
    width: 33.26%;
    background-image: linear-gradient(55deg, rgb(250, 251, 253) 0%, rgb(255, 255, 255) 100%);
    box-shadow: 0 0 10px #3c4a72;
    padding: 20px;
    border-radius: 5px;
    margin-top: 10px;
    display: inline-flex;
    flex-direction: column;
}
.title-valores{
    padding-bottom: 10px;
    color: #f07909;
    text-align: center;
}
.valores-text{
    text-align: justify;
    padding: 0px 10px;
    color: #1b54f1;
    font-size: 15px;
}
.mark1{
    height: 580px;
    max-height: 100%;
    margin: auto;
}

.software-mark{
    background-image: linear-gradient(55deg, rgb(250, 251, 253) 0%, rgb(255, 255, 255) 100%);
    /*box-shadow: 0 0 10px #3c4a72;*/
    border-radius: 5px;
    height: 500px;
}
.title-software{
    text-align: center;
    color: #199b08;
    font-size: 22px;
    font-family: "Agency FB";
    padding: 20px 0px 20px;
}
.title-ti{
    font-size: 38px;
    font-weight: 600;
    text-align: center;
    color: #db3a09;
    letter-spacing: -1px;
    font-family: "Agency FB";
    padding: 0px 0px 30px;
}
.img-ti{
    width: 98%;
    height: 165px;
    margin:10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 25px;
    margin-bottom: -8px;
}
.rrhh-pla{
    width: 31%;
    height: 140px;
    border-radius: 10px;
    margin: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rrhh-pla1{
    width: 120px;
    height: 70px;
    border-radius: 10px;
}
.fig-imrkc0{
    width: 150px;
    background-color: #f1f2f5;
    color: #050404;
    font: italic smaller sans-serif;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    border-radius: 10px !important;
    margin: 1px;
}
.rrhh-pla a:hover{
    width: 70%;
    height: 60%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #3f0858;
    cursor: pointer;
    padding: 0.45em 0.2em 0.3em 0.3em;
}


.fin-cred{
    width: 31%;
    height: 140px;
    border-radius: 10px;
    margin: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fin-cred1{
    width: 120px;
    height: 70px;
    border-radius: 10px;
}
.fin-cred a:hover{
    width: 70%;
    height: 60%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #199b08;
    cursor: pointer;
    padding: 0.45em 0.2em 0.3em 0.3em;
}


.fact-elec{
    width: 31%;
    height: 140px;
    border-radius: 10px;
    margin: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fact-elec1{
    width: 120px;
    height: 70px;
    border-radius: 10px;
}
.fact-elec a:hover{
    width: 70%;
    height: 60%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #03115e;
    cursor: pointer;
    padding: 0.45em 0.2em 0.3em 0.3em;
}

.alq-inm{
    width: 31%;
    height: 140px;
    border-radius: 10px;
    margin: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.alq-inm1{
    width: 120px;
    height: 70px;
    border-radius: 10px;
}
.alq-inm a:hover{
    width: 70%;
    height: 60%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f77a05;
    cursor: pointer;
    padding: 0.45em 0.2em 0.3em 0.3em;
}

.alq-veh{
    width: 31%;
    height: 140px;
    border-radius: 10px;
    margin: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.alq-veh1{
    width: 120px;
    height: 70px;
    border-radius: 10px;
}
.alq-veh a:hover{
    width: 70%;
    height: 60%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #1f090f;
    cursor: pointer;
    padding: 0.45em 0.2em 0.3em 0.3em;
}
.text-mark1{
    width: 70%;
    text-align: center;
    font-weight: bold;
    margin: auto;
    font-size: 13px;
    margin-top: -17px;
    margin-bottom: 7px;
    padding: 0.5em 0.5em 0.5em 0.5em;
    font-style: italic;
    box-shadow: 1px 2px 1px 2px #199b08;
    border-radius: 5px;
    color: #0e2c0a;
}
.no_mostrar{
    display: none;
    padding: 0.5em 0.5em 0.5em 0.5em;
}
.mostrar{
    display: block;
    padding: 0.5em 0.5em 0.5em 0.5em;
}
.texto-mark{
    width: 70%;
    height: 115px;
    font-weight: 600;
    margin: auto;
    margin-top: 0px;
    font-size: 13px;
    color: #140202;
    padding: 0.5em 0.5em 0.5em 0.5em;
    overflow: hidden;
    background-image: linear-gradient(55deg, rgb(251, 252, 253) 0%, rgb(255, 255, 255) 100%);
    font: sans-serif;
}

.text-mark2{
    box-shadow: 1px 2px 1px 2px #3f0858;
    text-align: justify;
    color: #3f0858;
    font-weight: bold;
    border-radius: 5px;
}
.text-mark3{
    text-align: center;
    box-shadow: 1px 2px 1px 2px #199b08;
    color: #3f0858;
    font-weight: bold;
    border-radius: 5px;
}
.text-mark4{
    text-align: center;
    box-shadow: 1px 2px 1px 2px #03115e;
    color: #03115e;
    font-weight: bold;
    border-radius: 5px;
}
.text-mark5{
    box-shadow: 1px 2px 1px 2px #f77a05;
    text-align: center;
    font-weight: bold;
    color: #3f0858;
    border-radius: 5px;
}
.text-mark6{
    box-shadow: 1px 2px 1px 2px #1f090f;
    text-align: center;
    color: #1f090f;
    font-weight: bold;
    border-radius: 5px;
}
.bt-mark1{
    width: 50%;
    height: 30px;
    background-color: #03115e;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-family: "Agency FB";
    font-size: 15px;
    padding: 0.1em 0.1em 0.1em 0.5em;
}
.bt_nomostrar{
    display: none;
}
.mark2{
    height: 1180px;
    max-height: 100%;
    margin: auto;
    background-image: linear-gradient(55deg, rgb(250, 251, 253) 0%, rgb(255, 255, 255) 100%);
    /*url("https://img.freepik.com/fotos-premium/feliz-agente-inmobiliario-ofreciendo-pareja-joven-firmar-contrato-hipotecario-mientras-reunen-oficina_637285-3893.jpg");*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    margin-top: -70px;
    /*box-shadow: 0 0 10px #313331;*/
}
.title-hard{
    text-align: center;
    color: #199b08;
    font-size: 22px;
    font-family: "Agency FB";
    padding: 20px 0px 20px;
}
.cat-computadoras{
    color: #040780;
    margin-top: 20px;
    height: 220px;
    padding: 0.5em 0.5em 0.5em 0.8em;
    font: sans-serif;
    width:50%;
}
.tit-mark2{
    text-align: left;
    color: #ad2c05;
    padding: 0.5em 0.5em 0.5em 0.8em;
    font: sans-serif;
    font-size: 18px;
    display: flex;
}
.txt-mark2{
    color: #03115e;
    display: flex;
    float: left;
    text-align: justify;
    margin-left: 15px;
    margin-right: 15px;
    font: sans-serif;
    font-size: 14px;
}
.iasepc{
    display: flex;
    float: right;
    margin: auto;
    box-shadow: 0 0 10px #313331;
    border-radius: 5px;
    margin-right: 10px;
    margin-left: 28px;
    width: 40%;
    height: 140px;
    margin-bottom: 15px;
}
.cat-celulares{
    color: #040780;
    height: 220px;
    margin-top: -220px;
    vertical-align: baseline;
    float: right;
    padding: 0.5em 0.5em 0.5em 0.8em;
    font: sans-serif;
    width: 47%;
}
.iasecel{
    width: 40%;
    height: 145px;
    display: flex;
    float: right;
    margin: auto;
    box-shadow: 0 0 10px #313331;
    border-radius: 5px;
    margin-right: 15px;
    margin-left: 25px;
    margin-bottom: 15px;
}
.cat-camseguridad{
    color: #040780;
    height: 220px;
    padding: 0.5em 0.5em 0.5em 0.8em;
    font: sans-serif;
    width: 51%;
    margin-top: 20px;
}
.icon-circle-down{
    text-decoration:none
}
.iasecam{
    width: 40%;
    height: 190px;
    display: flex;
    float: right;
    margin: auto;
    box-shadow: 0 0 10px #313331;
    border-radius: 5px;
    margin-right: 15px;
    margin-left: 25px;
    margin-bottom: 15px;
}
.cat-accesorios{
    color: #040780;
    margin-top: -220px;
    height: 220px;
    padding: 0.5em 0.5em 0.5em 0.8em;
    font: sans-serif;
    width: 47%;
    float: right;
}
.iaseacc{
    width: 40%;
    height: 190px;
    display: flex;
    float: right;
    margin: auto;
    box-shadow: 0 0 10px #313331;
    border-radius: 5px;
    margin-right: 15px;
    margin-left: 25px;
    margin-bottom: 15px;
}

.subtitle-pc{
    display: flex;
    position: absolute;
    margin-top: 60px;
    font-size: 20px;
    margin-left: 308px;
}
.contact-pc{
    width: 38%;
    height: 100px;
    position:absolute;
    font-size: 12px;
    font: sans-serif;
    margin-top: 100px;
    color: #03115e;
    margin-left: 290px;
    font-weight: bold;
}
/*#asuntopc, */#mensajepc, #emailpc{
    width: 40%;
    border-radius: 5px;
    font-size: 12px;
    padding: 0.1em 0.1em 0.1em 0.1em;
}
#mensajepc{
    height: 50px;
}
.mensaje-pc/*, .asunto-pc*/{
    margin-left: 20px;
    width: 100%;
    display:flex;
    flex-direction: column;
    margin-bottom: 10px;
    margin-top: -10px;
}
/*
.correo-pc{
    position: absolute;
    margin-left: 350px;
    width: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    margin-top: -120px;
}*/
.correo-pc{
    position: absolute;
    margin-left: 20px;
    width: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
}
.sendpc{
    width: 20%;
    padding: 0.3em 0.3em 0.3em 0.3em;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 10px;
    color: #fff;
    background-color: #03115e;
    font: sans-serif;
    cursor: pointer;
}
.mrk-info{
    background-color: #03115e;
    color: #ffff;
    font-size: 12px;
    text-decoration: none;
    padding: 0.5em 0.8em;
    height: 40px;
    width: 20%;
    margin-left: 15px;
    border-radius: 7px;
}

.mark3{
    height: 800px;
    max-height: 100%;
    margin: auto;
    background-image: linear-gradient(to top,rgb(250, 251, 253) 0%, rgba(255, 255, 255) 100%);
    /*url("https://img.freepik.com/fotos-premium/feliz-agente-inmobiliario-ofreciendo-pareja-joven-firmar-contrato-hipotecario-mientras-reunen-oficina_637285-3893.jpg");*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    margin-top: 10px;
    /*box-shadow: 0 0 10px #313331;*/
}
.title-serv{
    font-size: 38px;
    font-weight: 600;
    text-align: center;
    color: #db3a09;
    letter-spacing: -1px;
    font-family: "Agency FB";
    padding: 50px 0px 30px;
}
.mark4{
    height: 80px;
    max-height: 100%;
    margin: auto;
    /*background-image: linear-gradient(to top,rgb(247, 246, 248,0.8) 0%, rgba(255, 255, 255, 0.8) 100%);*/
    /*url("https://img.freepik.com/fotos-premium/feliz-agente-inmobiliario-ofreciendo-pareja-joven-firmar-contrato-hipotecario-mientras-reunen-oficina_637285-3893.jpg");*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    margin-top: 10px;
    /*box-shadow: 0 0 10px #313331;*/
}

@media screen and (max-width: 789px) {
/* parte del header */
    .cabmnu,.logmnu img, .logmnu form, .logmnu form input, .logmnu form button, .txtallEmp, .txticouser, .cantcarrito, .catmnu,
.link-catmnu, .cont-footer, .barmnu a, .red-social a {
    font-size: 10px;
}

.titulo{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #4d0614;
    text-align: left;
}
.content-titel{
    text-align: justify;
    font-size: 14px;
    color: rgb(41, 5, 245);
    margin-bottom: 20px;
    width: 90%;
}
.cntQSomos{
    border-top: solid thin rgb(32, 10, 110);
    margin-top: 30px;
}

header {
    height: 80%;
}
.cabmnu, .pubcab, .mrkpubcab, .link-catmnu {
    display: none;
} 
.logmnu{
    margin-left: 0%;
    height: 19%;
}
.logempcab{
    padding: 0.15em 0 0.15em 0;
    width: auto;
    height: 50px;
    margin-left: 2%;
}
.d-flex{
    float: inline-start;
    margin-top: -2%;
    margin-left: 14%;
}
.d-flex button {
    width: 6%;
    margin-left: 54%;
}
.in-buscar{
    width: 50%;
}
.allemp {
    margin-top: 12.5%;
    margin-left: -38.5%;
    height: 20px;
    width: auto;
 }
 .txtallEmp {
    margin-top: 12.5%;
    margin-left: -32%;
    font-size: 9px;
 }
 .txtallEmp span{
    margin-top: 12.5%;
    margin-left: 0%;
    font-size: 9px;
 }
 .icouser {
    margin-top: 12.5%;
    margin-left: -15%;
    width: auto;
    height: 20px;
 }
 .txticouser {
    margin-top: 12.5%;
    margin-left: -9%;
    font-size: 9px;
 }
 .txticouser span{
    font-size: 9px;
 }
.carrito{
    margin-top: 12.5%;
    margin-left: 5.5%;
    width: auto;
    height: 20px;
}
.cantcarrito {
    margin-top: 12.5%;
    margin-left: 12%;
    width: 15px;
    font-size: 9px;
}
#circlecarrito{
    margin-left: 13%;
    margin-top: 15.5%;
    font-size: 9px;
}

.icon-menu{
    display: block;
}
.catmnu{
    padding-top: 0.4em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.25em;
    font-size: 13px;
    margin-left: 2px;
    background-color: #090a5f;
    color: #fff;
    width: 80%;
}
.catmnu span{
    font-size: 15px;
}
#icocatmnucab{
    float: right;
    font-size: 24px;
    color: #fff;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
    display: block;
}
.catmnu span:hover{
    cursor: pointer;
}
/* parte main*/

/* parte de menu de categorias en movil */
.link-catmnu{
    width: 80%;
    height: auto;
    display: block;
    position: fixed;
    top: 15.2%;
    background-image: linear-gradient(135deg, #1c44f5 0, #0582f8 100%);
    transition: transform .3s ease-in-out;
    transform: translate(120%);
}
.link-catmnu a{
    display: block;
    float: none;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgb(243, 238, 238);
    padding: 10px;
    font-size: 14px;
}

.link-catmnu a:hover{
    text-decoration: none;
    color: #fff;
    background: #230e46;
    cursor: pointer;
    padding: 0.5em 0.5em 0.5em 0.5em;
    transition-delay: 0.1s;
    border-radius: 5px 5px 5px 5px !important;
}
.mostrarcatmnu{
    transform: translate(-6.6%);
}
/* seccion de software*/
.img-ti{
    width: 90%;
    display: block;
}
.rrhh-pla{
    width: 32%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 83px;
}
.rrhh-pla1{
    width: 90px;
    height: 60px;
    border-radius: 10px;
    padding: 0.5em 0.5em 0.5em 0.5em;
}
.fig-imrkc0{
    width: 100%;
    color: #1120f3;
    font: italic smaller sans-serif;
    text-align: center;
    font-size: 10px;
}
.rrhh-pla a{
    width: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #3f0858;
    padding: 0.3em 0.3em 0.3em 0.3em;   
}



.fin-cred{
    width: 32%;
    height: auto;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 17px;
}
.fin-cred1{
    width: 90px;
    height: 60px;
    border-radius: 10px;
    padding: 0.5em 0.5em 0.5em 0.5em;
}
.fin-cred a{
    width: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #199b08;
    padding: 0.3em 0.3em 0.3em 0.3em;
}


.fact-elec{
    width: 32%;
    height: auto;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 17px;
}
.fact-elec1{
    width: 90px;
    height: 60px;
    border-radius: 10px;
    padding: 0.5em 0.5em 0.5em 0.5em;
}
.fact-elec a{
    width: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #03115e;
    padding: 0.45em 0.2em 0.3em 0.3em;
}

.alq-inm{
    width: 32%;
    height: auto;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 17px;
}
.alq-inm1{
    width: 90px;
    height: 60px;
    border-radius: 10px;
    padding: 0.5em 0.5em 0.5em 0.5em;
}
.alq-inm a{
    width: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f77a05;
    padding: 0.45em 0.2em 0.3em 0.3em;
}

.alq-veh{
    width: 32%;
    height: auto;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.alq-veh1{
    width: 90px;
    height: 60px;
    border-radius: 10px;
    padding: 0.5em 0.5em 0.5em 0.5em;
}
.alq-veh a{
    width: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #1f090f;
    padding: 0.45em 0.2em 0.3em 0.3em;
}
/* Fin seccion de software*/


.text-mark1{
    width: 70%;
    text-align: center;
    margin: auto;
    font-size: 8px;
    margin-top: -17px;
    margin-bottom: 7px;
    padding: 0.5em 0.5em 0.5em 0.5em;
    font-style: italic;
    box-shadow: 1px 2px 1px 2px #199b08;
    border-radius: 5px;
    color: #0f4b07;
}

.texto-mark {
    font-size: 8px;
    font-style: italic;
}

.no_mostrar{
    display: block;
}

.text-mark2{
    box-shadow: 1px 2px 1px 2px #3f0858;
    text-align: justify;
    color: #3f0858;
    border-radius: 5px;
    margin-left: 90px;
    position: absolute;
    margin-top: -160px;
    width: 45%;
}
.text-mark3{
    text-align: center;
    box-shadow: 1px 2px 1px 2px #199b08;
    color: #3f0858;
    border-radius: 5px;
    margin-left: 90px;
    position: absolute;
    margin-top: 22px;
    width: 45%;
}
.text-mark4{
    text-align: center;
    box-shadow: 1px 2px 1px 2px #03115e;
    color: #03115e;
    border-radius: 5px;
    margin-left: 90px;
    position: absolute;
    margin-top: 138px;
    width: 45%;
}
.text-mark5{
    box-shadow: 1px 2px 1px 2px #f77a05;
    text-align: center;
    color: #3f0858;
    border-radius: 5px;
    margin-left: 90px;
    position: absolute;
    margin-top: 253px;
    width: 45%;
}
.text-mark6{
    box-shadow: 1px 2px 1px 2px #1f090f;
    text-align: center;
    color: #1f090f;
    border-radius: 5px;
    margin-left: 90px;
    position: absolute;
    margin-top: 371px;
    width: 45%;
}



/* parte de footer */
.cont-footer{
    font-size: 10px;
    width: 100%;
}
.red-social{
    margin-top: 8%;
    margin-left: -75%;
}
.mnupiepag, .barmnu{
    display: none;
}
.copyder{
    margin-left: 1%;
}
}


@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}