* {
    padding: 0%;
    margin: 0%;
}

.cabecera__conten {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    width: 100%;
    height: 110px;
    background-color: #242526;
}

.logo {
    float: left;
    width: 32%;
    height: 100%;
    display: flex;
    align-items: center;
}

.cabecera__logos {
    width: 250px;
    display: flex;
}

.logo__sig {
    text-align: right;
    width: 50%;
}

.logo__desc {
    font-family: 'Inter';

    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
}

.logo__metis {
    width: 120px;
    height: 100px;
    background: url('../../images/metis.png') no-repeat center / cover;
    object-fit: contain;
    margin: 0 auto;
}

.logo__sitg {
    width: 150px;
    height: 50px;
    background: url('../../images/logoLarge.png') no-repeat center / cover;
}

.pie-pagina {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: sans-serif;
    text-align: center;
}

.btn__opc {
    border: 3px solid black;
    border-radius: 10px;
    /*padding: 12px 2px;*/
    margin-top: 13px;
    place-content: center;
    width: 350px;
    text-decoration: none;
    color: #181717;
    font-size: 20px;
}


.btn__opc:hover {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    background-color: rgb(158, 156, 156);
    box-shadow: 0 12px 16px 0 rgba(25, 192, 136, 0.24), 0 17px 50px 0 rgba(165, 12, 12, 0.19);
}
