/*
Theme Name: TheGem Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/




/*Programación David para distribuidores*/

#content-dist-global{
	max-width: 1200px;
	margin: auto;
}


#content-dist-global {
    max-width: 1200px;
    margin: auto;
    text-align: justify;
}

.bloque_dist {
    border: 1px solid #000;
    border-radius: 10px;
    margin: 5px;
    display: inline-block;
    width: 32%;
    overflow: hidden;
}

.dist_header {
    background-image: url(https://novedades.comodal.com/wp-content/uploads/2018/01/8-3.jpg);
    width: 100%;
    height: 80px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}


.dist_content {
    padding: 10px 25px;
}

.dist_content span::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-right: 10px;
}

.dist_direc span::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f041";
}


.dist_tel span::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f095";
}

.dist_email span::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0e0";
}


.dist_web span::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0ac";
}







