/*
Theme Name: Light Dose
Theme URI: http://themeforest.net/user/InfoStyle/portfolio
Author: InfoStyle
Author URI: http://themeforest.net/user/InfoStyle/portfolio
Description: Light Dose — a modern, dynamic, high-quality OnePage wordpress theme.
Version: 1.3.2
License: GNU General Public License
License URI: license.txt
Text Domain: Light Dose
Domain Path: /languages/
Tags: white, two-columns, left-sidebar, custom-menu, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

.container-fluid.white-pattern {
  display: none;
}

#mapa h5{
    display:none;
}

#mapa .container{
    max-width:98% !important;
    height:500px;
}

.google-maps {
    position: relative !important;
    padding-bottom: 56.25% !important; 
    height: 0;
    overflow: hidden;
    }
    .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 500px !important;
    }
