*{
  font-family: 'Open Sans', sans-serif;
}
.light{
  font-weight:lighter !important;
}
.bold{
  font-weight:bold !important;
}
body{
  position: relative;
  background-color: white;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.max-width-reached{
}
.esmar-body{
  width: 100%;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
}
.header, .footer{
  width: 100%;
  height: 70pt;
  background-color: #4265b2;
}
.slider-section{
  width: 100%;
  height: 400pt;
  background-color: grey;
}
.product-section{
  width: 100%;
  height: 600pt;
  background-color: white;
  position: relative;
}
.clients-section{
  width: 100%;
  height: 800pt;
  background-color: #ebebeb;
}
/*titulos*/
.esmar-title-container{
  text-align:center;
}
.esmar-title{
  color: #4265b2;
  font-weight: 600;
  padding-top: 50pt;
  padding-bottom: 50pt;
}
.title-clientes{
  padding-bottom: 10pt;
}
.esmar-tittle-comment{
  color: #4265b2;
  font-size: 18px;
  font-weight: lighter;
}
/*header*/
.esmar-logo{
  display: inline-block;
  height: 100%;
  width: 130pt;
  margin-left: 5%;
  background-image: url('../img/icons/logo-esmar.png');
  background-position: center;
  background-size: contain;
  cursor: pointer;
  background-repeat: no-repeat;
}
.esmar-number{
  display: inline-block;
  height: 100%;
  width: 160pt;
  margin-left: 2%;
}
.esmar-number .glyphicon-earphone {
  display: inline-block;
  float: left;
  color: #fff;
  font-size: 35px;
  margin-top: 23pt;
}
.esmar-number .desc {
  display: inline-block;
  float: left;
  color: #fff;
  font-size: 18px;
  margin-left: 10pt;
  margin-top: 28pt;
}
.opt-menu-container{
  display: inline-block;
  height: 100%;
  width: 400pt;
  margin-left: 5%;
  position: relative;
}
.opt-menu{
  position: relative;
  display: inline-block;
  height: 100%;
  float:left;
  width: 24%;
  text-align: center;
  padding-top: 30pt;
  color: #fff;
  font-weight: lighter;
  cursor:pointer;
}
.opt-menu:hover{
  background-color: #2e519e;
}
.header-search{
  display: inline-block;
  height: 100%;
  width: 130pt;
  margin-left: 2%;
}
.input-search{
  float: left;
  border: 0;
  margin-top: 28pt;
  border-radius: 9px;
  background-color: #2e519e;
  width: 130pt;
  padding-top: 2pt;
  padding-bottom: 2pt;
  padding-right: 20pt;
  color: #fff;
}
.header-search .glyphicon{
  position: absolute;
  color: #fff;
  top: 33pt;
  right: 10pt;
  font-size: 12px;
}
.header-search-content{
  position: relative;
}
.header-search{
  position: relative;
}
/*mobile menu*/
.mobile-logo-toolbar{
  display: none;
  position: absolute;
  left: 100px;
  top: 13;
  width: 100pt;
  height: 60pt;
  background-image: url('../img/icons/logo-esmar.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.navTrigger {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 25px;
  margin: auto;
  position: absolute;
  left: 20;
  top: 35;
}
.navTrigger i {
  background-color: #fff;
  border-radius: 2px;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
}
.navTrigger i:nth-child(1) {
  -webkit-animation: outT 0.8s backwards;
  animation: outT 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.navTrigger i:nth-child(2) {
  margin: 5px 0;
  -webkit-animation: outM 0.8s backwards;
  animation: outM 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.navTrigger i:nth-child(3) {
  -webkit-animation: outBtm 0.8s backwards;
  animation: outBtm 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.navTrigger.active i:nth-child(1) {
  -webkit-animation: inT 0.8s forwards;
  animation: inT 0.8s forwards;
}
.navTrigger.active i:nth-child(2) {
  -webkit-animation: inM 0.8s forwards;
  animation: inM 0.8s forwards;
}
.navTrigger.active i:nth-child(3) {
  -webkit-animation: inBtm 0.8s forwards;
  animation: inBtm 0.8s forwards;
}
@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes inM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes outM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
.mobile-menu-container{
  display: none;
  z-index: 1000;
  position: absolute;
  color: #fff;
  font-weight:lighter;
  font-size: 17px;
}
.mobile-menu-container.visible{
  display: block !important;
}
.mobile-menu-container a .pair{
  background-color: #6783c1;
  color: #fff;
}
.mobile-menu-container a .unpair{
  background-color: #4265b2;
  color: #fff;
}
.mobile-menu-opt{
  padding: 10pt;
  width: 200pt;
}
/*end mobile menu*/
/*slider*/
#home-carousel{
  width: 100%;
  height: 100%;
}
#home-carousel .item img{
   width: 100%;
   max-height: 500pt;
}
#home-carousel .owl-controls{
  position: absolute;
  bottom: 0;
  right: 0;
}
.big-img{
  width: 100%;
  height: 100%;
  background-position: center;
  background-size:cover;
}
#slide-1{
  background-image: url("../img/pexels-photo.jpg");
}
#slide-2{
  background-image: url("../img/banner-esmar-5.png");
}
#slide-3{
  background-image: url("../img/banner-esmar-4.png");
}
#slide-nosotros{
  background-image: url("../img/banner-esmar-3.png");
}
#slide-productos{
  background-image: url("../img/banner-esmar-2.png");
}
#slide-contactos{
  background-image: url("../img/banner-esmar-1.png");
}
.item-child{
  width: 300pt;
  position: absolute;
  top:40pt;
  right: 70pt;
}
.item-child .big{
  font-size: 6rem;
  color: #fff;
  line-height: 60px;
}
.item-child .small{
  font-size: 2rem;
  color: #fff;
  line-height: 25px;
}
.leermas-btn{
  height: 25pt;
  width: 80pt;
  border-radius: 10px;
  font-size: 20px;
  font-weight: lighter;
  background-color: rgba(255,255,255,0);

  color: #fff;
  border: solid 1px #fff;
}
.textshaddow{
  text-shadow: 2px 2px 8px #000000;
}

