* {

  margin: 0;

  padding: 0;

  font-family: Arial, Helvetica, sans-serif;

  font-size: 15px;

}
.navbar-brand{
  margin-left: -30px;
}

.contenedor {

  width: 100%;

  background-color: #477ae5;

  border-bottom: 5px solid #fc5f04;

}

.navbar-nav li a {

  color: #ffff;

}

#active {

  background-color: #f16a2b;

  border-radius: 15px;

  border: 2px solid #73ad21;

}

.navbar-nav a:hover {

  font-weight: bold;

}

nav {

  padding-top: 30px;

  min-height: 70px;

  text-transform: uppercase;

}

.iconos {

  margin-top: 25px;

}

/*productos*/

.descripcion {

  padding: 20px 0 20px 0;



}

.texto {

  font-size: 18px;

}

.container .row h5 {

  color: #000066;

  text-align: center;

  font-weight: bold;

  margin-bottom: 20px;

}

.container .row img {

  margin-bottom: 40px;

}

/*servicios*/

.imagenservicios{

  width: 50%;

}

.servicios {

  font-size: 20px;

}

.servicios li {

  list-style: none;

  background-color: #2b91f1;

  border-radius: 15px;

  border: 2px solid #73ad21;

  width: 30%;

}

/*descargas*/

.row .col .link {

  margin-top: 10px;

  margin-bottom: 10px;

}

.row .col .link2 {

  margin-top: -80px;

}

/*miscelaneos*/

.articulos {

  margin-top: 30px;

}

.card-title{

  color: #f05619;

}

.valores li{

  list-style: none;

}

#aniversario{
  padding: 0px 12px 30px 12px;

}

.consejos{
  background-color:  #eca163;

  padding:10px;

  margin: 20px;

  font-weight: 600;
  
}
/*iconos redes sociales*/



/*pie de pagina*/

footer {

  padding: 20px 0 10px 0;

  background-color: #817c7c;

  height: 100%;

}

footer img{
  padding: 0 15px 0 15px;
  margin-bottom: 10px;
}

