#home {
    color: #6e9949!important;
}

/*-------------------------------*/
/*galeria
/*-------------------------------*/

section.galeria{
  padding: 110px 0;
}

.redes{
  height: 350px;
  overflow-y: scroll;
}


.scroll:after{
    content: '';
    position: absolute;
    height: 5px;
    width: calc(100% - 27px);
    bottom: 0;
    right: 14px;
    background-image: url(../img/sombra.png);
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: contain;
}



.scroll::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.scroll::-webkit-scrollbar{
    width: 6px;
    
}

.scroll::-webkit-scrollbar-thumb{
    background-color: #6e9949 ;
}

.red-icon{
    border-radius: 5px 5px 0 0;
}

.red-icon i{
    font-size: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 30px 0 5px 0;
}

.face{
    background: #3b5998;
}

.insta{
    background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.tw{
    background: #00acee;
}