*{
  outline: 0;
}

/* fuentes iconos */

@font-face {
  font-family: 'miscela';
  src: url('../font/miscela.eot?4062642');
  src: url('../font/miscela.eot?4062642#iefix') format('embedded-opentype'),
       url('../font/miscela.woff?4062642') format('woff'),
       url('../font/miscela.ttf?4062642') format('truetype'),
       url('../font/miscela.svg?4062642#miscela') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "miscela";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
 
.icon-star:before { content: '\e800'; } /* '' */
.icon-trebol:before { content: '\e801'; } /* '' */
.icon-cancel:before { content: '\e806'; } /* '' */
.icon-down-open-1:before { content: '\e807'; } /* '' */
.icon-left-open-1:before { content: '\e808'; } /* '' */
.icon-right-open-1:before { content: '\e809'; } /* '' */
.icon-up-open-1:before { content: '\e80a'; } /* '' */
.icon-facebook-1:before { content: '\e80b'; } /* '' */
.icon-twitter-1:before { content: '\e80c'; } /* '' */

/* estilos generales */

h1, h2{
  color: #fff; 
  font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;
  font-size: 60px; 
  font-weight: 700;
  margin-bottom: 50px
}

h3{
  font-family: 'Josefin Sans', Arial, Helvetica, sans-serif; 
  font-size: 24px;
  margin: 0 0 20px
}

hr{
  margin-top: 50px;  
  max-width: 1170px;
}

li{
  list-style: none;
}

p {
  font-size: 15px; 
  font-weight: 700;
  line-height: 24px;
}	

section{
  float: left;
  padding: 80px 0;
  width: 100%;  
}

.container{
  position: relative;
}

.noPadding{
  padding: 0
}

/* header */

#menu{
	margin-left: 15px;
	margin-top: 45px;
}

#productoArg{
	position: absolute;
	right: 50px;
	top: -16px;
	z-index: 20000
}

/* home */

#home{
  background: url("../img/home_fondo.jpg") no-repeat center bottom;
  height: 869px;
  padding: 150px 0 0
}

#home h1{
  margin-top: 40px
}

#home p{
  color: #1b4e58;
  padding-right: 20px
}

#slider{
	margin-top: 60px;
	width: 100%;
	height: 346px;
	float: left;
	-webkit-box-shadow: -1px 39px 70px rgba(0,0,1,.34);
	-moz-box-shadow: -1px 39px 70px rgba(0,0,1,.34);
	box-shadow: -1px 39px 70px rgba(0,0,1,.34);
}

#slider .txt{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
}

#slider .txt p{
  position: absolute;
  left: 0;
  opacity: 0;
  -moz-transform: translateX(50px);
  -webkit-transform: translateX(50px);
  -o-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);  
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;  
}

#slider .active .txt p{
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);  
  opacity: 1 !important
}

#slider .txt p{
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  max-width: 480px;
  padding-left: 195px;
  padding-top: 100px;
  text-transform: uppercase;
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
  
.owl-carousel .owl-item{
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing { 
  cursor:url("../img/grabbing.png") 8 8, move;
}

.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-prev, .owl-next {
    width: 50px;
    height: 70px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
}

.owl-prev {
  background:url("../img/sprite.png") no-repeat 0 2px; 
  left: 10px;
}

.owl-prev:hover {
  background:url("../img/sprite.png") no-repeat 0 -132px; 
}

.owl-prev.disabled {
  display: none !important;
}
.owl-next {
  background:url("../img/sprite.png") no-repeat 0 -65px;
  right: 10px;
}

.owl-next:hover {
  background:url("../img/sprite.png") no-repeat 0 -199px;
}
.owl-next.disabled {
  display: none !important;
}

/* bloque servicios y productos */

#bloqueProductos{
  background: #157f99 url("../img/productos_fondo.jpg") no-repeat center top;
  float: left;
  height: 100%;
  overflow: hidden;
  padding: 0 0 50px;
  width: 100%;
}

