:root {
    --max-width: 1440px;
}

@font-face {
    font-family: "Gradual";
    src: url('../fonts/Branding-with-Type-Bw-Gradual-Bold.otf') format('opentype');
}

@font-face {
    font-family: "Karla light";
    src: url('../fonts/Karla-Light.ttf') format('truetype');
}

@font-face {
    font-family: "Karla Medium";
    src: url('../fonts/Karla-Medium.ttf') format('truetype');
}

@font-face {
    font-family: "Karla Variable";
    src: url('../fonts/Karla-VariableFont_wght.ttf') format('truetype');
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.container {
    max-width: 90%;
}

a {
    text-decoration: none;
}

.max-width {
    max-width: var(--max-width);
    margin: 0 auto;
}

.header {
    padding: 30px;
}

.icono_redes_sociales {
    width: 32px;
}

.logo-img img {
    width: 100%;
    max-width: 200px;
}

.logo-img a {
    color: #6a00fd;
}

.logo-img.text-white a {
    color: #fff;
}

.logo-img .botones {
    display: flex;
    justify-content: center;
    letter-spacing: 3px;
    margin-top: 10px;
}

.logo-img .botones .lang-es {
    padding-right: 10px;
}

.logo-img .botones .lang-en {
    padding-left: 10px;
}

.header-index {
    /* background-image: url('../images/banner.jpg'); */
    background-image: url('../images/HEADER-min.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -200px;
    /* background-position-y: -40px; */
}

.header .navbarr {
    display: none;
    justify-content: space-between;
    align-items: start;
    max-width: var(--max-width);
    margin: 0 auto;
    font-family: 'Karla light';
}

.header .navbarr .left-content,
.header .navbarr .right-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 255px;
    padding: 10px 24px;
    border-radius: 50px;
}

/* .header .navbarr .right-content{
    width: 270px;
} */

.header.header-index .navbarr .right-content.active,
.header.header-index .navbarr .left-content.active {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 4%, rgba(255, 255, 255, 1) 100%);
}

.header .navbarr .left-content.active {
    background: linear-gradient(90deg, rgb(106 0 253 / 30%) 4%, rgba(255, 255, 255, 0) 100%);
}

.header .navbarr .right-content.active {
    background: linear-gradient(-90deg, rgb(106 0 253 / 30%) 4%, rgba(255, 255, 255, 0) 100%);
}

.header .navbarr .left-content a,
.header .navbarr .right-content a {
    color: #6a00fd;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 3px;
}

.header.header-index .navbarr .left-content a,
.header.header-index .navbarr .right-content a {
    color: #fff;
}

.header .navbarr a.active {
    color: #6a00fd !important;
    font-weight: 600;
}

.header .hero-section {
    padding: 120px 0px 50px;
    position: relative;
    max-width: var(--max-width);
    margin: 0 auto;
}

.header .hero-section .heading {
    font-family: "Gradual";
    color: #fff;
    font-size: 60px;
    line-height: 1;
    font-weight: 500;
    -webkit-font-smoothing: antialiased; /* Suaviza el renderizado */
    -moz-osx-font-smoothing: grayscale; /* Similar para macOS */
}

.header .hero-section .tag {
    font-family: "Gradual";
    color: #fff;
    font-size: 100px;
    font-weight: 500;
    line-height: 1;
    -webkit-font-smoothing: antialiased; /* Suaviza el renderizado */
    -moz-osx-font-smoothing: grayscale;
}

.header .hero-section .vector {
    position: absolute;
    right: -25px;
    bottom: -100px;
}

.container-principal{
    position: relative;
    padding-top: 20px;
}

.header .hero-section .vector .sig {
    transform: rotate(269deg);
    color: #fff;
    font-family: 'Karla light';
    letter-spacing: 3px;
}

.header .hero-section .vector .sig a {
    color: #FFF;
}

.header .hero-section .vector .vector-imgg {
    margin-top: 38px;
    margin-left: 30px;
}

