
/* --------------------------------------------- header --------------------------------------------- */

.cabecera{
    width:100%; /*100vw;*/
    height:100vh;
    position:relative;
    display:flex;
    justify-content: center;
    align-items: center;
    background-color:#000;
}

#logo_img{
    max-width:230px;
    content:url('../images/logo_a2.png');
    transition:0.5s;
}

.imagen_total{
    width:100%; /*100vw;*/
    height:100%;
    background-image: url('../images/fondo_4_new.webp');
    background-position:top;
    background-repeat: no-repeat;
    background-size: cover;
    opacity:0.5;
}

.texto_msg_b{
    font-family:monospace ;
    color:#fff;    
    text-shadow: 1px 1px 2px #aaa;
}

.msg_soft{
    position:absolute;
    display:flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width:100%;
    font-size: 30pt;
}

.msg_soft h2:nth-child(1){
    display:block;
    text-align: center;
    width:34ch;
    white-space:nowrap;
    overflow:hidden;
    margin:0;
}

.msg_soft h2:nth-child(2){
    display:block;
    text-align: center;
    width:28ch;
    white-space:nowrap;
    overflow:hidden;
    margin:0;
}

.maya_soft{
    position:absolute;
    width:100%; /*100vw;*/
    height:100%;
    background-image:url('../images/pattern2.png');
    background-size:cover;
    z-index: 2;
    
}
/* --------------------------------------------- termina header --------------------------------------------- */

    .puntos{
    position:relative;
    width:47%;
    min-width:300px;
    display:flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap:20px;
    
    background-image: url('../images/difu1.jpg');
    border-radius: 10px;
    padding:10px;
    transition:0.2s;
}

.puntosh{
    position:relative;
    width:47%;
    min-width:300px;
    display:flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap:20px;
    
    border:1px solid #c5d5ea;
    background-color:#fff;

    border-radius: 10px;
    padding:10px;
    transition:0.3s;
}

.puntosh_full{
    position:relative;
    width:calc(100% - 26px);
    min-width:300px;
    display:flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap:20px;

    border:1px solid #c5d5ea;
    background-color:#fff;

    border-radius: 10px;
    padding:10px;
    transition:0.3s;
}

.puntosr{
    position:relative;
    width:calc(25% - 54px);
    min-width:300px;
    display:flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap:20px;
    
    border:1px solid #eee;
    border-radius: 10px;
    padding:10px;
    transition:0.2s;
}

.puntosh:hover{
    cursor:pointer;
    border:1px solid #eaeaea;
    border-radius: 0px;
    background-color: #fcfcfc;
    /*box-shadow: 5px 5px 15px #354E6C inset;*/
}

.puntosh_full:hover{
    cursor:pointer;
    border:1px solid #eaeaea;
    border-radius: 0px;
    background-color: #fcfcfc;
    /*box-shadow: 5px 5px 15px #354E6C inset;*/
}

.puntos:hover,.puntosr:hover{
    cursor:pointer;
    box-shadow: 5px 5px 15px gray ;
}

.puntos:hover img{
    filter:none;
}


.btn_cons{
    background-color: #003366;
    border:1px solid #003366;
    border-radius:5px;
    width:150px;
    height:40px;
    color:#fff;
    transition:1s ease;
}

.btn_cons:hover{
    width:150px;
    height:40px;
    cursor:pointer;
    border:1px solid #da7b03;
    background-color: #D96D00;
}

/* --------------------------------------------- palabras --------------------------------------------- */

#palabras{
    position:absolute;
    top:100%;
    width:100%;
    display:flex;
    justify-content: center;
    
}

#palabra, #h2_1, #h2_2{
    color:#fff;
    font-family:monospace;
    font-weight: bold;
    font-size:clamp(1rem,4vw,4rem);
    
}

/* --------------------------------------------- consultoria --------------------------------------------- */

#consultoria{
    position:relative;
    display:flex;
    flex-direction: column;
    align-items: center;
    width:100%; /*100vw;*/
    background-color:#809dc0;
}

#descripcion_con{
    display:flex;
    flex-direction: column;
    justify-content: center;
    width:80%;
    min-height:300px;
}

.info_con{
    display:flex;
    justify-content: left;
    flex-direction: row;
    flex-wrap: wrap;
    gap:20px;
}

.ima_izq{
    width:600px;
    overflow:hidden;
}

.redondo{
    border-radius:10px;
}

.inf_der{
    width:50%;
    font-family: 'Roboto';
    color:#000;
}

/* --------------------------------------------- soluciones --------------------------------------------- */
#informacion{
    position:relative;
    display:flex;
    flex-direction: column;
    align-items: center;
    width:100%; /*100vw;*/
    background-color:#eaeaea;
}

#descripcion{
    display:flex;
    flex-direction: column;
    justify-content: center;
    width:80%;
    min-height:300px;
}

.txt_des_soft{
    font-family:'Roboto';
    font-size: 14pt;
    color:#555;
}

.apartados{
    position:relative;
    width:80%;
    border:0px;

    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    padding:20px;
    gap:40px;
}



.ptit{
    display:flex;
    justify-content: center;
    text-align:center;
    width:100%;
    font-family:'Roboto';
    font-size:14pt;
    color:#000;
}

.pimg{
    width:80px;
    height:80px;
    /*filter:grayscale(1)*/
}

.pimg img{
    width:80px;
    height:80px;
}

.pinf{
    text-align:left;
    width:90%;
    font-family:'Roboto';
    font-size:10pt;
    color:#003366;
}

/* --------------------------------------------- hardware --------------------------------------------- */

#hardware{
    position:relative;
    display:flex;
    flex-direction: column;
    align-items: center;
    width:100%; /*100vw;*/
    /*background-color:#354E6C;*/
    background-image:url('../images/prueba_par2.jpg'); /*('../images/bg_hardware_2.jpg');*/
    background-size: cover;
}

#descripcion_h{
    display:flex;
    flex-direction: column;
    justify-content: center;
    width:80%;
    padding-top: 20px;;
    min-height:80px;
}

.enc_des_hard, .enc_des_soft, .enc_des_red{
    display:flex;
    justify-content: left;
    align-items: center;
    font-family:'Roboto';
    font-size: clamp(2rem,4vw,3rem);
    font-weight: bold;
    min-height:80px;
    text-shadow: 1px 1px 2px #000;
    color:#da7b03;
}



.space{
    height:80px;
}

/* --------------------------------------------- redes --------------------------------------------- */

#network{
    position:relative;
    display:flex;
    flex-direction: column;
    align-items: center;
    width:100%; /*100vw;*/
    /*background-color:#354E6C;*/

}

#descripcion_r{
    display:flex;
    flex-direction: column;
    justify-content: center;
    width:80%;
    padding-top: 20px;;
    min-height:80px;
}