#solicitar {
  background: url("../img/pattrn_white.png") repeat;
  border: 0;
  border-radius: 0 40px 40px 0;
  box-shadow: 0 2px 8px rgba(4, 4, 4, 0.38);
  color: #206c7b !important;
  display: block;
  font-family: "Josefin Sans",Arial,Helvetica,sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 50px;
  max-width: 390px;
  padding: 17px 105px 17px 70px;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px #24c5d2;    
  z-index: 100;
   -moz-transform: translateX(-355px);
  -webkit-transform: translateX(-355px);
  -o-transform: translateX(-355px);
  -ms-transform: translateX(-355px);
  transform: translateX(-355px);   
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}

#solicitar:hover {
   -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);    
}

#solicitar > span {
  background: #fff200;
  display: inline-block;
}

#solicitar > img {
  position: absolute;
  right: 5px;
  top: 3px;
}

.modal-body{
  position: relative;
}

.modal-body > h3 {
  font-size: 32px;
  font-weight: 700;
  max-width: 340px;
  padding: 45px 30px;margin-bottom: 0
}
.modal-body hr{
  margin-top: 0;
  margin-bottom: 25px;
  opacity: 0.3;
}
.form-group{
  padding: 0 30px;
}

label{
  color: #fff;
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  max-width: 110px;
}

input{
  background-color: #fbfcfc;
  border: 0;
  -webkit-box-shadow: inset 1px 1px 1px rgba(22,77,88,.62);
  -moz-box-shadow: inset 1px 1px 1px rgba(22,77,88,.62);
  box-shadow: inset 1px 1px 1px rgba(22,77,88,.62);
  height: 20px;
  max-width: 290px;
  padding-left: 5px;
  width: 100%;
}

.selectpicker{
  max-width: 290px;
  width: 100%;
}
.selectpicker.btn-default {
  height: 22px;
  padding-left: 0;
  background-color: #fbfcfc;
  -webkit-box-shadow: inset 1px 1px 1px rgba(22,77,88,.62);
  -moz-box-shadow: inset 1px 1px 1px rgba(22,77,88,.62);
  box-shadow: inset 1px 1px 1px rgba(22,77,88,.62);
  width: 100%;  
}

.filter-option{
  padding-left: 5px
}

#botonEnviar{
  background: #fff;
  border: 0;
  color: #206c7b;
  display: block;
  font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto;
  padding: 0 7px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}

#botonEnviar:hover{
  background: #fff200;
}

/* servicios */

#servicios{
  padding-bottom: 0
}

#servicios, #productos{
  color: #fff
}

/* productos */

#productos {
  padding-bottom: 70px;
  padding-top: 20px;
}

.menuProductos{
  margin-top: 85px;
}

.menuProductos li{
  border-right: 2px solid;  
  min-height: 90px;
  min-width: 175px;
}

#grilla a{
  color: #fff
}

#grilla a:hover{
  color: #fff200
}
.botonProducto {
  color: #fff;
  display: block;
  font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  max-width: 135px;
  min-height: 60px;
  margin: 10px 10px 10px 0;
  padding: 10px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;    
}

.botonProducto:hover{
  color: #fff200
}

.GI_TW_Current a{
  background: rgba(22,76,91,0.25);
  border-bottom: 5px solid;
  position: relative;
}

.GI_TW_Current a{
  color: #fff !important;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}

.GI_TW_Current a:after {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 15px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -15px;  
  position: absolute;
  pointer-events: none;
  top: 100%;
  width: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;   
}

.noBorder:before {
  background: none !important;
}

.GITheWall{
  float: left;
  height: 100%;
  margin-top: 80px;
  position: relative;
}

.GITheWall ul li {
  display: inline-block;
  margin: 10px 5px 0;
  vertical-align: top;
}

.linea{
  color: #a0b641;
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
}

.og-grid {
  list-style: none;
  padding: 0;
  text-align: center;
}

.og-grid li {
  border-right: 2px solid;
  display: inline-block;
  margin: 10px 0 65px 10px;
  vertical-align: top;
}

.og-grid li > a,
.og-grid li > a img {
  border: none;
  outline: none;
  display: block;
  position: relative;
}

.og-grid li.og-expanded > a::after {
  bottom: -10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 15px;
  left: 50%;
  margin: -20px 0 0 -15px;
}

.og-expander {
  position: absolute;
  background: #fff;
  top: auto;
  left: 0;
  width: 100%;
  margin-top: 10px;
  text-align: left;
  height: 0;
  overflow: hidden;
}

.og-expander-inner {
  padding: 50px;
  height: 100%;
}

.og-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.og-close::before,
.og-close::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  background: #888;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.og-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
  background: #333;
}

