html{
  scroll-behavior: smooth;
  }

  .xamin-custom-bg{
  background: #000000;
}

.texto-testimonio{
  line-height: 17px;
  padding: 0 10px 0 10px;
}

.nombre-testimonio{
  font-size: 30px;
  letter-spacing: -1px;
  margin-bottom: -15px;
}


.sub-testimonio{
  font-weight: 100;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.copyright-footer{
      background: #1d1d1d;
}

.comillas{
  font-size: 25px;
  font-weight: bold;
}

.contacto {
    color: #F6E70F;
    font-size: 30px;
}

#menu-item .cli{
  -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out;
}

.nosotros{
  background: #000000;
  padding: 130px 0 200px 0;
}

.nosotros-titulo{
  color: #F6E70F !important;
  margin-top: 60px;
  font-size: 80px !important;
  font-weight: 800;
}

.productos-titulo{
  color: #000000 !important;
  margin-top: 60px;
  font-size: 80px !important;
  font-weight: 800;
}

.tienda-titulo{
    font-weight: 800;
    border-left: 4px solid #F6E70F;
    color: #000000 !important;
    text-align: left;
    margin-left: 30px;
    font-size: 50px !important;
    padding-left: 13px;
}

.tarjeta-tiendas{
  padding: 40px 20px 60px 20px;
    background: #ececec;
    border-radius: 5px;
    margin-top: 10px;
}

.nombre-tiendas{
  border-bottom: 1px dotted #9d9d9c;
  padding-bottom: 5px;
  line-height: 1.5rem;
}

.direccion-tiendas{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1px;
}

.ciudades-base{
  padding-bottom: 30px;
}

.productos-align{
justify-content: center;

}

.direccion-contenido{
      color: #9d9d9c;
      font-size: 14px;
}
.clientes-titulo{
 margin-top: 60px;
}

.parrafo{
  text-align: justify;
  line-height: 20px;
}

.parrafo-blanco{
  color: #ffffff;
  text-align: justify;
  line-height: 20px;
}

.parrafo-productos{
  text-align: justify;
  line-height: 20px;
  margin-bottom: 100px;
}
.parrafo-produ{
  text-align: justify;
  line-height: 20px;
  margin-bottom: 100px;
  color: #9d9d9c;
}

.fecha{
  color: #9d9d9c;
  text-transform: uppercase;
}

.whats{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:25px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 0px 2px 1px #343a4082;
  z-index:100;
  transition: all 1s;
}
.whats:hover{
  position:fixed;
  width:60px;
  height:60px;
  bottom:30px;
  right:25px;
  background-color:#25d377;
  color:#ffffff6b;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 0px 5px 2px #343a4082;
  z-index:100;
}
.my-float{
  margin-top:16px;
}


.pie-alineado{
  justify-content: center;
}

.correo-pie{
  color: #F6E70F !important;
}

.correo-pie:hover {
  color: #ffffff !important;
}

.derechos-link{
color: #F6E70F;
font-weight: 800;
}

.derechos-foot{
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 1px;
}

.slogan{
  letter-spacing: 1px;
}

