@import url('../../resources/css/app.css');
@import url('../../resources/css/reset.css');
@import url('_global.css');


.img {
    position: relative;
    width: 96%;
    height: 600px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-sec{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 6%;
    width: 100%;
}

.img-overlay {
    background: url('/img/img-secops.png') no-repeat center center/cover;
    filter: brightness(0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.img h1 {
    z-index: 1;
    color: white;
    font-size: 4.5rem;
    text-align: center;
}

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

.vector-img{
    width: 620px;
}

.text-secops{
    display: flex;
    flex-direction: column;

    justify-content: space-evenly;
    width: 40%;

}

.text-secops h1{
    font-size: 7rem;
    color: #ffffff;
}

.text-secops p{
    width: 90%;
    font-size: 1.7rem;
    padding: 2vh 0;
    color: #ffffff;
}

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


.btn-secops {
  --color: #000000;
  font-family: inherit;
  display: inline-block;
  width: 9em;
  height: 3.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;
}

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

.btn-secops:hover {
  color: #fff;
   border: 2px solid #000000;
}

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

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

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


/* SECTION 2  */

.container2-secops{
    background-color: #212121;
}

.container2-secops h1{
    text-align: center;
    font-size: 5rem;
    padding: 5%;
    color: #ffffff;
}

.container2-secops span{
    color: #578E73;
}

.container-cards-secops{
    min-height: 110vh;
}

.cards-secops{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3% !important;
}

.cardz-secops{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3%;
    padding: 3% 0;

}

.light-card{
    background: linear-gradient(#1E594B, #10271f);
    border-radius: 15px;
}

.dark-card{
    background: linear-gradient(#1E594B, #10271f);
    border-radius: 15px;
}

.light-card, .dark-card {
    width: 17%;
    min-height: 33vh; /* garante um tamanho mínimo */
    display: flex;         /* FLEX para expandir automaticamente */
    flex-direction: column;
    justify-content: space-between;
    margin: 2.5% 0;
}

.cards-secops,
.cardz-secops {
    align-items: stretch;
}

.text-card {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10%;
    color: white;
}

.text-card h3{
    font-size: 1.7rem;
}

.text-card p{
    margin-top: 5%;
    font-size: 1.1rem;
}

.hiperlink-secops a{
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
}

.hiperlink-secops{
    padding-top: 10%;
    color: #fff;
    text-decoration: none;
}

.hiperlink-secops a:hover{
    color: rgb(202, 202, 202);
}

@media (max-width: 1366px){
    .img{
        height: 70vh;
    }

    .about-secops{
        height: 100vh;
        display: flex;
        align-items: center;
    }

    .vector-img{
        width: 38%;
    }

  .container-cards-secops h1{
    font-size: 4rem;
  }

  .light-card, .dark-card{
    width: 20%;
    min-height: 45vh !important;
  }

  p{
      text-align: justify !important;
  }

  .text-secops h1{
    font-size: 6rem;
  }

  .text-secops p{
    font-size: 1.4rem;
  }

    .btn-secops{
    height: 7vh;
    margin-top: 3%;
  }
}

@media (max-width: 1024px){
    .vector-img{
        width: 28%;
    }
}

@media (max-width: 768px){

    .vector-img{
        display: none;
    }

    .container-secops{
        width: 100% !important;
    }

    .text-secops{
        width: 80%;
    }

    .text-secops > h1{
        font-size: 5rem !important;
    }

    .light-card, .dark-card{
        width: 60%;
        height: 30vh !important;
    }

    .cardz-secops{
        padding-top: 0;
        flex-wrap: wrap;
    }

    .cardz-secops, .cards-secops{
        gap: 10%;
    }

}

@media(max-width: 425px){

    .about-secops{
        height: 65vh;
    }

    .container-secops{
        display: flex;
        align-items: center;
        flex-direction: column;

        text-align: center;

        height: 60vh;
    }

    .text-secops{
        display: flex;
        align-items: center;
        width: 100%;
    }

    .container-secops h1{
        font-size: 3rem;
        width: 100%;
    }

    .container-secops p{
        width: 80%;

        font-size: 1.3rem;
    }

    .btn-secops{

        font-size: 0.8rem;
    }

    .vector-img{
        display: none;
    }

}

@media (max-width: 374px){
    .img > h1{
        font-size: 4rem;
    }

    .text-secops > h1{
        font-size: 4.5rem !important;
    }
}