.img-banner {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.img-banner .img-projects {
    width: 80%;
}

.nuestros-section {
    padding: 30px 0px 85px;
    position: relative;
    /* overflow-y: inherit; */
    /* background: url('../images/nuestros-bg.png');
    background-position: -20px 120px;
    background-size: 210px;
    background-repeat: no-repeat; */
}

.nuestros-section .heading {
    font-family: "Gradual";
    line-height: normal;
    color: #6a00fd;
    font-size: 65px;
    font-weight: 500;
    margin-bottom: 100px;
    position: relative;
    -webkit-font-smoothing: antialiased; /* Suaviza el renderizado */
    -moz-osx-font-smoothing: grayscale; /* Similar para macOS */
}

.nuestros-section .text {
    font-size: 22px;
    font-weight: 500;
    max-width: 470px;
    line-height: normal;
    color: #000;
    opacity: 0.7;
    margin-bottom: 30px;
}

.nuestros-section .img {
    position: relative;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nuestros-section .img .img-desarrollo {
    width: 150px;
}

.nuestros-section .img .img-branding {
    width: 140px;
}

.nuestros-section .img .img-grafico {
    width: 130px;
}

.nuestros-section .vector-text {
    /*   position: absolute;
    left: 30px;
    top: 15px; */
    font-size: 25px;
    font-weight: 600;
    color: #6a00fd;
    text-align: center;
    padding-top: 20px;
}
.nuestros-section .vector-text img{
    width: 10px;
    margin-right: 10px;
}
.nuestros-section .img img {
    border-radius: 10px;
}

.nuestros-section .vector-bg-right {
    position: absolute;
    top: -80px;
    right: 0px;
    width: 33%;
    overflow-x: hidden;
}
.item-nuestros .img{
    transition: all 0.3s ease-in-out;
}
.item-nuestros .img:hover{
    transform: scale(1.1);
}
.nuestros-section .vector-bg-right img {
    border-radius: 20px;
    width: 100%;
    margin-left: 10px;
}

.nuestros-section .nuestros-bottom {
    position: relative;
    /* padding-bottom: 210px; */
}

.nuestros-section .nuestros-bottom div:nth-child(2) div:first-child {
    padding-left: 0;
}

.nuestros-section .nuestros-bottom div:nth-child(2) div:nth-child(2) {
    padding-right: 0;
}

.nuestros-section .nuestros-bottom .vector-img {
    position: absolute;
    bottom: 0px;
    left: 44%;
    z-index: 100;
}

.banner1-section {
    background-image: url('../images/banner1-bg.png');
    padding: 180px 0px 40px;
    background-position: center;
    background-size: cover;
}

.banner1-section .container {
    max-width: 1080px;
    margin: auto;
}

.banner1-section .heading {
    font-family: "Gradual";
    font-size: 50px;
    line-height: normal;
    color: #fff;
    padding-bottom: 20px;
    -webkit-font-smoothing: antialiased; /* Suaviza el renderizado */
    -moz-osx-font-smoothing: grayscale; /* Similar para macOS */    
}

.banner1-section .right-content {
    max-width: 500px;
    margin-left: auto;
    color: #ac7ffd;
}

.banner1-section .text {
    margin-top: 30px;
    margin-bottom: 60px;
    font-family: 'Karla Variable';
    font-size: 22px;
}

.banner1-section .button a {
    padding: 18px 25px;
    padding-left: 0px;
    display: inline-block;
    background-image: url(../images/banner1-button-bg.png);
    color: #ac7ffd;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    font-family: 'Karla Variable';
    letter-spacing: 2px;
}

.proyectos-section {
    padding-top: 110px;
    padding-bottom: 140px;
    position: relative;
    /* overflow: hidden; */
    background-image: url("../images/proyectos-bg-right.png");
    background-repeat: no-repeat;
    background-size: 90px;
    background-position-x: right;
    background-position-y: 225px;
}

.proyectos-section .container{
    max-width: 1080px;
}

/* .proyectos-section .mobile-proyectos{
    width: 40%;
    position: absolute;
    left: 0px;
    bottom: -140px;
} */

.mobile-proyectos{
    width: 40%;
    position: absolute;
    left: 0;
}

.proyectos-section .container .right-content{
    max-width: 500px;
    margin-left: auto;
}

.proyectos-section .vector-line {
    position: absolute;
    top: 30px;
    width: calc(100% + 20px);
    left: -10px;
}

.proyectos-section .heading {
    font-family: "Gradual";
    line-height: normal;
    color: #6a00fd;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 50px;
    position: relative;
}

.proyectos-section .text {
    font-size: 22px;
    max-width: 470px;
    line-height: normal;
    color: #000;
    opacity: 0.7;
    margin-bottom: 30px;
    font-family: 'Karla Variable';
}

.proyectos-section .button a {
    padding: 18px 25px;
    display: inline-block;
    padding-left: 0px;
    background-image: url(../images/proyectos-button-bg.png);
    color: #000;
    font-weight: 700;
    opacity: 0.7;
    background-repeat: no-repeat;
    background-position: right;
    font-family: 'Karla Medium';
}

#carouselExampleControls {
    position: relative;
    margin-bottom: 100px;
}

#carouselExampleControls .progressBar12 {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 2px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;

}

