.hero-section {
    width: 100%;
    height: 400px;
    border-radius: 12px 12px 12px 0;
    background: #fff;
}

.hero-section .hero-content {
    position: relative;
    width: 100%;
    height: 100%;
    background: #0B0C10;
    border-radius: 12px 12px 0 170px;
}

.hero-section .hero-content .hero-left {
    width: 100%;
    height: 100%;
    padding: 40px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-section .hero-content .hero-left .title {
    font-size: 80px;
    color: #fff;
    margin-bottom: 20px;
    user-select: none;
}

.hero-section .hero-content .hero-left .title u {
    text-decoration: none;
    color: #66FCF1;
    padding: 10px 20px;
    border-radius: 25px;
    border: 1px solid #66FCF1;
}

.hero-section .hero-content .hero-left hr {
    border: none;
    width: 300px;
    height: 5px;
    background: #66FCF1;
    border-radius: 12px;
}

.hero-section .hero-content .hero-left .whatis {
    margin-top: 30px;
    width: 50%;
    text-align: justify;
    color: #fff;
}

.hero-section .hero-content .hero-left .whatis u {
    text-decoration: none;
    color: #66FCF1;
    font-weight: 600;
}

.hero-section .hero-content .hero-right {
    position: absolute;
    background: url(../image/graphic/dhb-img.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    width: 490px;
    height: 600px;
    z-index: 10;
    bottom: -70%;
    right: 40px;
    user-select: none;
}

.aim-section {
    width: 100%;
    height: 850px;
    background: #0B0C10;
    border-radius: 0 12px 12px 12px;
}

.aim-section .aim-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px 50px;
    background: #fff;
    border-radius: 0 170px 0 0;
    display: flex;
    flex-direction: column;
}

.aim-section .aim-content .objetivo {
    position: relative;
    width: 60%;
    padding: 20px 40px;
    height: 230px;
    border: none;
    border-radius: 12px;
    box-shadow: 12px 12px 18px #1F2833;
    background: #0B0C10;
}

.aim-section .aim-content .objetivo::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 30px;
    bottom: -20px;
    left: 0px;
    background: #0B0C10;
    border-radius: 0 0 12px 12px;
    box-shadow: 12px 12px 9px #1F2833;
}

.aim-section .aim-content .objetivo .title {
    font-size: 60px;
    color: #66FCF1;
    text-transform: uppercase;
}

.aim-section .aim-content .objetivo p {
    width: 80%;
    color: #fff;
    margin-top: 15px;
    text-align: justify;
}

.aim-section .aim-content .objetivo p u {
    text-decoration: none;
    color: #66FCF1;
    font-weight: 500;
}

.aim-section .aim-content .estrategia {
    margin-top: 30px;
    width: 100%;
    height: 250px;
    display: flex;
    gap: 2%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.aim-section .aim-content .estrategia .step {
    position: relative;
    padding: 10px 30px;
    width: 25%;
    height: 200px;
    border-radius: 12px 0 12px 12px;
    z-index: 10;
    transition: all 0.5s;
    cursor: pointer;
    user-select: none;
}

.aim-section .aim-content .estrategia .step:hover {
    transform: scale(1.1);
}

.aim-section .aim-content .estrategia .step::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 20px;
    top: -20px;
    right: 0;
    border-radius: 12px 12px 0 0;
}

.step:nth-child(1),
.step:nth-child(3) {
    background: #0B0C10;
    box-shadow: 5px 5px 0 #45A29E, 10px 10px 0 #66FCF1;
}

.step:nth-child(1)::before,
.step:nth-child(3)::before {
    background: #0B0C10;
}

.step:nth-child(2),
.step:nth-child(4) {
    background: #66FCF1;
    box-shadow: 5px 5px 0 #45A29E, 10px 10px 0 #0B0C10;
}

.step:nth-child(2)::before,
.step:nth-child(4)::before {
    background: #66FCF1;
}

.blanco {
    color: #fff;
}

.negro {
    color: #0B0C10;
}

.aim-section .aim-content .estrategia .step .title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}

.aim-section .aim-content .estrategia .step .des {
    text-align: justify;
    margin-top: 20px;
    width: 100%;
}

.aim-section .aim-content .estrategia hr {
    position: absolute;
    border: none;
    width: 80%;
    height: 5px;
    background: #0B0C10;
    border-radius: 12px;
}

.aim-section .aim-content .entregables {
    display: flex;
    gap: 50px;
    flex-direction: row;
    justify-content: left;
}

.aim-section .aim-content .entregables .entre-left {
    position: relative;
    width: 40%;
    height: 300px;
    background: #0B0C10;
    border-radius: 12px;
    box-shadow: 5px 5px 0 #fff, 10px 10px 0 #45A29E;
    padding: 20px 30px;
    user-select: none;
    transition: ease-in 0.3s;
    cursor: pointer;
}

