﻿.alvet-font-titulo-account {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: var(--alvet-marron-oscuro-titulo);
}

.alvet-font-texto-account {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--alvet-marron-oscuro-titulo);
}
/* LOGIN USUARIOS */
.alvet-font-acceso-clientes-account {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: var(--alvet-marron-oscuro-titulo);
}

.alvet-input-usuario-account, .alvet-input-pass-account {
    width: 100%;
    height: 24px;
    border-radius: 3px;
    border-color: #fff;
    margin-top: 4px;
    background-color: rgba(255, 255, 255, 1);
    color: var(--alvet-marron-oscuro);
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
}

.alvet-font-vinculo-login-account {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--alvet-marron-oscuro);
}

.alvet-font-vinculo-login-account-grande {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--alvet-marron-oscuro);
}

.alvet-font-solicita-alta-account {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--alvet-naranja);
}


.alvet-account-seguir-comprando {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--alvet-marron-oscuro);
    text-decoration: underline !important;
    cursor: pointer;
}

/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

/*Medium devices (tablets, 768px and up)*/ 
@media (min-width: 768px) {

}

/*Large devices (desktops, 992px and up)*/ 
@media (min-width: 992px) {
    .alvet-font-vinculo-login-account {
        font-size: 12px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/ 
@media (min-width: 1200px) {

}


