@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
    --fuente-principal: 'Montserrat', sans-serif;
    --fuente-secundaria: 'Inter', sans-serif;
    --color-principal: #CE132E;
    --color-fondo: #f5f0e9;
}

body {
    font-family: var(--fuente-secundaria);
    background-color: var(--color-fondo);
}

body#checkout {
    font-family: var(--fuente-secundaria);
    background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--fuente-secundaria);
}

#wrapper {
    background-color: #f5f0e9 !important;
}

#content {
    background: #f5f0e9 !important;
}

.input-group.focus,
.input-group:focus-within {
    outline: .1875rem solid var(--color-principal);
    border-radius: 8px;
}
.form-control:focus {
    border-color: var(--color-principal);
    outline: 0;
}
.form-control:focus {
    color: #232323;
    background-color: #fff;
    outline: .1875rem solid var(--color-principal);
}

/* Aplicar mismo estilo cuando cualquier input/textarea/select recibe foco */
input:focus,
textarea:focus,
select:focus {
    outline: .1875rem solid var(--color-principal);
    border-radius: 8px;
    box-shadow: none;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.375rem;
}

/* Pill style */
.rounded-pill {
    border-radius: 10rem;
}

/* Colores base (puedes personalizarlos) */
.badge-primary {
    background-color: var(--color-principal);
}

.badge-secondary {
    background-color: #6c757d;
}

.badge-success {
    background-color: #198754;
}

.badge-danger {
    background-color: #dc3545;
}

.badge-warning {
    background-color: #ffc107;
    color: #212529;
}

.badge-info {
    background-color: #0dcaf0;
    color: #212529;
}

.badge-light {
    background-color: #f8f9fa;
    color: #212529;
}

.badge-dark {
    background-color: #212529;
}

/* Opcional: tamaño un poco mayor para usar como etiqueta destacada */
.badge-lg {
    font-size: 0.9em;
    padding: 0.5em 0.8em;
}


#cms .page-cms-2 h3,#cms .page-cms-3 h3,#cms .page-cms-7 h3{
    margin: 20px 0px 30px 0px;
}

#cms .page-cms-2 h4,#cms .page-cms-3 h4,#cms .page-cms-7 h4{
    margin: 15px 0px 10px 0px;
}

#cms .page-cms-2 ul ul,#cms .page-cms-3 ul ul,#cms .page-cms-7 ul ul{
    padding-left: 25px !important; /* crea sangría */
    list-style-type: circle !important; /* muestra viñetas distintas */
}



/* Custom checkbox styles: when checked show principal color background and white tick */
.custom-checkbox{ position: relative; display: inline-block; }
.custom-checkbox > span{ display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 4px; border: 2px solid rgba(0,0,0,0.12); background: transparent; color: transparent; transition: background .12s ease, border-color .12s ease, color .12s ease; }
.custom-checkbox input[type="checkbox"]:checked + span{ background: var(--color-principal); border-color: var(--color-principal); color: #fff; }
.custom-checkbox i.material-icons{ font-size: 16px; line-height: 1; }
.custom-checkbox input[type="checkbox"]:checked + span { background: var(--color-principal); border-color: var(--color-principal); color: #fff; }
.custom-checkbox input[type="checkbox"]:checked + span i,
.custom-checkbox input[type="checkbox"]:checked + span .material-icons,
.custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked { color: #fff; }
 
/************************************
*     LOGIN / PASSWORD/ REGISTRATION
*************************************/

#authentication #wrapper,
#password #wrapper {
    background: #f5f0e9 !important;
    /* height: 100vh; */
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#registration #wrapper {
    background: #f5f0e9 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#authentication #content,
#password #content-wrapper,
#registration #content-wrapper {
    max-width: 30em;
}

#password #content {
    padding: 0;
}

#password #wrapper .row,
#registration #wrapper .row {
    display: flex;
    justify-content: center;
}

#password #content-wrapper .page-header {
    margin-bottom: 0;
}

#authentication .page-header,
#registration .page-header {
    max-width: 30em;
    margin: auto;
    text-align: center;
}

#registration .page-header {
    margin-top: 20px;
}

#authentication .ets_solo_social_wrapper.lgp {
    border-bottom: 1px solid #997f6179;
}

.ets_solo_social li {
    width: 100%;
}

.ets_solo_social_btn {
    width: 100%;
    display: flex !important;
    justify-content: center;
    background: white !important;
    box-shadow: none !important;
    border: 2px solid #e0bc93;
    padding: 10px;
    height: auto !important;
    border-radius: 6px !important;
}

