/*
 * Estilos de tu proyecto
 */

 body {
  /* Establece la fuente de Google aquÃ­ */
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.71429;
  background-color: #FFF;
}

nav {
  position: fixed;
  z-index: 1;
  background: #2C3E50;
  width: 100%;
  right: 0;
}

img {
  vertical-align: middle;
}

a {
  color: #FFF;
  text-decoration: none;
  padding: 10px 15px;
  letter-spacing: 1px;
}

a:hover {
  color: #18BC9C;
}

.link {
  font-weight: 700;
  font-size: 13px;
  margin-top: 28px;
}

.boostrap {
  padding: 25px 0;
  font-weight: bold;
  font-size: 28px;
}

.boostrap:hover {
  color: white;
}

#principal {
  background: #18BC9C;
}

.profile {
  height: auto;
  max-width: 100%;
}

.name {
  font-size: 4.75em;
  color: white;
}

hr.star {
  color: #FFF;
  border: 4px solid white;
  height: 4px;
  margin-bottom: 30px;
}

hr.star::after {
  background-color: #18BC9C;
  color: #fff;
}

hr.star2 {
  color: white;
  border: 4px solid #2C3E50;
  height: 4px;
  margin-bottom: 30px;
}

hr.star2::after {
  background-color: #fff;
  color: #2C3E50;
}

hr.star::after, hr.star2::after {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -.8em;
  font-size: 2em;
  padding: 0 .25em;
}

section.row + p {
  color: white;
}

.name2 {
  font-size: 2.8em;
  color: inherit;
  font-weight: bold;
}

.img-pad {
  padding: 15px 30px;
}

#about {
  background: #18BC9C;
}

p.col-3 {
  color: white;
  font-size: 16px;
  text-align: justify;
  padding: 20px 20px;
}

.btn-home{
  color: #FFF;
  border: 2px solid #FFF;
  padding: 11px 20px;
  border-radius: 6px;
  font-size: 16px;
}

.form-label {
  border: none;
  border-radius: 0;
  box-shadow: none!important;
  border-bottom: 1px solid #eee;
  padding-bottom: 7px;
  height: auto;
}

label {
  cursor: default;
  z-index: 0;
  opacity: 0;
  max-width: 100%;
  font-weight: 700;
}

.form-input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 1.5em;
  line-height: 1.42857143;
  color: #555;
}

input, textarea {
  border: none;
  font-family: inherit;
  text-indent: 0px;
  text-align: start;
  cursor: auto;
}

textarea {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.btn {
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid transparent;
  align-items: flex-start;
}

.btn-success {
  color: #fff;
  background-color: #18BC9C;
  border-color: #18BC9C;
  font-weight: 700;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-success:hover {
  color: #fff;
  background-color: #128f76;
  border-color: #11866f;
}

.footer-top {
  background-color: #2C3E50;
  color: #FFF;
  padding-top: 50px;
}

.footer-bottom {
  padding: 25px 0;
  background-color: #233140;
  color: #FFF;
}
