@font-face {
    font-family: 'Poppins-Black';
    src: url('../font/Poppins-Black.ttf');
}
@font-face {
    font-family: 'Poppins-Bold';
    src: url('../font/Poppins-Bold.ttf');
}
@font-face {
    font-family: 'Poppins-Light';
    src: url('../font/Poppins-Light.ttf');
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../font/Poppins-Regular.ttf');
}
#secction {
    display: grid;  
    grid-template-rows: auto 1fr;
    row-gap: 0px;
}
.logoNombre {
    width: 60%;
}
.arquitectura {
    color: #073D6E;
    font-family: 'Poppins-Regular';
    font-size:  calc(1rem + 1vw);
    line-height: 1.1;
    margin-top:  0.5vh;
}
.seguridad {
    color: #6D8EAC;
    font-family: 'Poppins-Regular';
    font-size:  calc(1rem + 0.5vw);
    line-height: 1.1;
    margin-top:  0.5vh;;    
}
.buscar {
    width: 100%;
    background-color: #E1DFDF; 
    padding: 0.4rem;
}
.buscar input {
    width: 90%;
    background-color: #E1DFDF; 
    border: 0px;
}
.buscar input:focus {
    border: 0px;
    outline: none;
}
.buscar input:hover {
    border: 0px;
    outline: none;
}
.menupagina {
    width: 100%;
    list-style:none;
    display: table;
    text-align: center;
    margin-top: 1.5vh; 
}
.menupagina li {
    display: table-cell;
    margin-right: 1vh; 
}
.liitem {
    color: black;
    font-family: 'Poppins-Regular';
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.liitem a {
    font-family: 'Poppins-Regular';
    font-size: calc(0.3rem + 0.6vw);
    color: #848484;
    text-decoration: none;
    font-weight: bold;
    border-top: 2px solid;
    border-top-color: #b4b4b4;
    border-bottom: 2px solid;
    border-bottom-color: #b4b4b4;    
}
.liitem a:hover {
    font-family: 'Poppins-Regular';
    font-size: calc(0.3rem + 0.6vw);
    color:  #262d58;
    text-decoration: none;
    font-weight: bold;
    border-top: 2px solid;
    border-top-color: #262d58;
    border-bottom: 2px solid;
    border-bottom-color:  #262d58;   
}
.liitemactive {
    color: black;
    font-family: 'Poppins-Regular';
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #efa331;
}
.liitemactive a {
    font-family: 'Poppins-Regular';
    font-size: calc(0.3rem + 0.6vw);
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-top: 2px solid;
    border-top-color: white;
    border-bottom: 2px solid;
    border-bottom-color: white;    
}
.mano { cursor: pointer; }

.modalAsiven {
    background-color: #bcbbbb !important;
}
.modalTitulo {
    font-family: 'Poppins-Bold';    
}
.labelAsiven {
    font-family: 'Poppins-Regular';    
}
.itemHidden {
    display: none;
}
.colResult {
    border-bottom: 1px solid white;
}
.colResult a {
    text-decoration: none;
    color: black;
}