/* JUMBOTRON STYLE HERE */
.fondo{
    background: 
  linear-gradient(
    rgb(255, 255, 255), 
     rgba(3, 153, 158, 0.788)
  ),
  url(bg.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  color:white !important;
  width:auto;
  }
  .jumbotron{
      height: 100vh;
  }
  footer{
    height: 15vh;
}
  /* BUTTON STYLE HERE */
  .btn{
      margin-right:10px;
  }
  .btn-outline-primary{
    border-color: white;
    color:white;
    background-color:transparent;
    margin-top:30px;
    font-weight:100;
  }
  .formoutline{
    border-color: white;
    color:white;
    background-color: rbga(255, 255, 255, 0.1);

  }
  .btn-outline-primary:hover{
    border-color: transparent;
    color:black;
    background-color:white;
  }
  .btn-outline-primary:active{
    border-color: transparent;
    color:black;
    background-color:white;
    padding:9px 20px 9px 20px;
  }
  
  /* BUTTON HEADER RIGHT */
  .rightHeader{
    position: absolute;
    top: -15px;
    right: 8px;
  }
  /* BUTTON HEADER LEFT */
  .leftHeader{
    position: absolute;
    top: -15px;
    left: 20px;
  }
  
  .title{
    margin-top:10vh;
  }
  .text_margin{
      width:70vw;
      margin: 0 auto;
  }
  .string-1{
    padding-top:30px;
    width:600px;
    margin:0 auto;
    font-weight:100;
    margin-top:-35px;
  }
  
  
  .content{
    margin:10%;
  }
  br{
    margin:20px;
  }

  .vertical-center {
    min-height: 100%; 
    min-height: 100vh;    
    display: flex;
    align-items: center;
  }
  .fondoimagen{
      background-image: url(stock1.jpg);
  }

  .fab{
    color: rgb(255, 255, 255);
  }