body {
font-family: 'Open Sans', sans-serif;
}

.condensed {
font-family:  sans-serif;
}


a:hover,
a:focus {
  color: #9AC23A;
  text-decoration: none;
}

::-webkit-scrollbar {
	width: 12px;
}
::-webkit-scrollbar-button {
	width: 12px;
	height:5px;
}
::-webkit-scrollbar-track {
	background:#eee;
	border: thin solid lightgray;
	box-shadow: 0px 0px 3px #dfdfdf inset;
	border-radius:5px;
}
::-webkit-scrollbar-thumb {
	background:#BBBBBB;
	border: thin solid gray;
	border-radius:5px;
}
::-webkit-scrollbar-thumb:hover {
	background:#7d7d7d;
}	

.modal-dialog {
  position: relative;
  width: auto;
  margin: 25px;
}

@media (min-width: 768px) {
.modal-dialog {
  width: 700px;
  margin: 60px auto;
}
}



@media (max-width: 767px) {
.text-left-xs {
text-align: left;
}
.text-right-xs {
text-align: right;
}
.text-center-xs {
text-align: center;
}
.text-center-sm {
text-align: center;
}
.text-right-sm {
text-align: center;
}
}

@media (max-width: 767px) {
.reducir {
font-size: 16px;
}
}
.hover {
	position: relative;
	cursor: pointer;
}


