.hero-section {
    width: 100%;
    height: 550px;
    border-radius: 6px;
}

.hero-section .hero-content {
    width: 100%;
    height: 100%;
    background: url(../image/bg/hero-bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    overflow: hidden;
}

.hero-section .hero-content .titles {
    width: 80%;
    height: 100%;
    padding: 10px 20px;
}

.hero-section .hero-content .titles .title {
    font-size: 95px;
    color: #fff;
    padding: 0px 10px 0px 0px;
    border-right: 1px solid #45A29E;
    z-index: 999;
    cursor: pointer;
    text-align: center;
    user-select: none;
}

.hero-section .hero-content .titles .title u {
    text-decoration: none;
    color: #66FCF1;
    filter: drop-shadow(10px 10px 10px rgba(102, 252, 241, 0.3));
}

.hero-section .hero-content .titles .subtitle {
    font-size: 25px;
    color: #fff;
    padding: 0px 10px 0px 0px;
    text-align: center;
    border-right: 1px solid #45A29E;
    font-weight: 100;
    z-index: 999;
    user-select: none;
}

.hero-section .hero-content .hero-data {
    padding: 10px 20px;
    width: 40%;
    height: 100%;
    margin-top: 18px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    user-select: none;

}

.hero-section .hero-content .hero-data .descripcion {
    color: #fff;
    text-align: justify;
    font-size: 12px;
    font-weight: 100;
}

.hero-section .hero-content .hero-data .descripcion u {
    color: #66FCF1;
    text-decoration: none;
}

.hero-section .hero-content .hero-data .hero-cta {
    text-decoration: none;
    margin-top: 30px;
    width: 120px;
    height: 40px;
    background: #0B0C10;
    border: 1px solid #66FCF1;
    color: #66FCF1;
    font-weight: 600;
    border-radius: 6px;
    text-align: center;
    align-content: center;
    box-shadow: 4px 3px 0px #45a29e;
}

.hero-section .hero-content .hero-data .hero-cta:hover {
    background-color: #66FCF1;
    color: #0B0C10;
    box-shadow: 6px 5px 0px #1F2833;
}

.about-us-section {
    width: 100%;
    height: 700px;
    border-radius: 6px;
}

.about-us-section .about-content {
    width: 100%;
    height: 100%;
    background: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.about-us-section .about-content .about-main-text {
    width: 40%;
    height: 90%;
    padding: 30px 40px;
    align-content: center;
    border-radius: 12px;
    background-color: #0B0C10;
    box-shadow: 0px 8px 28px #1F2833;

}

.about-us-section .about-content .about-main-text .title {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    user-select: none;
}

.about-us-section .about-content .about-main-text .title u {
    text-decoration: none;
    color: #45A29E;
}

.about-us-section .about-content .about-main-text .about-text {
    font-size: 14px;
    text-align: justify;
    margin-top: 20px;
    color: #fff;


}

.about-us-section .principios {
    width: 35%;
    height: 70%;
    padding: 30px 40px;
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 12px;
    box-shadow: 12px 18px 28px #1F2833;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.about-us-section .principios .title {
    font-size: 28px;
    color: #0B0C10;
    font-weight: 600;
    user-select: none;
}

.about-us-section .principios .title u {
    color: #45A29E;
    text-decoration: none;
}


.about-us-section .principios .contiene-principios {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
}

.about-us-section .principios .contiene-principios .princi {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    margin-left: 20px;
}

.about-us-section .principios .contiene-principios .princi svg {
    width: 40px;
    height: 40px;
    color: #66FCF1;
    background: #0B0C10;
    border-radius: 50%;
    display: block;
    padding: 6px;
    box-shadow: 6px 6px 8px rgba(11, 12, 16, 0.7);
    border: 1px solid #0B0C10;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    user-select: none;
}

.about-us-section .principios .contiene-principios .princi svg:hover {
    transform: scale(1.3);
}

.about-us-section .principios .contiene-principios .princi .princi-text {
    font-size: 14px;
}

.about-us-section .about-img {
    width: 25%;
    height: 70%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.about-us-section .about-img .img {
    width: 100%;
    height: 100%;
    margin-left: 10px;
    background: url(../image/graphic/about-img.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: -12px 18px 28px #1F2833;
    transition: ease-in 0.3s;
    user-select: none;
}

.about-us-section .about-img .img:hover {
    transform: scale(1.1);
}

.problem-section {
    width: 100%;
    height: 550px;
}

.problem-section .problem-content {
    width: 100%;
    height: 100%;
    background: #0B0C10;
    border-radius: 6px;
    display: block;
}

.problem-section .problem-content .title {
    display: flex;
    gap: 25px;
    padding: 30px 30px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.problem-section .problem-content .title h3 {
    width: 60%;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    border-right: 2px solid #66FCF1;
}

.problem-section .problem-content .title h3 u {
    text-decoration: none;
    color: #66FCF1;
}

.problem-section .problem-content .title p {
    color: #fff;
}

.problem-section .problem-content .bloques {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}

.bloque:nth-child(1),
.bloque:nth-child(3) {
    width: 25%;
    height: 200px;
    background: #1F2833;
    border-radius: 12px;
    padding: 20px;
    user-select: none;
}

.bloque:nth-child(2),
.bloque:nth-child(4) {
    width: 20%;
    height: 300px;
    background: #66FCF1;
    border-radius: 12px;
    padding: 20px;
    z-index: 999;
    box-shadow: -20px 6px 12px #0B0C10;
    user-select: none;
}

.problem-section .problem-content .bloques .bloque .num {
    font-size: 40px;
    font-weight: 500;
}

.bblanco {
    color: #fff;
}

.bnegro {
    color: #0B0C10;
}

.problem-section .problem-content .bloques .bloque .pro {
    font-size: 25px;
    margin-top: 10px;
}

.problem-section .problem-content .bloques .bloque .ex {
    width: 80%;
    font-size: 14px;
    margin-top: 15px;
}


.system-section {
    width: 100%;
    height: 550px;
    border-radius: 6px;
}

.system-section .system-content {
    width: 100%;
    height: 100%;
    background: #0B0C10;
    display: flex;
    gap: 10px;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    padding: 20px 40px;
}

.system-section .system-content .system-text {
    width: 40%;
    height: 100%;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    user-select: none;
}

.system-section .system-content .system-text .title {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.system-section .system-content .system-text .title u {
    color: #66FCF1;
    text-decoration: none;
}

.system-section .system-content .system-text .descripcion {
    margin-top: 30px;
    font-size: 14px;
    color: #fff;
    text-align: justify;
}

.system-section .system-content .system-text .descripcion u {
    text-decoration: none;
    color: #66FCF1;
}

.system-section .system-content .system-text .system-cta {
    --color: #66FCF1;
    font-family: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 30px;
    width: 170px;
    height: 50px;
    text-align: center;
    align-content: center;
    line-height: 12px;
    padding: 10px 20px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid var(--color);
    transition: color 0.5s;
    z-index: 1;
    font-size: 17px;
    border-radius: 6px;
    font-weight: 500;
    color: var(--color);
}



.system-section .system-content .system-text .system-cta:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--color);
    height: 190px;
    width: 240px;
    border-radius: 50%;
}

.system-section .system-content .system-text .system-cta:hover {
    color: #0B0C10;
}

.system-section .system-content .system-text .system-cta:before {
    top: 100%;
    left: 100%;
    transition: all 0.7s;
}

.system-section .system-content .system-text .system-cta:hover:before {
    top: -30px;
    left: -30px;
}

.system-section .system-content .system-text .system-cta:active:before {
    background: #66FCF1;
    transition: background 0s;
}

.system-section .system-content .estructura {
    width: 60%;
    height: 100%;
    display: flex;
    gap: 30px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.system-section .system-content .estructura .paso {
    width: 180px;
    height: 380px;
    border-radius: 50px;
    background: #0B0C10;
    box-shadow: 6px 3px 0 #66FCF1;
    overflow: hidden;
    transition: ease-in 0.5s;
    user-select: none;
}

.paso:hover {
    transform: scale(1.05);
}

.paso:nth-child(1),
.paso:nth-child(3) {
    align-self: flex-start;
}

.paso:nth-child(2) {
    align-self: flex-end;
}

.system-section .system-content .estructura .paso .paso-img1 {
    width: 100%;
    height: 100%;
    background: url(../image/graphic/de.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    cursor: pointer;
}

.system-section .system-content .estructura .paso .paso-img2 {
    width: 100%;
    height: 100%;
    background: url(../image/graphic/imp.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    cursor: pointer;
}

.system-section .system-content .estructura .paso .paso-img3 {
    width: 100%;
    height: 100%;
    background: url(../image/graphic/med.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    cursor: pointer;
}

.system2-section {
    width: 100%;
    height: 300px;
    position: relative;
}

.system2-section .conector2 {
    position: absolute;
    background: #0B0C10;
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    border-radius: 50%;
    transform: translateY(-50%);
}

.system2-section .system2-content {
    width: 100%;
    height: 100%;
    background: #1F2833;
    border-radius: 6px;
    display: flex;
    gap: 100px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.system2-section .system2-content .proceso {
    position: relative;
    width: 225px;
    height: 225px;
    padding: 10px 20px;
    background: #0B0C10;
    border-radius: 6px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 8px 8px 0px #66FCF1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.system2-section .system2-content .proceso .circle {
    position: absolute;
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 50%;
    top: 0;
    left: 50%;
    background: #0B0C10;
    transform: translate(-50%, -50%);
}

.system2-section .system2-content .proceso .circle svg {
    text-align: center;
    width: 40px;
    height: 40px;
    color: #66FCF1;
    user-select: none;
}

.system2-section .system2-content .proceso .title {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    user-select: none;
}

.system2-section .system2-content .proceso .descrip {
    color: #fff;
    font-size: 12px;
    margin-top: 30px;
}

.performance-servicios-section {
    width: 100%;
    height: 1000px;
}

.performance-servicios-section .tarjeta-content {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 6px;
    padding: 0;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
}

.performance-servicios-section .tarjeta-content .text-content {
    width: 100%;
    height: 10%;
    display: flex;
    gap: 10px;
    padding: 20px;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.performance-servicios-section .tarjeta-content .text-content .title {
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}

.performance-servicios-section .tarjeta-content .text-content .title .title-img {
    width: 300px;
    height: 300px;
    overflow: hidden;
}

.performance-servicios-section .tarjeta-content .text-content .title .title-img .logo {
    width: 100%;
    height: 100%;
    background: url(../image/log_black.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    user-select: none;
}

.performance-servicios-section .tarjeta-content .text-content .title h3 {
    font-size: 40px;
    color: #45a29e;
    margin-bottom: 5px;
    margin-left: -33px;
    font-weight: 700;
    text-transform: uppercase;
    user-select: none;
}

.performance-servicios-section .tarjeta-content .text-content .sub-text-content {
    width: 55%;
    height: 100%;
    display: flex;
    gap: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.performance-servicios-section .tarjeta-content .text-content .sub-text-content .descrip {
    font-size: 14px;
    text-align: justify;
}

.performance-servicios-section .tarjeta-content .text-content .sub-text-content .nota-importante {
    font-size: 12px;
    align-self: flex-start;
    color: #45a29e;
    font-weight: 500;
}


.performance-servicios-section .tarjeta-content .tarjetas-service {
    width: 100%;
    height: 85%;
    display: flex;
    column-gap: 80px;
    row-gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.performance-servicios-section .tarjeta-content .tarjetas-service .tarjeta {
    width: 450px;
    height: 240px;
    border-radius: 25px;
    padding: 20px;
    box-shadow: 16px 16px 10px rgba(31, 40, 51, 0.5);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    transition: ease-in 0.3s;
    cursor: default;
    user-select: none;
}

.performance-servicios-section .tarjeta-content .tarjetas-service .tarjeta:hover {
    transform: scale(1.2);
}


.uno {
    background: #0B0C10;
}

.dos {
    background: #66FCF1;
    border: 1px solid #1F2833;
}

.tres {
    background: rgba(31, 40, 51, 1);
    border: 1px solid #0B0C10;
}

.performance-servicios-section .tarjeta-content .tarjetas-service .tarjeta .tarjeta-text {
    width: 60%;
    height: 100%;
}

.performance-servicios-section .tarjeta-content .tarjetas-service .tarjeta .tarjeta-text .tarjeta-name {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}

.bpl {
    color: #0B0C10;
    background: #fff;
}

.gl {
    width: 100%;
    color: #66FCF1;
    background: #0B0C10;
}

.aqn {
    color: #0B0C10;
    background: #66FCF1;
}



.performance-servicios-section .tarjeta-content .tarjetas-service .tarjeta .tarjeta-text .tarjeta-cta {
    margin-top: 120px;
    display: flex;
    gap: 10px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}

.performance-servicios-section .tarjeta-content .tarjetas-service .tarjeta .tarjeta-text .tarjeta-cta svg {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 5px;
    font-weight: bold;
}

.blanco {
    background: #fff;
    color: #0B0C10;
}

.negro {
    background: #0B0C10;
    color: #66FCF1;
}

.bandw {
    background-color: #0B0C10;
    color: #66FCF1;
    border: 1px solid #66FCF1;
}

.white {
    color: rgba(255, 255, 255, 0.65);
}

.black {
    color: #0B0C10;
}


.performance-servicios-section .tarjeta-content .tarjetas-service .tarjeta .tarjeta-img {
    width: 40%;
    height: 100%;
    border-radius: 25px;

}

.cc-img {
    background: url(../image/graphic/cc.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    cursor: pointer;
}

.wis-img {
    background: url(../image/graphic/wis.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    cursor: pointer;
}

.bi-img {
    background: url(../image/graphic/bi.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    cursor: pointer;
}

.dhs-img {
    background: url(../image/graphic/dhs.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    cursor: pointer;
}

.sfs-img {
    background: url(../image/graphic/sfs.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    cursor: pointer;
}

.gl-img {
    background: url(../image/graphic/gl.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    cursor: pointer;
}

.portafolio-section {
    width: 100%;
    height: 650px;
    background-color: #0B0C10;
    border-radius: 6px;
    padding: 60px;
    display: flex;
    align-items: center;
}

.portafolio-section .portafolio-content {
    width: 100%;
    height: 600px;
    padding: 30px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 25px;
    display: block;
}

.portafolio-section .portafolio-content .title {
    display: flex;
    gap: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.portafolio-section .portafolio-content .title .porta-title {
    width: 40%;
    font-size: 45px;
    color: #fff;
    text-align: left;
    align-self: self-start;
}

.portafolio-section .portafolio-content .proyectos {
    margin-top: 50px;
    width: 100%;
    display: flex;
    gap: 30px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.portafolio-section .portafolio-content .title .idea-text {
    width: 60%;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.65);
    padding: 0 0 0 50px;
}

.portafolio-section .portafolio-content .proyectos .proyect {
    position: relative;
    overflow: hidden;
    width: 28%;
    height: 340px;
    outline: none;
    padding: 20px 30px;
    border-radius: 20px 0 20px 20px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.proyect::after {
    content: "";
    position: absolute;
    outline: none;
    top: -130px;
    right: -130px;
    width: 220px;
    height: 200px;
    background-color: #0B0C10;
    transform: rotate(45deg);
    border-bottom: 8px solid #45A29E;
    border-radius: 15px;
}

.pwhite {
    background-color: #fff;
}

.paqua {
    background-color: #66FCF1;
}

.portafolio-section .portafolio-content .proyectos .proyect h4 {
    color: #0B0C10;
    font-size: 18px;
    user-select: none;
}

.portafolio-section .portafolio-content .proyectos .proyect hr {
    margin-top: 5px;
    border: none;
    width: 150px;
    height: 5px;
    background: #0B0C10;
    border-radius: 12px;
}

.portafolio-section .portafolio-content .proyectos .proyect p {
    font-size: 14px;
    color: #0B0C10;
    margin-top: 10px;
}

.portafolio-section .portafolio-content .proyectos .proyect .project-img {
    margin-top: 25px;
    width: 275px;
    height: 175px;
    border-radius: 20px;
    align-self: center;
    box-shadow: 10px 10px 15px #1F2833;
    user-select: none;
}

.bkit-img {
    background: url(../image/graphic/bkit-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

.web-img {
    background: url(../image/graphic/web-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    border: 1px solid #0B0C10;
}

.dash-img {
    background: url(../image/graphic/dash-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

.portafolio-section .portafolio-content .porta-cta {
    width: 100%;
    margin-top: 50px;
    display: flex;
    gap: 60px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.portafolio-section .portafolio-content .porta-cta .cta-text {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    user-select: none;
}

.portafolio-section .portafolio-content .porta-cta .cta-text u {
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #66FCF1;
    border-radius: 20px;
    color: #66FCF1;
}


/*======= Responsive Design Tables ======*/



@media (max-width:1024px) {
    .hero-section {
        height: 450px;
    }

    .hero-section .hero-content .titles .title {
        font-size: 70px;
    }

    .hero-section .hero-content .titles .subtitle {
        font-size: 20px;
    }

    .hero-section .hero-content .hero-data .hero-cta {
        margin-top: 15px;
        width: 115px;
        height: 35px;
        font-size: 14px;
    }

    .about-us-section {
        height: 600px;
    }

    .about-us-section .about-content .about-main-text .title {
        font-size: 28px;
    }

    .about-us-section .principios .title {
        font-size: 20px;
    }

    .problem-section .problem-content .title h3 {
        font-size: 30px;
    }

    .problem-section .problem-content .title p {
        font-size: 14px;
    }

    .problem-section .problem-content .bloques .bloque .pro {
        font-size: 20px;
    }

    .system-section {
        height: 450px;
    }

    .system-section .system-content .system-text .title {
        font-size: 25px;
    }

    .system-section .system-content .system-text .descripcion {
        margin-top: 25px;
    }

    .system-section .system-content .system-text .system-cta {
        margin-top: 25px;
        width: 150px;
        height: 50px;
        font-size: 15px;
    }

    .system-section .system-content .estructura {
        gap: 25px;
    }

    .system-section .system-content .estructura .paso {
        width: 150px;
        height: 350px;
    }

    .system2-section .conector2 {
        width: 100px;
        height: 100px;
    }

    .system2-section .system2-content {
        gap: 60px;
    }

    .performance-servicios-section {
        height: 850px;
    }

    .performance-servicios-section .tarjeta-content {
        gap: 10px;
    }

    .performance-servicios-section .tarjeta-content .text-content .title .title-img {
        width: 250px;
        height: 250px;
    }

    .performance-servicios-section .tarjeta-content .text-content .title h3 {
        font-size: 33px;
        margin-left: -15px;
    }

    .performance-servicios-section .tarjeta-content .text-content .sub-text-content {
        padding: 20px;
    }

    .performance-servicios-section .tarjeta-content .text-content .sub-text-content .descrip {
        font-size: 12px;
    }

    .performance-servicios-section .tarjeta-content .text-content .sub-text-content .nota-importante {
        font-size: 10px;
    }


    .performance-servicios-section .tarjeta-content .tarjetas-service .tarjeta {
        width: 400px;
        height: 220px;
        padding: 20px;

    }

    .performance-servicios-section .tarjeta-content .tarjetas-service .tarjeta .tarjeta-text {
        width: 60%;
        height: 100%;
    }

    .performance-servicios-section .tarjeta-content .tarjetas-service .tarjeta .tarjeta-text .tarjeta-name {
        font-size: 20px;
        font-weight: 500;
    }

    .performance-servicios-section .tarjeta-content .tarjetas-service .tarjeta .tarjeta-text .tarjeta-cta {
        margin-top: 100px;
    }

    .portafolio-section {
        height: 550px;
        padding: 40px;
    }

    .portafolio-section .portafolio-content {
        height: 450px;
    }

    .portafolio-section .portafolio-content .title {
        display: flex;
        gap: 20px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .portafolio-section .portafolio-content .title .porta-title {
        font-size: 35px;
    }

    .portafolio-section .portafolio-content .proyectos {
        margin-top: 30px;
        gap: 20px;
    }

    .portafolio-section .portafolio-content .title .idea-text {
        font-size: 14px;
    }

    .portafolio-section .portafolio-content .proyectos .proyect {
        height: 280px;
        padding: 10px 20px;
    }

    .proyect::after {
        top: -150px;
        right: -150px;
    }

    .portafolio-section .portafolio-content .proyectos .proyect h4 {
        color: #0B0C10;
        font-size: 14px;
    }

    .portafolio-section .portafolio-content .proyectos .proyect hr {
        width: 100px;
    }

    .portafolio-section .portafolio-content .proyectos .proyect p {
        font-size: 13px;
    }

    .portafolio-section .portafolio-content .proyectos .proyect .project-img {
        margin-top: 15px;
        width: 200px;
        height: 120px;
        border-radius: 12px;
        box-shadow: 4px 4px 10px #1F2833;
    }

    .portafolio-section .portafolio-content .porta-cta {
        margin-top: 20px;
    }

    .portafolio-section .portafolio-content .porta-cta .cta-text {
        font-size: 18px;
    }

}



/*===== Responsive Design Phone =====*/




@media (max-width:768px) {
    .hero-section {
        width: 100%;
        height: 450px;
    }

    .hero-section .hero-content {
        background: #0B0C10;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .hero-section .hero-content .titles {
        width: 100%;
        height: 100%;
        padding: 5px 10px;
        margin-top: 25px;
    }

    .hero-section .hero-content .titles .title {
        font-size: 40px;
        padding: 0px 0px 0px 0px;
        border-right: none;
    }

    .hero-section .hero-content .titles .subtitle {
        font-size: 14px;
        padding: 0px 0px 0px 0px;
        border-right: none;
    }

    .hero-section .hero-content .hero-data {
        padding: 10px 20px;
        width: 70%;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 100px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .hero-section .hero-content .hero-data .descripcion {
        text-align: justify;
        font-size: 12px;
        border-radius: 6px;
        padding: 20px 30px;
        background-color: #0B0C10;
        border: 1px solid #66FCF1;
    }

    .hero-section .hero-content .hero-data .hero-cta {
        margin-top: 30px;
        width: 110px;
        height: 40px;
        font-weight: 500;
    }

    .about-us-section {
        width: 100%;
        height: 750px;
        border-radius: 6px;
    }

    .about-us-section .about-content {
        border-radius: 12px;
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .about-us-section .about-content .about-main-text {
        width: 90%;
        height: 50%;
        padding: 15px 20px;
    }

    .about-us-section .about-content .about-main-text .title {
        font-size: 20px;
    }

    .about-us-section .about-content .about-main-text .title u {
        text-decoration: none;
        color: #45A29E;
    }

    .about-us-section .about-content .about-main-text .about-text {
        font-size: 12px;
        text-align: justify;
        margin-top: 20px;
    }

    .about-us-section .principios {
        width: 70%;
        height: 30%;
        padding: 15px 20px;
    }

    .about-us-section .principios .title {
        font-size: 18px;
        font-weight: 600;
    }

    .about-us-section .principios .contiene-principios {
        margin-top: 10px;
        margin-bottom: 5px;
        gap: 5px;
    }

    .about-us-section .principios .contiene-principios .princi {
        gap: 10px;
    }

    .about-us-section .principios .contiene-principios .princi svg {
        width: 30px;
        height: 30px;
        padding: 5px;
    }

    .about-us-section .principios .contiene-principios .princi .princi-text {
        font-size: 12px;
    }

    .about-us-section .about-img {
        width: 70%;
        height: 20%;
    }

    .problem-section {
        width: 100%;
        height: 600px;
    }

    .problem-section .problem-content {
        width: 100%;
        height: 100%;
        background: #0B0C10;
        border-radius: 6px;
        padding: 10px;
        display: block;
    }

    .problem-section .problem-content .title {
        gap: 10px;
        padding: 20px;
        flex-direction: column;
    }

    .problem-section .problem-content .title h3 {
        width: 100%;
        font-size: 20px;
        border-right: none;
    }

    .problem-section .problem-content .title p {
        font-size: 12px;
    }

    .problem-section .problem-content .bloques {
        margin-top: 0px;
        height: 80%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .bloque:nth-child(1),
    .bloque:nth-child(3) {
        width: 90%;
        height: 25%;
        padding: 10px;
    }

    .bloque:nth-child(2),
    .bloque:nth-child(4) {
        width: 75%;
        height: 20%;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 10px 12px #0B0C10;
    }

    .problem-section .problem-content .bloques .bloque .num {
        font-size: 18px;
        font-weight: 500;
    }

    .problem-section .problem-content .bloques .bloque .pro {
        font-size: 18px;
        margin-top: 5px;
    }

    .problem-section .problem-content .bloques .bloque .ex {
        width: 80%;
        font-size: 12px;
        margin-top: 3px;
    }

    .system-section {
        height: 450px;
    }

    .system-section .system-content {
        width: 100%;
        height: 100%;
        background: #0B0C10;
        display: flex;
        gap: 10px;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        padding: 10px 20px;
    }

    .system-section .system-content .system-text {
        width: 100%;
        height: 40%;
        padding: 10px 20px;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .system-section .system-content .system-text .title {
        font-size: 20px;
        color: #fff;
        font-weight: 600;
        cursor: pointer;
    }

    .system-section .system-content .system-text .descripcion {
        margin-top: 15px;
        font-size: 12px;
    }

    .system-section .system-content .system-text .system-cta {
        margin-top: 10px;
        width: 145px;
        height: 50px;
        line-height: 2px;
        padding: 12px 18px;
        font-size: 14px;
    }

    .system-section .system-content .system-text .system-cta svg {
        width: 15px;
        height: 15px;
    }

    .system-section .system-content .estructura {
        width: 100%;
        height: 50%;
        display: flex;
        margin-top: 10px;
        gap: 30px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .system-section .system-content .estructura .paso {
        width: 75px;
        height: 200px;
    }

    .system-section .system-content .estructura .paso:hover {
        transform: scale(1.1);
    }

    .paso:nth-child(1),
    .paso:nth-child(3) {
        align-self: center;
    }

    .paso:nth-child(2) {
        align-self: center;
    }

    .system2-section {
        width: 100%;
        height: 250px;
        position: relative;
    }

    .system2-section .conector2 {
        display: none;
    }

    .system2-section .system2-content {
        gap: 10px;
    }

    .system2-section .system2-content .proceso {
        position: relative;
        width: 110px;
        height: 200px;
        padding: 5px 10px;
        box-shadow: 4px 4px 0px #45A29E;
    }

    .system2-section .system2-content .proceso .circle {
        position: absolute;
        width: 30px;
        height: 30px;
        padding: 5px;
        left: 15%;
    }

    .system2-section .system2-content .proceso .circle svg {
        width: 20px;
        height: 20px;
    }

    .system2-section .system2-content .proceso .title {
        font-size: 12px;
    }

    .system2-section .system2-content .proceso .descrip {
        font-size: 8px;
        margin-top: 15px;
    }

    .performance-servicios-section {
        height: 1000px;
    }

    .performance-servicios-section .tarjeta-content {
        gap: 10px;
    }

    .performance-servicios-section .tarjeta-content .text-content {
        gap: 10px;
        padding: 15px;
        flex-direction: column;
        justify-content: left;
    }

    .performance-servicios-section .tarjeta-content .text-content .title {
        width: 100%;
        height: 20%;
        margin-top: 10px;
    }

    .performance-servicios-section .tarjeta-content .text-content .title .title-img {
        width: 200px;
        height: 200px;
        overflow: hidden;
    }

    .performance-servicios-section .tarjeta-content .text-content .title h3 {
        font-size: 25px;
        margin-bottom: 5px;
        margin-left: -25px;
    }

    .performance-servicios-section .tarjeta-content .text-content .sub-text-content {
        width: 100%;
        height: 80%;
        margin-top: 15px;
        display: flex;
        gap: 5px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }

    .performance-servicios-section .tarjeta-content .text-content .sub-text-content .descrip {
        font-size: 12px;
        text-align: justify;
    }

    .performance-servicios-section .tarjeta-content .text-content .sub-text-content .nota-importante {
        font-size: 8px;
        align-self: flex-start;
        color: #45a29e;
        font-weight: 500;
    }


    .performance-servicios-section .tarjeta-content .tarjetas-service {
        width: 100%;
        height: 80%;
        gap: 10px;
        margin-top: 50px;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

    .performance-servicios-section .tarjeta-content .tarjetas-service .tarjeta {
        width: 300px;
        height: 200px;
        border-radius: 25px;
        padding: 20px;
        box-shadow: 16px 16px 10px rgba(31, 40, 51, 0.5);
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        transition: ease-in 0, 3s;
        cursor: default;
    }

    .performance-servicios-section .tarjeta-content .tarjetas-service .tarjeta:hover {
        transform: scale(1.1);
    }

    .uno {
        background: #0B0C10;
    }

    .dos {
        background: #66FCF1;
        border: 1px solid #1F2833;
    }

    .tres {
        background: rgba(31, 40, 51, 1);
        border: 1px solid #0B0C10;
    }

    .performance-servicios-section .tarjeta-content .tarjetas-service .tarjeta .tarjeta-text {
        width: 60%;
        height: 100%;
    }

    .performance-servicios-section .tarjeta-content .tarjetas-service .tarjeta .tarjeta-text .tarjeta-name {
        font-size: 15px;
        font-weight: 600;
        text-align: center;
    }

    .performance-servicios-section .tarjeta-content .tarjetas-service .tarjeta .tarjeta-text .tarjeta-cta {
        margin-top: 50px;
        display: flex;
        gap: 10px;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        text-decoration: none;
        cursor: pointer;
    }

    .performance-servicios-section .tarjeta-content .tarjetas-service .tarjeta .tarjeta-text .tarjeta-cta svg {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        padding: 2px;
        font-weight: bold;
    }

    .tarjeta-cta .cta-tj-text {
        font-size: 10px;
    }

    .blanco {
        background: #fff;
        color: #0B0C10;
    }

    .negro {
        background: #0B0C10;
        color: #66FCF1;
    }

    .bandw {
        background-color: #0B0C10;
        color: #66FCF1;
        border: 1px solid #66FCF1;
    }

    .white {
        color: rgba(255, 255, 255, 0.65);
    }

    .white-r {
        color: #fff;
    }

    .black {
        color: #0B0C10;
    }


    .performance-servicios-section .tarjeta-content .tarjetas-service .tarjeta .tarjeta-img {
        width: 40%;
        height: 100%;
        border-radius: 25px;

    }

    .portafolio-section {
        width: 100%;
        height: 800px;
        background-color: #0B0C10;
        border-radius: 6px;
        padding: 20px;
        display: flex;
        align-items: center;
    }

    .portafolio-section .portafolio-content {
        height: 750px;
        padding: 20px;
    }

    .portafolio-section .portafolio-content .title {
        display: flex;
        gap: 20px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .portafolio-section .portafolio-content .title .porta-title {
        width: 20%;
        font-size: 25px;
        color: #fff;
        text-align: left;
        align-self: self-start;
    }

    .portafolio-section .portafolio-content .proyectos {
        margin-top: 20px;
        width: 100%;
        display: flex;
        gap: 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .portafolio-section .portafolio-content .title .idea-text {
        width: 80%;
        font-size: 12px;
    }

    .portafolio-section .portafolio-content .proyectos .proyect {
        width: 80%;
        height: 200px;
        padding: 10px 20px;
        border-radius: 12px;
        display: flex;
        flex-direction: column;
    }

    .proyect::after {
        display: none;
    }

    .portafolio-section .portafolio-content .proyectos .proyect h4 {
        color: #0B0C10;
        font-size: 14px;
    }

    .portafolio-section .portafolio-content .proyectos .proyect hr {
        margin-top: 5px;
        border: none;
        width: 150px;
        height: 5px;
        background: #0B0C10;
        border-radius: 12px;
    }

    .portafolio-section .portafolio-content .proyectos .proyect p {
        font-size: 10px;
        color: #0B0C10;
        margin-top: 10px;
    }

    .portafolio-section .portafolio-content .proyectos .proyect .project-img {
        margin-top: 25px;
        width: 250px;
        height: 175px;
        border-radius: 12px;
        box-shadow: 10px 10px 15px #1F2833;
    }

    .portafolio-section .portafolio-content .porta-cta {
        display: none;
    }

}