section#home {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    height: 75vh;
    width: 100%;
}
#dynamic_gradient_nosotros,
#dynamic_gradient_home
{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.titulo-home-violeta span
{
    background: #775bff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.titulo-home-violeta
{
    --texto-proyectos: calc( 70px + (109 - 70) * ( 100vw - 400px ) / ( 1920 - 400 ));
    height: fit-content;
    line-height: 0.9;
    min-width: 86%;
    font-family: 'mb';
    color: #775bff;
    background: var(--color-background-ginicio);
    background: -moz-linear-gradient(120deg, var(--color-primary-darker) 10%, var(--color-success) 85%);
    background: -webkit-linear-gradient(180deg, var(--color-primary-darker) 10%, var(--color-success) 85%);
    background: linear-gradient(170deg, var(--color-primary-darker) 10%, var(--color-success) 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: var(--texto-proyectos);
}
.titulo-home-gris
{
    font-family: 'mr';
}
aside.contenedor-redes-sociales-1
{
    display: block;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: var(--max-ancho);
    padding-left: 0.7rem;
}
aside.contenedor-redes-sociales {
    position: relative;
    bottom: 0;
    left: 0;
    color: #ffffff;
    display: flex;
    gap: 1rem;
}

aside.contenedor-redes-sociales a {
    color: var(--color-black);
}

.contenedor-modulo
{
    width: var(--max-content);
}

.contenedor-seccion {
    padding: var(--padding-cs) 0px 0px 0px;
    height: max-content;
/*    min-height: 20vh;*/
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.fondo-fixed 
{
    background-image: linear-gradient(to right top, #0b0b0b, #0b0b0b, #1b1b1b, #1b1b1b , #0b0b0b) !important;
}
.flex-nosotros {
    display: flex;
    gap: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.flex-nosotros .card {
    flex: 1 0 300px;
    padding: 2rem;
}

div#_cardDos {
    transform: translateY(5rem);
    max-width: 620px;
    position: relative;
}

div#_cardUno {
    transform: translateY(-1rem);
    max-width: 720px;
    position: relative;
}

#_cardUno .card-body {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}
div#_cardUno .divider {
    background-color: rgba(0,0,0,.2);
}
div#_cardDos .card-footer{
    font-size: 1.7rem;
    line-height: 1;
    text-transform: uppercase;
}
ul.flex-ul {
    --max-ancho:940px;
    padding: 0;
    margin: 1.5rem auto 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none;
    gap: 1rem;
    max-width: var(--max-ancho);
}

ul.flex-ul li {
    flex: 1 0 48%;
    padding: 0 0.3rem 0.3rem 0;
}
section#serviciosRapidos {
    margin-top: 22vh;
}
ul.flex-ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    --texto-proyectos: 1.2rem;
    position: relative;
}
li.divider {
    max-width: 50%;
}
ul.flex-ul li a:hover {
    text-decoration: none;
    color: #775bff !important;
}
ul.flex-ul li a:hover img
{
    opacity: 1 !important;
}

ul.flex-ul li a img {
    position: absolute;
    width: 20px;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    opacity: 0 !important;
}
section#serviciosRapidos span:first-child {
    --max-ancho:940px;
    max-width: var(--max-ancho);
    text-align: left;
    margin: 0 auto;
}