*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img.logo_edunew {
    width: 100%;
}

a.ver-mas {
    color: var(--secondary);
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin: 20px 0;
}

.w-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-image: url(/ResourcePackages/Adistec/assets/dist/images/bg-select.png);
    background-size: auto 8px;
    background-position: right center;
    background-color:var(--white);
    width: 100%;
    height: 50px;
    padding: 10px 10px;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    color: var(--primary-adistec);
    border: solid 1px transparent;
}