.ets_solo_social_btn:hover {
    background: #4d35131a !important;
}

.ets_solo_social_btn.medium i {
   width: 32px;
}


.ets_solo_social_btn .svg_gl {
    background: none !important;
}

.ets_solo_social .ets_solo_social_btn  {
    background: #fff;
    box-shadow: 0 1px 1px 0 #aaa;
    color: #555;
    font-weight: 600;
}

#authentication #login-form .form-group,
#password .forgotten-password .form-group,
#registration #customer-form .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

#password .forgotten-password .send-renew-password-link {
    padding-left: 0;
    margin-top: 10px;
    color: #000;
}

#password .forgotten-password .form-fields .form-control-label {
    width: 100%;
    text-align: left;
    padding-left: 0;
}

#password .forgotten-password .form-fields .email {
    width: 100%;
}

#authentication #login-form .form-group label,
#authentication #login-form .form-group .js-input-column,
#registration #customer-form .form-group .form-control-label,
#registration #customer-form .form-group .js-input-column {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

#registration #customer-form .form-group .form-control-label[for='field-psgdpr'],
#registration #customer-form .form-group .form-control-label[for='field-newsletter'],
#registration #customer-form .form-group .form-control-label[for='field-customer_privacy'] {
    display: none;
}

#identity #customer-form .form-group .form-control-label[for='field-psgdpr'],
#identity #customer-form .form-group .form-control-label[for='field-newsletter'],
#identity #customer-form .form-group .form-control-label[for='field-customer_privacy'] {
    display: none;
}

#registration #customer-form .form-group .js-input-column {
    flex-direction: column;
}

#authentication #login-form .form-group .js-input-column input,
#password .forgotten-password .form-fields .email input,
#registration #customer-form .form-group .js-input-column input {
    border: 1px solid rgba(0, 0, 0, 0.25);
    padding: 10px;
    border-radius: 6px;
    font-size: 14px;
}


#authentication #login-form .form-group .js-input-column input#field-password,
#registration #customer-form .form-group .js-input-column input#field-password {
    border-radius: 6px 0px 0px 6px;
    border-right: 0px;
}

#authentication #login-form .form-group .js-input-column input#field-password-confirm,
#registration #customer-form .form-group .js-input-column input#field-password-confirm {
    border-radius: 6px 0px 0px 6px;
    border-right: 0px;
}
#authentication #login-form .form-group .js-input-column .input-group-btn button,
#registration #customer-form .form-group .js-input-column .input-group-btn button,
#identity #customer-form .form-group .js-input-column .input-group-btn button {
    background: #f6f6f6;
    border-radius: 0px 6px 6px 0px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-left: 0px;
    color: #000;
}

#registration #customer-form .form-group .js-input-column .form-control-comment {
    font-size: 12px;
    line-height: 14px;
}

#authentication #login-form #submit-login,
#password .forgotten-password .form-fields #send-reset-link,
#registration #customer-form .form-control-submit {
    width: 100%;
    background: #ce132e;
    box-shadow: 0px 3px 6px #ccc;
    border-radius: 6px;
    text-transform: none;
    margin-top: 15px;
}

#authentication #login-form .forgot-password a,
#authentication .no-account a,
#password #back-to-login,
#registration p,
#registration p a {
    color: #000;
    font-weight: 500;
}

#authentication #login-form .forgot-password a:hover,
#authentication .no-account a:hover,
#password #back-to-login:hover,
#registration p a:hover {
    color: var(--color-principal);
    font-weight: 500;
}

#registration p {
    margin-top: 20px;
    text-align: center;
}


.page-customer-account #content .forgot-password {
    margin-top: 16px;
    text-align: center;
    padding: 10px;
    font-size: 14px;
}

.page-customer-account #content .forgot-password a:hover {
    color: var(--color-principal) !important;
}


.page-customer-account #content .no-account {
    margin-top: 16px;
    text-align: center;
    padding: 10px;
    font-size: 14px;
}

.page-customer-account #content .no-account a:hover {
    color: var(--color-principal) !important;
}

.page-customer-account #content .no-account label {
    color: black !important;
    font-weight: 500;
}


#authentication #content form#login-form .form-group.row label.form-control-label {
    font-size: 16px;
}


/*****************************************
*               REGISTRO FORMULARIO
******************************************/
.register-form #customer-form .form-group.row:has(label[for="field-optin"]),
.register-form #customer-form .form-group.row:has(label[for="field-newsletter"]) {
    display: none !important;
}

