@import url("https://fonts.googleapis.com/icon?family=Material+Icons+Outlined");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0');

#page {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

#main-wrapper {
    width: 100% !important;
}

form .form-textarea-wrapper {
    width: 100%;
}

form .form-actions {
    align-self: unset;
}

form .webform-element-description {
    line-height: 1;
}

/* SEE MORE / SEE LESS */

.js-toggle-text,
.js-fade {
    display: none;
}

.js-collapsible-wrapper {
    position: relative;
}

.js-collapsible-text {
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.js-collapsible-text.is-collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    pointer-events: none;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%);
    opacity: 1;
    transition: opacity 0.3s ease;
}

.fade-overlay.is-hidden {
    opacity: 0;
}

/* MENU */

body.menu-open .header_row #block-busqueda {
    display: none;
}

/* LOGIN */

.page-user-login nav.tabs {
    display: none;
}

/* USER FORM */

#user-form {
    display: flex;
    flex-direction: column;
    gap: 26px;
    margin-top: 40px;
}

#user-form #edit-account {
    flex-direction: column;
    gap: 26px;
}

#user-form .form-imput {
    max-width: 462px;
}

#user-form .text-muted.paragraph-4 {
    font-weight: 300;
    font-size: 14px;
}

/* ALERTS */

.alert-wrapper {
    position: inherit;
    max-height: unset;
    color: white;
    background: #494949;
    position: relative;
    padding: 1rem;
    border: 2px solid transparent;
    border-radius: 0.75rem;
    opacity: 1;
    overflow: auto;
    box-sizing: border-box;
    margin-block: 1rem;
    padding-block: 1.5rem 2rem;
    padding-inline: calc(1.5rem - 0.3125rem) 1.5rem;
}

.alert-wrapper .alert svg {
    position: absolute;
    top: 1.8rem;
    fill: white;
    max-width: 1.25rem;
    max-height: 1.25rem;
}

.alert-wrapper .alert>div {
    margin-inline-start: 2.125rem;
}

.alert-wrapper .alert .alert-heading {
    font-size: 1rem;
    margin-top: 0;
    line-height: 1;
}

.alert-wrapper .alert>div a {
    color: white;
    font-weight: bold;
}

/* PAGE PASSWORD */

.page-user-password .section .tabs {
    display: none;
}

.text_block ul:not(.paragraph-2.is-dark),
.text_block p:not(.paragraph-2.is-dark),
.text_block span:not(.paragraph-2.is-dark){
    font-size: 18px;
    line-height: 30px;
}