.aim-section .aim-content .entregables .entre-left:hover {
    transform: scale(1.05);
}

.aim-section .aim-content .entregables .entre-left .title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    background: linear-gradient(270deg, #fff, #66FCF1);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.aim-section .aim-content .entregables .entre-left ul {
    margin-top: 5px;
    display: flex;
    gap: 5px;
    flex-direction: column;
    justify-content: left;
}

.aim-section .aim-content .entregables .entre-left ul li {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff;
}

.aim-section .aim-content .entregables .entre-left ul li svg {
    color: #66FCF1;
}

.aim-section .aim-content .conector {
    position: absolute;
    width: 650px;
    height: 700px;
    background: url(../image/graphic/dhb-co.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    bottom: -50%;
    right: 70px;
    z-index: 999;
    user-select: none;
    cursor: pointer;
}

.price-section {
    width: 100%;
    height: 1350px;
}

.price-section .price-content {
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.price-section .price-content .headline {
    width: 95%;
    height: 500px;
    padding: 30px 40px;
    background-color: #0B0C10;
    border-radius: 50px;
}

.price-section .price-content .headline .title {
    font-size: 70px;
    color: #fff;
    font-weight: 700;
}

.price-section .price-content .headline .title u {
    padding: 5px 10px;
    border-radius: 20px;
    border: 1px solid #66FCF1;
    color: #66FCF1;
    text-decoration: none;
}

.price-section .price-content .headline .subtitle {
    margin-top: 10px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.65);
}

.price-section .price-content .headline .bre-descrip u {
    text-decoration: none;
    color: #66FCF1;
}

.price-section .price-content .headline .bre-descrip {
    width: 45%;
    margin-top: 40px;
    color: #fff;
    text-align: left;
}

.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);
}



.cta:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--color);
    height: 190px;
    width: 240px;
    border-radius: 50%;
}

.cta:hover {
    color: #0B0C10;
}

.cta:before {
    top: 100%;
    left: 100%;
    transition: all 0.7s;
}

.cta:hover:before {
    top: -30px;
    left: -30px;
}

.cta:active:before {
    background: #66FCF1;
    transition: background 0s;
}

.price-section .price-content .planes {
    position: relative;
    width: 100%;
    display: flex;
    gap: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    user-select: none;
}


.price-section .price-content .planes hr {
    position: absolute;
    border: none;
    width: 70%;
    height: 200px;
    background: #0B0C10;
}

.price-section .price-content .planes .plan {
    width: 30%;
    height: 200px;
    background: #fff;
    border-radius: 50px;
    z-index: 10;
    padding: 20px 30px;
    cursor: pointer;
    transition: ease-in 0.3s;
}

.price-section .price-content .planes .plan:hover {
    transform: scale(1.05);
}

.price-section .price-content .planes .plan .title {
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: center;
    color: #0B0C10;
    font-size: 20px;
    font-weight: bold;
}

.price-section .price-content .planes .plan .title svg {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 5px;
    background: #0B0C10;
    color: #fff;
}

.price-section .price-content .planes .plan .word {
    font-size: 12px;
    color: #1F2833;
    margin-left: 50px;
    margin-top: -10px;
}

.price-section .price-content .planes .plan .price {
    margin-top: 50px;
    margin-left: 30px;
    font-size: 14px;
    color: #1F2833;
    font-weight: bold;
}

.price-section .price-content .planes .plan .price u {
    font-size: 35px;
    color: #0B0C10;
    text-decoration: none;
}

.price-section .price-content .planes .plan .implementacion {
    margin-left: 30px;
    font-size: 14px;
    color: #1F2833;
}

.price-section .price-content .planes .plan .implementacion u {
    text-decoration: none;
    font-weight: 600;
}

.price-section .price-content .check-table {
    width: 95%;
    height: 600px;
    padding: 30px 40px;
    background-color: #0B0C10;
    border-radius: 50px;
    display: flex;
    gap: 50px;
    flex-direction: row;
    justify-content: center;
}

.price-section .price-content .check-table .check {
    width: 35%;
    height: 500px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 30px 40px;
    user-select: none;
    cursor: pointer;
    transition: ease-in 0.3s;
    display: flex;
    gap: 20px;
    flex-direction: column;

}

.price-section .price-content .check-table .check .feature {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    color: rgba(255, 255, 255, 0.65);
}

.price-section .price-content .check-table .check .feature svg {
    width: 25px;
    height: 25px;
    color: #fff;
    font-weight: 800;
}

.faq-section {
    width: 100%;
    height: 800px;
}

.faq-section .faq-content {
    width: 100%;
    height: 100%;
    padding: 20px 40px;
    background: #0B0C10;
    border-radius: 12px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
}