/*nuestros productos*/
.products-slide-container{
  width: 100%;
  height: 320pt;
  padding-left: 10pt;
  padding-right: 10pt;
}
.product-card{
  height: 350pt;
  background-color: white;
  margin-left: 10pt;
  margin-right: 10pt;
}
.product-img{
  width: 100%;
  height: 270pt;
  position: relative;
}
.product-name{
  width: 100%;
  height: 75pt;
}
.product-name p{
  color: #4265b2;
  font-size: 22px;
  margin-left: 15pt;
  margin-right: 15pt;
  padding-top: 15pt;
  text-align: center;
}
.products-slide-container .owl-controls .owl-dots{
  display: none !important;
}
/*.products-slide-container .owl-controls .owl-nav .owl-prev,.products-slide-container .owl-controls .owl-nav .owl-next{
  display: inline-block !important;
  position:absolute;
  top: 40%;
}*/
.left-arrow, .right-arrow{
  background-color: white;
  position: absolute;
  top: 40%;
  z-index: 100;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
}
.left-arrow{
  padding-left: 20pt;
  padding-top: 22pt;
  padding-bottom: 22pt;
  left: -10pt;
}
.right-arrow{
  padding-right: 20pt;
  padding-top: 22pt;
  padding-bottom: 22pt;
  right: -10pt;
}
.line-arrow {
    font-size: 15px;
    width: 3em;
	  height: 3em;
}
.line-arrow.left {
  border-top: 3px solid gray;
	border-left: 3px solid gray;
  transform: rotate(-54deg) skew(-20deg);
}
.line-arrow.right {
  	border-top: 3px solid gray;
	  border-right: 3px solid gray;
    transform: rotate(54deg) skew(20deg);
}
.line-arrow:active,
.line-arrow.active {
    border-width: 5px;
}
.zoom-img{
  background-color: #fff;
  width: 30pt;
  height: 30pt;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  cursor: pointer;
}
.zoom-img:hover{
  background-color: #ededed;
}
.zoom-img .glyphicon-search{
  padding-top: 5px;
  font-size: 25px;
  color: #a6a6a6;
}
/*clients*/
.clients-grid-container{
  width: 100%;
  height: 600pt;
  padding-left: 30pt;
  padding-right: 30pt;
  padding-top: 50pt;
}
.clients-grid{
  width: 100%;
  height: 100%;
}
.clients-grid-row{
  width: 100%;
}
.client-tile{
  display: block;
  height: 90pt;
  /*border: solid 1px black;*/
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
/*clients bg*/
.client-bg-1{
  background-image: url('../img/clientes/ht-tinglados.png');
}
.client-bg-2{
  background-image: url('../img/clientes/chortizer.png');
}
.client-bg-3{
  background-image: url('../img/clientes/ersa.png');
}
.client-bg-4{
  background-image: url('../img/clientes/gh-ingenieria.png');
}
.client-bg-5{
  background-image: url('../img/clientes/innova.png');
}
.client-bg-6{
  background-image: url('../img/clientes/altieri.png');
}
.client-bg-7{
  background-image: url('../img/clientes/altaja.png');
}
.client-bg-8{
  background-image: url('../img/clientes/frigomerc.png');
}
.client-bg-9{
  background-image: url('../img/clientes/thomen.png');
}
.client-bg-10{
  background-image: url('../img/clientes/hawker.png');
}
.client-bg-11{
  background-image: url('../img/clientes/upisa.png');
}
.client-bg-12{
  background-image: url('../img/clientes/minerva.png');
}
.client-bg-13{
  background-image: url('../img/clientes/monte-alegre.png');
}
.client-bg-14{
  background-image: url('../img/clientes/servicarne.png');
}
.client-bg-15{
  background-image: url('../img/clientes/fernheim.png');
}
.client-bg-16{
  background-image: url('../img/clientes/pollo-don-juan.png');
}
.client-bg-17{
  background-image: url('../img/clientes/concepcion.png');
}
.client-bg-18{
  background-image: url('../img/clientes/amandau.png');
}
.client-bg-19{
  background-image: url('../img/clientes/puerto-helado.png');
}
.client-bg-20{
  background-image: url('../img/clientes/navesur.png');
}
.client-bg-21{
  background-image: url('../img/clientes/vilux.png');
}
.client-bg-22{
  background-image: url('../img/clientes/terma.png');
}
.client-bg-23{
  background-image: url('../img/clientes/cereales.png');
}
.client-bg-24{
  background-image: url('../img/clientes/guayaki.png');
}
.client-bg-25{
  background-image: url('../img/clientes/estesa.png');
}
.client-bg-26{
  background-image: url('../img/clientes/tripar.png');
}
.client-bg-27{
  background-image: url('../img/clientes/blackstone.png');
}
.client-bg-28{
  background-image: url('../img/clientes/nikkei.png');
}
.client-bg-37{
  background-image: url('../img/clientes/neuland.png');
}
.client-bg-38{
  background-image: url('../img/clientes/pechugon.png');
}


/*footer*/
.footer-items-container{
  width: 100%;
  height: 100%;
  padding-left:30pt;
  padding-right: 30pt;
  padding-top: 20pt;
  padding-bottom: 20pt;
  position: relative;
}
.esmar-pages{
  display: none;
  position: absolute;
  right: 80pt;
}
.esmar-pages-opt{
  color: #fff;
  display: inline-block;
  padding-left: 10pt;
  padding-right: 10pt;
  padding-top: 10pt;
  font-weight: lighter;
  cursor: pointer;
}
.esmar-social{
  width: 20pt;
  height: 20pt;
  position: absolute;
  right: 30pt;
  top: 27pt;
}
.fb-icon{
  width: 100%;
  height: 100%;
  background-image:url('../img/icons/facebook.png');
  background-position:center;
  background-size:contain;
}
.esmar-info{
}
.esmar-address{
  color: #fff;
  display: inline-block;
  font-weight: lighter;
  height: 100%;
  width: 150pt;
}
.esmar-address .glyphicon{
  font-size: 28px;
  position: absolute;
  display: inline-block;
  padding-top: 25pt;
}
.esmar-address .desc{
  position: absolute;
  display: inline-block;
  padding-top: 10pt;
  padding-left: 28pt;
}
/*nosotros*/
.align-left{
  text-align: left;
  margin-left: 30pt;
}
.esmar-nosotros{
  width: 100%;
  height: 600pt;
  background-color: white;
  position: relative;
}
.less-padding{
  padding-top: 10pt;
}
/*productos*/
.esmar-productos{
  width: 100%;
  height: auto;
  background-color: white;
  position: relative;
}
.panel-group{
  padding-top: 50pt;
}
.padding-right{
  padding-right: 20pt;
}
.panel-title{
  color: #4265b2;
}
.align-left-20{
  margin-left: 20pt;
}
.panel{
  background-color: #e0e0e0;
}
.product-card-minified{
  display: inline-grid;
  width: 200pt;
  margin-left: 10pt;
  margin-right: 10pt;
  margin-bottom: 20pt;
  margin-top: 10pt;
}
.product-card-minified .product-name p{
  font-size: 18px;
}
.product-name-minified{
  width: 100%;
  height: 50pt;
  background-color: #fff;
}
.product-name-minified p{
  color: #4265b2;
  font-size: 18px;
  margin-left: 7pt;
  margin-right: 7pt;
  padding-top: 5pt;
  text-align: center;
}
.card-img{
}
.img-zoomed{
  width: 100%;
}
.modal-img-expanded{
  width: auto;
}
/*contacto*/
.esmar-contacto{
  width: 100%;
  height: 650pt;
}
.esmar-input{
  border: 0;
  background-color:#e0e0e0;
  width: 450pt;
  height: 30pt;
  font-size: 22px;
  margin-bottom: 20pt;
  border-radius: 12px;
}
.mensaje{
  height: 120pt;
}
.btn-enviar{
  color: #4265b2;
  border: solid 3px #4265b2;
  background-color: #fff;
  height: 30pt;
  width: 70pt;
  border-radius:12px;
  font-size: 18px;
  font-weight: bolder;
  display: block;
}
.esmar-map{
  width: 100%;
  height: 550pt;
  background-color: #e0e0e0;
}
.esmar-map .esmar-title-container .esmar-title{
  display: inline-block;
}
.esmar-title-container .glyphicon-map-marker{
  display: inline-block;
  font-size: 25px;
  color: #4265b2;
  margin-left: 10pt;
}
.googlemaps-container{
  width: 100%;
  height: 400pt;
}
#map-canvas{
  width: 100%;
  height: 100%;
}

