

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer,
header, hgroup, main, menu, nav, section {
	display: block;
}

@import url('http://fonts.googleapis.com/css2?family=Lato');
body {
	line-height: 1;
    font-family: 'Lato','LatoRegular', sans-serif;
    background: #F7F7F7;
}

.magenSolaHome {
	margin: 80px auto;
	display: block;
}

.logoHedas {
    height: 30px;
    display: inline-block;
    margin-top: -5px;
    vertical-align: middle;
}

img.imagenHead {
    margin: 15px auto 15px;
    display: block;
    max-width: 100%;
}

span.preciobox {
    font-weight: bold;
    float: right;
}

.descCate {
    padding: 0 15px 25px;
	font-style: italic;
}

.panel.panel-default {
    background-color: transparent!important;
}

li.list-group-item {
    background: transparent;
    border: 0;
}

.descProd {
    font-style: italic;
    font-size: 12px;
}


img.imagenProd {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%;
}


body {
	padding-top:70px;
}

.navbar-inverse .navbar-collapse {
    overflow: hidden!important;
}

.navbar-collapse {
    width: 100%;
    max-width: 600px;
    float: right;
}

.navbar.navbar-inverse.navbar-fixed-top {
    background: transparent;
        border: 0;
}

img.imgCate {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

a.linkMenuCat {
    text-decoration: none!important;
}

a .panel-title {
    text-decoration: none!important;
}

.titBig {
	font-size: 45px;
}

ul.nav.navbar-nav.navbar-right {
    overflow: auto;
    height: calc(100vh - 50px);
}

.row.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.col-md-6 {
    width: 50%;
    display: flex;
    flex-direction: column;
}

@media (max-width: 2000px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
		width: 100%;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
  		max-height: unset;
	}
}


@media (max-width: 768px) {

	.col-md-6 {
		width: 100%;
	}
}
