body {
	font-family: 'Lato', sans-serif;
background-color:#fff;
font-size:16px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {

    font-family: 'Kanit', sans-serif;
}

p {
font-family: 'Lato', 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;
}	

    .content-section {
      padding-top: 30px;
	  padding-bottom:30px;
    }

@media(min-width:767px) {

    .content-section {
      padding-top: 50px;
	  padding-bottom:50px;
    }
}

.empresa{
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#fff;
	background-image:url(../imgs/bg-empresa.jpg);
	background-position:center right;
}

.empresa h2{
	font-size:23px;
	color:#333333;
	font-weight:700;
	padding-bottom:12px;
}

.empresa p{
	font-size:15px;
	color:#777777;
	padding-bottom:10px;
}

.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: linear-gradient(135deg, #c70307, #840709);
	height:auto;
	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:#d6d6d6 ;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top:60px;
	padding-bottom:50px;
}
.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;
	display:none;
    /* 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;}
.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-30 {padding: 30px;}
.padd-40 {padding: 40px;}
.padd-50 {padding: 50px;}
.padd-bot-10 {padding-bottom: 10px;}
.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;}
.radius-5 {border-radius:5px;}
.radius-9 {border-radius:9px;}
.radius-none {border-radius:0px;}

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

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

.tag-gral {
	font-size:14px;
	font-weight:700;
    text-transform: uppercase;
    color: black;
	margin-top:8px;
	margin-bottom:4px;
}

.precio {
	font-size:26px;
	font-weight:400;
    color: black;
	margin-bottom:4px;
	line-height: 30px;
}

.descripcion-gral {
	font-size:14px;
	font-weight:700;
    color: #555;
	margin-bottom:4px;
	line-height: 16px;
}

.direccion-gral {
	font-size:15px;
	font-weight:400;
    color: #111;
	margin-top:0px;
	line-height: 18px;
	overflow: hidden;
	margin-bottom: 5px;
	height: 36px;
	width: 65%;
}

.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   {
	color: #545454;
	font-size: 11px;
	float: right;
	height: 36px;
	display: block;
	background-position: left top;
	line-height: 36px;
}
.cds:hover {

}



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


.btn-default-two {
    color: #FFFFFF;
    background-color: rgb(1 171 188);
    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: #696b68;
    height: auto;
    border: 1px solid #696b68;
    -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: #c5c5c5;
    border: 1px solid #b9b9b9;}
.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-propiedades {
    color: #fff;
    background-color: #61a935;
    height: auto;
    border: 1px solid #61a935;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	padding: 4px 8px;
    margin-top: 2px;
}
.btn-propiedades:hover,.btn-propiedades:focus,.btn-propiedades:active,.btn-propiedades.active,.open>
.dropdown-toggle.btn-propiedades{color:#FFFFFF;background-color: #b31210;
    border: 1px solid #471715;}
.btn-propiedades:active,.btn-propiedades.active,.open>.dropdown-toggle.btn-propiedades{background-image:none}.btn-propiedades.disabled,.btn-propiedades[disabled],fieldset[disabled] .btn-propiedades,.btn-propiedades.disabled:hover,.btn-propiedades[disabled]:hover,fieldset[disabled] .btn-propiedades:hover,.btn-propiedades.disabled:focus,.btn-propiedades[disabled]:focus,fieldset[disabled] .btn-propiedades:focus,.btn-propiedades.disabled:active,.btn-propiedades[disabled]:active,fieldset[disabled] .btn-propiedades:active,.btn-propiedades.disabled.active,.btn-propiedades[disabled].active,fieldset[disabled] .btn-propiedades.active{background-color:#fff;border-color:#ccc}.btn-propiedades .badge{color:#fff;background-color:#333}



.btn-buscador {
    color: #fff;
    height: auto;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006134+0,008e3e+100 */
background: rgb(0,97,52); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,97,52,1) 0%, rgba(0,142,62,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,97,52,1) 0%,rgba(0,142,62,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,97,52,1) 0%,rgba(0,142,62,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006134', endColorstr='#008e3e',GradientType=0 ); /* IE6-9 */
}
.btn-buscador:hover,.btn-buscador:focus,.btn-buscador:active,.btn-buscador.active,.open>
.dropdown-toggle.btn-buscador{color:#FFFFFF;background: #111;
    border: 1px solid #111;}
	
.btn-buscador:active,.btn-buscador.active,.open>.dropdown-toggle.btn-buscador{background-image:none}.btn-buscador.disabled,.btn-buscador[disabled],fieldset[disabled] .btn-buscador,.btn-buscador.disabled:hover,.btn-buscador[disabled]:hover,fieldset[disabled] .btn-buscador:hover,.btn-buscador.disabled:focus,.btn-buscador[disabled]:focus,fieldset[disabled] .btn-buscador:focus,.btn-buscador.disabled:active,.btn-buscador[disabled]:active,fieldset[disabled] .btn-buscador:active,.btn-buscador.disabled.active,.btn-buscador[disabled].active,fieldset[disabled] .btn-buscador.active{background-color:#fff;border-color:#ccc}.btn-buscador .badge{color:#fff;background-color:#333}


.btn-dejanos {
    color: #fff;
    background-color: #61a935;
    height: auto;
    border: 0px solid #61a935;
    padding: 1.0em 2em;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    /* padding: 4px 8px; */
    margin-top: 8px;
    font-weight: 500;
    background: linear-gradient(135deg, #c70307, #840709);
}
.btn-dejanos:hover,.btn-dejanos:focus,.btn-dejanos:active,.btn-dejanos.active,.open>
.dropdown-toggle.btn-dejanos{color:#FFFFFF;background: linear-gradient(135deg, #840709, #c70307);}
.btn-dejanos:active,.btn-dejanos.active,.open>.dropdown-toggle.btn-dejanos{}.btn-dejanos.disabled,.btn-dejanos[disabled],fieldset[disabled] .btn-dejanos,.btn-dejanos.disabled:hover,.btn-dejanos[disabled]:hover,fieldset[disabled] .btn-dejanos:hover,.btn-dejanos.disabled:focus,.btn-dejanos[disabled]:focus,fieldset[disabled] .btn-dejanos:focus,.btn-dejanos.disabled:active,.btn-dejanos[disabled]:active,fieldset[disabled] .btn-dejanos:active,.btn-dejanos.disabled.active,.btn-dejanos[disabled].active,fieldset[disabled] .btn-dejanos.active{background-color:#fff;border-color:#ccc}.btn-dejanos .badge{color:#fff;background-color:#333}


.btn-comun {
    color: #fff;
    height: auto;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    /* padding: 4px 8px; */
    font-weight: 500;
    background: linear-gradient(135deg, #c70307, #840709);
}
.btn-comun:hover,.btn-comun:focus,.btn-comun:active,.btn-comun.active,.open>
.dropdown-toggle.btn-comun{color:#FFFFFF;background: linear-gradient(135deg, #840709, #c70307);}
.btn-comun:active,.btn-comun.active,.open>.dropdown-toggle.btn-comun{}.btn-comun.disabled,.btn-comun[disabled],fieldset[disabled] .btn-comun,.btn-comun.disabled:hover,.btn-comun[disabled]:hover,fieldset[disabled] .btn-comun:hover,.btn-comun.disabled:focus,.btn-comun[disabled]:focus,fieldset[disabled] .btn-comun:focus,.btn-comun.disabled:active,.btn-comun[disabled]:active,fieldset[disabled] .btn-comun:active,.btn-comun.disabled.active,.btn-comun[disabled].active,fieldset[disabled] .btn-comun.active{background-color:#fff;border-color:#ccc}.btn-comun .badge{color:#fff;background-color:#333}


.btn-whatsapp {
    background: #44b23a;
}

.btn-whatsapp:link, .btn-whatsapp:visited {
    color: white;
}

.btn-whatsapp:visited {
    color: #fff
}
.btn-whatsapp:active, .btn-whatsapp:hover {
    background: #090;
    color: #fff
}



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


.redes-head {
    display: block;
    padding-bottom: 5px;
    padding-top: 3px;
    padding-right: 6px;
	padding-left:50px;
}

@media (max-width: 767px) {
.redes-head {
	padding-left:15px;
}
}

.redes-head.bg-back {
	display: block;
	padding-bottom:5px;
	padding-top: 6px;
	padding-right:62px;
	padding-left:98px;
	background-image: url(../img/bg_redes_head.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.redes-head .social {
	text-align: center;
	height: 29px;
	width: 20px;
	display: block;
	text-decoration: none;
	float: left;
	margin-right: 4px;
	margin-left: 4px;
	line-height: 29px;
	color: #5f5f53;
	/* background-color: rgb(0, 51, 102); */
	font-size: 14px;
	border-radius: 15px;
	border-bottom:;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.redes-head .social:hover {
    text-align: center;
    display: block;
    text-decoration: none;
    /* background-color: #F3B512; */
    color: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.boton-linea {
margin: 5px;
    border-left: solid 1px #d8d8d8;
    padding-left: 11px;
    color: #09b710;
    font-weight: 700;
}

.button-medium{
	font-size:16px;
	text-transform:none;
}

.button-medium{
	font-size:16px;
	text-transform:none;
}

ul.social-buttons li {
	padding-left:0px;
}

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

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

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


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



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


.boton-busqueda {
    padding-top: 14px;
    margin: 0px;
    padding-right: 8px !important;
}

.boton-busqueda a {
	color:#C00;
}

/*---------------------------------- Modulos ------------------*/

.modulo-empresa {

}

.modulo-empresa h3 {
	font-size: 16px;
	color: #333333;
	font-weight: 300;
	text-transform: uppercase;
}

.modulo-empresa h2 {
    margin-top: 10px;
    font-size: 38px;
    color: #818181;
    font-weight: 800;
}

.modulo-empresa h1 {
    margin-top: 10px;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    text-transform: uppercase;
}

.modulo-empresa p {
	margin: 15px 0px;
	display:inline-block;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #868686;
	font-family: 'Montserrat', sans-serif;
}


.modulo-contacto {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #;
    /* margin-bottom: 10px; */
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    /*background-image: url(../imgs/bg-contacto.jpg);*/
    background-position: center;
    background-size: cover;
    /* margin-top: 10px; */
}

@media (max-width: 767px) {
.modulo-contacto {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    background-image: none;
    background-position: center;
    background-size: cover;
    /* margin-top: 10px; */
}
}

.modulo-contacto .box {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color:rgba(255, 255, 255, 0.95);
	padding-right:30px;
	padding-left:15px;
}

.modulo-contacto h2 {
	margin-top: 10px;
	color: #01acbe;
	/* text-transform: uppercase; */
	margin-bottom: 50px;
	font-size: 38px;
	font-weight: 400;
	text-align: center;
}

.modulo-contacto label {
	text-transform:uppercase;
}

.box-datos {
	padding: 30px 40px;
}


.box-datos .dato {
	background-image: url(../imgs/icon-f-3.png);
	background-repeat: no-repeat;
    background-position: left 7px;
    padding-left: 45px;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: 0.16px;
    color: #484848;
    margin-bottom: 35px;
    background-size: 25px;
}

.box-datos .dato.celu {
	background-image: url(../imgs/icon-f-1.png);
	background-size: 25px;
}

.box-datos .dato.ubi {
	background-image: url(../imgs/icon-f-2.png);
	background-size: 25px;
}

.box-datos .dato span{
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 0.2px;
	color: #00a1b7;
	text-transform: uppercase;
	display: block;
}


@media only screen and (max-width: 768px) {

.box-datos .dato {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 25px;
	background-size: 25px;
	padding-left: 42px;
}


.box-datos .dato span{
  font-size: 18px;
  font-weight: 500;
}

}

ul.social-buttons-contacto li {
	padding-left:0px;
	padding-right:10px;
}

ul.social-buttons-contacto li a {
    text-align: center;
    height: 42px;
    width: 42px;
    display: block;
    text-decoration: none;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    background-color: #01acbe;
}

ul.social-buttons-contacto li a:hover {
    color: #badaf3;
}


#map {
    width: 100%;
    height: 420px;
}