    /* ####################################################
    :: 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 - #####
    --------------------------------------- */

    .essence-btn {
        color: white !important;
    }

    .titleMenu {
        padding: 8px 0px !important;
    }

    .bizarroColor {
        color: #26ba40 !important;
    }

#googleMap {
    overflow:hidden;
    padding-bottom:400px; /*Reduce este valor si el mapa fuera muy alto, por ejemplo 250px, puedes usar porcentajes, 50%*/
    position:relative;
    height:0;
}

#googleMap iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

@media only screen and (max-width: 480px) {
    #brandLogo {
       width: 40px !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #brandLogo {
        width: 40px !important;
     }
}