.og-details {
  color: black;
  width: 100%;
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.og-details img{float: left;}
.og-details p{
  color: #999999;
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  float: left;
  margin-bottom: 30px;
  max-width: 900px
}

.og-details p span{
  color: #848484;
  font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  float: left;
  min-height: 30px;
  min-width: 140px;
  text-align: left;
  padding-left: 60px;
}

.og-details a::before {
  content: '\2192';
  display: inline-block;
  margin-right: 10px;
}

.og-details a:hover {
  border-color: #999;
  color: #999;
}

.og-loading {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
  box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  -webkit-animation: loader 0.5s infinite ease-in-out both;
  -moz-animation: loader 0.5s infinite ease-in-out both;
  animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
  0% { background: #ddd; }
  33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
  66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
  0% { background: #ddd; }
  33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
  66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
  0% { background: #ddd; }
  33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
  66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}
#cajaSuperior{
  width: 100%;
  float: left;
  min-height: 60px
}
.cajaTrebol{
  float: left;
  padding-right: 5px;
}

.cajaTrebol i{
  color: #9bc045;
  font-size: 30px;
}

.txtTrebol{
  float: left;
}

.txtTrebol p {
  font-size: 13px;
  line-height: 16px;
}

.txtProducto{
  margin-bottom: 10px;
}

.selecciona{
  background: url("../img/arrow.png") no-repeat 0 35px;
  color: #257180;
  font-size: 13px;
  font-weight: 700;
  height: 50px;
  left: 20px;
  padding: 15px;
  position: absolute;
  top: 5px;
  width: 195px;
}

.icono {
  text-align: center;
}

.icono, .codigo {
  padding: 0;
}

.codigo {
  padding-left: 40px;
}

.codigo a{
  color: #999999 !important;
  font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700
}

.codigo a:hover{
  color: #309eae !important
}

.txtProducto i{
  color: #9bc045;
  font-size: 20px;
}

.txtProducto p{
  font-size: 15px;
  font-weight: 700
}

/* gitthewall */ 

.GITheWall ul {
  list-style: none;
  padding: 20px 0;
  margin: 0 auto;
  text-align: left;
  width: 100%;
}
.GITheWall ul li {
  display: inline-block;
  margin: 10px 7px 60px;
  vertical-align: top;
}
.GITheWall ul li.GI_TW_Selected_Row {

}

.GI_TW_expander {
  position: absolute;
  z-index: 1;
  top: 0;
  background: #fdfdfd;
  color: #999999;
  left: 0;
  width: 100%;
  margin-top: 30px;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in;
  -moz-transition: height 0.3s ease-in;
  -o-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in;
}
.GI_TW_expander.animating {
  overflow: hidden !important;
}
.GI_TW_expander.opened {
  overflow: hidden;
}
.GI_TW_expander .GI_TW_pointer {
  position: absolute;
  margin-left: -20px;
  margin-top: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fdfdfd;
  -webkit-transition: left 0.3s ease-in;
  -moz-transition: left 0.3s ease-in;
  -o-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;

}
.GI_TW_expander .GI_TW_expander-inner {
  width: 85%;
  height: 560px;
  margin: 0 auto;
  overflow: hidden;
  padding: 40px 0 70px;
}
.GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg {
  position: relative;
  width: 100%;
  height: 580px;
  margin: 10px 0 0;
  text-align: center;
  overflow: hidden;
}
.GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg img {
  position: relative;
}
.GI_TW_expander .GI_TW_Controls {
  z-index: 1;
}
.GI_TW_expander .GI_TW_close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.GI_TW_expander .GI_TW_close span:before{
  font-family: "miscela";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 20px;
  margin-left: .2em;
  content: '\e806'; 
  font-size: 30px;
  color: #257180;
}
.GI_TW_expander .GI_TW_close span:hover:before{
  color: #fff200
}
.GI_TW_expander .GI_TW_arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.GI_TW_expander .GI_TW_arrow.GI_TW_hidden {
  display: none;
}
.GI_TW_expander .GI_TW_arrow.GI_TW_next {
  right: 30px;
}
.GI_TW_expander .GI_TW_arrow.GI_TW_prev {
  left: 30px;
}
.GI_TW_expander .GI_TW_loading {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
  box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #cccccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0;
  -webkit-animation: loader 0.5s infinite ease-in-out both;
  -moz-animation: loader 0.5s infinite ease-in-out both;
  -ms-animation: loader 0.5s infinite ease-in-out both;
  -o-animation: loader 0.5s infinite ease-in-out both;
  animation: loader 0.5s infinite ease-in-out both;
}

@-moz-keyframes loader {
  0% {
    background: #ddd;
  }

  33% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
  }

  66% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
  }
}

@-webkit-keyframes loader {
  0% {
    background: #ddd;
  }

  33% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
  }

  66% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
  }
}