.faq-section .faq-content .title {
    font-size: 60px;
    margin-bottom: 30px;
    font-weight: bold;
    background: linear-gradient(to right, #fff, #1F2833);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-transform: uppercase;
}

.faq-section .faq-content .title u {
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.65);
}

.accordion {
    background: #0B0C10;
    box-shadow: 8px 8px 15px #000;
    border-radius: 12px;
    border: none;
    outline: none;
    width: 100%;
    height: 40px;
    padding: 20px 40px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.65);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.4s;
    cursor: pointer;
    user-select: none;
}

.accordion svg {
    width: 30px;
    height: 30px;
}

.accordion:active svg {
    transform: rotate(180deg);
}

.accordion.is-open svg {
    transform: rotate(180deg);
}

.pannel {
    padding: 10px 20px;
    overflow: hidden;
    background: #0B0C10;
    border-radius: 12px;
    display: none;
}

.pannel.show {
    display: block;
}

.pannel p {
    color: rgba(255, 255, 255, 0.65);
}

.faq {
    border: 1px solid rgba(31, 40, 51, 0.5);
    border-radius: 12px;
    margin-top: 10px;
    width: 80%;
}

.faq:active {
    border: none;
}


/*======= Responsive Design Tables ======*/



@media (max-width:1024px) {
    .hero-section {
        width: 100%;
        height: 400px;
    }

    .hero-section .hero-content .hero-left {
        padding: 20px 40px;
    }

    .hero-section .hero-content .hero-left .title {
        font-size: 60px;
        color: #fff;
        margin-bottom: 20px;
        user-select: none;
    }

    .hero-section .hero-content .hero-left hr {
        width: 250px;
    }

    .hero-section .hero-content .hero-left .whatis {
        margin-top: 20px;
        font-size: 14px;
    }

    .hero-section .hero-content .hero-right {
        width: 400px;
        height: 500px;
        bottom: -60%;
        right: 20px;
    }

    .aim-section .aim-content {
        padding: 20px 40px;
    }

    .aim-section .aim-content .objetivo {
        padding: 20px 30px;
        box-shadow: 10px 10px 18px #1F2833;
    }

    .aim-section .aim-content .objetivo .title {
        font-size: 40px;
        color: #66FCF1;
        text-transform: uppercase;
    }

    .aim-section .aim-content .objetivo p {
        width: 80%;
        font-size: 14px;
    }

    .aim-section .aim-content .estrategia {
        margin-top: 30px;
    }

    .aim-section .aim-content .estrategia .step {
        padding: 10px 20px;
    }

    .aim-section .aim-content .estrategia .step .title {
        font-size: 18px;
    }

    .aim-section .aim-content .estrategia .step .des {
        font-size: 14px;
    }


    .aim-section .aim-content .entregables .entre-left {
        padding: 20px 30px;
    }

    .aim-section .aim-content .entregables .entre-left .title {
        font-size: 30px;
    }


    .aim-section .aim-content .entregables .entre-left ul li {
        font-size: 14px;
    }

    .aim-section .aim-content .conector {
        width: 450px;
        height: 500px;
        bottom: -30%;
        right: 60px;
    }

    .price-section {
        width: 100%;
        height: 1350px;
        gap: 0;
    }

    .price-section .price-content .headline {
        width: 95%;
        height: 450px;
        padding: 30px 40px;
        background-color: #0B0C10;
        border-radius: 50px;
    }

    .price-section .price-content .headline .title {
        font-size: 50px;
    }

    .price-section .price-content .headline .subtitle {
        font-size: 18px;
    }

    .price-section .price-content .headline .bre-descrip {
        margin-top: 30px;
    }

    .price-section .price-content .planes {
        margin-top: 0px;
    }

    .price-section .price-content .planes .plan .title {
        display: flex;
        gap: 10px;
        flex-direction: row;
        align-items: center;
        color: #0B0C10;
        font-size: 20px;
        font-weight: bold;
    }

    .price-section .price-content .planes .plan .title svg {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        padding: 5px;
        background: #0B0C10;
        color: #fff;
    }

    .price-section .price-content .planes .plan .price {
        margin-left: 20px;
    }

    .price-section .price-content .planes .plan .implementacion {
        margin-left: 20px;
        font-size: 12px;
    }

    .price-section .price-content .check-table .check {
        padding: 20px 30px;
    }

    .price-section .price-content .check-table .check .feature {
        font-size: 14px;
    }

    .faq-section {
        width: 100%;
        height: 800px;
    }

    .faq-section .faq-content .title {
        font-size: 50px;
    }

}



/*===== Responsive Design Phone =====*/




