/* Nowrap for menu long strings */
.fusion-main-menu .sub-menu, .fusion-main-menu .fusion-menu-cart-items, .fusion-main-menu .fusion-menu-login-box .fusion-custom-menu-item-contents {
    white-space: nowrap;
}

/* fonte de paragrafos ampliadas */
.paramp {
    font-size: 120%;
}

/* box com borda baja desabilitada Begin*/
.borda_b {
    border-top: 1px solid rgb(226, 226, 226); 
    border-right: 1px solid rgb(226, 226, 226); 
    border-left: 1px solid rgb(226, 226, 226);
}
/* box com borda baja desabilitada End*/

/* displacement submenu begin*/
.fusion-main-menu .sub-menu ul {
    margin-left: 100%;
}
/* displacement submenu end*/

/* icons bullets font awesome begin*/

ul.icon
{
	list-style-type: none;
}

ul.icon li
{
	text-indent: -1.4em;
}

ul.icon li:before
{
	font-family: FontAwesome;
	content: "\f00c";
	float: left;
	width: 1.4em;
        color:#549f97;
}

ul.icon li.check:before { content: "\f00c"; }

/* icons bullets font awesome end */

/* div same height begin */
.row {
  display: flex; /* equal height of the children */
}

.col1 {
  flex: 0.3; /* additionally, equal width */
  
  padding: 1em;
  border: 0px;
}

.col2 {
  flex: 0.7; /* additionally, equal width */
  
  padding: 1em;
  border: 0px;
}
/* div same height end */

/* div same height 2 begin */
.container {
    overflow: hidden;
}
.column {
    float: left;
    margin: 0px;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
}
/* div same height 2 end */