
body {
    font-family: 'Quicksand',sans-serif;
}
.titulo {
    color: #068e08;
    font-size: 47px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: bold; /*color de letra del slider-------------------- */
      text-shadow: 2px 4px 6px grey;
}
.textos-header h2{
    font-size: 35px;
    font-weight: 300;
    color:#fff;
}
.portafolio{
    background: #f2f2f2;
}
/* Servicio */


.portafolio{
    margin-top:60px;
    background: #fff;
}

.galeria-port{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    
}


.imagen-port{
    width: 26%;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
   
   
    
    
}

.imagen-port > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


 /*  */
.hover-galeria img{
    width: 80px;
   
    
}

.hover-galeria p{
    color: #fff;
    font-size: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
}




@media screen and (max-width:900px){
    header{
        background-position: center;
    }


    /* servicio */

    .imagen-port{
        width: 44%;
    }
}
.botonservicios{
	
    margin-top: 90px; min-width: 110px;
    padding: 0 20px;
    height: 42px;
    line-height: 42px; }

    .video{
        width: 60%;
    }