@media (max-width:768px) {
    .hero-section {
        height: 300px;
    }

    .hero-section .hero-content .hero-left {
        padding: 10px 20px;
    }

    .hero-section .hero-content .hero-left .title {
        font-size: 30px;
        margin-top: -100px;
    }

    .hero-section .hero-content .hero-left hr {
        width: 150px;
    }

    .hero-section .hero-content .hero-left .whatis {
        margin-top: 10px;
        width: 90%;
        font-size: 12px;
    }

    .hero-section .hero-content .hero-right {
        display: none;
    }

    .aim-section {
        height: 550px;
    }

    .aim-section .aim-content {
        padding: 10px 20px;
    }

    .aim-section .aim-content .objetivo {
        position: relative;
        width: 80%;
        padding: 10px 20px;
        height: 170px;
        border: none;
        border-radius: 12px;
        box-shadow: 12px 12px 18px #1F2833;
        background: #0B0C10;
    }

    .aim-section .aim-content .objetivo .title {
        font-size: 20px;
    }

    .aim-section .aim-content .objetivo p {
        font-size: 12px;
    }

    .aim-section .aim-content .estrategia {
        display: none;
    }

    .aim-section .aim-content .entregables .entre-left {
        margin-top: 40px;
        width: 95%;
        height: 300px;
        padding: 20px 30px;
        justify-self: center;
    }

    .aim-section .aim-content .entregables .entre-left:hover {
        transform: scale(1.05);
    }

    .aim-section .aim-content .entregables .entre-left .title {
        font-size: 30px;
    }

    .aim-section .aim-content .conector {
        display: none;
    }

    .price-section {
        width: 100%;
        height: 900px;
    }

    .price-section .price-content .headline {
        width: 95%;
        height: 350px;
        padding: 20px 30px;
    }

    .price-section .price-content .headline .title {
        font-size: 30px;
        color: #fff;
        font-weight: 700;
    }

    .price-section .price-content .headline .subtitle {
        margin-top: 5px;
        font-size: 15px;
    }


    .price-section .price-content .headline .bre-descrip {
        width: 80%;
        margin-top: 20px;
    }

    .cta {
        margin-top: 10px;
    }


    .price-section .price-content .planes {
        width: 95%;
        margin-top: 10px;
        gap: 20px;
        padding: 20px;
        border-radius: 50px;
        flex-direction: column;
        background: #0B0C10;
    }


    .price-section .price-content .planes hr {
        display: none;
    }

    .price-section .price-content .planes .plan {
        width: 70%;
        height: 150px;
        background: #fff;
        border-radius: 50px;
        padding: 10px 20px;
    }

    .price-section .price-content .planes .plan .title {
        display: flex;
        gap: 5px;
        flex-direction: row;
        align-items: center;
        color: #0B0C10;
        font-size: 16px;
        font-weight: bold;
    }

    .price-section .price-content .planes .plan .title svg {
        width: 25px;
        height: 25px;
        padding: 2px;
    }

    .price-section .price-content .planes .plan .word {
        font-size: 10px;
        margin-left: 30px;
        margin-top: -2px;
    }

    .price-section .price-content .planes .plan .price {
        margin-top: 35px;
        margin-left: 10px;
        font-size: 12px;
    }

    .price-section .price-content .planes .plan .price u {
        font-size: 25px;
        color: #0B0C10;
        text-decoration: none;
    }

    .price-section .price-content .planes .plan .implementacion {
        margin-left: 10px;
        font-size: 10px;
    }

    .price-section .price-content .check-table {
        display: none;
    }

    .faq-section {
        width: 100%;
        height: 800px;
    }

    .faq-section .faq-content {
        width: 100%;
        height: 100%;
        padding: 10px 20px;
        background: #0B0C10;
        border-radius: 12px;
        display: flex;
        gap: 10px;
        flex-direction: column;
        align-items: center;
    }

    .faq-section .faq-content .title {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .faq {
        width: 90%;
        margin-top: 5px;
    }

    .accordion {
        font-size: 12px;
    }

    .pannel {
        font-size: 12px;
    }

}

.support {
    position: fixed;
    z-index: 999;
    bottom: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background-color: #0B0C10;
    background-image: linear-gradient(147deg, #66FCF1 0%, #45A29E 74%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.151);
}

.support svg {
    height: 12px;
    fill: #0B0C10;
    width: 30px;
    height: 30px;
}

.support:hover svg {
    animation: jello-vertical 0.7s both;
}

@keyframes jello-vertical {
    0% {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(0.75, 1.25, 1);
    }

    40% {
        transform: scale3d(1.25, 0.75, 1);
    }

    50% {
        transform: scale3d(0.85, 1.15, 1);
    }

    65% {
        transform: scale3d(1.05, 0.95, 1);
    }

    75% {
        transform: scale3d(0.95, 1.05, 1);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

@media (max-width:768px) {
    .support {
        left: 20px;
        width: 50px;
        height: 50px;
    }

    .support svg {
        width: 20px;
        height: 20px;
    }
}