/** {
    text-align: justify;
}*/

body {
    /*background: radial-gradient(white,rgba(27, 91, 158, 0.5));*/
    /*background: radial-gradient(#042e4e,black);*/
}

form label {
    font-size: 1.1rem;
    font-weight: bold;
    /*color: #4B4B4B;*/
}

form .help-text {
    color: darkgoldenrod;
    font-style: oblique;
}

form li {
    color: darkgoldenrod;
}

.relations.entity-information {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border: 2px solid #dee2e6;
    padding: 10px;
    border-radius: 15px;
}

.alert {
    position: unset;
}

.collection-element-item,
.collection-element-item label {
    display: inline-flex;
    align-items: baseline;
    color: black !important;
}

.nahual-collection-field {
    margin-top: 10px;
    margin-bottom: 10px;
}

.permission .permission-child {
    background: #f8f9fa;
}

.permission-parent+.permission-child {
    border-top: 2px solid #C0C0C0;
}

.permission .permission-child .description {
    margin-left: 30px;
}

.page.create .fieldInContents.fields {
    border: 3px solid #ced4da;
    border-radius: 15px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.nahual-friendly-url {
    border: 3px solid #ced4da;
    border-radius: 15px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.accordeon .collapsed {
    display: none;
}

.accordeon .expanded {
    display: block;
}

.cart-preferences .choice-options label {
    margin-right: 20px;
}

.cart-preferences .choice-options input {
    margin-right: 4px;
}

/*Apariencia del sitio*/
.carrusel-container-img .img-item {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0px;
}

.nahual-aparence.container-background-color {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    z-index: -1;
}

.nahual-hidden-element {
    display: none;
}

.nahual-visible-element {
    display: block;
}

form.nahual-paginator.paginator {
    display: inline-flex;
    align-items: center;
    padding: 10px;
}

.user.login {
    width: 50%;
    border: 2px solid silver;
    box-shadow: 0 0 20px rgb(0, 66, 116);
    margin-top: 20px;
}

.user.password-reset.check-email p {
    font-size: 2.5rem;
    text-align: justify;
    margin: 10px;
    padding: 15px;
    color: #0b6665;
}

.user.register {
    box-shadow: 0 0 20px rgb(0, 66, 116);
    width: 50%;
}

.user form {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 992px) {

    h1 {
        font-size: 3rem;
        text-align: center;
    }

    .menu-header a {
        font-size: 2.5rem;
    }

    form label{
        font-size: 2rem;
    }

    form .help-text {
        font-size: 2rem;
    }

    form li {
        font-size: 2rem;
    }

    .form-control {
        font-size: 2.5rem;
    }

    .btn-primary {
        font-size: 2rem;
        margin-top: 15px;
    }

    .navbar-toggler-icon {
        width: 3.5rem;
        height: 3.5rem;
    }

    .alert {
        font-size: 2rem;
    }

    .user.login {
        width: 90%;
    }

    .user.login form {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 10px;
    }

    .user.login label,
    .user.login input,
    .user.login button {
        font-size: 3rem;
    }

    .user.login a {
        font-size: 2.5rem;
    }

    .user.register .link-activate {
        font-size: 2.5rem;
    }

    .user.register {
        width: 90%;
    }

    .user.register a {
        font-size: 2.5rem;
    }

    .user.register .form-user-account h1 {
        width: 100%;
        float: left;
        font-size: 3.5rem;
        text-align: center;
    }

    .user.register .form-user-account label {
        font-size: 2.5rem;
    }

    .user.register .form-user-account input {
        font-size: 2.5rem;
    }

    .user.register .form-user-account .agree {
        width: 30px;
        height: 30px;
    }

    .user.register .form-user-account button {
        font-size: 2.5rem;
    }

    .user.password-reset.request,
    .user.password-reset.request label {
        font-size: 2.5rem;
    }

    .user .help-text {
        color: #212529;
        font-weight: 400;
        font-size: 1.8rem;
    }

    .clasification-container,
    .clasification-container label,
    .clasification-container input {
        font-size: 2.5rem;
    }

    .clasification-container button {
        font-size: 2rem;
    }

    .page.list-pages,
    .page.list-pages label,
    .page.list-pages input {
        font-size: 1.8rem;
    }

}

@media (min-width: 992px) {

    .row-nahual-attribute-attr,
    .row-nahual-attribute-value,
    .row-nahual-attribute-delete {
        display: inline;
    }
}