body {
/*font-family: 'Lato', sans-serif;*/
font-family: 'Quicksand', sans-serif;
color:#453f3b;
}

.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;
}
.cabecera {
	background-image: url(../imgs/cabeceras/1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 130px;
	background-size: cover;
}

@media (max-width: 767px) {
.cabecera {
	height: 54px;
}
}

.azul {
	color: #032242;
}

.verde {
	color: #939B08;
}

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

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

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

.verde-log {
    color: #8cc928;
}

.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: #ff2342;
}

.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: 22px;
}

.font-15 {
	font-size: 15px;
	line-height: 25px;
}

.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;
}

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

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

.inicio {
	height: 100vh;
	min-height: 300px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	/*opacity: 0;*/
	background-position: center center;
	background-size: cover;
}


.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;
}






.footer-bg {
	background-color:#163640 ;
	background-repeat: repeat-x;
	background-position: left top;
}



.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: #525e66;
}

.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;
}



.margin-bot-5 {margin-bottom: 5px;}
.margin-bot-8 {margin-bottom: 8px;}
.margin-bot-10 {margin-bottom: 10px !important;}
.margin-bot-15 {margin-bottom: 15px;}
.margin-bot-20 {margin-bottom: 20px;}
.margin-bot-top-5 {margin-bottom: 5px; margin-top: 5px;}
.margin-bot-top-8 {margin-bottom: 8px; margin-top: 8px;}
.margin-bot-top-10 {margin-bottom: 10px; margin-top: 10px;}
.margin-bot-top-15 {margin-bottom: 15px; margin-top: 15px;}
.margin-bot-top-20 {margin-bottom: 20px; margin-top: 20px;}
.margin-none {margin: 0px;}
.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}
.padd-3 {padding: 3px;}
.padd-5 {padding: 5px;}
.padd-bot-5 {padding-bottom: 5px;}
.padd-bot-top-5 {padding-top: 5px;padding-bottom: 5px;}
.padd-10 {padding: 10px;}
.padd-20 {padding: 20px;}
.padd-15 {padding: 15px;}
.padd-bot-10 {padding-bottom: 10px !important;}
.padd-bot-top-10 {padding-top: 10px;padding-bottom: 10px;}
.padd-bot-15 {padding-bottom: 15px;}
.padd-bot-top-15 {padding-top: 15px;padding-bottom: 15px;}
.padd-bot-20 {padding-bottom: 20px;}
.padd-bot-top-20 {padding-top: 20px;padding-bottom: 20px;}
.padd-none {padding: 0px;}

.radius-3 {border-radius:3px !important;}
.radius-5 {border-radius:5px !important;}
.radius-9 {border-radius:9px !important;}
.radius-none {border-radius:0px !important;}

.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;
    background-image: url(../imgs/cds_gris.png);
    background-repeat: no-repeat;
    height: 36px;
    display: block;
    background-position: left top;
    line-height: 36px;
    padding-left: 30px;
    /* margin-right: 10px; */
}
.cds:hover {
    font-size: 11px;
    background-image: url(../imgs/cds.png);
    background-repeat: no-repeat;
    height: 36px;
    display: block;
    background-position: left top;
    line-height: 36px;
	color:#06F;
}


@media (max-width: 767px){
.cds   {
    float: none;
}
}

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: rgb(154, 194, 58);
	-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: #f1bd03;
    /*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-whatsapp {
    color: #FFFFFF;
    background-color: #189d0e;
    border-color: #189d0e;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    border: solid 1px #189d0e;
    font-weight: 500;
}
.btn-whatsapp:hover, .btn-whatsapp:focus, .btn-whatsapp:active, .btn-whatsapp.active, .open>.dropdown-toggle.btn-whatsapp {
    color: #189d0e;
    background-color: rgb(255, 255, 255);
}


.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: #301312;
    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: #ede9e6;
    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 {
	padding-left:0px;
}

ul.social-buttons li a {
    text-align: center;
    display: block;
    width: 30px;
    height: 30px;
    /*border-radius: 100%;*/
    font-size: 15px;
    line-height: 30px;
    outline: 0;
    color: #8a4a31;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    margin-top: 10px;
    background-color: #f1f1f1;
}

ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
	background-color: #8a4a31;
	color: #ffffff;
}

