@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --background: #f8f8f8;
    --text: #444;
}

nowrap {
    text-wrap: nowrap;
}

body {
    background-color: var(--background);
    color: var(--text);
    font-family: 'Open Sans', sans-serif;
}

a {
    &.no-underline {
        text-decoration: none !important;
    }
}

label {
    width: 100%;
    font-size: .9rem;
    input {
        margin-top: .5rem;
    }
}

@media (min-width: 992px) {
    .row-cols-lg-8 > * {
        flex: 0 0 auto;
        width: 12.5%;
    }
}

.card-ma {

    background-color: transparent;
    cursor: pointer;
    border: none;
    border-radius: 0;
    color: unset;

    .card-img-top {
        object-fit: contain;
        border-radius: 0;
    }

    .card-body {
        padding: .8rem;
        font-size: .875rem;
        line-height: 1rem;
    }

    .card-footer {
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
}

.ficha-seccion {

    .ficha-seccion-titulo {
        background-color: antiquewhite;
        color: black;
        padding: .65rem;
        margin-top: .5rem;
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .ficha-campo-label {
        font-size: .85rem;
        font-weight: bold;
        padding-left: .65rem;
        padding-bottom: .4rem;
        margin-bottom: 0;
        margin-top: .3rem;
        color: #333;
    }

    .ficha-campo-valor {
        font-size: 1.1rem;
        padding-left: .85rem;
        margin-bottom: 1.2rem;
        padding-top: 0;
        margin-top: 0;
    }

}

.tipo-entidad {
    color: #666;
    display: block;
    margin: .5rem 0;
}

.header-signature,
.fund-tree-sig {
    color: #ccc;
    text-transform: uppercase;
}

.form-floating > label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
  left: inherit;
  z-index: 1;
}

.theme-change {
    font-size: 1.2rem;
    color: #ddd;
}


.panel-side {
    /* background-color: white; */
    /* box-shadow: 2px 1px 3px 0px rgba(100,100,100,.3); */
}

.panel-content {
    padding: 1rem 1.5rem;

    h5 {
        background-color: antiquewhite;
        padding: .5rem;
        margin-bottom: 1rem;
        border-radius: .5rem;
    }

    #q {
        font-size: 1.2rem;
        border: none;
        color: var(--text);
        font-style: italic;
        &::placeholder {
            color: var(--text);
        }
    }
    .busqueda-general-group button,
    .busqueda-general-group #q {
        border-bottom: 2px solid orange;
    }


}

.fondos {

    a {
        text-decoration: none;
    }

    .card-ma {
        .card-img {
            height: 6rem;
            object-fit: cover;
            box-shadow: 3px 3px 4px 0px rgba(100,100,100,.3);
        }
        .card-body {
            padding-top: 0.4rem;
            height: 6rem;
            h6 {
                text-decoration: underline;
            }
        }
    }
}
