    /* ####################################################
    :: Template Name: Essence - Fashion Ecommerce Template
    :: Author: Colorlib
    :: Author URL: https://colorlib.com
    :: Description: Essence is smart & elegant fashion e-commerce Template. It's suitable for all e-commerce business platform.
    :: Version: 1.0.0
    :: Created: April 27, 2018
    :: Last Updated: May 2, 2018
    #################################################### */

    /* ---------------------------------------
    ##### - PLACE YOUR CUSTOM CSS HERE - #####
    --------------------------------------- */
.pointer {
    cursor: pointer;
}
.pt-10{
    padding-top: 8rem;
}
@media only screen and (max-width: 767px) {
    .pt-10{
        padding-top: 1rem;
    }
}
#galeria .col-lg-4{
    margin: 0 !important;
    padding: 5px;
}
#galeria img{
    width: 100%;

}
#galeria img:hover {
    border: 5px solid white;
}
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing: border-box;
}

.social{
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 2000;
}

.social ul{
    list-style: none;
}
.social ul li a{
    display: inline-block;
    color: white;
    background: #BF3FBF;
    padding: 15px 15px;
    text-decoration: none;


}
.event-title:hover {
    color: #BF3FBF;
    font-size: 25px;
}