#carouselExampleControls .progressBar12::before {
    content: "";
    position: absolute;
    width: 2px;
    top: 25px;
    height: calc(100% - 50px);
    background-color: #6a00fd;
    opacity: 0.7;
    z-index: 100;
}

#carouselExampleControls .progressBar12::after {
    content: "";
    position: absolute;
    width: 3px;
    top: 25px;
    height: calc(33.33% - 50px);
    background-color: #6a00fd;
    z-index: 120;
}

#carouselExampleControls .progressBar12.active1::after {
    height: calc(66.66% - 50px);
}

#carouselExampleControls .progressBar12.active2::after {
    height: calc(100% - 50px);
}

.carousel-item .img img {
    border-radius: 8px;
}

.subscriber-section {
    padding: 70px 0px 40px;
}

.subscriber-section .content-bg {
    background-image: url('../images/subscriber-bg.png');
    padding: 90px 30px 60px;
    border-radius: 8px;
    background-repeat:no-repeat;
}

.subscriber-section .content-bg .heading {
    font-family: "Gradual";
    font-size: 60px;
    line-height: normal;
    color: #6a00fd;
    font-weight: 500;
}

.subscriber-section .content-bg .right-content {
    max-width: 630px;
    margin-left: auto;
    color: #7948d1;
}

.subscriber-section .content-bg .text {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 60px;
    font-weight: 500;
    font-family: 'Karla Variable';
}

.subscriber-section .content-bg .button a {
    padding: 18px 25px;
    display: inline-block;
    padding-left: 0px;
    background-image: url(../images/subscriber-button-bg.png);
    color: #7948d1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    font-family: 'Karla Medium';
    letter-spacing: 2px;
    font-size: 20px;
}

.footer-content {
    max-width: var(--max-width);
    margin: 0 auto;
    font-family: 'Karla Variable';
}

/* .footer-content .text{
    font-size: 18px;
} */

.footer-section {
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 250px;
    color: #fff;
    padding-bottom: 50px;
}

.footer-section .socail-links {
    padding-top: 20px;
}

.footer-section a {
    color: #fff;
    display: inline-block;
}

.footer-section .socail-links a {
    font-size: 22px;
}

.footer-section .brw-1 {
    max-width: 410px;
    border-right: 1px solid #fff;
}

.footer-section .font-italic{
    font-style: italic;
}
.footer-logo {
    position: relative;
    text-align: center;
}

.footer-logo img {
    width: 100%;
    max-width: 230px;
}

.footer-logo span {
    position: absolute;
    width: 100%;
    bottom: -60px;
    left: 50%;
    font-family: 'Karla Light';
    font-size: 12px;
    transform: translate(-50%, -50%);
}

/* fade in */

.fadein {
    opacity: 0;
    transition: all 1.5s;
    transform: translate(0, 100px);
}

.fadein.visible {
    opacity: 1;
    transform: translate(0, 0);
}


.team-top-section {
    margin-top: 70px;
    text-align: center;
}

.team-top-section .tag {
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
    color: #6a00fd;
    font-family: 'Karla Medium';
}

.team-top-section .heading {
    font-family: "Gradual";
    font-size: 68px;
    color: #6a00fd;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 80px;
}

.team-top-section .text {
    color: #000;
    opacity: 0.8;
    font-size: 22px;
    line-height: normal;
    max-width: 470px;
    margin: auto;
    margin-top: 30px;
    font-family: 'Karla Variable';
}

