.header-documentos{
    height: 93vh;
    /* 02 */
    background-image: linear-gradient(to top, rgba(251, 194, 235, 0.26) 90%, hsla(218, 68%, 79%, 0.514) 100%), url(../img/documentos.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
}

.head{
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #fff;
}


#plantillas {
    color: #4360b5;
    font-size: 2em;
    text-align: center;
    padding: 15px;
    background-color: #E5E7E9;
    margin-top: 40px;
}

#plantillas p {
    font-size: 15px;
    color: #000;
}

#plantillas h2 {
    color: #4360b5;
}

#plantillas .contenedor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.info-plantillas {
    margin: 20px;
    background-color: #fff;
    border-radius: 12px;
    padding: 10px;
    border: 2px solid lightgray;
    width: 240px;
}

.info-plantillas h3 {
    color: #4360b5;
    font-size: 16px;
    border-radius: 30px;
}

.info-plantillas img {
    width: 160px;
    height: 160px;
}

.info-plantillas:hover {
   filter: saturate(200%);
   box-shadow: 0px 10px 4px 0px gray;
}

.info-plantillas img:hover {
     transform: rotateY(360deg);
   transition: all 3s;
}