/* Profesional module styles */
.profesional-tipo-radios,
.profesional-tipo-container {
    text-align: left;
}
.profesional-tipo-radios label,
.profesional-tipo-container label {
    display: block;
    text-align: left;
    margin-bottom: 6px;
    font-weight: 600;
}
.profesional-empresa-doc label {
    display: block;
    text-align: left;
    margin-bottom: 6px;
    font-weight: 600;
}
.profesional-empresa-doc input[type="file"] {
    display: inline-block;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 6px;
    background: #fff;
    color: #222;
    cursor: pointer;
}
.profesional-empresa-doc input[type="file"]::-webkit-file-upload-button {
    background: var(--color-principal);
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 6px;
    cursor: pointer;
}
.profesional-empresa-doc input[type="file"]::-ms-browse {
    background: var(--color-principal);
    color: #fff;
}

.register-form #customer-form .form-group.row:has(label[for="field-psgdprn"]) {
    margin-top: 20px;
}



#registration header.page-header h1 {
    font-size: 28px;
}

#registration #content form#customer-form .form-group.row label.form-control-label {
    font-size: 16px;
}

#registration #content form#customer-form .form-group.row #div-password-confirm {
    margin-bottom: 10px;
}


#registration #content form#customer-form .form-group.row #field-password-confirm.is-invalid {
    border-color: #ff4c4c;
}

#registration #content form#customer-form .form-group.row #field-password-confirm-error {
    margin-bottom: 10px;
    color:#ff4c4c
}


/*****************************************
*               PAGINAS LEGAL
******************************************/

#cms #wrapper {
    background: #f5f0e9 !important;
}

#cms #wrapper #content p,
#cms #wrapper #content ul {
    color: #000;
}

#cms #wrapper #content h3,
#cms #wrapper h1 {
    color: #ce132e;
}


/*****************************************
*               BOTONES
******************************************/

.btn-primary {
    color: #ffffff;
    background-color: #CE132E;
    border-color: transparent;
    font-size: 16px;
    border-radius: 8px;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #aa1d1d;
    border-color: rgba(0, 0, 0, 0)
}

.btn-primary:focus,
.btn-primary.focus {
    color: #ffffff;
    background-color: #aa1d1d;
    border-color: rgba(0, 0, 0, 0)
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #aa1d1d;
    border-color: rgba(0, 0, 0, 0);
    background-image: none
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    color: #ffffff;
    background-color: #8c1818;
    border-color: rgba(0, 0, 0, 0)
}

.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled.focus {
    background-color: #CE132E;
    border-color: transparent
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
    background-color: #CE132E;
    border-color: transparent
}

#customer-form .form-group.row .js-input-column input[type="password"] {
    border-radius: 8px 0px 0px 8px;
    font-size: 16px;
}
.input-group .input-group-btn>.btn[data-action=show-password]{
    border-radius: 0px 8px 8px 0px;
}


/*****************************************
*               PAGINAS CLIENTE - DATOS
******************************************/
#customer-form .form-group.row {
    margin-bottom: 0px;
}

#customer-form .form-group.row label.form-control-label {
    width: 100%;
    text-align: left;
    font-size: 16px;
}

#customer-form .form-group.row .js-input-column {
    width: 100%;
}

#customer-form .form-group.row .js-input-column input {
    border-radius: 8px;
        font-size: 16px;
}

#customer-form .form-group.row:has(label[for="field-optin"]),
#customer-form .form-group.row:has(label[for="field-newsletter"]) {
    display: none;
}

#customer-form .form-group.row button.form-control-submit {
    text-transform: capitalize;
    border-radius: 8px;
}

#customer-form .form-group.row .js-input-column .custom-checkbox span {
    font-size: 16px;
}

#addresses .divHeaderPerfil{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

#addresses .divHeaderPerfil h5{
    margin-bottom: 0px;
}


/*****************************************
*               PAGINAS CLIENTE - DIRECCIONES
******************************************/

#addresses section .rowBloquesDireccion {
    padding: 35px 35px 10px 35px;
}

#addresses article.address {
    border-radius: 8px;
    margin-bottom: 0px;
}

#addresses .colAddAddress {
    text-align: right;
}

#addresses .address {
    position: relative;
}


#addresses .address .address-actions {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}

#addresses .address .address-actions .btn {
    color: #333;
}

#addresses .address .dropdown-menu {
    min-width: 10rem;
    border-radius: 8px;
}

#addresses .addAddressButton {
    border-radius: 8px;
    font-size: small;
    padding: 5px 10px;
    text-transform: capitalize;
}

#addresses .address .address-body address.mb-0 {
    min-height: 8rem !important;
}

