@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:wght@100&display=swap');
.header-about {
    width: 100%;
    height: 650px;
    /* background-image: url('../img/desktop-wallpaper-electrical-engineer-high-quality-electrical.jpg'); */
    background-image: url('../img/QUELLAVECO-1.jpg');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    opacity: .7;
    color: #ffff;
    text-align: center;
}

.textos {
    margin-top: 152px;
    margin-left: 10px;
    margin-right: 10px;
}

.textos h1 {
    text-shadow: 5px 5px 7px black;
}

.titulo {
    font-size: 85px;
}

.subtitulo {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 32px;
}

.header-about .buttom {
    display: inline-block;
    padding: 6px;
    width: 120px;
    border: 1px solid #ffff;
    color: #fff;
    font-size: 19px;
    text-align: center;
    text-decoration: none;
    border-radius: 16px;
}

.sesgoabajo {
    position: absolute;
    bottom: 0;
    left: 0;
    border-width: 0 0 20vh 100vw;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    /* background-color: aqua; */
}

.sesgoarriba {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    border-width: 20vh 100vw 0 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.contenedor_2 {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: 50px 0;
    /* background-color: aqua; */
}


/* .acerca-de {
    background-color: blueviolet;
} */

.sobre-nosotros {
    text-align: center;
    font-size: 66px;
    margin-bottom: 10px;
    font-weight: 600;
    height: auto;
}

.slogan {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 64px;
}

.parrafo {
    margin-bottom: 13px;
    font: weight 300px;
    text-align: justify;
    /* line-height: 24px; */
    font-size: 23px;
    font-family: 'Roboto', sans-serif;
}

.acerca-de .buttom {
    display: inline-block;
    padding: 6px;
    width: 120px;
    border: 1px solid rgba(24, 16, 16, .7);
    color: rgba(24, 16, 16);
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border-radius: 16px;
    margin-top: 20px;
}

.galeria {
    width: 100%;
    height: 500px;
    overflow: hidden;
    display: flex;
    position: relative;
    flex-grow: wrap;
}

.imagenes {
    width: 20%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.imagenes img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.encima {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 73, 94, 0.815);
}

.encima h2 {
    position: relative;
    top: 45%;
    text-align: center;
    color: #fff;
}

.encima div {
    position: relative;
    display: block;
    top: 46%;
    width: 40px;
    height: 5px;
    background: #fff;
    margin: auto;
}

.cards {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.card {
    margin: 20px 0;
    width: 30%;
    height: 250;
    text-align: center;
    padding: 20px;
    /* border: 1px #ff0000 solid !important; */
    box-shadow: 0px 0px 10px 0 rgb(50, 62, 75);
    background: linear-gradient(#ffffff 50%, #2c7bfe 50%);
    background-size: 100% 200%;
    background-position: 0 2.5%;
    transition: 0.5s;
}

.card:hover {
    background-position: 0 100%;
}

.card:hover h4,
.card:hover p,
.card:hover li {
    color: #ffff;
}

.card p {
    text-align: justify;
    font-size: 15px;
}


/* .card img {
    width: ;
} */

.fondo {
    width: 100%;
    height: 680px;
    position: relative;
    background-image: url('../img/QUELLAVECO-1.jpg');
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding-top: 130px;
    opacity: .7;
}

.sesgoabajo-unico {
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    border-width: 0 0 20vh 100vw;
    border-style: solid;
    border-color: transparent transparent #d9d9d9 transparent;
    /* background: #e6e6e6; */
    /* background-color: aqua; */
}

.titulo-patrocinadores,
.subtitulo-patrocinadores {
    color: #fff;
    text-align: center;
    text-shadow: 0px -3px 3px #000000
}

.titulo-patrocinadores {
    font-size: 56px;
    margin-top: 48px;
}

.subtitulo-patrocinadores {
    font-size: 30px;
    font-weight: 300;
    margin-top: 104px;
}

.clientes {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 64px;
    width: 100%;
    justify-content: space-between;
}

.cliente {
    width: 20%;
}

.cliente img {
    width: 100%;
}

@media screen and (max-width:900px) {
    .card {
        width: 48%;
        /* background: #000000; */
    }
}

@media screen and (max-width:610px) {
    header .textos {
        margin-top: 130px;
    }
    header .titulo {
        font-size: 75px;
    }
    .none {
        display: none;
    }
    .imagenes {
        flex-grow: 1;
    }
    .card {
        width: 90%;
    }
    .fondo {
        height: auto;
    }
    .especial {
        display: none;
    }
    .cliente {
        margin-bottom: 50px;
    }
    .contenedor_final {
        width: 90%;
        /* background: #000000; */
        /* transform: rotate(-20deg); */
        height: 450px;
    }
    .subtitulo-patrocinadores {
        margin-top: 0px;
    }
}

@media screen and (max-width:380px) {
    header .textos {
        margin-top: 100px;
    }
    header .titulo {
        font-size: 65px;
    }
    header .subtitulo {
        font-size: 25px;
        margin-bottom: 32px;
    }
    .sobre-nosotros {
        font-size: 46px;
    }
    .slogan {
        font-size: 20px;
    }
    .titulo-patrociandores {
        font-size: 46px;
    }
}