/*
* * * * *
* Configuracion general
* * * * * 
*/
.bg-blur-noise::after 
{
    --var-opacity: 0.1;
    content: "";
    /* position: absolute;
    width: 100%;
    top: 0px;
    height: 100%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgNTEyIDUxMicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz4KICA8ZmlsdGVyIGlkPSdub2lzZUZpbHRlcic+CiAgICA8ZmVUdXJidWxlbmNlIAogICAgICB0eXBlPSdmcmFjdGFsTm9pc2UnIAogICAgICBiYXNlRnJlcXVlbmN5PScwLjcnCiAgICAgIG51bU9jdGF2ZXM9JzMnIAogICAgICBzdGl0Y2hUaWxlcz0nc3RpdGNoJy8+CiAgICA8ZmVDb2xvck1hdHJpeCBpbj0idHVyYnVsZW5jZSIgdHlwZT0ic2F0dXJhdGUiIHZhbHVlcz0iMCIvPgoKICAgIDxmZUNvbXBvbmVudFRyYW5zZmVyPgogICAgICA8ZmVGdW5jUiB0eXBlPSJkaXNjcmV0ZSIgdGFibGVWYWx1ZXM9IjAgMSIgLz4KICAgICAgPGZlRnVuY0cgdHlwZT0iZGlzY3JldGUiIHRhYmxlVmFsdWVzPSIwIDEiIC8+CiAgICAgIDxmZUZ1bmNCIHR5cGU9ImRpc2NyZXRlIiB0YWJsZVZhbHVlcz0iMCAxIiAvPgogICAgPC9mZUNvbXBvbmVudFRyYW5zZmVyPgogIDwvZmlsdGVyPgogIAogIDxyZWN0IHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIGZpbHRlcj0ndXJsKCNub2lzZUZpbHRlciknLz4KPC9zdmc+);
    background-size: 500px 500px;
    background-repeat: repeat;
    opacity: var(--var-opacity);
    mix-blend-mode: overlay;
    left: 0;
    z-index: 2; */
}

.bg-blur-noise::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: var(--color-background-ginicio);
    background: -moz-linear-gradient(157deg, var(--color-background-ginicio) 30%, var(--color-background-gfin) 85%);
    background: -webkit-linear-gradient(157deg, var(--color-background-ginicio) 30%, var(--color-background-gfin) 85%);
    background: linear-gradient(157deg, #ffffff 30%, #cdcdcd 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8eae3",endColorstr="#d5d6ca",GradientType=1);
    /* opacity: var(--opacity-noise); */
    transition: opacity 3s linear;
    left: 0;
    z-index: 0;
}
.bg-blur-noise {
    width: 100%;
    height: 100%;
    position: relative;
}
.gradient-basic {
    position: absolute;
    height: 100%;
    width: 100%;
    min-height: 100%;
    z-index: -1;
}
/*
    COMPLEMENTOS
*/
/* HOME  */

.text-main-olive
{
    color:var(--main-olive);
}
.text-light-olive
{
    color:var(--light-olive);
}
.text-olive-hover
{
    color:var(--olive-hover);
}
.text-main-pink
{
    color:var(--main-pink);
}
.bg-main-pink
{
    background-color:var(--main-pink);
}
.bg-main-olive
{
    background-color:var(--main-olive);
}
.bg-light-olive
{
    background-color:var(--light-olive);
}
.bg-olive-hover
{
    background-color:var(--olive-hover);
}
.bg-background-light
{
    background-color:var(--color-background-light);
}
.bg-white
{
    background-color:var(--color-white);
}

.d-flex-center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
    .d-flex-100
    {
        flex: 1 0 100px;
    }
    .d-flex-200
    {
        flex: 1 0 200px;
    }
    .d-flex-300
    {
        flex: 1 0 300px;
    }
.max-ancho-center
{
    margin-right: auto;
    margin-left: auto;
    max-width: var(--max-ancho);
}
.max-ancho
{
    max-width: var(--max-ancho);
}

.espaciador
{
    display: block;
    width: 100%;
    content: "";
    float: none;
}
img[data-rd-lazy]
{
    opacity: 0;
    transition: opacity 200ms linear;
}

.my-0
{
    margin-top:0;
    margin-bottom:0;
}
/*PADDING*/
.pg-3
{
    padding-top   : var(--mg-3);
    padding-bottom: var(--mg-3);
}
.px-05
{
    padding-left:var(--mg-05);
    padding-right:var(--mg-05);
}
.pl-05
{
    padding-left:var(--mg-05);
}
.pr-05
{
    padding-right:var(--mg-05);
}
.z-index-0
{
    z-index:0;
}
.z-index-1
{
    z-index:1;
}
.z-index-2
{
    z-index:2;
}
.z-index-3
{
    z-index:3;
}
.z-index-4
{
    z-index:4;
}
.z-index-5
{
    z-index:5;
}
.z-index-6
{
    z-index:6;
}
.z-index-7
{
    z-index:7;
}
.fondo-fixed {
    position: fixed;
    z-index: -2;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right top, #0b0b0b, #0b0b0b, #1b1b1b, #1b1b1b , #0b0b0b) !important;
}