/****************************************************
*   PAGINAS CLIENTE - EDICION DIRECCIONES
*****************************************************/
.address-form .js-address-form form label.form-control-label{
    width: 100%;
    text-align: left;
}

.address-form .js-address-form form input.form-control{
    width: 100%;
    text-align: left;
}




/*****************************************
*   CLIENTE DETALLES DE PEDIDOS
******************************************/

#order-infos div.box {
    border-radius: 8px;
}


#selected-shop {
    margin-top: 1.5rem !important;
}

/****************************************************
*   CLIENTE DETALLES DE PEDIDOS - LINEAS DE PRODUCTOS
*****************************************************/
.order-lines {
    list-style: none;
    margin: 0;
    padding: 0;
}

.order-line {
    display: flex;
    gap: 12px;
    padding: 10px 0;
}

.ol-media {
    flex: 0 0 auto;
}

.ol-thumb {
    width: 92px;
    height: 92px;
    object-fit: cover;
    border-radius: 8px;
    background: #eee;
    display: block;
}

.ol-thumb--placeholder {
    width: 92px;
    height: 92px;
    border-radius: 8px;
    background: #e6e6e6;
}

.ol-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.ol-name {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2px;
}

.ol-name a {
    color: var(--color-principal)
}

.ol-unit {
    font-size: 0.95rem;
    margin-bottom: 4px;
}

.ol-perunit {
    opacity: .8;
    font-size: .9em;
}

.ol-qty {
    font-size: 0.95rem;
    font-weight: 600;
}

.ol-ref,
.ol-download {
    font-size: .85rem;
    opacity: .8;
    margin-top: 2px;
}

.ol-sep {
    border: none;
    border-top: 1px solid #eee;
    margin: 8px 0 0;
}

.order-totals-simple {
    padding-top: 8px;
}

.ots-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    padding-top: 8px;
}

.ots-label {
    text-transform: uppercase;
    letter-spacing: .02em;
}

/*****************************************
*   GENERACION CLASES DE TAMAÑOS TEXTOS
******************************************/

.text1 {
    font-size: 1px;
}

.text2 {
    font-size: 2px;
}

.text3 {
    font-size: 3px;
}

.text4 {
    font-size: 4px;
}

.text5 {
    font-size: 5px;
}

.text6 {
    font-size: 6px;
}

.text7 {
    font-size: 7px;
}

.text8 {
    font-size: 8px;
}

.text9 {
    font-size: 9px;
}

.text10 {
    font-size: 10px;
}

.text11 {
    font-size: 11px;
}

.text12 {
    font-size: 12px;
}

.text13 {
    font-size: 13px;
}

.text14 {
    font-size: 14px;
}

.text15 {
    font-size: 15px;
}

.text16 {
    font-size: 16px;
}

.text17 {
    font-size: 17px;
}

.text18 {
    font-size: 18px;
}

.text19 {
    font-size: 19px;
}

.text20 {
    font-size: 20px;
}

.text21 {
    font-size: 21px;
}

.text22 {
    font-size: 22px;
}

.text23 {
    font-size: 23px;
}

.text24 {
    font-size: 24px;
}

.text25 {
    font-size: 25px;
}

.text26 {
    font-size: 26px;
}

.text27 {
    font-size: 27px;
}

.text28 {
    font-size: 28px;
}

.text29 {
    font-size: 29px;
}

.text30 {
    font-size: 30px;
}

.text31 {
    font-size: 31px;
}

.text32 {
    font-size: 32px;
}

.text33 {
    font-size: 33px;
}

.text34 {
    font-size: 34px;
}

.text35 {
    font-size: 35px;
}

.text36 {
    font-size: 36px;
}

.text37 {
    font-size: 37px;
}

.text38 {
    font-size: 38px;
}

.text39 {
    font-size: 39px;
}

.text40 {
    font-size: 40px;
}

.text41 {
    font-size: 41px;
}

.text42 {
    font-size: 42px;
}

.text43 {
    font-size: 43px;
}

.text44 {
    font-size: 44px;
}

.text45 {
    font-size: 45px;
}

.text46 {
    font-size: 46px;
}

.text47 {
    font-size: 47px;
}

.text48 {
    font-size: 48px;
}

.text49 {
    font-size: 49px;
}

.text50 {
    font-size: 50px;
}


/*****************************************
*  FORMULARIO LOGIN SOCIAL - PÁGINA DEDICADA
******************************************/

div.ets_solo_myaccount_wrapper .ets_solo_networks_login table.table th{
    font-weight: 500;
    text-align: center;
}

div.ets_solo_myaccount_wrapper .ets_solo_networks_login table.table td{
    text-align: center;
}


