.banner{
    background-image: url("../imagenes/divisiones/divisionvidriotemplado12.jpeg");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-size: cover;
}

.banner::before{
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  font-weight: bold;
  min-width: 100%;
  height: 100%;
}

.banner h1, .banner p{
    text-align: center;
    color: #fff;
    position: relative;
    top: 40%;
    width: 90%;
    margin: auto;
}

.banner h1{
    font-size: 60px;
}

.banner p{
    font-size: 25px;
}

.card-divisiones{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.card-divisiones h1{
    text-align: center;
    margin-bottom: 30px;
}

.card-divisiones .card{
    width: 60%;
    padding: 20px;
    border: none;
}

.card-divisiones .card .ventajas{
    list-style-type: circle;
    padding-left: 30px;
}

@media(max-width:1000px) {
    .banner h1{
        font-size: 40px;
        margin-bottom: 20px;
    }

    .banner p{
        font-size: 15px;
        
    }

    .card-divisiones{
        flex-direction: column;
    }

    .card-divisiones .card{
        width: 100%;
    }

    #galery-videos{
        padding: 0px!important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #galery-videos video{
        width: 90%!important;
    }

    
}