.team-top-section .img {
    position: relative;
    max-width: 600px;
    margin: auto;
}

.team-top-section .img .vector-img {
    position: absolute;
    left: 40px;
    top: -150px;
    width: 115px;
}

.team-top-section .img .vector-img img {
    width: 100%;
}

.team-center-section .img img,
.team-top-section .img img {
    border-radius: 20px;
}

.team-center-section {
    position: relative;
    overflow: hidden;
}

.team-center-section .img img {
    border-radius: 20px;
}

.team-center-section .vector-img {
    position: absolute;
    z-index: -1;
    left: -10px;
    top: 0px;
    width: calc(100% + 20px);
}

.team-center-section .container {
    margin-top: 70px;
}

.team-center-section .heading {
    text-align: center;
    font-family: "Gradual";
    font-size: 30px;
    color: #6a00fd;
    line-height: normal;
    font-weight: 600;
}

.team-center-section .text {
    color: #000;
    opacity: 0.8;
    font-size: 22px;
    line-height: normal;
    max-width: 400px;
    text-align: center;
    font-family: 'Karla Variable';
}

.team-bottom-section {
    margin-top: 40px;
}

.team-gravital {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.team-bottom-section .heading {
    font-family: "Gradual";
    font-size: 30px;
    color: #6a00fd;
    line-height: normal;
    font-weight: 600;
    text-align: center;
    width: fit-content;
    padding-bottom: 20px;
    background-image: url('../images/heading-bottom.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 100%;
}

.team-bottom-section .text {
    color: #000;
    opacity: 0.8;
    font-size: 22px;
    line-height: normal;
    max-width: 440px;
    text-align: center;
    font-family: 'Karla Variable';
}

.team-bottom-section .button {
    text-align: center;
}

.team-bottom-section .button a {
    color: #706f6f;
    font-weight: 600;
    font-family: 'Karla Medium';
}

.team-bottom-section .col-12 {
    margin-bottom: 20px;
}

.team-carousel .img {
    position: relative;
    cursor: pointer;
}

.team-carousel img {
    border-radius: 20px;
}

.team-carousel .hover-content {
    position: absolute;
    display: none;
    bottom: 0px;
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
}

.team-carousel .hover-content .heading {
    color: #fff;
    width: fit-content;
    font-size: 24px;
    line-height: normal;
    font-weight: 700;
    padding-bottom: 10px;
    background-image: url('../images/heading-bottom.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 100%;
    min-width: 100px;
    margin: 0px auto 12px;
}

.team-carousel .hover-content .text {
    color: #fff;
    opacity: 0.8;
    font-size: 20px;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 0px;
}

.team-carousel .img:hover .hover-content {
    display: block;
}

.owl-nav button {
    position: absolute;
    top: 48%;
    margin: 0;
    transition: all 0.3s ease-in-out;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    font-size: 30px !important;
    line-height: 1 !important;
}

.owl-nav button.owl-prev {
    left: 0px;
}

.owl-nav button.owl-next {
    right: 0px;
    transform: rotate(180deg);
    margin-top: 20px;
}

.owl-nav button:focus {
    outline: none;
}

.team-brand-section {
    margin-top: 80px;
    margin-bottom: 40px;
}

.team-brand-section .heading {
    font-family: "Gradual";
    font-size: 48px;
    color: #6a00fd;
    line-height: normal;
    font-weight: 500;
    text-align: center;
    margin-bottom: 80px;
}

.banner-todos {
    margin-top: 40px;
}

.banner-todos .active {
    color: #6a00fd;
    font-weight: 700;
}

.banner-todos img {
    transform: rotate(270deg);
    margin-left: 35px;
    margin-right: 35px;
}

.banner-todos span {
    opacity: 0.75;
    cursor: pointer;
}

.main-section.brands-section {
    position: relative;
    padding-top: 70px;
    padding-bottom: 50px;
}

.main-section.brands-section .vector-img {
    position: absolute;
    top: -20px;
    width: 100%;
    text-align: center;
}

.main-section.brands-section .vector-img img {
    width: 250px;
}


.main-section.brands-section .col-12 {
    margin-bottom: 24px;
}

.main-section.brands-section .img {
    display: block;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.main-section.brands-section .img:hover img {
    opacity: 0;
    /* transition: all 0.2s; */
}

.main-section.brands-section img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}


.portfolio-menu {
    font-family: 'Karla Medium';
}

.main-section.brands-section .hover-content {
    position: absolute;
    z-index: 100;
    top: 0px;
    display: none;
    text-align: center;
    width: 100%;
    height: 100%;
    background-image: url('../images/proyectos/hover-bg.png');
    background-size: 110% 110%;
    background-position: center;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.main-section.brands-section .hover-content .heading {
    font-family: "Gradual";
    color: #000;
    font-size: 42px;
    width: fit-content;
    line-height: normal;
    font-weight: 700;
    padding-bottom: 10px;
    background-image: url('../images/heading-bottom.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 100%;
    min-width: 100px;
    margin-bottom: 12px;
}

.main-section.brands-section .hover-content .top-absolute,
.main-section.brands-section .hover-content .bottom-absolute {
    position: absolute;
    top: 40px;
    width: 100%;
    text-align: center;
    color: #242424;
    font-size: 18px;
    font-family: 'Karla Variable';
}

.main-section.brands-section .hover-content .bottom-absolute {
    top: auto;
    bottom: 30px;
}

.main-section.brands-section .img:hover .hover-content {
    display: flex;
}

.contacto-bg {
    background-image: url('../images/contacto/bg.jpg');
    background-size: cover;
    background-position: top;
    color: #fff;
    min-height: 100vh;
}

.contacto-bg .footer-section,
.contacto-bg .header {
    background-image: none;
}

.contacto-bg .main-heading {
    text-align: center;
    font-family: "Gradual";
    margin-top: 100px;
    color: #fff;
}

.contacto-bg .main-heading .heading {
    font-size: 88px;
    width: fit-content;
    line-height: normal;
    font-weight: 700;
    padding-bottom: 10px;
    background-image: url('../images/heading-bottom.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: auto;
}

.contacto-bg .main-heading .tag {
    font-size: 48px;
    line-height: normal;
}

.contacto-bg .rows-data .detail {
    max-width: 415px;
}

.contacto-bg .rows-data .heading {
    font-family: "Gradual";
    font-size: 34px;
    line-height: normal;
    font-weight: 700;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-image: url('../images/heading-bottom.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 100% 15%;
}

.contacto-bg .rows-data .text {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 30px;
    font-family: 'Karla Light';
}

.contacto-bg .rows-data a {
    color: #fff;
    font-size: 24px;
    font-family: 'Karla Variable';
}

.contacto-bg .rows-data .detail-flex {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.contacto-bg .rows-data .social-links {
    margin-bottom: 30px;
}

.contacto-bg .rows-data .social-links a {
    font-size: 26px;
    color: #fff;
    display: inline-block;
}

.icon-redes {
    width: 40px;
    margin-bottom: 4px;
}

.contacto-bg .footer-section {
    padding-top: 140px;
}

.project-section {
    margin-top: 60px;
}

.project-section .text {
    font-family: 'Karla Variable';
    opacity: 0.8;
}

.project-section .top-img {
    display: flex;
    gap: 0;
    height: 100%;
}

.project-section .top-img img {
    width: 100%;
}

.project-section .top-img img:first-child {
    border-radius: 10px;
}

.project-section .top-img img:last-child {
    margin: 0 15px;
    border-radius: 10px;
}

.project-section .detaill {
    position: relative;
    padding-top: 30px;
    overflow: hidden;
}

.project-section .detaill .vector-line {
    position: absolute;
    top: 0px;
    width: calc(100% + 20px);
    left: -10px;
}

.project-section .detaill .container {
    padding: 0 30px;
}

.project-section .detaill .vector-line img {
    width: 100%;
}

.project-section .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    font-family: "Gradual";
    color: #6a00fd;
    font-size: 32px;
    font-weight: 700;
}

.project-section .heading div {
    font-family: "Gradual";
}

.project-section .text {
    font-size: 20px;
}

.vacantes-gallery {
    margin-top: 50px;
}

.vacantes-gallery .col-12 {
    margin-bottom: 20px;
}

.vacantes-gallery .img {
    height: 100%;
}

.vacantes-gallery .img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.funcionalidad-section {
    padding-top: 40px;
    position: relative;
    overflow: hidden;
}

.funcionalidad-section .vector-img {
    position: absolute;
    top: 0px;
    left: 24%;
}

.funcionalidad-section .heading {
    font-family: "Gradual";
    color: #6a00fd;
    font-size: 52px;
    line-height: normal;
    font-weight: 700;
    margin-left: 38%;
    margin-top: 43px;
}

.siguente-section {
    position: relative;
    overflow: hidden;
    padding-top: 120px;
    background-image: url('../images/proyectos/vector-img-1.png');
    background-position-y: top;
    background-position-x: 75%;
    background-size: 360px;
    background-repeat: no-repeat;
}

.siguente-section .vector {
    position: absolute;
    top: 45%;
    left: -90px;
    width: calc(100% + 180px);
    z-index: -1;
}

.siguente-section .img {
    position: relative;
}

.siguente-section .img .vector-img1 {
    position: absolute;
    right: 0;
    top: 0px;
}

.siguente-section .img .vector-img1 img {
    margin-left: 41px;
    position: absolute;
    top: -9px;
    right: 45px;
}

.siguente-section .img .vector-img1 span {
    transform: rotate(-269deg);
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Karla Light';
    color: #6a00fd;
}

.siguente-section .img .br-10 {
    border-radius: 10px;
}

.experticia_title .heading {
    margin-bottom: 80px;
    font-family: "Gradual";
    font-size: 68px;
    font-weight: 600;
    color: #6a00fd;
    line-height: normal;
    text-align: center;
}

.experticia .portfolio-item {
    text-align: center;
}

.experticia .container,
.experticia_title .container {
    /* max-width: var(--max-width); */
    margin: 0 auto;
}

.experticia_title .container {
    width: 90%;
}

.experticia .subheading {
    display: inline-block;
    padding: 0px 12px 12px;
    margin-bottom: 40px;
    font-family: "Gradual";
    text-align: center;
    line-height: normal;
    font-size: 48px;
    font-weight: 500;
    color: #6a00fd;
    background-image: url('../images/experticia/Linea-software.png');
    background-size: 100%;
    background-position: 103% bottom;
    background-repeat: no-repeat;
}

.experticia h3.subheading {
    margin-bottom: 120px;
}

.experticia h4.subheading {
    display: block;
    text-align: left;
    background-image: none;
}

.experticia_item {
    position: relative;
    display: inline-block;
    padding: 0px;
    margin: 0 28px 8px 0;
    border-radius: 20px;
    background: linear-gradient(to left, #6a00fd, #FFF 90%);
    overflow: hidden;
}

.experticia_item span {
    display: inline-block;
    font-family: 'Karla Variable';
    font-weight: 700;
    color: #000;
    background-color: #FFF;
    border-radius: 20px;
    min-height: 100%;
    margin: 1px;
    padding: 0 12px 0 0;
}

/* .experticia .desarrollo_software .experticia_box {
    padding: 24px 40px 0 12px;
} */
.experticia .pt {
    padding-top: 40px;
}

.experticia .pl {
    padding-left: 12px;
}

.experticia .mb {
    margin-bottom: 60px;
}

.experticia .desarrollo_software-1 {
    background-image: url('../images/experticia/Linea.png');
    background-position: 50% 95%;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 120px;
}

.experticia .desarrollo_software-2 {
    position: relative;
    background-image: url('../images/experticia/Fondo.morado.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.experticia .box-padding {
    padding-bottom: 439px;
}

.experticia .desarrollo_software-2.pb {
    padding-bottom: 80px;
}

.experticia .desarrollo_software-2 .absolute {
    position: absolute;
    transform: translate(50%, 0px);
    right: 50%;
}

.experticia .desarrollo_software-2 .container {
    padding-top: 70px;
}

.experticia .desarrollo_software .experticia_box h5 {
    font-family: 'Karla Medium';
    font-size: 30px;
    margin-bottom: 28px;
}

.experticia .desarrollo_software-2 .experticia_box h5 {
    color: #FFF;
}

.experticia .desarrollo_software-2 .experticia_box {
    position: relative;
}

.experticia .desarrollo_software-2 .experticia_box .planet-icon {
    position: absolute;
    bottom: -80px;
    left: calc(50% - 42px);
    width: 85px;
}

.experticia .desarrollo_software-2 .experticia_box .planet-icon img {
    width: 100%;
}

.experticia .desarrollo_software p {
    opacity: 0.8;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Karla Variable';
}

.experticia .desarrollo_software-2 p {
    color: #FFF;
}

.experticia .desarrollo_software-2 .experticia_item {
    background: linear-gradient(to left, #6a00fd, #190040 90%);
}

.experticia .desarrollo_software-2 .experticia_item span {
    background-color: #190040;
    color: #FFF;
    opacity: 0.8;
}

.experticia .desarrollo_software-3 {
    padding-top: 14%;
}

.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-right: 0;
    padding-right: 0;
    cursor: none;
}

.owl-carousel .item {
    position: relative;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 400px; /* Altura de las imágenes */
    border-radius: 20px;
    margin: 0 10px; /* Espacio entre imágenes */
    overflow: hidden; 
    transition: transform 0.3s ease-in-out;
}

.owl-carousel .item:hover {
    transform: scale(1);
    z-index: 1;
    box-shadow: 11px 7px 13px -4px rgba(224,224,224,1);
    border-radius: 20px;
}

/* Cursor personalizado */
.custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    pointer-events: none;
    z-index: 9999;
    display: none;
}

.item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px 30px;
    background: linear-gradient(to top, rgb(80 80 80 / 70%), transparent);
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    transform: translateY(100%); 
    transition: transform 0.3s ease-in-out;
    opacity: 0; 
    font-family: 'Karla Variable';
    text-transform: uppercase;
}
.owl-carousel .item:hover .item-title {
    transform: translateY(0); /* Se mueve hacia arriba */
    opacity: 1; /* Se hace visible */
}
.owl-carousel:hover .item:not(:hover) {
    transform: scale(0.95);
    opacity: 0.9; /* Reduce la opacidad para dar más énfasis al item en hover */
}

.cursor-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: auto;
    transform: translate(-50%, -50%);
    opacity: 0.5;
    pointer-events: none;
}

.container-carrusel-boton{
    position: relative;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    justify-content: end;
    padding-top: 50px;
    max-width: 95%;
}
.container-carrusel-boton .linea-carrusel{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.container-carrusel-boton .experticia_item{
    font-size: 16px;
}
.container-carrusel-boton .experticia_item span{
    font-size: 16px;
}

/* Estilo base del menú móvil */
.mobile-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    position: relative;
    z-index: 1000;
}

/* Menú hamburguesa */
.hamburger-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 27px;
    cursor: pointer;
    margin-top: -30px;
    z-index: 101;
}

.hamburger-menu span {
    display: block;
    width: 35px;
    height: 5px;
    background-color: white;
    transition: all 0.3s ease;
}
.hamburger-menu.color-two span{
    background-color: #6a00fd;
}

/* Logo centrado */
.center-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.center-logo img {
    width: 120px; /* Ajusta el tamaño del logo */
    height: auto;
}

/* Menú desplegable */
.menu-dropdown {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* Fondo con transparencia */
    backdrop-filter: blur(8px); /* Efecto de desenfoque */
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-100%); /* Fuera de pantalla */
    transition: transform 0.5s ease; /* Animación al desplegar */
    z-index: 100;
}

.menu-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.menu-dropdown ul li {
    margin: 20px 0;
}

.menu-dropdown ul li a {
    text-decoration: unset;
    color: white;
    font-size: 40px;
    transition: color 0.3s;
    font-family: 'Gradual';
    font-weight: 500;
}

.menu-dropdown ul li a:hover {
    color: #6a00fd; /* Efecto hover */
}

/* Menú visible */
.menu-dropdown.show {
    display: block;
    opacity: 1; /* Totalmente visible */
    transform: translateY(0); /* Posición final */
}

.menu-dropdown.open {
    transform: translateY(0); /* Ocupa toda la pantalla */
}
/* Cambiar el icono hamburguesa a "X" */
.hamburger-menu.open span:nth-child(1) {
    transform: rotate(50deg) translate(15px, 15px);
}

.hamburger-menu.open span:nth-child(2) {
    opacity: 0; /* Oculta la barra del medio */
}

.hamburger-menu.open span:nth-child(3) {
    transform: rotate(-50deg) translate(-1px, -2px);
}
.contacto-bg .fadein{
    opacity: 1;
}

.line-height{
    display: none;
}

.footer-section .text{
    font-size: 15px;
}

@media screen and (min-width:1080px) {
    .line-height{
        display: block;
    }
    .header .navbarr {
        display: flex;
    }
    .mobile-menu {
        display: none;
    }
    .header-index {
        background-position-y: -40px;
        background-size: contain;
    }
    .header .hero-section .heading{
        font-size: 75px;
    }
    .header .hero-section .tag{
        font-size: 132px;
    }
    .img-banner .img-projects {
        width: 85%;
    }
    .banner1-section .heading{
        font-size: 60px;
    }
    .contacto-bg .fadein{
        opacity: 0;
        transition: all 1.5s;
        transform: translate(0, 100px);
    }
    .contacto-bg .fadein.visible {
        opacity: 1;
        transform: translate(0, 0);
    }
    .footer-section .text{
        font-size: 16px;
    }
}
@media screen and (min-width:1800px) {
    .header-index {
        background-position-y: -170px;
    }
    .banner1-section .container,.proyectos-section .container{
        max-width: 1380px;
    }
    .header .hero-section .heading{
        font-size: 95px;    
    }
    .header .hero-section .vector{
        right: -80px;
    }
    .mobile-proyectos{
        width: 34%;
    }
    .subscriber-section .content-bg .right-content{
        margin-right: 50px;
    }
    .header .hero-section .tag{
        font-size: 180px;
    }
    .nuestros-section .heading{
        font-size: 70px;
    }
    .img-banner .img-projects{
        width: 89%;
    }
    
}
@media (max-width: 767px) {
    .header-index{
        background-size: cover !important;
    }
    .header .hero-section .heading{
        font-size: 60px;
    }
    .header .hero-section .tag{
        font-size: 100px;
    }
}

@media screen and (max-width: 767px) {
    .logo-img img {
        width: 100px;
    }
    
    .container {
        max-width: 100%;
    }

    .header {
        padding: 20px 0px;
    }

    .header .navbarr .left-content.active {
        background-image: none;
    }

    .project-section {
        margin-top: 20px;
    }

    .project-section .heading {
        margin-bottom: 20px;
    }

    .project-section .detaill .vector-line {
        top: 41px;
    }

    .siguente-section {
        background-image: none;
    }

    .funcionalidad-section .heading {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .footer-section .col-lg-1,
    .siguente-section .img .vector-img1,
    .siguente-section .vector,
    .funcionalidad-section .vector-img {
        display: none;
    }

    .footer-logo img {
        width: 100px;
        margin: auto;
        margin-top: 20px;
    }

    .header .hero-section .heading {
        font-size: 45px;
        margin-bottom: 20px;
    }

    .header .hero-section .tag {
        font-size: 60px;
    }

    .header .hero-section .vector {
        bottom: -60px;
    }

    .banner1-section .heading,
    .subscriber-section .content-bg .heading {
        font-size: 40px;
    }

    .contacto-bg .main-heading .heading {
        font-size: 68px;
    }

    .footer-content div:nth-child(2) {
        padding: 0;
    }

    .footer-content div:nth-child(2) .text {
        padding: 0 12px;
    }

    /* Experticia */
    .experticia_title .heading {
        font-size: 40px;
    }

    .experticia.main-section.brands-section .vector-img {
        top: 0;
    }

    .experticia .container {
        padding: 0 12px;
    }

    .experticia .subheading {
        font-size: 28px;
    }

    .experticia .desarrollo_software .experticia_box,
    .experticia .portfolio-item {
        padding: 0;
    }

    .experticia .box-padding {
        padding-bottom: 700px;
    }
    .header-index{
        background-size: cover !important;
    }
    .header .hero-section .heading{
        font-size: 60px;
    }
    .header .hero-section .tag{
        font-size: 100px;
    }
}

.sociedades-bic {
    cursor: pointer;
    padding: 4px 16px;
    margin-top: 28px;
    border: 1px solid #FFF;
    border-radius: 20px;
}

.sociedades-bic:hover {
    text-decoration: underline;
}