.tech-apartados{
    display: block;
    padding: 0;
    margin: 0;
}
.tech-1{
    background:linear-gradient(90deg ,rgba(0, 37, 53, 0.6) 0% , rgba(0, 0, 0, .6) 100%), url(../media/background_1.jpg);
    background-size: cover;

    width: 100%;
    min-height: 600px;
}
.tech-2{
    background:linear-gradient(90deg ,rgba(0, 37, 53, 0.6) 0% , rgba(0, 0, 0, .6) 100%), url(../media/background_2.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 600px;
}
.tech-3{
    background:linear-gradient(90deg ,rgba(0, 37, 53, 0.6) 0% , rgba(0, 0, 0, .6) 100%), url(../media/hikvision-access.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 600px;
}
.tech-4{
    background:linear-gradient(90deg ,rgba(0, 37, 53, 0.7) 0% , rgba(0, 0, 0, .6) 100%), url(../media/background_3.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 600px;
}
.tech-5{
    background:linear-gradient(90deg ,rgba(0, 37, 53, 0.6) 0% , rgba(0, 0, 0, .6) 100%), url(../media/background_5.jpg);
    background-size: cover;

    width: 100%;
    min-height: 600px;
}

.tech-apartados-top{
    height: 300px;
    text-align: center;
    padding: 80px 20px;
    max-width: 80%;
    margin: auto auto;
}



.tech-apartados-top h3{
    color: #ccc;
    font-size: 40px;
    padding-bottom: 20px;
}
.tech-apartados-top p{
    color: #ccc;
    font-size: 16px;
}

.tech-apartados-end{
    height: 300px;
    text-align: center;
    justify-content: center;
    display: flex;
    gap: 20px;
    max-width: 60%;
    margin: 0 auto;
}
.tech-apartados-end div{
    display: block;
}
.tech-apartados-end img{
    width: 60px;
    height: auto;
    margin-bottom: 20px;
}
.tech-apartados-end p{
    color: #ccc;
    font-size: 16px;
    font-weight: 500;
}

.tech-5 .tech-apartados-end{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    justify-content: center;
    align-content: center;
    gap: 20px;
}
.tech-5 .tech-apartados-end div{
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.tech-5 .tech-apartados-end div:nth-child(1){
    grid-column: 1;
    grid-row: 1;
}
.tech-5 .tech-apartados-end div:nth-child(2){
    grid-column: 2;
    grid-row: 1;
}
.tech-5 .tech-apartados-end div:nth-child(3){
    grid-column: 3;
    grid-row: 1;
}
.tech-5 .tech-apartados-end div:nth-child(4){
    grid-column: 1/3;
    grid-row: 2;
}
.tech-5 .tech-apartados-end div:nth-child(5){
    grid-column: 2/4;
    grid-row: 2;
}

@media (max-width: 900px){
    .tech-apartados-end{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-row: 1fr 1fr;
    }

    .tech-apartados-top h3{
        font-size: 30px;
    }
    .tech-apartados-top p{
        font-size: 14px;
    }

    .tech-apartados-end img{
        width: 40px;
    }

    .end-access{
        padding-top: 80px;
    }
}