body{
  margin: 0;
  padding: 0;
}

.formu { 
  padding: 100px;
  position: relative;
  right: 350px;
  top: 40px }

.contenedor {
  padding: 90px 0;
}

.tituLogin{
  color: #0EB8CF;
  font-size: 48px;
  font-weight: 500;
  font-family: 'Source Sans Pro', sans-serif;
}

.btnColor{
  background: #0EB8CF;
  color: #fff;
  margin: 1px 0px;
  padding: 10px 30px;
  font-family: 'Source Sans Pro', sans-serif;
}

.btnColor:hover{
  background: #fff;
  color: #0EB8CF;
  margin: 1px 0px;
  padding: 10px 30px;
  font-size: 21px;
  border-style: solid;
  border-color: #0EB8CF;
  border-width: 2px;
}
/* Header */

header {
    width: 100%;
    height: 250px;
    background: -webkit-linear-gradient(to top, #FFFFFF, #6DD5FA, #2980B9);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #FFFFFF, #6DD5FA, #2980B9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    background-size: cover;
    background-attachment: fixed;
    position: relative;
}



nav{
    text-align: right;
    padding: 30px 50px 0 0;
}

nav > a{
    color:#fff;
    font-weight: 300;
    text-decoration: none;
    margin-right: 10px;
}

nav > a:hover{
    text-decoration: underline;
}

header .textos-header{
    display: flex;
    height: 100px;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.textos-header h1{
    font-size: 40px;
    font-weight: 100;
    color:#fff;
}

.textos-header h2{
    font-size: 70px;
    font-weight: 500;
    color:#fff;
}

.wave{
    position: absolute;
    bottom: 0;
    width: 100%;
}


.testimonials {
    background: #9EF7F5;
    background: url(../Recursos/img/FondoLogin.jpg);
    background-size: 100% 100%;
  }

.loginAll .formu {float:center;}

  /* footer */

footer{
    background: #414141;
    padding: 20px 0 20px 0;
    margin: auto;
    overflow: hidden;
}

.contenedor-footer{
    display: flex;
    width: 90%;
    justify-content: space-evenly;
    margin: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.content-foo{
    text-align: center;
}

.content-foo h4{
    color: #fff;
    border-bottom: 3px solid #24B6FA;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: 500;
}

.content-foo p{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.titulo-final{
    text-align: center;
    font-size: 24px;
    margin: 20px 0 0 0;
    color: #9e9797;
}
