.cisoaas-hero {
    position: relative;
    height: 100vh;
    display: flex;
    overflow: hidden;
}

.cisoaas-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/cisoaas-img.png') center/cover no-repeat;
    filter: brightness(0.3);
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    color: #ffffff;
    padding: 2rem;
}

.title-cisoaas {
    font-size: 7rem;
    text-align: center;
}

.subtitle-cisoaas {
    font-size: 2.5rem;
    font-weight: 400;
    margin-top: 1rem;
}

.line-cisoaas {
    background-color: #578E73;
    width: 16.7%;
    height: 5px;
    margin-top: 1rem;
}

.hero-tagline {
    margin-top: 2rem;
    font-size: 1rem;
}

.btn-cisoaas {
    --color: #000000;
    font-family: inherit;
    display: inline-block;
    width: 9em;
    height: 4em;
    line-height: 2.5em;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid #1E594B;
    transition: color 0.5s;
    z-index: 1;
    font-size: 17px;
    border-radius: 6px;
    font-weight: 500;
    color: #fff;
    background-color: #1E594B;
    margin-top: 1rem;
}

.btn-cisoaas:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: black;
    height: 150px;
    width: 200px;
    border-radius: 50%;
}

.btn-cisoaas:hover {
    color: #ffffff;
    border: 2px solid #000000;
}

.btn-cisoaas:before {
    top: 100%;
    left: 100%;
    transition: all 0.7s;
}

.btn-cisoaas:hover:before {
    top: -30px;
    left: -30px;
}

.btn-cisoaas:active:before {
    background: #000000;
    transition: background 0s;
}


.container-cisoaas1 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 100vh;
    width: 100%;
}

.vector-img {
    width: 620px;
}

.text-cisoaas1 {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    justify-content: space-evenly;
    width: 40%;
}

.text-cisoaas1 h1 {
    font-size: 7rem;
}

.text-cisoaas1 p {
    width: 90%;
    font-size: 1.7rem;
}

.text-cisoaas1 span {
    color: #578E73;
}

.section-cisoaas {
    background-color: #212121;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 35px;
}

.section-cisoaas h1 {
    color: #ffffff;
    font-size: 2.4rem;
    text-align: center;
    padding-top: 5%;
}

.card-cisoaas {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;

    margin-top: 5%;
}

.cardz-cisoaas {
    width: 24%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 25px;
    margin-bottom: 5vh;
}

.card-cisoaas img {
    width: 13%;
}

.content-cisoaas {
    padding: 10%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.content-cisoaas p {
    font-size: 1.7rem;
}


.container-cisoaas {
    width: 100%;
    display: flex;
    justify-content: center;
}

.vector-img {
    width: 620px;
}

.text-cisoaas {
    color: #ffffff;
    width: 80%;
}

.text-cisoaas-card {
    display: flex;

    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}

.text-cisoaas-card h2 {
    font-size: 1.9rem;
    width: 100%;
    color: #578E73;
}


.text-cisoaas-card img {
    width: 60px;
}

.content-cisoaas p {
    font-size: 1.5rem;
}

.text-cisoaas h1 {
    font-size: 3.3rem;
    padding: 2rem 0;
}

.text-cisoaas p {
    width: 90%;
    font-size: 1.7rem;
}

.text-cisoaas span {
    color: #578E73;
}

.certification {
    background-color: #212121;
    height: 95vh;
}

.certification h1 {
    text-align: center;
    color: #ffffff;
    font-size: 4rem;
    padding: 3% 0;
}

.certification-container {
    background-color: #ffffff;
    width: 90%;
    height: 70vh;
    margin: auto;
    border-radius: 25px;

}

@media (max-width: 1366px) {

    .vector-img {
        width: 35%;
    }

    .text-cisoaas1 h1 {
        font-size: 5rem;
    }

    .text-cisoaas1 p {
        font-size: 1.2rem;
    }

    .btn-cisoaas {
        height: 7vh;
        margin-top: 5%;
    }

    .cardz-cisoaas {
        height: 70vh;
        width: 30%;
    }

    .text-cisoaas-card h2 {
        font-size: 1.4rem;
    }

    .text-cisoaas-card img {
        width: 16%;
    }

    .content-cisoaas p {
        font-size: 1rem;
    }

    .text-cisoaas h1 {
        font-size: 3.3rem;
    }

    .text-cisoaas p {
        font-size: 1.2rem;
        margin-top: 5%;
    }

    .img-certification {
        width: 20%;
    }
}

@media (max-width: 768px) {

    .title-cisoaas {
        font-size: 4.5rem;
    }

    .about-cisoaas {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section-cisoaas h1 {
        width: 80%;
        padding: 2rem;
    }

    .container-cisoaas1 {
        display: flex;
        flex-direction: column;
        width: 80%;
    }

    .text-cisoaas1 {
        width: 100%;
    }

    .card-cisoaas {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly !important;
        gap: 5vh;
    }

    .cardz-cisoaas {
        width: 80%;
        height: 480px;
    }
}

@media (max-width: 425px) {


    .title-cisoaas {
        font-size: 2.4rem;
    }

    .vector-img {
        width: 70%;
    }

    .text-cisoaas1 {
        width: 100%;
    }

    .text-cisoaas1 h1 {
        font-size: 3rem;

    }

    .text-cisoaas1 p {
        font-size: 1.2rem;
        width: 100%;

    }

    .section-cisoaas h1 {
        font-size: 1.5rem;
        width: 80%;
        margin: auto;
    }

    .content-cisoaas p {
        font-size: 1.2rem;
        width: 100%;
    }

    .cardz-cisoaas h2 {
        font-size: 1.5rem;
    }

    .container-cisoaas h1 {
        font-size: 1.5rem;
        width: 100%;
    }

    .container-cisoaas p {
        font-size: 1.2rem;
        width: 70%;
    }

    .certification h1 {
        font-size: 1.5rem;
    }

    .certification {
        height: auto;
    }

    .certification-container {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .img-certification {
        width: 200px;
    }

    .text-cisoaas {
        width: 80%;
    }

    .text-cisoaas p {
        width: 100%;
    }

    .btn-cisoaas {
        width: 140px;
        height: 50px;
    }

}

@media (max-width: 320px) {

    .text-cisoaas-card img {
        width: 50px;
    }
}

@media (max-height: 910px) {
    .cardz-cisoaas {
        height: 55vh !important;
    }
}

@media (max-height: 815px) {
    .cardz-cisoaas {
        height: 70vh !important;
    }
}