.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-naranja.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 {
    display: block;
    float: left;
    border-bottom: solid 3px #F44336;
    width: 100px;
    position: absolute;
    content: '';
    bottom: 0;
}


.bg-footer {
    display: block;
    background-color: #ede9e6;
    padding-top: 120px;
    padding-bottom: 15px;
    background-image: url(../imgs/footer_img.jpg);
    background-size: cover;
    background-position: top center;
	position:relative;
}

.bg-footer:after {
    content: '';
    height: 60px;
    width: 100%;

    position: absolute;
    top: 0;
    background-color: #ede9e6;
    box-shadow: inset 18px 80px 50px -45px rgb(255, 255, 255), 0px 0px 0px 0px rgb(0, 0, 0);
    -webkit-box-shadow: inset 18px 80px 50px -45px rgb(255, 255, 255), 0px 0px 0px 0px rgb(0, 0, 0);
    -moz-box-shadow:inset 18px 80px 50px -45px rgb(255, 255, 255), 0px 0px 0px 0px rgb(0, 0, 0);
    -o-box-shadow: inset 18px 80px 50px -45px rgb(255, 255, 255), 0px 0px 0px 0px rgb(0, 0, 0);
}

.lp-home-banner-contianer-inner {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}

.lp-home-banner-contianer-inner h1 {
    margin-top: 10px;
    margin-bottom: 15px;
	color:#FFF;
	font-size:40px;
	font-weight:bold;
}

.lp-banner-browse-txt {
    font-size: 18px;
	color:#FFF;
}

@media (max-width: 768px) {
.lp-home-banner-contianer-inner .col-md-12.col-sm-12.text-center h1 {
    font-size: 33px;
	margin-top:0px;
}

.lp-banner-browse-txt {
    font-size: 17px;
	color:#FFF;
}

}

.busqueda-index .form-group {
    margin-bottom: 0px;
}

.busqueda-index {
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 6px;
	padding-bottom: 0px;
	padding-top: 0px;
	border: solid 1px rgba(66, 64, 64, 0.14);
	padding: 6px;
	margin-top: 15px;
}




.titulo-seccion {
	font-size: 37px;
	font-weight: bold;
	line-height: 38px;
	margin-bottom:5px;
	color:#301312;

}

@media (max-width: 768px){
.titulo-seccion {
	font-size:28px;
	margin-bottom:0px;

}
}

.modulo-novedades {
	padding-top: 50px;

}

@media (max-width: 768px){
.modulo-novedades {
	padding-top: 25px;

}
}

.modulo-novedades .col-content {
	border-radius: 9px;
	overflow:hidden;
}

@media (max-width: 768px){
.modulo-novedades .col-content {
	max-height: 180px;

}
.modulo-novedades .col-content.destacada {
	max-height: 260px;

}
}

.modulo-novedades .col-content .titulo {
	width:75%;
}

.modulo-novedades .col-content .titulo a {
    color: #FFF;
}

.modulo-novedades .col-content .titulo a:hover {
	color:#ffbf01;
}

.modulo-novedades .col-content .titulo1 {
	font-size:29px;
}

.modulo-novedades .col-content .titulo2 {
	font-size:17px;
	line-height: 22px;
}

.modulo-novedades .col-content .texto {
	font-size:15px;
	line-height:21px;
	color:#FFF;
	width:75%;
}

@media (max-width: 768px){

.modulo-novedades .col-content .titulo {
	width:86%;
}


.modulo-novedades .col-content .titulo1 {
	font-size:24px;
	line-height:29px;
}

.modulo-novedades .col-content .titulo2 {
	font-size:18px;
}
}

.modulo-novedades .margin-fix {
	margin-bottom:22px
}