@-o-keyframes loader {
  0% {
    background: #ddd;
  }

  33% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
  }

  66% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
  }
}

@-ms-keyframes loader {
  0% {
    background: #ddd;
  }

  33% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
  }

  66% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
  }
}

@keyframes loader {
  0% {
    background: #ddd;
  }

  33% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
  }

  66% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
  }
}

/* novedades */

#novedades{
	background: #ededed;
  padding-bottom: 70px
}

#novedades h2{
	color: #257180
}

#novedades hr{
  border-color: #d3d3d3;
  margin-top: 70px;
  margin-top: 0; 
  margin-bottom: 45px;
  max-width: 970px;
}

#novedades p{
  font-size: 13px;
  margin-bottom: 5px
}

#novedades article{
  margin-bottom: 40px
}

#novedades article img{
	-webkit-box-shadow: 0 2px 2px rgba(1,2,2,.48);
	-moz-box-shadow: 0 2px 2px rgba(1,2,2,.48);
	box-shadow: 0 2px 2px rgba(1,2,2,.48);
  max-width: 100%
}

#novedades article div, #servicios article div{
  padding: 0
}

#novedades article div[class*="col-"]:first-child p{
  padding-right: 15px
}

.parrafo{
  float: left;
  width: 100%
}

.leerMas{
  color: #666;
  font-family: 'Josefin Sans', Arial, Helvetica, sans-serif; 
  font-size: 16px;
  font-weight: 700
}

.leerMas:hover{
  color: #257180;
}

.cajaCompartir {
  background:#ededed;
  float: left;
  padding-bottom: 10px !important;
  width: 100%;
}

.compartir{
  float: right;
}

.compartir a {
  color: #666;
  width: 21px;
  height: 21px;
  float: left;
  margin-right: 7px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}

.compartir a:hover {
  color: #257180
}

.icon-facebook-1 {
  font-size: 19px;
  line-height: 27px !important;
}

.icon-twitter-1, .icon-star{
  font-size: 22px;
}

.fecha{
	font-family: "Quicksand", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-left: 20px
}

#sliderNovedades{
  float: left;
  position: relative;
  width: 100%;
}

#sliderNovedades .owl-controls {
  margin-top: 10px;
  text-align: center;
}

#sliderNovedades .owl-controls {
  text-align: center;
}

.owl-page {
  background: #306b79;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 3px;
  width: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;  

}

.owl-page:hover{
  background: #666
}

.owl-page.active {
  background: #fff200 !important;
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
}

/* contacto */

#contacto{
  background: url("../img/pattrn.png") repeat;
}

#contacto p, #contacto a{
  color: #fff;
  display: block;
  font-family: 'Josefin Sans', Arial, Helvetica, sans-serif; 
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

#contacto a:hover{
  color: #fff200
}

.txtAzul{
  color: #309eae !important
}

#botonMuestra {
  background: url("../img/pattrn_white.png") repeat;
  border: 0;
  border-radius: 17px 16px 16px 17px / 18px 18px 19px 19px;
  box-shadow: 0 2px 8px rgba(4, 4, 4, 0.38);
  color: #206c7b !important;
  text-shadow: 0 1px #24c5d2;    
  display: block;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 14px;
  margin-top: 50px;
  max-width: 245px;
  padding: 5px 36px 5px 15px;
  position: relative;    
  text-align: center;    
}

#botonMuestra:hover {
  background: url("../img/pattrn_yellow.png") repeat;
}

#botonMuestra > span {
  background: #fff200;
  display: inline-block;
}

