
.prod-container-cover{    
    width: 100%;
    height: 500px;
    position: relative;
    margin-top: 80px;}


    .container-info-cover{
    max-width: 800px;
    height: 500px;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;}

.container-info-cover h1{    
    font-size: 60px;
    font-weight: 500;
    color: #fff;
    padding: 10px;
    margin-bottom: 20px;    
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;}

.container-info-cover p{
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 10px;
    background: rgba(0, 0, 0, 0.53);}

input[type="radio"]{
    display: none;}

.container-category{
    width: 100%;
    margin: auto;    
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;}

.container-category label{
    padding: 3px 10px;
    /*margin: 5px;*/
    /*border: #fff 1px solid;*/
    color: #fff;
    font-size: 17px;
    background: none;    
    cursor: pointer;}

.container-category label:hover{
    opacity: 0.8;}

.container-all{
    max-width: 95%;
    margin: auto;

}
    
/*.container-port{
    max-width: 100%;
    margin: auto;}*/

.portf{
    background: transparent;
    width: 100%;
    display: grid;
    border:none;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2px;
    margin-top: 20px;
    padding: 0;}

.portf .port{    
    background: transparent;        
    overflow: hidden;
    box-shadow: 0 60px 80px rgba(0,0,0,0.33), 0 45px 26px rgba(0,0,0,0.14);
    padding: 5px;}

.port .ctn-img{
    background: transparent;    
    width: 100%;
    height: 100%;
    border: #393A3F 0.5px solid;
}

.port .ctn-img img{
    width: 100%;
    height: 100%;}

.imagen-opacity:hover {
    filter: opacity(50%);
}

/* texto sobre portfolio starts */
.portf .port .ctn-img .one{
    position: absolute;
    background-color: rgba(0,0,0,0.8);   
    height: 100%;
    width: 100%;
    top: 5px;
    left: 5px;
    font-size: 20px;
    opacity: 0;
    color: #e2d851;}
/* texto sobre portfolio ends */

/*.port h2{
    font-size: 18px;
    margin-top: 20px;
    padding: 0px 20px;}*/

/*.port span{
    display: block;
    margin-top: 10px;
    padding: 0px 20px;}*/

/*
.ctn-tag{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 16px;
    margin-top: 10px;}

.ctn-tag li{
    list-style: none;
    font-size: 14px;
    margin: 4px;
    padding: 6px 10px;
    background: #e8e8e8;
    cursor: default;}*/

/*.port a{
    align-items:center;
}*/

/*
.port button{    
    margin-top: 20px;
    margin-left: 20px;
    padding: 10px 10px;
    font-size: 16px;
    background: #25D366;
    color: #000;
    border: none;
    cursor: pointer;    }

.port button:hover{
    opacity: 0.9;}*/


/*sistema de filtrado*/
[value="TODOS"]:checked ~ .portf .port[data-category]{
    display: block;}

[value="BN"]:checked ~ .portf .port:not([data-category~="BN"]),
[value="GP"]:checked ~ .portf .port:not([data-category~="GP"]),
[value="GF"]:checked ~ .portf .port:not([data-category~="GF"]),
[value="VD"]:checked ~ .portf .port:not([data-category~="VD"]),
[value="CL"]:checked ~ .portf .port:not([data-category~="CL"]),
[value="MU"]:checked ~ .portf .port:not([data-category~="MU"]),
[value="DG"]:checked ~ .portf .port:not([data-category~="DG"]),
[value="CLICK"]:checked ~ .portf .port:not([data-category~="CLICK"]),
[value="BO"]:checked ~ .portf .port:not([data-category~="BO"]){
    display: none;}

[value="TODOS"]:checked ~ .container-category [for="TODOS"],
[value="BN"]:checked ~ .container-category [for="BN"],
[value="GP"]:checked ~ .container-category [for="GP"],
[value="GF"]:checked ~ .container-category [for="GF"],
[value="VD"]:checked ~ .container-category [for="VD"],
[value="CL"]:checked ~ .container-category [for="CL"],
[value="MU"]:checked ~ .container-category [for="MU"],
[value="DG"]:checked ~ .container-category [for="DG"],
[value="CLICK"]:checked ~ .container-category [for="CLICK"],
[value="BO"]:checked ~ .container-category [for="BO"]{
    background: #fff;
    color: #000;}

@media screen and (max-width: 1200px){
    .portf{
        grid-template-columns: repeat(3, 1fr);}
    .portf .port .text-hover{
        margin-left: 1px;  
        opacity: 1;}  
    .port .text-hover .plus{ 
        margin-left: 30px;}
}


@media screen and (max-width: 900px){
    .portf{
        grid-template-columns: repeat(2, 1fr);}
    .portf .port .text-hover{
        margin-left: 1px;    
        opacity: 1;}
    .port .text-hover .plus{ 
        margin-left: 30px;}
}

@media screen and (max-width: 580px){
    .portf{
        grid-template-columns: repeat(2, 1fr);}
    .portf .port .text-hover{
        margin-left: 1px;  
        opacity: 1;}
    .port .text-hover .plus{ 
        margin-left: 30px;}
}