.textura-overlay{
  height:100%;
  width:100%;
  background-image:url(http://nbiciecuador.com/images/bg__dots2.png);
}

.contenedor-tiendas{
      max-width: 1140px;
}
.seccion-tiendas{
    padding-top: 80px !important;
    padding-bottom: 50px;
    background: #1d1d1d;
}

.boton-tiendas{
  bottom:0px;
font-weight: 800;
color: #F6E70F;
background-color: #000000;
transition: 1s all;
}

.boton-tiendas:hover {
bottom:6px;
  font-weight: 800;
color: #000000;
background-color: #F6E70F;
}
.boton-tiendas-centrtado{
text-align: center !important;
}

.tiendas-porcen{
  max-width: 50%;
}
.tiendas-thin{
  font-weight: 100;
}
.redes-centrado{
text-align: center;
}

.redes-padd{
  padding-left: 30px;
}

.texto-blanco-tiendas{
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  margin-top: -0.7rem;
}
.nuestras-tiendas{
  color: #F6E70F !important;
  font-size: 50px !important;
  font-weight: 800;
  text-align: center;
  line-height: 30px;
}
.tiendas-dos{
      color: #F6E70F !important;
    font-size: 3rem !important;
    font-weight: 800;
    text-align: center;
    line-height: 2.8rem;
}

.foto{

  max-width: 100%;
    height: auto;
    min-width: 350px;
    padding-left: 8rem;
}
.imagen{
  background-size: cover;
}

.col-md-333 {
    -ms-flex: 0 0 33.33333%;
       flex: 0 0 33.3333333%;
    max-width: 33.33333333%;
}

.titulo-productos{
  font-size: 1.2em;
    line-height: 1.2rem;
        padding: 0 30px;
}
    

@media (max-width: 777px) and (max-width: 437px) {
  .whats{
  position:fixed;
  width:54px;
  height:54px;
  bottom:50px;
  right:10px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:23px;
  box-shadow: 0px 2px 1px #343a4082;
  z-index:100;
  transition: all 1s;
}

.whats:hover{
  position:fixed;
  width:54px;
  height:54px;
  bottom:50px;
  right:10px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:23px;
  box-shadow: 0px 2px 1px #343a4082;
  z-index:100;
  transition: all 1s;
}

.tarjeta-tiendas{
  padding: 40px 20px 50px 20px;
    background: #ececec;
    border-radius: 5px;
    margin-top: -20px;
}
.tienda-titulo{
    font-weight: 800;
    border-left: 4px solid #F6E70F;
    color: #000000 !important;
    text-align: left;
    margin-left: 30px;
    font-size: 2rem !important;
    padding-left: 13px;
    line-height: 1.8rem !important;
    margin-top: 20px;
    padding-bottom: 5px;
}
.ciudades-base{
  padding-bottom: 0px;
}
.direccion-tiendas{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1px;
}
.direccion-contenido{
      color: #9d9d9c;
      font-size: 12px;
}
.contacto-center{
  padding-left: 60px;
}
.parrafo{
  font-size: 13px;
  text-align: justify;
  line-height: 16px;
  padding: 0 15px 0 15px;
}
.parrafo-productos{
 font-size: 13px;
  text-align: justify;
  line-height: 16px;
  padding: 0 15px 0 15px;
}

.parrafo-blanco{
 font-size: 13px;
  text-align: justify;
  line-height: 16px;
  padding: 0 15px 0 15px;
  color: #ffffff;
}
.parrafo-produ{
    font-size: 13px;
    text-align: justify;
    line-height: 16px;
    color: #9d9d9c;
}
.nombre-testimonio{
  font-size: 24px;
    letter-spacing: -1px;
    margin-bottom: -15px;
    padding-top: 5px;
}
.texto-testimonio {
    font-size: 13px;
    line-height: 14px;
}
.slogan{
    margin-top: -7px;
    font-size: 12px;
    letter-spacing: 1px;
}
.nosotros{
  background: #000000;
  padding: 130px 0 200px 0;
}
  .nosotros-titulo{
  color: #F6E70F !important;
  margin-top: 60px;
  font-size: 3rem !important;
  font-weight: 800;
}
  .productos-titulo{
  color: #000000 !important;
  margin-top: 60px;
  font-size: 3rem !important;
  font-weight: 800;
}
.textura-overlay{
  height:100%;
  width:100%;
  background-image:none;
}
.boton-tiendas-centrtado{
text-align: center !important;
}

.tiendas-porcen{
  max-width: 90%;
}
.seccion-tiendas{
    padding-top: 100px !important;
    padding-bottom: 90px;
    background: #1d1d1d;
}

.texto-blanco-tiendas{
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  margin-top: -0.7rem;

}

.nombre-tiendas {
    border-bottom: 1px dotted #9d9d9c;
    padding-bottom: 5px;
    line-height: 1.5rem;
    font-size: 1.5rem;
}
.tiendas-dos{
      color: #F6E70F !important;
    font-size: 2.2rem !important;
    font-weight: 800;
    text-align: center;
    line-height: 2rem !important;
}

.foto{

      max-width: 100%;
    height: auto;
    min-width: 350px;
    padding-left: 2.5rem;

}

.col-md-333 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}