.modulo-novedades .col-content .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 15px;
	background: rgba(210,255,82,0);
	background: -moz-linear-gradient(top, rgba(210,255,82,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(210,255,82,0)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(210,255,82,0) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(210,255,82,0) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(210,255,82,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(210,255,82,0) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#000000', GradientType=0 );
	margin: 15px 15px;
	z-index:999;
	border-radius: 0px 0px 9px 9px;
	margin-bottom: 0px;
}

@media (max-width: 768px){
.limite-horizontal {
    display: block;
    position: relative;
    max-width: 410px;
    margin: 0 auto;
    clear: both;
}
}

@media (max-width: 410px){
.limite-horizontal {
    display: block;
    position: relative;
    max-width: 410px;
    margin: -15px !important;
    margin-bottom: 10px !important;
    margin-top: 0px !important;
    clear: both;
}
}

.box-imagen {
    position: relative;
}

.mask-imagen {
    color: #FFF;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    position: absolute;
    letter-spacing: 3px;
    height: 100%;
    width: 100%;
    top: 0px;
    z-index: 1;
    box-shadow: inset 0px 0px 40px #000;
    -webkit-box-shadow: inset 0px 0px 40px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: inset 0px 0px 40px rgba(0, 0, 0, 0.24);
}
/*---------------- MAS NOVEDADES ---------------*/

.modulo-novedades .col-content .titulo3 {
    font-size: 16px;
    line-height: 22px;
    width: 90%;
    margin-top: 14px;
    margin-left: 8px;
	height:64px;
	overflow:hidden;
}

.modulo-novedades .col-content .titulo3 a {
	color:#000;
}

.box-imagen-mas {
    position: relative;
    border-radius: 9px;
    overflow: hidden;
}


@media (max-width: 768px){
.box-imagen-mas {
    max-height: 180px;
}

.col-content.mas {
	max-height: 100%!important;
}
}

.mask-imagen-mas {
    color: #FFF;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    position: absolute;
    letter-spacing: 3px;
    height: 100%;
    width: 100%;
    top: 0px;
    z-index: 1;
	border-radius:9px;
	overflow:hidden;
}

.modulo-novedades .col-content .overlay-mas {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 15px;
	background: rgba(210,255,82,0);
	background: -moz-linear-gradient(top, rgba(210,255,82,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(210,255,82,0)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(210,255,82,0) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(210,255,82,0) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(210,255,82,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(210,255,82,0) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#000000', GradientType=0 );
	z-index:999;
	border-radius: 0px 0px 9px 9px;
	margin-bottom: 0px;
	min-height:45px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #59903e;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #73b740;
    border-color: #6cab3e;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #73b740;
    background-color: #eee;
    border-color: #ddd;
}

/*---------------- NOTAS INTERES ---------------*/

.modulo-notas {
	padding-top: 50px;
	padding-bottom:20px;

}

@media (max-width: 768px){
.modulo-notas {
	padding-top: 25px;

}
}

.modulo-notas .col-content {
    border-radius: 9px;
    overflow: hidden;
    border: solid 1px #dadada;
}

@media (max-width: 768px){

}

.modulo-notas .col-content .titulo {
	width:96%;
}

.modulo-notas .col-content .titulo a {
    color: #6da216;
}

.modulo-notas .col-content .titulo a:hover {
	color:#ffbf01;
}

.modulo-notas .col-content .titulo1 {
	font-size:20px;
	margin-top: 7px;
	line-height:26px;
	height:52px;
	overflow:hidden;
}

.modulo-notas .col-content .titulo2 {
	font-size:17px;
	line-height: 22px;
}

.modulo-notas .col-content .texto {
	font-size:15px;
	line-height:21px;
	width:89%;
}

@media (max-width: 768px){

.modulo-notas .col-content .titulo {
	width:98%;
}


.modulo-notas .col-content .titulo1 {
	font-size:20px;
	line-height:29px;
}

.modulo-notas .col-content .titulo2 {
	font-size:18px;
}
}

.modulo-notas .margin-fix {
	margin-bottom:22px
}

.modulo-notas .col-content .overlay {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 15px;
    /* margin: 15px 15px; */
    z-index: 999;
    border-radius: 0px 0px 9px 9px;
    margin-bottom: 0px;
    background-color: #fff;
    margin-top: -40px;
}

/*-------------- CATEGORIAS ---------------------*/


.modulo-categorias{
	background-image:url(../imgs/prestadores.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
    /*background-color: #73b30a;*/
    padding-bottom: 50px;
	padding-top: 40px;
    border-top: solid 4px white;
}

@media (max-width: 768px){
.modulo-categorias{
    padding-bottom: 30px;
	padding-top: 20px;
}
}

.modulo-categorias-lista {
	padding-top: 50px;

}

@media (max-width: 768px){
.modulo-categorias-lista {
	padding-top: 25px;

}
}

.modulo-categorias-lista .titulo-cat {
    font-size: 20px;
    margin: 0px;
    margin-bottom: 5px;

}
@media (max-width: 768px){
.modulo-categorias-lista .titulo-cat {
    font-size: 18px;

}
}

/* ------------ RESULTADOS ---------------*/

.modulo-resultados {
	padding-top: 50px;
	padding-bottom:30px;

}

@media (max-width: 768px){
.modulo-resultados {
	padding-top: 25px;

}
}

.texto-info {
	font-size:14px;
	line-height:21px;
}
.texto-titulo {
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 7px;
    margin-top: 5px;
    font-weight: 500;
	color: black;
}
.separator-line {
    margin-bottom: 8px;
    padding: 0;
    margin-top: 8px;
    margin-right: 0;
    margin-left: 0;
    display: block;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #E5E5E5;
    float: left;
}
@media (max-width: 767px) {
	.texto-titulo {
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 3px;
		margin-top: 0px;
		font-weight: 500;
	}
	.datos-complejo p {
		font-size:13px;
		line-height:18px;
		margin-bottom:0px !important;
	}
	.div-left {
		padding-right: 0px;		
	}
}

.bread-ct li {
    display: table-cell;
    background-image: url(../imgs/chevron-bread.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 18px;
    font-size: 12px;
}

.bread-ct li:last-child {
    background-image: none;
}

.bread-ct li a {
    color: #666;
    letter-spacing: -0.37;
}

.lista-filtros .filtro-label {
    font-size: 13px;
    /* letter-spacing: -0.37px; */
    color: #6f6f6f;
    padding: 0 0 2px 0;
    line-height: 20px;
    font-weight: 500;
    margin-right: 9px;
}

.lista-checkbox input[type=checkbox], .lista-checkbox input[type=radio] {
    margin-right: 6px;
    margin-top: 2px;
    width: 18px;
    height: 18px;
}



/* Contact Form */

	#contact .inner{
		padding-bottom:68px;
	}

	#contact .contact{
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

	input,textarea,button{
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	#contact .contact form .form{
		width:100%;
		height: auto;
		padding:8px 8px 8px;
		font-size:14px;
		margin-bottom:18px;
		color:#7f7f7f;
		letter-spacing: 0.5px;
	}

	.light-form{
		background:#fafafa;
		border:1px solid #eeeeee;
	}

	.dark-form{
		background-color:transparent;
		border:1px solid #2e2e2e;
	}

	#contact .contact form .textarea{
		height: 150px;
		max-width: 100%;
		max-height: 201px;
	}

	#contact .contact form button.contact-form-button{
	margin-bottom:0;
	background-color: #783c20;
	color: #FFF;
	padding: 8px 14px;
	}

	#subscribe form .subscribe-form{
		width:100%;
		height: auto;
		padding:15px 15px 12px;
		font-size:18px;
		margin-bottom:18px;
		color:#7f7f7f;
		letter-spacing: 0.5px;
	}

/* Actives, Focuses and Rollovers */

	#contact .contact form .form:active,
	#contact .contact form .form:focus{
		outline: none;
	}

	#contact .contact form button.contact-form-button:hover{
	color:white;
	background-color: #000;
	}

	#contact .contact form .light-form:hover{
		border-color:#dadada;
	}


