* {
  padding: 0;
  margin: 0;
}

body {
  
  font-family: 'Open Sans', sans-serif;
}

h2 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;  
}

h3 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}

h4 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;  
}

h5 {
  font-size: 40px;
  text-align: center;
  font-weight: bold;  
}

.redes-sociales {
  padding: 10px 0;
  margin-bottom: 40 px;
  background: #000;
}

.redes-sociales .icono {
  width: 30px;
  height: 30px;
  color: #fff;
  background: #000;
  display: inline-block;
  margin: 0px 20px;
  text-decoration: none;
  border-radius: 100px;
  transition: all .3s ease;
}

.redes-sociales .icono svg {
  width: 15px;
  height: 15px;
}

.redes-sociales .whatsapp { background: #25D366;}
.redes-sociales .youtube { background: #c4302b;}
.redes-sociales .facebook { background: #1877f2;}
.redes-sociales .instagram { background: #C13584;}

.cwi {
  padding: 0px 30px;
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.lead {
  padding-left: 20px;
}