        /* <<<<<---- GENERAL ---->>>>*/
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: sans-serif;
        }
        
        body {
            padding-left: 0;
            padding-right: 0;
            overflow-x: hidden;
        }
        /* <<<<<---- FIN DE GENERAL ---->>>>*/
        /* <<<<<----BARRA DE NAVEGACION---->>>>*/
        
        .content {
            max-width: 1250px;
            margin: auto;
            padding: 0 30px;
        }
        
        .navbar {
            position: fixed;
            z-index: 15;
            width: 100%;
            padding: 25px 0;
            transition: all 0.3s ease;
            background-color: #2d2c2c;
            opacity: 0.8;
        }
        
        .navbar.sticky {
            padding: 10px 0;
            background-color: #2d2c2c;
            opacity: 10;
        }
        
        .navbar .content {
            display: flex;
            align-items: center;
            justify-content: space-around;
        }
        
        .navbar .logo a {
            color: #fff;
            font-size: 30px;
            font-weight: 600;
            text-decoration: none;
        }
        
        .navbar .logo a img {
            width: 140px;
            height: 70px;
            opacity: 10;
            margin-top: 10px;
        }
        
        .navbar .menu-list {
            display: inline-flex;
        }
        
        .menu-list li {
            list-style: none;
        }
        
        .menu-list li a {
            color: #fff;
            font-size: 18px;
            font-weight: 500;
            margin-left: 25px;
            text-decoration: none;
        }
        
        nav ul li .current {
            color: #9a9696;
        }
        
        .menu-list li a:hover {
            color: rgb(24, 201, 68);
        }
        /*
.banner {
    height: 60vh;
    background: url(https://nuteducacion.com.ar/wp-content/uploads/2020/04/machine-learning.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
*/
        
        .banner-2 {
            height: 40vh;
            background: url(https://presenterse.com/wp-content/uploads/2020/06/INVERTIR-EN-TECNOLOGIA.png) no-repeat;
            opacity: 10;
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
        }
        
        .que-hacemos-main h2 {
            margin: 20px 20px;
            font-size: 30px;
            color: #6d7474;
            text-align: center;
        }
        
        .about {
            padding: 40px 0;
        }
        
        .about .title {
            font-size: 35px;
            font-weight: 700;
        }
        
        .about p {
            padding-top: 20px;
            text-align: justify;
        }
        
        .icon {
            color: #fff;
            font-size: 20px;
            cursor: pointer;
            display: none;
        }
        
        .icon.cancel-btn {
            position: absolute;
            right: 30px;
            top: 20px;
        }
        
        .redes-sociales {
            display: flex;
            justify-content: space-around;
        }
        
        .fa-whatsapp {
            margin-top: 8px;
        }
        
        nav ul ul {
            background-color: #2b2b2b;
            opacity: 0.5;
            position: absolute;
            line-height: 70px;
            padding-top: 15px;
            visibility: hidden;
            transition: top .3s;
        }
        
        nav ul li:hover>ul {
            opacity: 1;
            visibility: visible;
        }
        
        li.nav-menu-item {
            height: 20px;
        }
        
        nav ul ul li {
            position: relative;
            margin-right: 30px;
            width: 130px;
            float: none;
            display: list-item;
            list-style: none;
        }
        
        @media (max-width: 900px) {
            nav ul ul {
                display: none;
            }
            .icon {
                display: block;
            }
            .icon.hide {
                display: none;
            }
            .navbar .menu-list {
                position: fixed;
                top: 0;
                left: -100%;
                height: 100vh;
                width: 100%;
                max-width: 400px;
                background: #222;
                display: block;
                padding: 40px 0;
                text-align: center;
                transition: all 0.3s ease;
            }
            .navbar .menu-list.active {
                left: 0%;
            }
            .navbar .menu-list li {
                margin-top: 45px;
            }
            .navbar .menu-list li a {
                font-size: 23px;
            }
            .redes-sociales {
                justify-content: center;
            }
        }
        /* <<<<<----FIN DE BARRA DE NAVEGACION---->>>>*/
        /* <<<<<----CUERPO DE PAGINA  INDEX---->>>>*/
        
        .container-index {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-evenly;
            margin-top: 5%;
        }
        
        .row-index {
            display: flex;
            flex-direction: column;
            background-color: #fff;
            padding: 10px 10px 10px 10px;
            transition: 0.5s;
            z-index: 5;
        }
        
        .row-index:hover {
            box-shadow: 0 3px 10px #42a5c4;
        }
        
        .row-index h1 {
            font-size: 20px;
            color: rgb(88, 88, 88);
            text-align: center;
        }
        
        .row-index img {
            width: 270px;
            height: 200px;
            margin-top: 40px;
            position: relative;
            transition: all 1s ease;
            z-index: -10;
        }
        
        .row-index img:hover {
            background-image: url(http://www.gelfuzion.com/img/slides/nivo/bg-1.jpg);
            filter: brightness(0.5);
        }
        
        .circulo-icono-index {
            display: flex;
            justify-content: center;
            background-color: #fff;
            box-shadow: 0 0 5px rgb(0, 0, 0);
            position: absolute;
            width: 80px;
            height: 80px;
            margin-top: 40px;
            margin-left: 98px;
            border-radius: 50%;
            z-index: 10;
        }
        
        .fa-tasks,
        .fa-brain,
        .fa-chart-bar {
            margin-top: 30%;
        }
        
        .row-index p {
            width: 270px;
        }
        
        .row-index p strong {
            color: #516fa2;
        }
        
        .right-slideshow {
            background-color: rgb(255, 255, 255);
            box-shadow: 1rem 1rem 1rem 1rem rgba(0, 0, 0, 0.4);
            margin-top: 200px;
            padding: 20px 0 50px 20px;
            width: 70%;
        }
        
        .right-slideshow p {
            color: #535353;
            margin-top: 90px;
            width: fit-content;
        }
        
        .right-slideshow h1 {
            margin: 10px 10px 10px 10px;
            font-size: 35px;
        }
        
        .ministerio-justicia {
            height: 100px;
        }
        
        .mySlides {
            display: none;
        }
        
        .mySlides img {
            vertical-align: middle;
            background-image: url(http://www.gelfuzion.com/img/slides/nivo/bg-1.jpg);
            filter: brightness(0.5);
            width: fit-content;
            height: 600px;
            animation-name: zoom-in-zoom-out;
            animation-duration: 3s;
            overflow: hidden;
        }
        /* Slideshow container */
        
        .slideshow-container {
            width: 100%;
            position: relative;
            margin: auto;
        }
        /* Caption text */
        
        .text {
            color: #f2f2f2;
            font-size: 50px;
            font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            padding: 30px 100px;
            position: absolute;
            bottom: 35%;
            width: 100%;
            text-align: center;
        }
        /* Number text (1/3 etc) */
        
        .numbertext {
            color: #f2f2f2;
            font-size: 12px;
            padding: 8px 12px;
            position: absolute;
            top: 0;
        }
        /* The dots/bullets/indicators */
        
        .dot {
            height: 15px;
            width: 15px;
            margin: 0 2px;
            background-color: #bbb;
            border-radius: 50%;
            display: inline-block;
            transition: background-color 0.6s ease;
        }
        
        .active {
            background-color: #717171;
        }
        /* Fading animation */
        
        .fade {
            -webkit-animation-name: fade;
            -webkit-animation-duration: 3s;
            animation-name: fade;
            animation-duration: 3s;
        }
        
        @-webkit-keyframes fade {
            from {
                opacity: .4
            }
            to {
                opacity: 1
            }
        }
        
        @keyframes fade {
            from {
                opacity: .4
            }
            to {
                opacity: 1
            }
        }
        /* On smaller screens, decrease text size */
        
        @keyframes zoom-in-zoom-out {
            0% {
                transform: scale(1.1, 1.1);
            }
            100% {
                transform: scale(1, 1);
            }
        }
        
        @media (max-width: 720px) {
            .text {
                font-size: 25px;
                padding: 0px 20px;
                position: absolute;
                bottom: 25%;
                width: 100%;
                text-align: center;
            }
            .mySlides img {
                height: 350px;
                animation: none;
            }
            .slideshow-container {
                padding-top: 137px;
            }
        }
        /* <<<<<---- fin CUERPO DE PAGINA  INDEX---->>>>*/
        /* <<<<<----inicio CUERPO DE PAGINA  QUIENES-SOMOS ---->>>>*/
        
        .qn-sm-contenedor {
            position: relative;
            display: inline-block;
            text-align: center;
            width: 100%;
            z-index: 1;
        }
        
        .qn-sm-contenedor h1 {
            color: rgb(255, 255, 255);
            position: absolute;
            font-size: 5rem;
            top: 150px;
            left: 30%;
            z-index: 1;
        }
        
        .qn-sm-contenedor h1::before {
            content: '';
            position: absolute;
            left: 40%;
            bottom: -80px;
            background-color: rgb(37 211 102);
            height: 4px;
            box-sizing: border-box;
            width: 100px;
            z-index: 1;
        }
        
        .nuestro-equipo {
            background-image: url(http://www.gelfuzion.com/img/slides/nivo/bg-1.jpg);
            filter: brightness(0.4);
            width: 100%;
            height: 100vh;
            height: 500px;
        }
        /* ----- SECCION DE MUNDO -------*/
        
        .mundo-container {
            display: flex;
            justify-content: center;
        }
        
        .mundo-column>img {
            width: 500px;
        }
        
        .mundo-column {
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            margin: 20px 20px;
            font-size: 20px;
        }
        
        .mundo-column-izq {
            right: 50%;
        }
        
        .mundo-column>p {
            background-color: #fff;
            border: 1px solid rgb(255, 255, 255);
            box-shadow: 10px 10px 10px 10px rgb(63 144 203);
            color: black;
            border-radius: 1rem;
            padding: 5px 5px;
        }
        
        @media (max-width: 720px) {
            .qn-sm-contenedor h1 {
                font-size: 2rem;
                top: 30%;
                left: 20%;
            }
            .mundo-column>img {
                width: 200px;
                display: none;
            }
            .mundo-column-izq {
                right: 50%;
            }
            .mundo-column>p {
                position: relative;
                display: flex;
                font-size: 15px;
                width: 80%;
                height: 120px;
                border-radius: 1rem;
                margin: 10px 10px;
            }
            .qn-sm-contenedor h1 {
                font-size: 40px;
                left: 20%;
            }
            .qn-sm-contenedor h1::before {
                left: 30%;
            }
            .nuestro-equipo {
                height: 350px;
            }
            .mundo-container {
                display: flex;
                justify-content: center;
                margin-top: 10%;
                margin-bottom: 10%;
                width: 100%;
            }
            .mundo-column {
                display: flex;
                flex-direction: column;
                justify-content: space-around;
                margin: 0;
                font-size: 12px;
            }
        }
        /* <<<<<---- fin CUERPO DE PAGINA  QUIENES SOMOS---->>>>*/
        /* <<<<<----inicio CUERPO DE PAGINA  QUE HACEMOS ---->>>>*/
        
        .que-hacemos-main img {
            margin-top: 80px;
            width: 100%;
        }
        
        .que-hacemos-desarrollo {
            position: relative;
            display: inline-block;
            text-align: center;
            width: 100%;
            z-index: 1;
            margin-bottom: 20px;
        }
        
        .que-hacemos-desarrollo img {
            background-image: url(http://www.gelfuzion.com/img/slides/nivo/bg-1.jpg);
            filter: brightness(0.5);
            width: 100%;
            height: 400px;
            margin-top: 30px;
        }
        
        .que-hacemos-desarrollo h1 {
            color: rgb(255, 255, 255);
            position: absolute;
            font-size: 4.5rem;
            top: 160px;
            left: 15%;
            z-index: 1;
        }
        
        .que-hacemos-desarrollo h1::before {
            content: '';
            position: absolute;
            left: 45%;
            bottom: -80px;
            background-color: rgb(37 211 102);
            height: 4px;
            box-sizing: border-box;
            width: 100px;
            z-index: 1;
        }
        
        .que-hacemos-agilidad {
            position: relative;
            display: inline-block;
            text-align: center;
            width: 100%;
            z-index: 1;
        }
        
        .que-hacemos-agilidad img {
            background-image: url(http://www.gelfuzion.com/img/slides/nivo/bg-1.jpg);
            filter: brightness(0.4);
            width: 100%;
            height: 400px;
            margin-top: 30px;
        }
        
        .que-hacemos-agilidad h1 {
            color: rgb(255, 255, 255);
            position: absolute;
            font-size: 5rem;
            top: 160px;
            left: 15%;
            z-index: 1;
        }
        
        .que-hacemos-agilidad h1::before {
            content: '';
            position: absolute;
            left: 45%;
            bottom: -80px;
            background-color: rgb(37 211 102);
            height: 4px;
            box-sizing: border-box;
            width: 100px;
            z-index: 1;
        }
        /* SECCION DE SERVICIOS */
        
        .titulo-servicios {
            display: flex;
            justify-content: center;
        }
        
        .servicios {
            display: flex;
            justify-content: center;
            background: url(https://static.vecteezy.com/system/resources/previews/002/295/443/non_2x/abstract-background-technology-in-the-concept-of-digital-vector.jpg) no-repeat;
            background-attachment: fixed;
            background-size: cover;
            align-items: center;
            border-radius: 2rem;
            width: 80%;
            height: 80vh;
            margin: 50px 40px 50px 100px;
        }
        
        .soporte-rrhh,
        .reclutamiento-it {
            width: 50%;
            height: 430px;
            margin: 10px 20px 10px 50px;
            border-radius: 2rem;
            box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
            position: relative;
            z-index: 1;
            background: inherit;
            overflow: hidden;
        }
        
        .soporte-rrhh::before,
        .reclutamiento-it::before {
            content: "";
            position: absolute;
            background: inherit;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
            filter: blur(10px);
            margin: -20px;
        }
        
        .fa-hands-helping,
        .fa-user-tie {
            width: 100px;
            height: 100px;
            margin: 10px 10px 10px 10px;
            color: rgb(255, 255, 255);
        }
        
        .texto-soporte-rrhh,
        .texto-reclutamiento {
            padding: 10px 10px 10px 10px;
            color: rgb(223, 215, 215);
        }
        
        svg:not(:root).svg-inline--fa {
            overflow: visible;
        }
        
        .logo-soporte,
        .logo-reclutamiento {
            display: flex;
            justify-content: center;
        }
        
        .reclutamiento-it h1,
        .soporte-rrhh h1 {
            color: #fff;
            display: flex;
            justify-content: center;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 22px;
            margin-bottom: 10px;
        }
        
        .capacitacion-imagen img,
        .facilitacion-imagen img,
        .coaching-imagen img,
        .modelo-operativo-imagen img {
            width: 150px;
            height: 150px;
            margin-left: 85px;
        }
        
        .capacitacion,
        .facilitacion,
        .coaching,
        .modelo-operativo {
            background-image: linear-gradient(to top, #091242 0%, #141a55 13%, #1a5c99 25%, #218b7d 38%, #218b7d 50%, rgb(70, 155, 91) 62%, rgb(114, 197, 135) 75%, rgb(138, 207, 155) 87%, rgb(190, 245, 204) 100%);
        }
        
        .servicios2 {
            display: flex;
            flex-direction: row;
            width: 100%;
        }
        
        .servicios2 article {
            background-color: #fff;
            box-shadow: 1rem 1rem 1rem 1rem rgba(0, 0, 0, .2);
            transition: all 0.5s;
            height: 400px;
            width: 25%;
            margin-left: 3%;
            margin-right: 3%;
            border-radius: 1rem;
            padding: 1px;
        }
        
        .servicios2 article h1 {
            color: #fff;
            text-align: center;
            font-size: 25px;
        }
        
        .sv2-texto {
            color: #fff;
        }
        
        .sv2-texto ul li {
            list-style: none;
            padding: 5px 5px 5px 5px;
        }
        
        .capacitacion-imagen,
        .facilitacion-imagen,
        .coaching-imagen,
        .modelo-operativo-imagen {
            width: 150px;
            height: 150px;
            display: flex;
            justify-content: center;
        }
        
        .que-hacemos-digitalizacion {
            position: relative;
            display: inline-block;
            text-align: center;
            width: 100%;
            z-index: 1;
        }
        
        .que-hacemos-digitalizacion img {
            background-image: url(http://www.gelfuzion.com/img/slides/nivo/bg-1.jpg);
            filter: brightness(0.3);
            width: 100%;
            height: 400px;
            margin-top: 30px;
        }
        
        .que-hacemos-digitalizacion h1 {
            color: rgb(255, 255, 255);
            position: absolute;
            font-size: 4rem;
            top: 160px;
            left: 18%;
            z-index: 1;
        }
        
        .que-hacemos-digitalizacion h1::before {
            content: '';
            position: absolute;
            left: 45%;
            bottom: -80px;
            background-color: #1ba761;
            height: 4px;
            box-sizing: border-box;
            width: 100px;
            z-index: 1;
        }
        
        .que-hacemos-estrategia {
            position: relative;
            display: inline-block;
            text-align: center;
            width: 100%;
            margin-bottom: 40px;
            z-index: 1;
        }
        
        .que-hacemos-estrategia img {
            background-image: url(http://www.gelfuzion.com/img/slides/nivo/bg-1.jpg);
            filter: brightness(0.4);
            width: 100%;
            height: 400px;
            margin-top: 50px;
        }
        
        .que-hacemos-estrategia h1 {
            color: rgb(255, 255, 255);
            position: absolute;
            font-size: 5rem;
            top: 160px;
            left: 30%;
            z-index: 1;
        }
        
        .que-hacemos-estrategia h1::before {
            content: '';
            position: absolute;
            left: 45%;
            bottom: -80px;
            background-color: rgb(37 211 102);
            height: 4px;
            box-sizing: border-box;
            width: 100px;
            z-index: 1;
        }
        
        .ppp h4 {
            font-size: 30px;
            color: #5c5c5c;
        }
        
        .servicios4 {
            background-color: #fff;
            justify-content: center;
            display: flex;
            flex-direction: row;
            width: 100%;
            height: 60vh;
        }
        
        .servicios4-row {
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            padding-left: 10%;
            width: 50%;
        }
        
        .servicios4-item {
            display: flex;
            flex-direction: row;
            justify-content: space-evenly;
            margin-bottom: 10%;
        }
        
        .servicios4-item p {
            margin-right: 70px;
            margin-left: 5%;
        }
        
        #servicio4Icon {
            color: #1ba761;
        }
        
        @media (max-width:720px) {
            .servicios4 {
                flex-direction: column;
                height: fit-content;
                margin-bottom: 150px;
            }
            .servicios4-row {
                display: flex;
                flex-direction: column;
                justify-content: space-around;
                width: 100%;
            }
            .servicios4-item p {
                margin-left: 5%;
            }
        }
        /* <<<<<---- fin CUERPO DE PAGINA  QUE HACEMOS---->>>>*/
        /* <<<<<<<--------  inicio COMO LO HACEMOS  ------------->>>>>>>*/
        
        .como-container {
            padding-top: 137px;
            margin-bottom: 120px;
        }
        
        .como-trabajamos {
            float: left;
            width: 60%;
        }
        
        .como-trabajamos img {
            background-image: url(http://www.gelfuzion.com/img/slides/nivo/bg-1.jpg);
            height: max-content;
            filter: brightness(0.4);
            width: 100%;
            height: 100%;
        }
        
        .como-trabajamos h1 {
            color: #fff;
            position: absolute;
            font-size: 4rem;
            margin-top: 100px;
            margin-left: 30px;
            z-index: 1;
        }
        
        .como-trabajamos h1::before {
            content: '';
            position: absolute;
            left: 40%;
            bottom: -80px;
            background-color: rgb(110, 33, 141);
            height: 4px;
            box-sizing: border-box;
            width: 100px;
            z-index: 1;
        }
        
        .como-aside {
            position: static;
            z-index: 10;
        }
        
        .como-aside img {
            width: 100px;
            height: 120px;
        }
        
        .row-aside {
            margin: 50px 20px 30px 0;
            padding-top: 15px;
            display: flex;
            flex-direction: row;
        }
        
        .fa-microscope,
        .fa-network-wired,
        .fa-rocket,
        .fa-laptop-code {
            width: 50px;
            height: 50px;
            margin-left: 30px;
            color: rgb(110, 33, 141);
        }
        
        .row-aside p {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
            margin-left: 20px;
            width: 70%;
        }
        
        @media (max-width: 840px) {
            .como-container {
                padding-top: 0;
                margin-bottom: 0;
            }
            .como-trabajamos {
                width: 0;
                float: inline-start;
            }
            .como-trabajamos img {
                width: 100%;
                height: 300px;
            }
            .como-trabajamos h1 {
                color: rgb(0, 0, 0);
                position: relative;
                font-size: 2rem;
                margin-top: -100px;
                z-index: 1;
            }
            .como-trabajamos h1::before {
                bottom: -20px;
                background-color: rgb(110, 33, 141);
            }
            .como-aside {
                float: inline-end;
                position: relative;
            }
            .como-aside img {
                width: 100px;
                height: 120px;
            }
            .row-aside {
                display: flex;
                flex-direction: row;
            }
            .row-aside p {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
                width: 70%;
            }
            .como-container {
                display: flex;
                flex-direction: column;
            }
        }
        /* <<<<<---- fin CUERPO DE PAGINA  QUE HACEMOS---->>>>*/
        /* <<<<<<<--------  inicio CONTACTO  ------------->>>>>>>*/
        
        .formulario {
            display: table;
            padding-top: 20px;
            margin-bottom: 5%;
            width: 100%
        }
        
        textarea {
            width: 370px;
            border-radius: 5px;
        }
        
        label {
            font-size: 15px;
        }
        
        input {
            border: 1px solid white;
            border-bottom: 1px solid rgb(70, 70, 70);
            padding: 5px;
            margin-top: 5px;
        }
        
        .contactanos {
            padding-top: 20px;
            float: left;
            width: 65%;
            height: 35vh;
        }
        
        .contactanos-aside {
            float: right;
            width: 35%;
            margin-top: 3%;
        }
        
        .contactanos h1 {
            color: rgb(255, 255, 255);
            position: absolute;
            font-size: 5rem;
            margin-top: 100px;
            margin-left: 100px;
            z-index: 1;
        }
        
        .contactanos img {
            background-image: url(http://www.gelfuzion.com/img/slides/nivo/bg-1.jpg);
            height: max-content;
            filter: brightness(0.4);
            width: 97%;
        }
        
        .contactanos h1::before {
            content: '';
            position: absolute;
            left: 10%;
            bottom: -80px;
            background-color: #a01e0d;
            height: 4px;
            box-sizing: border-box;
            width: 100px;
            z-index: 1;
        }
        
        .textarea {
            padding: 5px 5px 5px 5px;
        }
        
        .send {
            width: 80px;
            height: 34px;
            font-size: 15px;
            border-radius: 5px;
            background-color: #007bff;
            border: #007bff;
            color: #fff;
        }
        
        .send:hover {
            background-color: #a01e0d;
            transition: 1s;
        }
        
        @media (max-width:720px) {
            .contactanos {
                padding-top: 20px;
                float: top;
                width: 100%;
                height: 35vh;
            }
            .contactanos-aside {
                float: bottom;
                width: 95%;
                margin-top: 20%;
            }
            .contactanos h1 {
                font-size: 2.5rem;
                margin-top: 60px;
                margin-left: 20%;
            }
            .contactanos img {
                width: 100%;
            }
            .contactanos h1::before {
                bottom: -50px;
            }
            textarea {
                width: 340px;
            }
        }
        /* <<<<<---- fin CUERPO DE PAGINA CONTACTO---->>>>*/
        /* <<<<<<<--------  inicio FOOTER DE LA PAGINA ------------->>>>>>>*/
        
        .container {
            max-width: 1170px;
            margin: auto;
        }
        
        .container-footer {
            display: flex;
            flex-direction: row;
        }
        
        .row {
            display: flex;
            flex-wrap: wrap;
        }
        
        .lista-footer {
            list-style: none;
        }
        
        .footer {
            background-color: #23242b;
            padding: 70px 0;
        }
        
        .footer-col {
            width: 25%;
            padding: 0 15px;
        }
        
        .footer-col h4 {
            font-size: 18px;
            color: rgb(255, 255, 255);
            text-transform: capitalize;
            margin-bottom: 35px;
            margin-left: 15px;
            font-weight: 500;
            position: relative;
        }
        
        .footer-col h4::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: -10px;
            background-color: #2c888f;
            height: 2px;
            box-sizing: border-box;
            width: 50px;
        }
        
        .lista-footer>li:not(:last-child) {
            margin-bottom: 10px;
        }
        
        .lista-footer>li>a {
            font-size: 16px;
            text-transform: capitalize;
            color: #ffffff;
            text-decoration: none;
            font-weight: 300;
            color: #bbbbbb;
            display: block;
            transition: all 0.3s ease;
        }
        
        .lista-footer>li>a:hover {
            color: rgb(255, 255, 255);
            padding-left: 8px;
        }
        
        .redes-sociales-footer a {
            display: inline-block;
            height: 40px;
            width: 40px;
            background-color: rgba(255, 255, 255, 0.2);
            margin: 0 10px 10px 0;
            text-align: center;
            line-height: 40px;
            border-radius: 50%;
            color: #b6b6b6;
            transition: all 0.5s ease;
        }
        
        .redes-sociales-footer a:hover {
            color: #24262b;
            background-color: #ffffff;
        }
        
        .footer-marca {
            background-color: #18191b;
            color: #ffffff;
            padding: 10px 10px;
            width: 100%;
            height: 50px;
        }
        
        .gmail {
            text-transform: lowercase;
            margin-left: 10px;
        }
        
        #gmail {
            display: flex;
        }
        
        .pngtree {
            text-transform: lowercase;
            margin-left: 10px;
        }
        
        #pngtree {
            display: flex;
        }
        
        #location {
            display: flex;
        }
        
        .location {
            margin-left: 10px;
        }
        
        .lista-footer img {
            margin-left: 15%;
        }
        /* <<<<<<<--------  fin FOOTER DE LA PAGINA ------------->>>>>>>*/
        /* <<<<<<<--------  inicio  Whattsap Icon DE LA PAGINA ------------->>>>>>>*/
        
        .float {
            position: fixed;
            width: 60px;
            height: 60px;
            bottom: 40px;
            right: 40px;
            background-color: #25d366;
            color: #FFF;
            border-radius: 50px;
            text-align: center;
            font-size: 40px;
            box-shadow: 2px 2px 3px #999;
            z-index: 100;
        }
        
        .float:hover {
            text-decoration: none;
            color: #25d366;
            background-color: #fff;
        }
        
        .my-float {
            margin-top: 16px;
        }
        /* <<<<<<<--------  fin Whattsap Icon DE LA PAGINA ------------->>>>>>>*/
        /* @media querys*/
        
        @media (max-width: 720px) {
            .que-hacemos-main,
            .que-hacemos-main img {
                max-width: 1170px;
            }
            .que-hacemos-main {
                max-width: 720px;
            }
            .que-hacemos-main img {
                margin-top: 35px;
                width: 720px;
            }
            .que-hacemos-agilidad img {
                height: 280px;
                margin-top: 100px;
                width: 100%;
            }
            .que-hacemos-agilidad h1 {
                font-size: 35px;
                top: 220px;
                left: 5%;
            }
            .que-hacemos-agilidad h1::before {
                bottom: -50px;
                left: 40%;
            }
            .ppp h4 {
                font-size: 12px;
            }
            .que-hacemos-main h1 {
                font-size: 30px;
            }
            .servicios2 {
                flex-direction: column;
                width: 100%;
            }
            .capacitacion-imagen img,
            .facilitacion-imagen img,
            .coaching-imagen img,
            .modelo-operativo-imagen img {
                margin-top: 10px;
                width: 140px;
                height: 140px;
            }
            .capacitacion-imagen,
            .facilitacion-imagen,
            .coaching-imagen,
            .modelo-operativo-imagen {
                text-align: center;
                margin-left: 60px;
                width: 140px;
                height: 140px;
            }
            .sv2-texto ul {
                font-size: 14px;
                margin: 10px 5px 5px 5px;
            }
            .servicios2 article {
                display: flex;
                flex-direction: column;
                width: 90%;
                height: 350px;
                margin-right: 20px;
                margin-top: 30px;
                border-radius: 1rem;
            }
            .servicios2 article h1 {
                font-size: 25px;
                margin-top: 20px;
            }
            .que-hacemos-desarrollo {
                position: relative;
                display: inline-block;
                text-align: center;
                width: 100%;
                z-index: 1;
                margin-bottom: 20px;
            }
            .que-hacemos-desarrollo img {
                height: 300px;
            }
            .que-hacemos-desarrollo h1 {
                color: rgb(255, 255, 255);
                position: absolute;
                font-size: 30px;
                top: 160px;
                left: 10%;
            }
            .que-hacemos-desarrollo h1::before {
                left: 35%;
            }
            .servicios {
                flex-direction: column;
                background-attachment: initial;
                width: 100%;
                height: fit-content;
                margin: 0;
            }
            .soporte-rrhh,
            .reclutamiento-it {
                width: 85%;
                height: fit-content;
                margin: 10px 0px 10px 0px;
            }
            .servicios3 {
                flex-direction: column;
                width: 100%;
                margin-bottom: 50px;
            }
            .consultoria-imagen img,
            .fabrica-imagen img,
            .operacion-imagen img {
                margin-top: 20px;
                width: 200px;
                height: 170px;
            }
            .sv3-texto ul {
                font-size: 16px;
                width: 170px;
                margin-top: 50px;
            }
            .servicios3 article {
                background-color: rgb(255, 255, 255);
                display: flex;
                flex-direction: row;
                width: 90%;
                height: 270px;
                margin-right: 20px;
                margin-left: 20px;
                margin-top: 0px;
            }
            .servicios3 h1 {
                margin-left: 30px;
            }
            .fabrica {
                padding-left: 0%;
            }
            .consultoria-texto ul {
                border-top-right-radius: 30%;
            }
            .que-hacemos-digitalizacion {
                height: 280px;
            }
            .que-hacemos-digitalizacion img {
                height: 280px;
                margin-top: 30px;
            }
            .que-hacemos-digitalizacion h1 {
                font-size: 30px;
                top: 40%;
                left: 0%;
            }
            .que-hacemos-digitalizacion h1::before {
                bottom: -40px;
            }
            .que-hacemos-estrategia {
                position: relative;
                display: inline-block;
                text-align: center;
                width: 100%;
                z-index: 1;
            }
            .que-hacemos-estrategia img {
                height: 300px;
            }
            .que-hacemos-estrategia h1 {
                color: rgb(255, 255, 255);
                position: absolute;
                font-size: 35px;
                top: 160px;
                left: 16%;
                z-index: 1;
            }
            .que-hacemos-estrategia h1::before {
                content: '';
                position: absolute;
                left: 45%;
                bottom: -80px;
                background-color: #a01e0d;
                height: 4px;
                box-sizing: border-box;
                width: 100px;
                z-index: 1;
            }
            .container-footer {
                flex-direction: column;
            }
            .footer-col {
                width: 100%;
                margin-bottom: 80px;
            }
            .row {
                flex-direction: column;
            }
            /*--------------------------------------------*/
            .container-index {
                flex-direction: column;
                justify-content: center;
                margin-top: 10%;
                width: 100%;
            }
            .row-index {
                padding: 10px 10px 10px 10px;
                margin-top: 20px;
                margin-bottom: 20px;
                margin-left: 5%;
                width: 90%;
            }
            .row-index img {
                width: 320px;
            }
            .row-index h1 {
                text-align: center;
                padding-right: 10%;
            }
            .circulo-icono-index {
                display: flex;
                justify-content: center;
                background-color: #fff;
                box-shadow: 0 0 5px rgb(0, 0, 0);
                position: absolute;
                width: 80px;
                height: 80px;
                margin-top: 40px;
                margin-left: 30%;
                border-radius: 50%;
                z-index: 10;
            }
            .fa-tasks,
            .fa-brain,
            .fa-chart-bar {
                margin-top: 30%;
            }
            .row-index p {
                width: 270px;
            }
            .container-index2 {
                flex-direction: column;
                justify-content: center;
            }
            .index2-col {
                display: flex;
                flex-direction: column;
                text-align: center;
                background-color: rgb(255, 255, 255);
                border-right: 0;
                border-bottom: 1px solid #657990;
                width: 100%;
                margin: 20px 0px 20px 0px;
            }
            .index2-col img {
                display: flex;
                justify-content: center;
                margin-left: 30%;
                width: 150px;
                height: 170px;
            }
            .right-slideshow {
                width: 100%;
                padding: 30px 10px 20px 10px;
                margin: 0;
            }
            .right-slideshow h1::before {
                content: '';
                position: absolute;
                left: 15%;
                bottom: 200px;
                height: 4px;
                width: 100px;
                z-index: 1;
            }
        }