section#home {
    position: sticky;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    height: 85vh;
    width: 100%;
    top: 0;
    z-index: 1;
}

.contenedor-circulos {
    width: 90%;
    max-width: 1024px;
    position: relative;
    z-index: 2;
}
.circle-grande-x2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 900px;
    height: 900px;
    border-radius: 100%;
    border: 1px dashed #373737;
    transition: heightease-in-out 1s, transformease-in-out 1s;
}
.circle-grande {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 600px;
    height: 0px;
    border-radius: 100%;
    border: 1px dashed #5b5b5b;
    transition: height ease-in-out 1s, transform ease-in-out 1s;
}

.circle-medio {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 0px;
    height: 300px;
    border-radius: 100%;
    border: 1px dashed #5b5b5b;
    transition: width ease-in-out 1s, transform ease-in-out 1s;
}
.circle-grande.active
{
    height: 600px;
    transform: translate(-50%, -50%) rotate(0deg);
}
.circle-medio.active
{
    width: 300px;
    transform: translate(-50%, -50%) rotate(0deg);
}
section#nosotros {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    z-index: 3;
    position: relative;
}

div#_cg::before {
    content: "NUESTRA EXPERIENCIA";
    width: fit-content;
    height: fit-content;
    z-index: 14;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
    color: #5b5b5b;
    opacity: 0;
    transition: opacity linear 2s, top linear 2s;
    font-family: 'gl';
}

div#_cg.active::before
{
    opacity: 1;
    top:10%;
}
.lista-servicios {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 4rem 1rem;
    position: relative;
    z-index: 5;
}
.colu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    gap: 1rem 1rem;
    flex: 1 0 100px;
}
.colu.colu-1 {
    align-items: flex-end;
    justify-content: end;
}

.colu.colu-2 {
    align-items: center;
    justify-content: center;
    flex: 1 0 240px;
}

.colu.colu-3 {
    align-items: flex-start;
    justify-content: start;
}
.colu .cd {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 0.5rem;
    align-items: self-end;
    align-content: center;
    justify-content: inherit;
}
a.chip i.fa-heart {
    color: #E91E63;
    margin-right: 0.4rem;
}

a.chip i.fa-play {
    color: #00ACC1;
    margin-right: 0.4rem;
}

a.chip i.fa-square {color: #FF9800;margin-right: 0.4rem;}

a.chip i.fa-shapes {
    color: #9C27B0;
    margin-right: 0.4rem;
}
.chip-boton.chip-gris {
    background-color: #333333;
    color: #959595 !important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .2);
    transform: translateY(-10px);
}
.colu-2 .cd .chip-boton
{
}
.chip-boton {
    transition: opacity 1s linear, transform 1.5s ease-in-out;
    opacity: 0;
    padding: 0.8rem;
    width: max-content !important;
    max-width: max-content;
    text-align: center;
    min-width: max-content;
    text-decoration: none !important;
    font-size: var(--texto-proyectos);
}
.chip-medio
{
    transform: translateY(20px);
    box-shadow: 0 0 0 1px rgba(255,255,255,.1);
}
.chip-boton.active
{
    opacity: 1;
    transform: translate(0px,0px);
}

/*section#home::after {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #171717;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    min-height: 100vh;
}*/
.sub-titulo-home-gris
{
    --texto-proyectos: calc(20px + (30 - 20) * (100vw - 400px) / (1920 - 400));
    height: fit-content;
    line-height: 1.4;
    min-width: 66%;
    color: #ffffff;
    text-align: center;
    margin: 2rem auto 0 auto;
}
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: #ffffff;
}

.contenedor-modulo
{
    display: block;
    position: relative;
    padding: 2rem 0rem 2rem 2rem;
    top: 0;
    left: 0;
    width: 90%;
}

.contenedor-seccion {
padding: var(--padding-cs) 0px var(--mg-2) 0px;
    height: max-content;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.fondo-fixed 
{
    background-image: linear-gradient(to right top, #1b1b1b, #0b0b0b, #1b1b1b, var(--color-1), var(--color-2)) !important;
}
.flex-nosotros {
    display: flex;
    gap: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.flex-nosotros .card {
    flex: 1 0 300px;
    padding: 0 0.5rem;
}

.fondo-diseno {
    width: 100%;
    display: block;
    background: url(../../../assets/img/extras/desarrollo.jpg) no-repeat fixed center center / cover #FFFFFF;
    padding-bottom: 40vh;
}
.fondo-desarrollo {
    width: 100%;
    display: block;
    background: url(../../../assets/img/extras/social.jpg) no-repeat fixed center center / cover #FFFFFF;
    padding-bottom: 40vh;
}
.card-body {
    background-color: #efefef;
    padding:0.8rem 1rem 0 0.8rem !important;
}
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 {
    position: relative;
    z-index: 2;
    padding: 0 1.5rem;
}
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;
}
span.desc-deta {
    white-space: normal;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
.flex-nosotros .card-body {
    background-color: rgba(255, 255, 255, .1);
    border-radius: 0;
    backdrop-filter: blur(5px);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .3);
}
.table.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .04);
}
span.desc-precio {
    min-width: 140px;
    display: inline-block;
}
div#contSwitchSyt {

    gap: 0.5rem;
}
.contenedor-general-fijo {
    position: relative;
    top: 0;
    z-index: 3;
    display: block;
    width: 100%;
}
table td:not([align]), table th:not([align])
{
    vertical-align: middle;
}

span.desc-serv 
{
    max-width: 210px;
    display: inline-block;
    white-space: break-spaces;
}

tr td 
{
    border-bottom: 1px solid #cdcdcd;
}

.table td, .table th 
{
    border-bottom: 1px solid rgba(0,0,0,.1);
}


#dynamic_gradient_home,
#dynamic_gradient_quehacemos,
#dynamic_gradient_nosotros
{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.table td:nth-child(2),.table th:nth-child(2) {
    align-items: end;
    text-align: right;
}

table.table td {
    padding: .7rem .4rem;
}
span.desc-precio.text-right span {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
/* MEDIA */
@media (min-width: 0px) and (max-width: 800px)
{
    
}