{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body
{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(0deg,#fff 50%, #2196F3);
    background-repeat:repeat;
}
.container
{
    max-width: 1000px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    transition: 0.5s;
}
input
{
    align-items: center;
    width: 80px;
    height: 30px;
    font-size: 18px;
}
.container .card .content h2
{
    font-size: 2em;
}
.container .linha4 .card .content h2    /* nome cards cinza*/
{
    font-size: 24px;
}
.container .card .content p
{
    font-size: 0.9em;
}
.container .card .content a
{

    padding: 5px 10px;
    background: #262626;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}
.container .card:hover .content a
{
    background: #2196F3;
}

.linha1                                     /* INICIO estilo LINHAS ! */
{
    max-width: 1000px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    transition: 0.5s;
}
.linha2
{
    max-width: 1000px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    transition: 0.5s;
}
.linha3
{
    max-width: 1000px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    transition: 0.5s;
    margin-right: 200px;
    margin-left: 200px;
}
.linha4
{
    max-width: 150px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    transition: 0.5s;

}
.linha1:hover .card                         /* INICIO estilo LINHA 1 ! */
{
    filter: blur(0px);
    transform: scale(.7);
}
.linha1 .card
{
    position: relative;
    width: 200px;
    height: 320px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    border-radius: 10px;
    transform: scaleY(1);
    transform: scaleX(0.9);
    transform: scale(.8);
    


}
.linha1 .card:hover
{
    filter: blur(0px);
    transform: scale(1);
}
.linha1 .card:before
{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ff5;
    z-index: 1;
    transition: 0.5s;
    border-color: #000;
    border-radius: 10px;
    
}
.linha1 .card:hover:before
{
    background: #000;
    transform: scaleY(1.15);
    box-shadow: 0 5px 15px rgba(0,0,0,.2);
}
.linha1 .card:after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    transition: 0.5s;
    background: rgba(255,255,255,.1);
    z-index: 1;
}
.linha1 .card:hover:after
{
    transform: scaleY(1.15);
}
.linha1 .card:hover
{
    z-index: 1;
}
.linha1 .card .content
{
    text-align: center;
    z-index: 2;
    padding: 0 1px;
    transition: 0.5s;
}
.linha1 .card:hover .content
{
    color: #fff;
}



.linha2:hover .card                                 /* INICIO estilo LINHA 2 ! */
{
    filter: blur(0px);
    transform: scale(.7);
}
.linha2 .card
{
    position: relative;
    width: 200px;
    height: 320px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    border-radius: 10px;
    transform: scaleY(1);
    transform: scaleX(0.9);
    transform: scale(.8);
    


}
.linha2 .card:hover
{
    filter: blur(0px);
    transform: scale(1);
}
.linha2 .card:before
{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #2196F3;
    z-index: 1;
    transition: 0.5s;
    border-color: #000;
    border-radius: 10px;
    
}
.linha2 .card:hover:before
{
    background: #000;
    transform: scaleY(1.15);
    box-shadow: 0 5px 15px rgba(0,0,0,.2);
}
.linha2 .card:after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    transition: 0.5s;
    background: rgba(255,255,255,.1);
    z-index: 1;
}
.linha2 .card:hover:after
{
    transform: scaleY(1.15);
}
.linha2 .card:hover
{
    z-index: 1;
}
.linha2 .card .content
{
    text-align: center;
    z-index: 2;
    padding: 0 1px;
    transition: 0.5s;
}
.linha2 .card:hover .content
{
    color: #fff;
}

.linha3:hover .card                                 /* INICIO estilo LINHA 3 ! */
{
    filter: blur(0px);
    transform: scale(.7);
}
.linha3 .card
{
    position: relative;
    width: 200px;
    height: 320px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    border-radius: 10px;
    transform: scaleY(1);
    transform: scaleX(0.9);
    transform: scale(.8);
    


}
.linha3 .card:hover
{
    filter: blur(0px);
    transform: scale(1);
}
.linha3 .card:before
{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0f0;
    z-index: 1;
    transition: 0.5s;
    border-color: #000;
    border-radius: 10px;
    
}
.linha3 .card:hover:before
{
    background: #000;
    transform: scaleY(1.15);
    box-shadow: 0 5px 15px rgba(0,0,0,.2);
}
.linha3 .card:after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    transition: 0.5s;
    background: rgba(255,255,255,.1);
    z-index: 1;
}
.linha3 .card:hover:after
{
    transform: scaleY(1.15);
}
.linha3 .card:hover
{
    z-index: 1;
}
.linha3 .card .content
{
    text-align: center;
    z-index: 2;
    padding: 0 1px;
    transition: 0.5s;
}
.linha3 .card:hover .content
{
    color: #fff;
}
.linha4:hover .card                                 /* INICIO estilo LINHA 4 ! */
{
    filter: blur(0px);
    transform: scale(.7);
}
.linha4 .card
{
    position: relative;
    width: 200px;
    height: 320px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    border-radius: 10px;
    transform: scaleY(1);
    transform: scaleX(0.9);
    transform: scale(.8);
    


}
.linha4 .card:hover
{
    filter: blur(0px);
    transform: scale(1);
}
.linha4 .card:before
{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #888;
    z-index: 1;
    transition: 0.5s;
    border-color: #000;
    border-radius: 10px;
    
}
.linha4 .card:hover:before
{
    background: #000;
    transform: scaleY(1.15);
    box-shadow: 0 5px 15px rgba(0,0,0,.2);
}
.linha4 .card:after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    transition: 0.5s;
    background: rgba(255,255,255,.1);
    z-index: 1;
}
.linha4 .card:hover:after
{
    transform: scaleY(1.15);
}
.linha4 .card:hover
{
    z-index: 1;
}
.linha4 .card .content
{
    text-align: center;
    z-index: 2;
    padding: 0 1px;
    transition: 0.5s;
}
.linha4 .card:hover .content
{
    color: #fff;
}
.b
{

    padding: 5px 10px;
    background: #262626;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}
.linha4 .card:hover .content .b
{
    background: #2196F3;
}