/*---------------- CSS ESPECIAL PAYES ---------------------*/

a.fa.fa-angle-down {
    padding: 10px 15px;
    color: #fff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    font-size: 24px;
    margin-top: 50px;
    transition: all 0.5s;
    background-color: rgba(255, 255, 255, 0.2);
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 15px 15px;
    font-size: 18px;
    /* line-height: 20px; */
    display: block;
}

.bajar {
    text-align: center;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: -140px;
    z-index: 999;
    position: absolute;
    /* height: 90px; */
}

.bajar .fa.fa-angle-down {
    padding: 10px 15px;
    color: #89482e;
    border: 2px solid #89482e;
    border-radius: 50%;
    font-size: 24px;
    transition: all 0.5s;
    background-color: rgba(255, 255, 255, 0.2);
}


.modulo-empresa {
	position:relative;
	padding-top:100px;
	padding-bottom:0px;
	background-image:url(../imgs/bg-empresa.jpg);
	background-position:left center;
    background-repeat:no-repeat;
	background-size: contain;
}

@media (max-width: 767px) {
.modulo-empresa {
	padding-top:60px;
	padding-bottom:0px;
	background-size: cover;
	background-position: -600px 0px;
	

}

}

.modulo-produccion {
	position:relative;
	background-color: #ede9e6;
	padding-top:160px;
	padding-bottom:160px;
	background-image:url(../imgs/bg-alfajor.jpg);
	background-position:left 250px;
  background-repeat:no-repeat;
}

