.fa-solid.fa-file-pdf{
    opacity: 0.8;
}

.certificaciones-imgs img{
    max-height: 70px;
}

.certificaciones-imgs > div > div > div:nth-child(4) > a > img{
    max-height: 90px;
}

.bg-extra-dark-gray.bg-custom{
    background-color: #333333;
}

#proyectos-custom .portfolio-wrapper .grid-item figcaption {bottom:0; left:0; opacity: 1; position: absolute; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; width: 100%; height: 100%; padding:45px; z-index: 1; text-align: center}
#proyectos-custom .portfolio-wrapper .grid-item figure img {opacity: 0.30; transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}

#proyectos2 figure .custom-bg-1 img{
    opacity: 1;
}
#proyectos2 figure:hover .custom-bg-1 img{
    opacity: 0.5;
}

#map * {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: all 0s ease;
    transition: none;
}