/* MENU */

div#_vhtml {
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}

main#__mainSite {
    position: relative;
    top: 0;
    padding: 0;
    margin: 0;
}
.flex-vertical
{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.flex-vertical a {
    position: relative;
    flex: 1 0 max-content;
    width: 100%;
    text-align: right;
    --texto-proyectos: 0.6rem;
}

img.icono-menu-abour {
    display: block;
    position: absolute;
    bottom: 0;
    transform: translateY(200%) translateX(-220%);
    width: 15px;
    left: 50%;
}

img.icono-plus {
    display: inline-flex;
    position: relative;
    width: 15px;
}

/* Flexes */
.d-flex-izq-mid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
}
.d-flex-center-mid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}



/*
    PRECARGA
*/
    aside[data-precarga-rdigital] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0);
    z-index: 99999;
}

span.precarga_contenedor {
  position     : absolute;
  top          : 50%;
  left         : 50%;
  transform    : translate(-50%, -50%);
  z-index      : 2;
  text-align   : center;
  background   : #ffffff;
  border-radius: 12px;
  line-height  : 0;
}
.lds-ellipsis.loading.loading-lg 
{
    background-color: rgba(0, 0, 0, 0.8);
    padding         : 2rem;
    border-radius   : 11px;
}
.wrapper {
  margin: 30px;
  padding: 30px;
  background: #fff;
  width: 360px;
  height: 640px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

#clientes .contenedor-modulo
{
    padding: 2rem;
}
footer#fotterWb {
    background-color: #000000;
    padding: 4rem 2rem;
    position: relative;
    z-index: 5;
}

.flex-footer {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: center;
    align-items: flex-end;
    gap: 0.5rem;
}

.d-flex-f1
{
    display: flex;
    gap: 1rem;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 660px;
}
.d-flex-tx {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.gap-1-vertical
{
    gap:1rem 0;
}
.gap-1
{
    gap:1rem;
}
.flex-1-0
{
    flex:1 0 0;
}
.justify-center
{
    justify-content: center;
}
.d-block-center
{
    display: block;
    margin-left:auto;
    margin-right:auto;
}

div#sidebar {
    width: 220px;
    background-color: #191919;
    height: 100vh;
    top: 0;
    bottom: unset;
    right: unset;
    left:0;
    top: 0;
    z-index: 200;
}
a.off-canvas-toggle.btn.btn-primary.btn-action {
    position: fixed;
    left: 0.2rem;
    width: 30px;
    height: 30px;
    border-radius: 0;
    top: 0.5rem;
    z-index: 20;
    min-width: 30px;
    min-height: 30px;
}
ul#_rdMenuContent {
    margin: 0;
    height: calc(100% - 43px);
    padding:0;
    list-style: none;
}

a#_rdDropdownToggle {
    width: 100%;
    text-align: left;
    background-color: rgba(0,0,0,.9);
    border-radius: 0;
    height: 35px;
    padding: 0.3rem 0.5rem;
}
ul#_rdMenuContent .menu-item {
    margin: 0;
    padding: var(--space-2) var(--space-1);
}

ul.menu.menu-bodas li a {
    width: 100%;
    color: #ffffff;
    display: block;
    font-size: var(--font-size-base);
    padding: var(--space-2) var(--space-3);
}
ul.menu.menu-bodas {
    background-color: transparent;
    color: #cdcdcd;
}

ul.menu.menu-bodas li a:hover {
    background-color: var(--main-olive);
    color: #ffffff;
    border-radius: 7px;
}

ul.menu.menu-bodas .menu-item > a:active, ul.menu.menu-bodas .menu-item > a.active {
    border-radius: 7px;
    color: var(--color-bg-lighter);
    background-color: var(--color-primary);
}

div#__rdLogoProyect {
    height: 65px;
    width: 100%;
    display: block;
}

div#__rdLogoProyect figure {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0rem;
    background-color: rgba(0,0,0,.4);
}

div#__rdLogoProyect figure img {
    width: 70%;
    height: auto;
}

div#_rdMenuContent {
    display: block;
    height: calc(100% - 70px);
    overflow: auto;
}
.logo-proyecto
{
    max-width:200px;
}
.text-gray-landing
{
    color: var(--text-color-muted);
}

/* Clases personalizadas para landing page */
.step-number
{
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
    font-weight: bold;
}

.hero-image
{
    width: 100%;
    max-width: 800px;
}

.text-strike
{
    text-decoration: line-through;
}

/* Placeholders para dashboard */
.dashboard-placeholder
{
    width: 100%;
    max-width: 800px;
    height: 450px;
    background: linear-gradient(135deg, var(--color-primary-dark) 0%, var(--color-primary-light) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-placeholder-small
{
    width: 100%;
    max-width: 400px;
    height: 300px;
    background: linear-gradient(135deg, var(--color-primary-light) 0%, var(--color-primary-dark) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}