div.ets_solo_myaccount_wrapper .ets_solo_myaccount_wrapper {
    max-width: 720px;
    margin: 0 auto 1.25rem;
    background: #ffffff;
    padding: 1.25rem 1.5rem;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(32,40,45,0.06);
    border: 1px solid rgba(0,0,0,0.04);
}
div.ets_solo_myaccount_wrapper .ets_solo_title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: var(--color-principal, #ce132e);
    text-align: center;
}
div.ets_solo_myaccount_wrapper .ets_solo_networks_login .table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 0.5rem;
}
div.ets_solo_myaccount_wrapper .ets_solo_networks_login tbody tr {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}
div.ets_solo_myaccount_wrapper .ets_solo_networks_login td {
    vertical-align: middle;
    padding: 0.75rem 1rem;
}
div.ets_solo_myaccount_wrapper .ets_solo_network {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-weight: 600;
    color: #333;
    padding: 10px;
    border-radius: 6px;
}
div.ets_solo_myaccount_wrapper .ets_solo_network .icon {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #555;
    margin-left: 5px;
}
div.ets_solo_myaccount_wrapper .ets_solo_social_item,
div.ets_solo_myaccount_wrapper .ets_solo_disconnect,
div.ets_solo_myaccount_wrapper .ets_solo_networks_login .btn {
    padding: 6px 15px;
    border-radius: 8px;
    border: 1px solid var(--main-color, var(--color-principal, #ce132e));
    background: transparent;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    width: 130px;
    color: var(--color-principal);
    transition: background .12s ease, color .12s ease, border-color .12s ease, filter .12s ease;
}

/* Connect (outline) */
div.ets_solo_myaccount_wrapper .ets_solo_social_item {
    color: var(--main-color, var(--color-principal, #ce132e));
    background: transparent;
    box-shadow: none;
    border-color: var(--main-color, var(--color-principal, #ce132e));
}

/* Disconnect (filled) */
div.ets_solo_myaccount_wrapper .ets_solo_disconnect {
    color: #fff;
    background: var(--main-color, var(--color-principal, #ce132e));
    border-color: var(--main-color, var(--color-principal, #ce132e));
    box-shadow: 0 3px 6px rgba(0,0,0,0.12);
}

/* Hover: darken both (connect will become filled) */
div.ets_solo_myaccount_wrapper .ets_solo_social_item:hover,
div.ets_solo_myaccount_wrapper .ets_solo_social_item:focus,
div.ets_solo_myaccount_wrapper .ets_solo_social_item:active,
div.ets_solo_myaccount_wrapper .ets_solo_social_item a:hover,
div.ets_solo_myaccount_wrapper .ets_solo_social_item a:focus {
    background: var(--main-color, var(--color-principal, #ce132e));
    color: #fff;
    filter: brightness(0.92);
    text-decoration: none;
}
div.ets_solo_myaccount_wrapper .ets_solo_disconnect:hover,
div.ets_solo_myaccount_wrapper .ets_solo_disconnect:focus,
div.ets_solo_myaccount_wrapper .ets_solo_disconnect:active {
    filter: brightness(0.92);
    text-decoration: none;
}
.ets_solo_timer { color: #6c757d; font-size: 0.95rem; }

/* Make table rows appear separated on older browsers */
div.ets_solo_myaccount_wrapper .ets_solo_networks_login table tbody tr td:first-child { border-top-left-radius: 8px; border-bottom-left-radius: 8px; }
div.ets_solo_myaccount_wrapper .ets_solo_networks_login table tbody tr td:last-child { border-top-right-radius: 8px; border-bottom-right-radius: 8px; }
div.ets_solo_myaccount_wrapper a.btn.btn-default.ets_solo_disconnect {
    padding: 6px 15px;
    color: white;
    background-color: var(--color-principal);
}

div.ets_solo_myaccount_wrapper a.btn.btn-default.ets_solo_disconnect:hover {
    background-color: var(--color-principal);
    color: white
}

div.ets_solo_myaccount_wrapper span.btn.btn-default.ets_solo_social_item:hover{
    border-color: var(--color-principal) !important;
    color: white !important;
    background-color: var(--color-principal) !important;
}
@media (max-width: 767px) {
    div.ets_solo_myaccount_wrapper .ets_solo_myaccount_wrapper { padding: 1rem; }
    div.ets_solo_myaccount_wrapper .ets_solo_networks_login td { padding: 0.5rem; }
    div.ets_solo_myaccount_wrapper .ets_solo_title { font-size: 1.1rem; }
}