/*
* * * * *
* Configuracion general
* * * * * 
*/
.bg-blur-noise::after 
{
    --var-opacity: 0.2;
    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-ginicio) 85%);
    background: -webkit-linear-gradient(157deg, var(--color-background-ginicio) 30%, var(--color-background-ginicio) 85%);
    background: linear-gradient(157deg, var(--color-background-ginicio) 30%, var(--color-background-ginicio) 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 */
header#menu_logo 
{
    z-index: 7;
    position: fixed;
    top: 0;
    height: 100%;
    min-height: 100vh;
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    width: fit-content;
    margin-top: 0rem;
    backdrop-filter: blur(25px);
    padding: 0;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 0;
    left: 0;
    transition: transform 500ms ease-in-out;
    opacity: 1;
    max-width: 100vw;
    flex-direction: row;
    border-right: 1px solid #ffffff;
    transform: translateX(-101%);
    flex-wrap: wrap;
    min-width: 430px;
}

nav.flex-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 1rem;
    padding: 50px 2.9rem;
    min-height: 80%;
}
.hover-effect .word {
  white-space: nowrap;
  font-size: inherit;
}

.hover-effect .char {
  position: relative;
  font-size: inherit;
}

.hover-effect {
  font-kerning: none;
  position: relative;
  white-space: nowrap;
}

.hover-effect--cursor-square .char {
  --opa: 0;
}

.hover-effect--cursor-square .char::after {
    content: '';
    width: 1ch;
    top: 0;
    left: 0;
    position: absolute;
    opacity: var(--opa);
}

.hover-effect--cursor-square .char::after {
  background: currentColor;
  height: 100%;
  width: 100%;
  min-width: 14px;
}

div#_vhtml {
    overflow: hidden;
    overflow-y: auto;
    width: 100vw;
    height: 100%;
    position: relative;
    z-index: 3;
}

main#__mainSite {
    position: relative;
    top: 0;
    padding: 0;
    margin: 0;
}
span.flex-item, a.flex-item {
    flex: 1 0 max-content;
    text-align: center;
    padding: .3rem 0;
    max-width: 115px;
}

#menu_logo a:hover
{
    -webkit-text-stroke: 1px var(--color-primary-darker);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
nav.flex-menu a {
    -webkit-text-stroke: 1px rgba(255, 255, 255, .1);
    -webkit-background-clip: text;
}
.logo-desktop
{
    height: 35px;
}
.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;
}


/* CONTACTO */
    form#_rdContacto 
    {
        border-radius: 3px;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, .9);
        padding: 2rem 1.5rem;
        max-width: 800px;
        backdrop-filter: blur(10px);
        background-color: rgba(255,255,255,.2);
    }
    .cont-pasos.column.col-sm-12.col-4 
    {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex: 1 0 120px;
    }
    .menu .menu-item a i 
    {
        display: none;
    }
    .menu .menu-item a.active i 
    {
        display: inline-block;
    }
    textarea#_rdObjetivo {
        border-radius: 5px;
    }


/*
    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;
}

.wrapper-cell {
  display: -webkit-box;
  display: flex;
  margin-bottom: 30px;
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

.pw-contenedor-full
{
  display: inline-block;
  width: 100%;
  height: auto;
}
.pw-contenedor-mitad
{
  display: inline-block;
  width: 49%;
  height: auto;
}
.pw-imagen-full
{
  width: 100%;
  display: inline-block;
}
.pw-contenedor-margen
{
  margin: 5px 0;
}
.pw-imagen
{
  max-height: 100px;
  max-width: 90px;
  width: 100%;
  display: inline-block;
}

.pw-texto
{
  width: 100% !important;
  height: 10px !important;
  margin: 0px 0;
  display: inline-block;
}

.animated-background, .image-precarga, .text-precarga-line, .preca-winebe {
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #F6F6F6;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #F6F6F6), color-stop(18%, #F0F0F0), color-stop(33%, #F6F6F6));
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
}

.image-precarga {
    height: 40px;
    width: 40px;
    border-radius: 100%;
}

.text-precarga {
  margin-left: 0px;
}

.text-precarga-line {
  height: 14px;
  width: 100%;
  margin: 4px 0;
}

#dynamic_gradient
{
    backface-visibility: hidden; /* Ayuda en Safari */
    will-change: background;
}

.bg-diseno-de-marca.active,
.bg-diseno.active
{
    background: #2A7B9B;
    background: -webkit-linear-gradient(48deg, #2a7b9b  0%, #1993a8 50%, #1cb0ca 100%);
    background: -moz-linear-gradient(48deg, #2a7b9b  0%, #1993a8 50%, #1cb0ca 100%);
    background: linear-gradient(48deg, #2a7b9b  0%, #1993a8 50%, #1cb0ca 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2A7B9B", endColorstr="#EDDD53", GradientType=0);
    color:#000000 !important;
    box-shadow: 0 0 0 0 transparent;
}

.bg-desarrollo-web.active,
.bg-desarrollo.active
{
    background: #450073;
    background: -webkit-linear-gradient(64deg, rgba(69, 0, 115, 1) 0%, rgba(212, 125, 125, 1) 50%, rgba(255, 147, 107, 1) 100%);
    background: -moz-linear-gradient(64deg, rgba(69, 0, 115, 1) 0%, rgba(212, 125, 125, 1) 50%, rgba(255, 147, 107, 1) 100%);
    background: linear-gradient(64deg, rgba(69, 0, 115, 1) 0%, rgba(212, 125, 125, 1) 50%, rgba(255, 147, 107, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#450073", endColorstr="#FF936B", GradientType=0);
    color:#000000 !important;
    box-shadow: 0 0 0 0 transparent;
}

.bg-marketing-estrategia-digital.active,
.bg-marketing.active
{
    background: #9b972a;
    background: -webkit-linear-gradient(33deg, rgba(155, 151, 42, 1) 0%, rgba(235, 188, 61, 1) 32%, rgba(62, 227, 30, 1) 100%);
    background: -moz-linear-gradient(33deg, rgba(155, 151, 42, 1) 0%, rgba(235, 188, 61, 1) 32%, rgba(62, 227, 30, 1) 100%);
    background: linear-gradient(33deg, rgba(155, 151, 42, 1) 0%, rgba(235, 188, 61, 1) 32%, rgba(62, 227, 30, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9B972A", endColorstr="#3EE31E", GradientType=0);
    color:#000000 !important;
    box-shadow: 0 0 0 0 transparent;
}

.div-flex-logos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.flex-logo-item {
    flex: 1 0 250px;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: var(--color-black);
}

.flex-logo-item figure {
    height: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.flex-logo-item figure img {
    object-fit: contain;
    width: 170px;
    height: 60px;
    text-align: center;
}

#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;
}
nav#menuInicia {
    position: fixed;
    z-index: 9;
    min-width: 100px;
    height: 50px;
    padding: 0.5rem;
    background-color: #000000;
    width: max-content;
}

nav#menuInicia figure {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 0.3rem;
}
header#menu_logo.active {
    transform: translateX(0);
}
nav#menuInicia figure img {
    height: 100%;
    width: auto;
}
.step-form .empty {
    background: rgba(255,255,255,0);
}
.d-block-center
{
    display: block;
    margin-left:auto;
    margin-right:auto;
}