/*seccion productos img*/
.product-img{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-size-contain{
  background-size: contain;
}
.bg-img-1{
  background-image: url('../img/catalogo/rsz_dsc_0178.jpg');
}
.bg-img-2{
  background-image: url('../img/catalogo/rsz_dsc_0202.jpg');
}
.bg-img-3{
  background-image: url('../img/catalogo/rsz_dsc_0216.jpg');
}
.bg-img-4{
  background-image: url('../img/catalogo/rsz_dsc_0157.jpg');
}
.bg-img-5{
  background-image: url('../img/catalogo/rsz_dsc_0159.jpg');
}

.bg-img-6{
  background-image: url('../img/catalogo/rsz_dsc_0164.jpg');
}
.bg-img-7{
  background-image: url('../img/catalogo/rsz_dsc_0167.jpg');
}
.bg-img-8{
  background-image: url('../img/catalogo/rsz_dsc_0169.jpg');
}
.bg-img-9{
  background-image: url('../img/catalogo/rsz_dsc_0174.jpg');
}
.bg-img-10{
  background-image: url('../img/catalogo/rsz_dsc_0177.jpg');
}
.bg-img-11{
  background-image: url('../img/catalogo/rsz_dsc_0178.jpg');
}
.bg-img-12{
  background-image: url('../img/catalogo/rsz_dsc_0187.jpg');
}
.bg-img-13{
  background-image: url('../img/catalogo/rsz_dsc_0188.jpg');
}
.bg-img-14{
  background-image: url('../img/catalogo/rsz_dsc_0193.jpg');
}
.bg-img-15{
  background-image: url('../img/catalogo/rsz_dsc_0197.jpg');
}
.bg-img-16{
  background-image: url('../img/catalogo/rsz_dsc_0199.jpg');
}
.bg-img-17{
  background-image: url('../img/catalogo/rsz_dsc_0202.jpg');
}
.bg-img-18{
  background-image: url('../img/catalogo/rsz_dsc_0206.jpg');
}
.bg-img-19{
  background-image: url('../img/catalogo/rsz_dsc_0216.jpg');
}

.bg-img-20{
  background-image: url('../img/catalogo/rsz_dsc_0218.jpg');
}
.bg-img-21{
  background-image: url('../img/catalogo/rsz_dsc_0223.jpg');
}
.bg-img-22{
  background-image: url('../img/catalogo/rsz_dsc_0233.jpg');
}
.bg-img-23{
  background-image: url('../img/catalogo/rsz_dsc_0236.jpg');
}
.bg-img-24{
  background-image: url('../img/catalogo/rsz_dsc_0237.jpg');
}
.bg-img-25{
  background-image: url('../img/catalogo/rsz_dsc_0243.jpg');
}
.bg-img-26{
  background-image: url('../img/catalogo/rsz_dsc_0244.jpg');
}
.bg-img-27{
  background-image: url('../img/catalogo/rsz_dsc_0250.jpg');
}
.bg-img-28{
  background-image: url('../img/catalogo/rsz_dsc_0251.jpg');
}
.bg-img-29{
  background-image: url('../img/catalogo/rsz_dsc_0261.jpg');
}

.bg-img-30{
  background-image: url('../img/catalogo/rsz_dsc_0264.jpg');
}
.bg-img-31{
  background-image: url('../img/catalogo/rsz_dsc_0266.jpg');
}
.bg-img-32{
  background-image: url('../img/catalogo/rsz_dsc_0276.jpg');
}

.bg-img-33{
  background-image: url('../img/catalogo/rsz_dsc_0286.jpg');
}
.bg-img-34{
  background-image: url('../img/catalogo/rsz_dsc_0288.jpg');
}

.bg-img-35{
  background-image: url('../img/catalogo/rsz_dsc_0291.jpg');
}
.bg-img-36{
  background-image: url('../img/catalogo/rsz_dsc_0294.jpg');
}

.bg-img-37{
  background-image: url('../img/catalogo/rsz_dsc_0298.jpg');
}

.bg-img-38{
  background-image: url('../img/catalogo/rsz_dsc_0299.jpg');
}
.bg-img-39{
  background-image: url('../img/catalogo/rsz_dsc_0308.jpg');
}

.bg-img-40{
  background-image: url('../img/catalogo/rsz_dsc_0314.jpg');
}

.bg-img-41{
  background-image: url('../img/catalogo/rsz_dsc_0316.jpg');
}
.bg-img-42{
  background-image: url('../img/catalogo/rsz_dsc_0319.jpg');
}
.bg-img-43{
  background-image: url('../img/catalogo/rsz_dsc_0321.jpg');
}
.bg-img-44{
  background-image: url('../img/catalogo/rsz_dsc_0328.jpg');
}
.bg-img-45{
  background-image: url('../img/catalogo/rsz_dsc_0332.jpg');
}
.bg-img-46{
  background-image: url('../img/catalogo/rsz_dsc_0334.jpg');
}
.bg-img-47{
  background-image: url('../img/catalogo/rsz_dsc_0336.jpg');
}
.bg-img-48{
  background-image: url('../img/catalogo/rsz_dsc_0343.jpg');
}
.bg-img-49{
  background-image: url('../img/catalogo/rsz_dsc_0346.jpg');
}
.bg-img-50{
  background-image: url('../img/catalogo/rsz_dsc_0348.jpg');
}
.bg-img-50{
  background-image: url('../img/catalogo/rsz_dsc_0348.jpg');
}

.bg-img-51{
  background-image: url('../img/catalogo/rsz_dsc_0340.jpg');
}

.bg-img-52{
  background-image: url('../img/catalogo/rsz_dsc_0352.jpg');
}

.bg-img-53{
  background-image: url('../img/catalogo/rsz_dsc_0364.jpg');
}
.bg-img-prueba{
  background-image: url('../img/catalogo/rsz_dsc_0337_1024.jpg');
}


.bg-img-4-big{
    background-image: url('../img/catalogo/DSC_0157.jpg');
}
.bg-img-prueba-big{
  background-image: url('../img/catalogo/DSC_0337_1024.jpg');
}
.bg-img-17-big{
  background-image: url('../img/catalogo/DSC_0202.jpg');
}
.bg-img-21-big{
  background-image: url('../img/catalogo/DSC_0223.jpg');
}

/*uniformes*/
.bg-img-card-51{
  background-image: url('../img/productos/DSC_0340.jpg');
}
.bg-img-card-38{
  background-image: url('../img/productos/DSC_0299.jpg');
}
.bg-img-card-39{
  background-image: url('../img/productos/DSC_0308.jpg');
}
.bg-img-card-41{
  background-image: url('../img/productos/DSC_0316.jpg');
}
.bg-img-card-42{
  background-image: url('../img/productos/DSC_0319.jpg');
}
.bg-img-card-43{
  background-image: url('../img/productos/DSC_0321.jpg');
}
.bg-img-card-44{
  background-image: url('../img/productos/DSC_0328.jpg');
}
.bg-img-card-45{
  background-image: url('../img/productos/DSC_0332.jpg');
}
.bg-img-card-46{
  background-image: url('../img/productos/DSC_0334.jpg');
}
.bg-img-card-47{
  background-image: url('../img/productos/DSC_0336.jpg');
}
.bg-img-card-48{
  background-image: url('../img/productos/DSC_0343.jpg');
}
.bg-img-card-49{
  background-image: url('../img/productos/DSC_0346.jpg');
}
.bg-img-card-50{
  background-image: url('../img/productos/DSC_0348.jpg');
}

/*calzados*/
.bg-img-card-6{
  background-image: url('../img/productos/DSC_0164.jpg');
}
.bg-img-card-7{
  background-image: url('../img/productos/DSC_0167.jpg');
}
.bg-img-card-8{
  background-image: url('../img/productos/DSC_0169.jpg');
}
.bg-img-card-9{
  background-image: url('../img/productos/DSC_0174.jpg');
}
.bg-img-card-10{
  background-image: url('../img/productos/DSC_0177.jpg');
}
.bg-img-card-11{
  background-image: url('../img/productos/DSC_0178.jpg');
}
.bg-img-card-12{
  background-image: url('../img/productos/DSC_0187.jpg');
}
.bg-img-card-13{
  background-image: url('../img/productos/DSC_0188.jpg');
}
.bg-img-card-14{
  background-image: url('../img/productos/DSC_0193.jpg');
}
.bg-img-card-15{
  background-image: url('../img/productos/DSC_0197.jpg');
}
.bg-img-card-16{
  background-image: url('../img/productos/DSC_0199.jpg');
}
.bg-img-card-17{
  background-image: url('../img/productos/DSC_0202.jpg');
}
.bg-img-card-18{
  background-image: url('../img/productos/DSC_0206.jpg');
}
.bg-img-card-19{
  background-image: url('../img/productos/DSC_0216.jpg');
}

/*guantes*/
.bg-img-card-20{
  background-image: url('../img/productos/DSC_0218.jpg');
}
.bg-img-card-21{
  background-image: url('../img/productos/DSC_0223.jpg');
}
.bg-img-card-22{
  background-image: url('../img/productos/DSC_0233.jpg');
}
.bg-img-card-23{
  background-image: url('../img/productos/DSC_0236.jpg');
}
.bg-img-card-24{
  background-image: url('../img/productos/DSC_0237.jpg');
}
.bg-img-card-25{
  background-image: url('../img/productos/DSC_0243.jpg');
}
.bg-img-card-26{
  background-image: url('../img/productos/DSC_0244.jpg');
}
.bg-img-card-27{
  background-image: url('../img/productos/DSC_0250.jpg');
}
.bg-img-card-28{
  background-image: url('../img/productos/DSC_0251.jpg');
}
.bg-img-card-29{
  background-image: url('../img/productos/DSC_0261.jpg');
}

/*accesorios*/
.bg-img-card-4{
  background-image: url('../img/productos/DSC_0157.jpg');
}
.bg-img-card-5{
  background-image: url('../img/productos/DSC_0159.jpg');
}
.bg-img-card-30{
  background-image: url('../img/productos/DSC_0264.jpg');
}
.bg-img-card-31{
  background-image: url('../img/productos/DSC_0266.jpg');
}
.bg-img-card-32{
  background-image: url('../img/productos/DSC_0276.jpg');
}
.bg-img-card-37{
  background-image: url('../img/productos/DSC_0298.jpg');
}
.bg-img-card-33{
  background-image: url('../img/productos/DSC_0286.jpg');
}
.bg-img-card-34{
  background-image: url('../img/productos/DSC_0288.jpg');
}
.bg-img-card-35{
  background-image: url('../img/productos/DSC_0291.jpg');
}
.bg-img-card-36{
  background-image: url('../img/productos/DSC_0294.jpg');
}
.bg-img-card-53{
  background-image: url('../img/productos/DSC_0364.jpg');
}
.bg-img-card-40{
  background-image: url('../img/productos/DSC_0314.jpg');
}
.bg-img-card-52{
  background-image: url('../img/productos/DSC_0352.jpg');
}

/*carteles*/
.bg-img-card-54{
  background-image: url('../img/productos/cartel-1.jpg');
}
.bg-img-card-55{
  background-image: url('../img/productos/cartel-2.jpg');
}
.bg-img-card-56{
  background-image: url('../img/productos/cartel-3.jpg');
}
/*responsive*/
@media screen and (max-width: 1420px) {
  .left-arrow{
    left: 0;
  }
  .right-arrow{
    right: 0;
  }
}
@media screen and (max-width: 1312px) {
  .esmar-logo{
    width: 120pt;
  }
  .esmar-number{
    width: 140pt;
  }
}
@media screen and (max-width: 1270px) {
  .esmar-number{
    display: none;
  }
  .opt-menu-container{
    width: 400pt;
  }
}
@media screen and (max-width: 1207px) {
  .opt-menu-container{
    width: 350pt;
  }
}
@media screen and (max-width: 1126px) {
  .header-search{
    width: 100pt;
  }
  .input-search{
    width: 100pt;
  }
}
@media screen and (max-width: 1080px) {
  .esmar-logo{
    width: 100pt;
  }
  .opt-menu-container{
    width: 300pt;
  }
}
@media screen and (max-width: 990px) {
  .clients-section{
    height: 1500pt;
  }
  .esmar-pages{
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .desktop-menu{
    display: none;
  }
  .navTrigger{
    display: block;
  }
  .mobile-menu-btn{
    display: block;
  }
  .mobile-logo-toolbar{
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .esmar-nosotros{
    height: 800pt;
  }
  .esmar-input{
    width: 80%;
  }
}
@media screen and (max-width: 490px) {
  .footer-items-container{
    padding-left: 10pt;
  }
  .esmar-address{
    width: 120pt;
  }
  .esmar-address .desc{
    font-size: 12px;
  }
  .esmar-address .glyphicon{
    font-size: 18px;
  }
  .item-child{
    right: 0;
    width: 80%;
  }
  .item-child .big{
    font-size: 3rem;
    line-height: 60px;
  }
  .item-child .small{
    font-size: 14px;
    line-height: 25px;
  }
}
@media screen and (max-width: 377px) {
  .esmar-nosotros{
    height: 900pt;
  }
  .footer-items-container{
    padding-top: 5pt;
  }
  .esmar-address{
    height: 70%;
  }
  .esmar-address .glyphicon-map-marker{
    padding-top: 15pt;
  }
  .esmar-address .glyphicon-earphone{
    padding-top: 45pt;
  }
}