@media (max-width: 767px) {
.modulo-produccion {
	padding-top:60px;
	padding-bottom:60px;
	background-position:left 100px;

}

}

.modulo-produccion:after {
    content: '';
    height: 60px;
    width: 100%;

    position: absolute;
    top: 0;
    background-color: #ede9e6;
    box-shadow: inset 18px 80px 50px -45px rgb(255, 255, 255), 0px 0px 0px 0px rgb(0, 0, 0);
    -webkit-box-shadow: inset 18px 80px 50px -45px rgb(255, 255, 255), 0px 0px 0px 0px rgb(0, 0, 0);
    -moz-box-shadow:inset 18px 80px 50px -45px rgb(255, 255, 255), 0px 0px 0px 0px rgb(0, 0, 0);
    -o-box-shadow: inset 18px 80px 50px -45px rgb(255, 255, 255), 0px 0px 0px 0px rgb(0, 0, 0);
}

.modulo-produccion:before {
    content: '';
    height: 60px;
    width: 100%;

    position: absolute;
    bottom: 0;
    background-color: #fff;
    box-shadow: inset 18px 80px 50px -45px rgb(237, 233, 230), 0px 0px 0px 0px rgb(0, 0, 0);
    -webkit-box-shadow: inset 18px 80px 50px -45px rgb(237, 233, 230), 0px 0px 0px 0px rgb(0, 0, 0);
    -moz-box-shadow: inset 18px 80px 50px -45px rgb(237, 233, 230), 0px 0px 0px 0px rgb(0, 0, 0);
    -o-box-shadow: inset 18px 80px 50px -45px rgb(237, 233, 230), 0px 0px 0px 0px rgb(0, 0, 0);
}


.modulo-contacto {
	position:relative;
	padding-top:100px;
	padding-bottom:130px;
	/*background-image:url(imgs/bg-empresa.jpg);*/
	background-position:left center;
    background-repeat:no-repeat;
	background-size: contain;
}

@media (max-width: 767px) {
.modulo-contacto {
	padding-top:60px;
	padding-bottom:60px;
	background-size: cover;
	background-position: -600px 0px;
}

}


.modulo-producto {
	position:relative;
	padding-top:100px;
	padding-bottom:130px;
	/*background-image:url(imgs/bg-empresa.jpg);*/
	background-position:left center;
    background-repeat:no-repeat;
	background-size: contain;
}

@media (max-width: 767px) {
.modulo-producto {
	padding-top:60px;
	padding-bottom:60px;
	background-size: cover;
	background-position: -600px 0px;
}

}



 
/*---------------- CSS ESPECIAL PAYES ---------------------*/