.header-image-interior {
	width: 100%;
	height: 270px;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	float: left;
	background-position: center center;
	margin-bottom: 30px;
}
.cabeceras {
	background-image: url(../imgs/cabeceras/1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 130px;
	background-size: cover;
}

.azul {
	color: #032242;
}

.verde {
	color: #939B08;
}

.verde-2 {
	color: #6A8823;
}

.verde-3 {
	color: #8ac342;
}

.verde-w {
	color: #189d0e;
}

.celeste {
	color: #019EE1;
}
.tittle-beige {
	background-color: beige;
	font-size: 18px;
	line-height: 38px;
	padding-left: 8px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #C5C599;
}


.rojo {
  color: #E41010;
}

.azul-2 {
	color: #303942
}

.amarillo {
	color: #FC0;
}



.text-shadow {
    text-shadow: 0 0px 4px rgba(0, 0, 0, .6);
}

.font-underline {
	text-decoration: underline;
}

.font-12 {
	font-size: 12px;
	line-height: 19px;
}

.font-13 {
	font-size: 13px;
	line-height: 17px;
}

.font-14 {
	font-size: 14px;
	line-height: 21px;
}

.font-16 {
	font-size: 16px;
	line-height: 26px;
}

.font-18 {
	font-size: 18px;
	line-height: 24px;
}

.font-20 {
	font-size: 20px;
	line-height: 26px;
}

.font-22 {
  font-size: 22px;
  line-height: 28px
}

.font-24 {
  font-size: 24px;
  line-height: 30px
}

.font-26 {
	font-size: 26px;
	line-height: 32px;
}

.font-28 {
	font-size: 28px;
	line-height: 34px;
}

.font-30 {
	font-size: 30px;
	line-height: 36px;
}

.font-32 {
	font-size: 32px;
	line-height: 38px;
}

.font-34 {
  font-size: 34px;
  line-height:40px;
}

.font-36 {
  font-size: 36px;
  line-height:44px;
}

.font-44 {
	font-size: 44px;
	line-height: 48px;
}
.font-53 {
	font-size: 53px;
	line-height: 61px;
}

.font-16.tres-lineas {
	height: 66px;
	overflow: hidden;
}
.font-18.tres-lineas {
	height: 74px;
	overflow: hidden;
}

.light-300 {
	font-weight: 300;
}

.normal-400 {
	font-weight: 400;
}

.bold-700 {
	font-weight: 700;
}

.bold-600 {
	font-weight: 600;
}

.fiscal {
	margin-right: 10px;
	display: block;
	margin-top: -14px;
	float: left;
}

.inicio {
	background-color: #FFF;
}
.directivos {
	background-image: url(../imgs/bg-comision.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #222;
}


.busqueda-inicio {
	background-color: #fff;
}
.input-gris {
	background-color: #E2E2E2;
}


.top-sup {
	background-color: #FFF;
	background-repeat: repeat;
	display: block;
	height: 39px;
	line-height: 39px;
	float: left;
	width: 100%;
	border-bottom: solid 1px #EFEFEF;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.city .cog {
    font-size: 22px;
    position: relative;
    bottom: -2px;
    margin-left: 5px;
}


.city {
	background-color: rgb(91, 104, 115);
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 3px;
	/* display: block; */
    line-height: 30px;
	margin-bottom: 4px;
}

@media (max-width: 767px) {
.city {
    background-color: rgb(91, 104, 115);
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    /* display: block; */
    line-height: 30px;
    margin-top: 4px;
}
}

.balloon {
  background-color: black;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  border-radius: 8px;
  font-size: 10px;
  top: -5px;
  left: -7px;
  position: relative;
  font-style: normal;
  color: #FFF;
}

.top-login {
	display: block;
	height: 42px;
	line-height: 42px;
	float: left;
	width: 100%;
	color: #FFF;
	background-color: #000;
}
.cuenta-current {
	background-image: url(../imgs/triangle-cuenta.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.destacados {
	background-color: #E6E6E6;
	background-image: url(../imgs/triangle.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.shadow-div {
	background-image: url(../imgs/sombra.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 8px;
	background-color: transparent;
}

.destacados-dos {
	background-color: #E6E6E6;
	background-image: url(../imgs/triangle-dos.png);
	background-repeat: repeat-x;
	background-position: left top;
}



.inicio h2 {
text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.17);
font-size: 44px;
}
.footer-bg {
	background-color:#163640 ;
	background-repeat: repeat-x;
	background-position: left top;
}
.google-app {
	background-image: url(../imgs/app-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 120px;
}
.google-app-in {
	background-color: #A9AB90;
	background-image: url(../imgs/google-abstract.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


.green-gradient {

background: rgba(164,179,87,1);
background: -moz-linear-gradient(45deg, rgba(164,179,87,1) 0%, rgba(147,155,8,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(164,179,87,1)), color-stop(100%, rgba(147,155,8,1)));
background: -webkit-linear-gradient(45deg, rgba(164,179,87,1) 0%, rgba(147,155,8,1) 100%);
background: -o-linear-gradient(45deg, rgba(164,179,87,1) 0%, rgba(147,155,8,1) 100%);
background: -ms-linear-gradient(45deg, rgba(164,179,87,1) 0%, rgba(147,155,8,1) 100%);
background: linear-gradient(45deg, rgba(164,179,87,1) 0%, rgba(147,155,8,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#939b08', GradientType=1 );

}

.bg-gris {
	background-color: #E5E5E5;
}


.border {
    padding: 0px;
    text-align: center;
    border: solid 4px #96966E;
    -moz-box-shadow: 0 0 0 4px #FF0000;
    /* -webkit-box-shadow: 0 0 0 4px #FF0000; */
    /* box-shadow: 0 0 0 4px #FF0000; */
    margin: 4px;
    border-radius: 50%;
}

.naranja {
	color: #F90;
}

.gris {
	color: #8B8B8B;
}
.gris-blue {
	color: #E2E2E2;
}

.separator-point {
	background-color: #E6E6E;
	margin-bottom:2px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #E6E6E6;
}


.separator-red {
	height: 3px;
	background-color: #dddddd;
	margin-bottom: 10px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	border-left-width: 150px;
	border-left-style: solid;
	border-left-color: #D9534F;
}

.separator-line {
	margin-bottom:10px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
}


.separator-green {
	margin-bottom:10px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #9AC23A;
}

.separator-line-gris {
	margin-bottom:6px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
}

.separator-line-gris-2 {
    margin-bottom: 14px;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    border-left-width: 70px;
    border-left-style: solid;
    border-left-color: #032242;
    height: 3px;
    /* background: rgba(66, 139, 202, 0.1); */
}

.separator-line-blanco {
    margin-bottom: 14px;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    border-left-width: 100px;
    border-left-style: solid;
    border-left-color: #FFF;
    height: 4px;
    background: rgba(255, 255, 255, 0.35);
}

.separator-line-blanco-2 {
    margin-bottom: 14px;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    border-left-width: 70px;
    border-left-style: solid;
    border-left-color: #FFF;
    height: 6px;
    /* background: rgba(66, 139, 202, 0.1); */
}

.separator-line-blue {
    margin-bottom: 14px;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    border-left-width: 100px;
    border-left-style: solid;
    border-left-color: #347FBF;
    height: 4px;
    background: rgba(66, 139, 202, 0.1);
}

.separator-line-blue-2 {
    margin-bottom: 14px;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    border-left-width: 70px;
    border-left-style: solid;
    border-left-color: #347FBF;
    height: 6px;
    /* background: rgba(66, 139, 202, 0.1); */
}

.align-6 {
    vertical-align:-6px;
}

.mediana {
	font-size: 18px;
	line-height: 24px;
}
.mediana14 {
	font-size: 14px;
	line-height: 24px;
}
.mediana16 {
	font-size: 16px;
	line-height: 24px;
}

.mediana18 {
	font-size: 18px;
	line-height: 24px;
}
.foco {
	background-image: url(../imgs/foco-item.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 80px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 22px;
}
.light-20 {
	font-size: 20px;
	font-weight: 300;
	line-height: 26px;
}

.light {
	font-weight: 300;
}

.light-22 {
  font-size: 22px;
  font-weight: 300;
}

.light-26 {
	font-size: 26px;
	font-weight: 300;
	line-height: 32px;
}

.light-34 {
  font-size: 34px;
  font-weight: 300;
}
.light-44 {
	font-size: 44px;
	font-weight: 300;
}

.normals {
	font-size: 16px;
	line-height: 23px;
	font-weight: 300;
}



.padd-5 {
	padding: 5px;
}
.padd-bot-top-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.padd-bot-top-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.padd-bot-top-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.padd-bot-top-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}


.padd-10 {
	padding: 10px;
}
.margin-bot-10 {
	margin-bottom: 15px;
}
.margin-10 {
	margin: 10px;
}
.padd-0 {
	padding: 0px;
	margin: 0px;
}
.padd-3 {
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.row-padd20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.sale-tag-new {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 8px;
    background-color: #66A606;
    text-transform: uppercase;
    color: white;
}

.sale-tag-new span {
    position: absolute;
    top: 46px;
    left: -10px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.sale-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 8px;
    background-color: #F44336;
    text-transform: uppercase;
    color: white;
}

.sale-tag span {
    font-size: 12px;
    color: #fff;
    display: block;
}

.sale-tag.venta {
background:  #8CAE38;

}

.sale-tag.oferta-super {
  width: 60px;
  height: 60px;
  background: #F77100;
  position: absolute;
  right: 10px;
  z-index: 1;
  border-radius: 30px;
  padding-top: 15px;
}

.sale-tag.oferta-super span {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  color: #fff;
  display: block;
}


.sale-heart {
  width: 36px;
  height: 36px;
  color:#666;
  background: #F2F2F2;
  /* position: absolute; */
  right: 10px;
  z-index: 1;
  border-radius: 20px;
  text-align: center;
  line-height: 38px;
  margin-left: 10px;
  display:block;
}

.sale-heart:hover {
  background: #C00;
  color:#F2F2F2;
}

.bonosuma {
  width: 106px;
  height: 44px;
  background-color: rgb(229, 80, 80);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  text-align: left;
  padding: 6px;
  color: white;
}

.bonosuma i {
    float: left;
	font-size:32px;
}

.bonosuma p {
  float: left;
  display: block;
  padding-left: 6px;
  margin-bottom: 0px;
  line-height: 14px;
  font-size: 12px;
  font-weight: 600;
}

.bonosuma p span {
  line-height: 16px;
  font-size: 18px;
  font-weight: 600;
}

.no-margin{margin:0!important}
.margin-bottom{margin-bottom:24px!important}
.margin-top{margin-top:24px!important}
.margin-left{margin-left:24px!important}
.margin-right{margin-right:24px!important}
.no-padding{padding:0!important}
.padding-bottom{padding-bottom:24px!important}
.padding-top{padding-top:24px!important}
.padding-left{padding-left:24px!important}
.padding-right{margin-right:24px!important}
.padded{margin-bottom:24px;padding-bottom:24px}
.padded-big{margin-bottom:48px;padding-bottom:48px}
.padded-huge{margin-bottom:96px;padding-bottom:48px}


.padding-variation{
	padding-top:45px;
	padding-bottom:45px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

@media (max-width: 767px) {
	.padding-variation{
	padding-top:15px;
	padding-bottom:15px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
}

.border-0 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.margin-none {
	margin: 0px;
}
.margin-bot-8 {
	margin-bottom: 8px;
	margin-top: 2px;
}


.subrayado {
	text-decoration: underline;
}

.blanco {
	color: #FFF;
}
.negro {
	color: #000;
}
.centrar {
	margin-right: auto;
	margin-left: auto;
}
.duble-line {
	display: block;
	height: 5px;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.color-line {
	display: block;
	height: 3px;
	width: 20%;
	margin-right: auto;
	margin-left: auto;
	background-color: #F06;
	margin-bottom: 30px;
	margin-top: 2px;
}
.mask {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	z-index: 10;
	width: 100%;
}


.action-control {
border: 0;
display: block;
height: auto;
padding: 5px 0 10px;
width: 100%;
}
.border-red {
	border-top-color: #F33;
	border-right-color: #F33;
	border-bottom-color: #F33;
	border-left-color: #F33;
}


.list-group-item-blanco {
	color: #FFF;
	background-color: #A8A8A8;
	display: block;
	position: relative;
	padding: 5px;
	margin-bottom: 1px;
}
.busqueda {
	background-color: #EEE;
}
.foot-bg {
	background-image: url(../archivos/line.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #27373F;
	padding-top: 35px;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.over-none {

}
.over-none:hover {
	text-decoration: none;	

}

.footer-imagen {
	background-image: url(../archivos/footer-green.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 51px;
	width: 100%;
	margin-top: 20px;
}


.redes-foot  {
	display: block;
	padding-bottom:10px;
	padding-top: 10px;
}

.redes-foot .social {
  text-align: center;
  height: 40px;
  width: 40px;
  display: block;
  text-decoration: none;
  float: left;
  margin: 6px;
  line-height: 40px;
  color: #FFF;
  background-color: #000;
  font-size: 18px;
  border-radius: 25px;
  -webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
.redes-foot .social:hover {
	text-align: center;
	display: block;
	text-decoration: none;
	background-color: #fff;
	border-radius: 25px;
	color: #E55050;
}


.redes  {
	width:auto;
	display: block;
}
.redes .social {
	text-align: center;
	height: 41px;
	width: 36px;
	display: block;
	text-decoration: none;
	padding-top: 10px;
	float: left;
}
.cds   {
	font-size: 11px;
	color: #FFF;
	float: right;
	font-family: "Trebuchet MS";
	background-image: url(../imgs/cds_gris.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 175px;
	display: block;
	background-position: left top;
	line-height: 36px;
	padding-left: 30px;
	margin-right: 10px;
}
.cds:hover {
	font-size: 11px;
	float: right;
	font-family: "Trebuchet MS";
	background-image: url(../imgs/cds.png);
	background-repeat: no-repeat;
	height: 36px;
	display: block;
	background-position: left top;
	line-height: 36px;
}



a.list-group-item-blanco:hover,
a.list-group-item-blanco:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.breadcrumb.variation {
	background-color: transparent;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-radius: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
.container.productos {
	padding-top: 25px;
}
.consulta-directa {
  padding: 8px;
  background-color: whitesmoke;
  width: 100%;
  display: block;
}



.btn-border-info{border-bottom: 3px solid #39a0bf !important;}
.btn-border-danger{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #AD2825;
}
.btn-negro {
	background-color: #000;
	color: #FFF;
}
.btn-news {
	margin-bottom: 5px;
	border-radius:0px;
}



.was {
	text-decoration: line-through;
	color: #808080;
	font-size: 24px;
	margin-right: 5px;
}
.online {
	font-size: 24px;
	margin-right: 4px;
	color: #2f353b;
}

.radius-none {
 border-radius:0px;
}

.limit {
	height: 48px;
	overflow: hidden;
}

.add-to-cart {
	background-color: #3a5c83;
	height: 35px;
	width: 40px;
	text-align: center;
	display: inline-block;
	margin-right: 2px;
}

.btn-border-success{border-bottom: 3px solid #4AA637 !important;}

.row.confirmacion {
	position: absolute;
	display: block;
	width: 100%;
	background-color: #fff;
	height: 85%;
	z-index: 1;
}
.select-num {
	width: 70px;
	margin-right: 4px;
}



.btn-default-two {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.49);
height: auto;
/* border-radius: 4px; */
/* border-top-left-radius: 4px; */
/* border-top-right-radius: 4px; */
/* border-bottom-right-radius: 4px; */
/* border-bottom-left-radius: 4px; */
/*border: 1px solid #fff;*/
-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.btn-default-two:hover,.btn-default-two:focus,.btn-default-two:active,.btn-default-two.active,.open>.dropdown-toggle.btn-default-two{color: #FFFFFF;
        background-color: rgb(154, 194, 58);
    /*border-color: #DA261D;*/
	}
	.btn-default-two:active,.btn-default-two.active,.open>.dropdown-toggle.btn-default-two{background-image:none}.btn-default-two.disabled,.btn-default-two[disabled],fieldset[disabled] .btn-default-two,.btn-default-two.disabled:hover,.btn-default-two[disabled]:hover,fieldset[disabled] .btn-default-two:hover,.btn-default-two.disabled:focus,.btn-default-two[disabled]:focus,fieldset[disabled] .btn-default-two:focus,.btn-default-two.disabled:active,.btn-default-two[disabled]:active,fieldset[disabled] .btn-default-two:active,.btn-default-two.disabled.active,.btn-default-two[disabled].active,fieldset[disabled] .btn-default-two.active{background-color:#fff;border-color:#ccc}.btn-default-two .badge{color:#fff;background-color:#333}


.btn-default-three {
    color: #fff;
    background-color: #083e4a;
    height: auto;
    border: 1px solid #124c57;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.btn-default-three:hover,.btn-default-three:focus,.btn-default-three:active,.btn-default-three.active,.open>
.dropdown-toggle.btn-default-three{color:#FFFFFF;background-color: #252B2F;border: 1px solid #0A0D0E;}
.btn-default-three:active,.btn-default-three.active,.open>.dropdown-toggle.btn-default-three{background-image:none}.btn-default-three.disabled,.btn-default-three[disabled],fieldset[disabled] .btn-default-three,.btn-default-three.disabled:hover,.btn-default-three[disabled]:hover,fieldset[disabled] .btn-default-three:hover,.btn-default-three.disabled:focus,.btn-default-three[disabled]:focus,fieldset[disabled] .btn-default-three:focus,.btn-default-three.disabled:active,.btn-default-three[disabled]:active,fieldset[disabled] .btn-default-three:active,.btn-default-three.disabled.active,.btn-default-three[disabled].active,fieldset[disabled] .btn-default-three.active{background-color:#fff;border-color:#ccc}.btn-default-three .badge{color:#fff;background-color:#333}

.btn-default-three.invert{color:#E55050;border: 1px solid #E55050;}
.btn-default-three.invert:hover{color:#fff;border: 1px solid #E55050;}

.btn-twitter {
    background: #00acee;
    border-radius: 3;
    color: #fff
}
.btn-twitter:link, .btn-twitter:visited {
    color: #fff
}
.btn-twitter:active, .btn-twitter:hover {
    background: #0087bd;
    color: #fff
}
.btn-facebook {
    background: #3b5998;
    border-radius: 3;
    color: #fff
}
.btn-facebook:link, .btn-facebook:visited {
    color: #fff
}
.btn-facebook:active, .btn-facebook:hover {
    background: #30477a;
    color: #fff
}
.btn-googleplus {
    background: #e93f2e;
    border-radius: 3;
    color: #fff
}
.btn-googleplus:link, .btn-googleplus:visited {
    color: #fff
}
.btn-googleplus:active, .btn-googleplus:hover {
    background: #ba3225;
    color: #fff
}

.btn-youtube {
    background: #e93f2e;
    border-radius: 3;
    color: #fff
}
.btn-youtube:link, .btn-youtube:visited {
    color: #fff
}
.btn-youtube:active, .btn-youtube:hover {
    background: #ba3225;
    color: #fff
}

.btn-stumbleupon {
    background: #f74425;
    border-radius: 3;
    color: #fff
}
.btn-stumbleupon:link, .btn-stumbleupon:visited {
    color: #fff
}
.btn-stumbleupon:active, .btn-stumbleupon:hover {
    background: #c7371e;
    color: #fff
}
.btn-linkedin {
    background: #0e76a8;
    border-radius: 3;
    color: #fff
}
.btn-linkedin:link, .btn-linkedin:visited {
    color: #fff
}
.btn-linkedin:active, .btn-linkedin:hover {
    background: #0b6087;
    color: #fff
}





.btn-twitter-two {
    background: #fff;
    border-radius: 3;
    color: #00acee;
	border: 1px solid #00acee;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.btn-twitter-two:link, .btn-twitter-two:visited {
    color: #fff
}
.btn-twitter-two:active, .btn-twitter-two:hover {
    background: #0087bd;
    color: #fff
}
.btn-facebook-two {
    background: #fff;
    border-radius: 3;
    color: #3b5998;
	border: 1px solid #3b5998;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.btn-facebook-two:link, .btn-facebook-two:visited {
   /* color: #fff*/
}
.btn-facebook-two:active, .btn-facebook-two:hover {
    background: #30477a;
    color: #fff
}
.btn-googleplus-two {
    background: #fff;
    border-radius: 3;
    color: #e93f2e;
	border: 1px solid #e93f2e;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.btn-googleplus-two:link, .btn-googleplus-two:visited {
    color: #fff
}
.btn-googleplus-two:active, .btn-googleplus-two:hover {
    background: #ba3225;
    color: #fff
}








@media (max-width:767px){
.limite-horizontal{
	display:block;
	position:relative;
	max-width:380px;
	margin:0 auto;
} 
}

.product-col {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    /*box-shadow: #CCCCCC 1px 1px 3px;*/
    padding: 0px;
	background-color: #FFFFFF;
}

.product-col.over {
	overflow: hidden;
	position: relative;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
}
.product-col.over:hover {
}

.product-col .image {
    position: relative;
}

.product-col .caption {
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.73);
    position: absolute;
    width: 100%;
    bottom: 0px;
    text-align: right;
}

.product-col h2 {
	margin-top: 8px;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 5px;
	height: 40px !important;
	line-height: 20px;
}
.product-col h2.limit {
	height: 60px;
	overflow: hidden !important;
	display: block;
	font-size: 16px;
}


.product-head {
	font-size: 21px;
	color: #0DA2E2;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	line-height: 32px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0DA2E2;
	font-weight: 600;
}

.price span.price-new {
    color: #6D6D6D;
    font-size: 20px;
    padding-right: 5px;
}
.price span.price-old {
font-size: 18px;
color: #808080;
text-decoration: line-through;
}

.price span.price-grey {
	font-size: 20px;
	color: #999;
}
.price {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
    background-color: #ededed;
    padding: 4px;
	text-align: right;
}

.product-col .btn-cart {
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	border-radius:0px;
	background-color: #026585;
}

.product-col .btn-cart:hover {
color: #fff;
background: #2f353b;
}

.product-col .btn-ampliar {
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	border-radius:0px;
	background-color: #00A0E5;
}

.product-col .btn-ampliar:hover {
color: #fff;
background: #2f353b;
}
.product-col .cart-button {
	padding: 2px;
}

.product-col .max {
	max-width: 218px;
}

.color-details {
	margin-top: 14px;
}
.menu-alimentos.blanco li {
	margin-bottom: 7px;
	background-color: #333;
}
.menu-alimentos.blanco li a {
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 8px;
	display: block;
	text-transform: uppercase;
	color: #FFF;
}
.menu-alimentos.blanco .active {
	background-color: #D9534F;
}



.swatches {
	margin: 0.5em 0;
	padding-left: 0;
}
.swatches li {
	border: 2px solid #FFFFFF;
	display: inline-block;
	margin: 2px 1px;
	vertical-align: top;
	list-style: none;
}
.swatches .selected, .swatches li:hover {
	border: 2px solid #B2B2B2;
}
.swatches a {
	background-position: center center;
	background-repeat: no-repeat;
	border: 2px solid #FFFFFF;
	box-shadow: 1px 1px 2px #C5C5C5;
	display: block;
	height: 33px;
	text-align: center;
	transition: all 0.25s ease 0s;
	width: 33px;
}
.swatches a img {
	height: 29px;
	width: 29px;
}

.section-title {
	font-size: 18px;
	margin-bottom: 25px;
	color: #FFF;
	background-image: url(../imgs/divisor.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 25px;
	margin-right: 0px;
	text-align: center;
	height: 99px;
	line-height: 99px;
	padding: 0px;
}
.section-title-pago {
  font-size: 18px;
  margin-bottom: 25px;
  color: #FFF;
  background-image: url(../imgs/divisor.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 25px;
  margin-right: 0px;
  text-align: center;
  height: 99px;
  line-height: 19px;
  padding: 0px;
  padding-top: 30px;
}
.linea-titulo {
	margin-bottom: 0px;
	background-image: url(../imgs/line-1.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	margin-right: 0px;
	height: 99px;
	line-height: 99px;
	padding: 0px;
	width: 100%;
}
.linea-titulo .cate {
	line-height: 46px;
	float: left;
	display: block;
	margin-top: 26px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #E6E6E6;
	color: #333;
	height: 46px;
}
.linea-titulo .tipo {
	line-height: 46px;
	float: right;
	display: block;
	margin-top: 26px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #F14141;
	color: #FFF;
	height: 46px;
}

.satisfy {
	font-size: 34px;
	font-family: 'Satisfy', cursive;
	margin-bottom: 25px;
	color: #09C;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
}
.sucursal {
	background-image: url(../imgs/sucursal-marker.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 84px;
	padding-top: 1px;
}


.google_maps {
	text-decoration: none;
	width: 100%;
	height: 500px;
	float: left;
}


.feature-wrap i {
	font-size: 34px;
	height: 80px;
	width: 80px;
	border-radius: 100%;
	line-height: 80px;
	text-align: center;
	background: #019EE1;
	color: rgba(255, 255, 255, 1);
	border: 2px solid #ffffff;
	box-shadow: inset 0 0 0 5px #3EB7EA;
	-webkit-box-shadow: inset 0 0 0 5px #0490CB;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: auto;
	display: block;
}
.feature-wrap:hover i{
background: #E4A728;
color: #fff;
box-shadow: inset 0 0 0 5px ##E4A728;
-webkit-box-shadow: inset 0 0 0 5px #E4A728;
border: 3px solid #E4A728;
}

.feature-wrap h3 {
	font-size: 15px;
	color: #787878;
	font-weight: 300;
	line-height: 24px;
	margin-top:7px;
}

.feature-wrap h2 {
	margin-top: 15px;
}

.redes-head  {
	display: block;
	padding-bottom:5px;
	padding-top: 9px;
}

.redes-head .social {
	text-align: center;
	height: 30px;
	width: 30px;
	display: block;
	text-decoration: none;
	float: left;
	margin-right: 4px;
	margin-left: 4px;
	line-height: 30px;
	color: #FFF;
	background-color: #000;
	font-size: 14px;
	border-radius: 15px;
}
.redes-head .social:hover {
	text-align: center;
	display: block;
	text-decoration: none;
	background-color: #fff;
	color: #E55050;
}
.button-medium{
	font-size:16px;
	text-transform:none;
}


ul.social-buttons li a {
	display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 15px;
    line-height: 30px;
    outline: 0;
    color: #303942;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    margin-top: 10px;
    background-color: #E2E2E2;
}

ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
  background-color: #fff;
  color:#94D05F;
}

.breadcrumb.personal {
  padding: 8px 5px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
  border-bottom: 1px;
  border-bottom-color: rgb(231, 231, 231);
  border-bottom-style: solid;
}

.shadow {
	background-image: url(../imgs/shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 8px;
	width: 100%;  
}

.box-categorias{
	background-color: #fff;
	padding-bottom: 4px;
}
.titulo-categorias {
    font-size: 24px;
    font-weight: bold;
    /* text-transform: uppercase; */
    color: #000400;
    border-bottom: 3px solid #DCDCDC;
    display: block;
    margin: 0px 7px;
    padding-top: 20px;
    margin-bottom: 14px;
    padding-bottom: 4px;
}
.titulo-categorias:hover, .titulo-categorias:focus{
	text-decoration: none;
	color:#000400;
}

.titulo-categorias span.pull-right{
	margin-right: 10px;
	color: #9AC23A;
}
.categoria span.pull-right{
	margin-right: 10px;
	color: #8BC34A;
	font-size: 8px;
	position: relative;
	top: 3px;
}
.categoria { 
  font-size: 14px; 
  font-weight: bold; 
  text-transform: uppercase; 
  color: #083e4a;
  border-bottom: 1px solid #eeeae9; 
  display: block; 
  margin: 0px 7px;
  padding-bottom: 13px; 
  padding-top: 8px; 
  margin-bottom: 6px;
}
.categoria:hover, .categoria:focus{
	text-decoration: none;
	color:#000400;
}
.subcategoria { 
  font-size: 13px; 
  font-weight: 500;
  color: #000400; 
  display: block; 
  margin: 0px 7px; 
  background-color: #F8F8F8; 
  padding: 12px; 
  margin-bottom: 2px;
}
.subcategoria:hover, .subcategoria:focus{
	text-decoration: none;
	color:#000400;
	background-color: #e0e0e0;
}


.posts-shares {
float:left;
width:100%;
}

.share-buttons {
width:100%;
padding-top:40px;
border-bottom:1px solid #ededed;
display:inline-block;
padding-bottom:20px;
margin:0;
}

.share-buttons h5 {
float:left;
text-align:center;
font-size:12px;
letter-spacing:1px;
text-transform:uppercase;
margin-bottom:25px;
color:#161616;
position:relative;
font-weight:700;
margin-right:20px;
}

.single-post .comments-lovepost {
margin-top:3px;
}

.social-shares {
display:block;
padding:0;
}

.social-shares ul {
list-style:none;
margin:0;
padding:0;
}

.social-shares ul li {
float:left;
list-style:none;
margin:0 0 10px;
padding:0;
}

.social-shares ul li a {
display:block;
float:left;
color:inherit;
background-image:none;
line-height:23px;
font-size:.9em;
margin:0 15px 0 0;
}

.social-shares ul li a:hover i {
background:#EDB44D;
}

.share-pinterest {
background-image:none!important;
}

.social-shares ul li i {
display:inline-block;
font-size:14px;
background-color:#E2E2E2;
color:#FFF;
margin-right:7px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
width:30px;
height:30px;
text-align:center;
vertical-align:middle;
line-height:30px;
}

.img-mask {
    background-size: cover;
    background-position: center center;
    display: block;
}

.bg-propiedades {
    background-size: cover;
    background-position: center center;
    display: block;
	background-image:url(../imgs/propiedades-bg.jpg);
}

.bg-superior {
	background-size: cover;
	background-position: center center;
	display: block;
	background-image: url(../imgs/bg-azul.jpg);
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left:15px;
	padding-right:15px;
}

@media (max-width: 767px){
.bg-superior {
	padding-top: 25px;
	padding-bottom: 25px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
}

@media only screen and (min-width: 640px) { .whatsapp{ display:none !important; } }


.divider {
    width: 40px;
    height: 2px;
    padding: 0;
    margin: 27px auto 34px;
    background: #3c6e79;
    border: none;
}

.divider-lg {
    width: 80px;
    height: 3px;
    margin: 30px auto 30px;
}

h2 + .divider-lg {
    margin-top: 15px;
}

.title-section {
	font-size:32px;
	line-height:38px;
}

@media (max-width: 767px) {
.title-section {
	font-size:20px;
	line-height:26px;
}

}

.title:before {
    content: url(../imgs/title-before.png);
    display: block;
    float: left;
}