body.pag2 .blqServ{
    margin:10px;
    padding:30px;
    border-radius: 20px;
    background-color:rgba(0,0,0,0.4);
    text-align: center;
    font-size:var(--h3);
    cursor: pointer;
    transition: .3s;
}
body.pag2 .blqServ:hover{
    background-color:rgba(0,0,0,0.6);
    color:var(--colorInteraccion)
}

body.pag2 .blqServ i{
    font-size:70px;
    margin-bottom: 30px;
    color:#BBB;
    transition: .3s;
}
body.pag2 .blqServ:hover i{
    color:var(--colorSecundario);
}
body.pag2 .retServ{
    margin-bottom: 30px;
    cursor: pointer;
}
body.pag2 .retServ i{
    color:var(--colorPrincipal)
}
body.pag2 .retServ:hover{
    color:var(--colorPrincipal)
}
body.pag2  .verMasServ{
    display: none;
    text-align: center;
    height:50px;
    cursor: pointer;
}
body.pag2  .verMasServ:hover *, body.pag2  .verMasServ:active *{
    color: var(--colorPrincipal);
}
body.pag2  .verMasServ .servDown{
    font-size:var(--p-1);
}
body.pag2  .verMasServ .flecDown{
    font-size:var(--h1);
    margin-top:0px;
    transition: .3s;
  
}
body.pag2  .verMasServ:hover .flecDown, body.pag2  .verMasServ:active .flecDown{
    margin-top: 20px;
}
body.pag2 .blqServ .srvi_show_img img{
    margin-bottom: 20px;
    height: 106px;
    transition: .3s;
    filter: grayscale(100%) brightness(300%);
}

body.pag2 .blqServ:hover .srvi_show_img img{
    margin-bottom: 15px;
    height: 80px;
    filter: grayscale(0%) brightness(100%);
}
body.pag2 .blqServ.blqSevPrinc .srvi_show_img img{
    filter: grayscale(0%) brightness(100%) !important;
}
body.pag2 .blqServ .srvi_show_mas{
    margin:auto;
    opacity: 1;
    font-size: 0px;
    margin-top: 0px;
    padding: 0px;
    border:1px solid transparent;
    border-radius: 10px;
    transition: .3s;
    max-width: 150px;
}
body.pag2 .blqServ:hover .srvi_show_mas{
    opacity: 1;
    font-size: 12px;
    margin-top: 10px;
    padding: 4px;
    border: 1px solid var(--colorInteraccion);
}
body.pag2 .blqServ .srvi_show_mas:hover{
    background-color: var(--colorInteraccion);
    color:white;
}
#blogProyect .blqBlog{
	height:180px;
}
body.pag3 #blogProyect .blqBlog .fndBlogImg{
	height:150px;
  	background-position: top;
}
body.pag3 #blogProyect .blqBlog h3{
	color:var(--colorInteraccion);
	font-size:var(--h4);
}
body.pag3 #blogProyect .blqBlog h4{
	display:none;	
}
@media(max-width:1024px){
    body.pag2 .blqServ{
        padding:20px;
    }
    body.pag2 .grd_col .row{
        align-items: center;
    }
    body.pag2 .grd_col p{
        padding-right: 30px;
    }
    body.pag2 .blqServ i{
        font-size: 40px;
    }
    body.pag2 h1{
        margin-bottom: 15px;
    }
    body.pag2 .retServ{
        margin-bottom: 15px;;
    }
}
@media(max-width:550px){
    body.pag2  .lstServic{
        display: none;
    }
    body.pag2  .verMasServ{
        display: block;
    }
    body.pag2 .grd_col p{
        margin-right: 0px !important;
        padding-right: 0px !important;
        font-size:0.9em;
    }
    body.pag2 .boton{
        margin:auto;
    }
    #pide3{
        display: none;
    }

}