#botonMuestra > img {
  position: absolute;
  right: 10px;
  top: 9px;
}

#respuesta {
    bottom: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    text-align: center;
    width: 100%;
}

/* footer */

footer{
	background: #d1d1d1;
	float: left;
	text-align: center;
	width: 100%
}

footer p {
	color: #5d5d5d;
	font-size: 14px;
  line-height: 57px;
  margin: 0;
}

/* media queries */

@media (max-width: 1570px) {
  #productoArg {
      max-width: 140px;
      top: -38px;
  }
}

@media (max-width: 1380px) and (min-width: 1199px) {
  #productoArg {
    right: 0
  }
}

@media (min-width: 1199px) {
  .GITheWall ul li:nth-child(5), .GITheWall ul li:nth-child(10) {
    border: 0;
  }
}
@media (max-width: 1199px) {
  .menuProductos li{
    min-width: 210px;
  }
  #novedades p, .compartir{
    padding-right: 20px !important
  }

  #productoArg {
      right: 0
  }
  .nav > li > a {
    font-size: 16px;
    padding: 15px;
  }

  .navbar-brand {
      padding: 35px 0 25px 25px;
  }

  .navbar-brand > img {
      max-width: 220px;
  }
}

@media (max-width: 990px) {
  .menuProductos li{
    min-width: 215px;
  }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-fixed-top {
    top: 0;
    border: 0;
  }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
      display:block !important;
  }
      .navbar-collapse {
max-height:100%;}
  .navbar-collapse{
    background-color: #222c2b
  }
}

@media (max-width: 1199px) and (min-width: 990px){
  .GITheWall ul li:nth-child(4), .GITheWall ul li:nth-child(8) {
    border: 0;
  }

}

@media (max-width: 990px) and (min-width: 768px){
  .GITheWall ul li:nth-child(3), .GITheWall ul li:nth-child(6), .GITheWall ul li:nth-child(9) {
    border: 0;
  }

}
@media (max-width: 990px) {
  #slider .txt p {
      padding-left: 80px;
  }  
  footer{
    padding: 10px 0
  }
  footer a{
    display: block;
    width: 100%
  }
  footer a, footer p {
    line-height: 30px;
  }
  #productoArg {
      max-width: 100px;
      right: 200px;
      top: -38px;
  }
}

@media (max-width: 768px) {
  .codigo, .txtProducto{
    padding: 0
  }
  .menuProductos li {
      min-width: 100%;
      border-left: 0 !important;
      border-right: 0 !important;
      border-bottom: 2px solid #fff;
      min-height: 40px;
  }
  .menuProductos li:last-child {
  border: 0 !important;
}
.GI_TW_Current{
  border: 0 !important; 
}
  .GITheWall ul li {
    margin: 10px 7px 20px;
}

  .botonProducto{
    max-width: 100%
  }
  #menu{
    padding-bottom: 50px
  }
  #contacto{
    text-align: center;
  }
  #botonMuestra{
    margin: 50px auto
  }
  #contacto div[class*="col-"]{
    padding: 0
  }  
  #novedades img{
    display: block;
    float: none !important;
    margin: 20px auto; 
  }
  #productoArg {
    right: 90px;
  }  
  #slider .txt p {
    font-size: 22px;
  }
  h1, h2{font-size: 36px}
}

@media (max-width: 480px) {
  h1, h2 {
      font-size: 28px;
  }
  #bloqueProductos {
      padding: 0 0 50px;
  }
  #slider .txt p {
    font-size: 18px;
    line-height: 25px;
    max-width: 200px;
}
  #productoArg{
    display: none;
  }
}

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

  .og-expander h3 { font-size: 32px; }
  .og-expander p { font-size: 13px; }
  .og-expander a { font-size: 12px; }

}

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

  .og-fullimg { display: none; }
  .og-details { float: none; width: 100%; }
  
}


/* estilos plugins */

/*!
 * Bootstrap-select v1.6.3 (http://silviomoreto.github.io/bootstrap-select/)
 *
 * Copyright 2013-2014 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  max-width: 296px;
  padding-top: 19px;
  width: 100%
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
  color: #64b1d8;
  color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1035 + 1;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: rgba(204, 204, 204, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}

.disabled {
  pointer-events: none;
  cursor: initial;
}