/* Colocando el body en margen 0 */
body{
  margin:0;
}
/* Contiene todos los estilos del menú */
nav{
  background-color: #2C3E50;
  height: 107px;
  position: fixed;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
}
nav>h1{
  color: white;
  margin-left: 47px;
  margin-top: 40px;
  font-size: xx-large;
  font-weight: 900;
  position: absolute;
  left: 44px;
  }
nav>h1:hover{
  cursor: pointer;
}
nav>div{
  font-family: 'Montserrat', sans-serif;
  margin-top: 42px;
  float: right;
  padding: 3px 16px;
}
/* Contiene todos los estilos de la sección 1 */
#section-1{
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  background-color: #18BC9C;
  color: white;
  height: 800px;
  vertical-align: middle;
  text-align: center;
}
#section-1>img{
  width: 255px;
  height: 255px;
  vertical-align: text-top;
  margin-top: 198px;
}
#section-1>h1.text-uppercase{
  margin-top: 47px;
  font-weight: 900px;
  font-size: 5em;
  height: 20px;
}
#section-1>h3{
  font-size: 25px;
}
/* Contiene todos los estilos de la sección 2 */
#section-2{
  font-family: 'Montserrat', sans-serif;
  height: 798px;
  background-color: white;
  text-align: center;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}
#section-2>h1{
  font-weight: 900;
  font-size: 3em;
  font-family: 'Montserrat', sans-serif;
  margin-top: 80px;
  height: 20px;
}
/* Contiene todos los estilos de la sección 3 */
#section-3{
  font-family: 'Montserrat', sans-serif;
  height: 638px;
  background-color: #18BC9C;
  color: white;
  text-align: center;
  width: 100%;
  margin: 0;
}
#section-3>h1{
  font-size: 3em;
  margin-top: 100px;
  height: 20px;
}
#section-3>#about>p{
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  width: 612px;
  height: 221px;
  font-weight: 900px;
  line-height: 30.5px;
  columns: 2;
  text-align: left;
}
#section-3>#download{
  width: 230px;
  border: white solid 2px;
  text-align: center;
}
#section-3>#download:hover{
  background-color: white;
  color: black;
  cursor: pointer;
}
/* Contiene todos los estilos de la sección 4 */
#section-4{
  font-family: 'Montserrat', sans-serif;
  color: #8D8E96;
  height: 939px;
  background-color: white;
  text-align: center;
}
#section-4>h1{
    margin-top: 100px;
    color: Black;
    font-weight: 900;
    font-size: 3em;
    height: 20px;
}
#section-4>form{
  font-family: 'Lato', sans-serif;
  width: 615px;
  text-align: left;
  margin-top: 50px;
  margin-left: 267px;
  height: 600px;
}
#section-4>form>input{
  border: none;
  margin-left: 0px;
  width: 612px;
  height: 96px;
  font-size: x-large;
}
#section-4>form>input:focus{
outline:none;
}
#section-4>form>button{
  background-color: #18BC9C;
  color: white;
  border-radius: 5px;
  width: 81px;
  height: 48px;
  font-size: large;
  font-weight: bolder;
  border: none;
}
/* Clases usadas en la página */
.floating{
 text-decoration:none;
 color: white;
 font-weight:bolder;
}
.change{
  font-size: 100%;
  padding: 15px;
}
.star>div{
  width: 103px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
  margin: 7px;
}
.line-left-white{
  width: 103px;
  height: 7px;
  background-color: white;
  margin-left: 7px;
}
.line-right-white{
  width: 103px;
  height: 7px;
  background-color: white;
  margin-left: 155px;
}
.line-left-black{
  width: 103px;
  height: 7px;
  background-color: black;
  margin-left: 7px;
}
.line-right-black{
  width: 103px;
  height: 7px;
  background-color: black;
  margin-left: 155px;
}
.clear{
  clear: both;
}
.change:hover{
  color: #18BC9C ;
  cursor: pointer;
}
.small{
  width: 349px;
  height: 253px;
  margin: 20px;
}
.text-uppercase{
  text-transform: uppercase;
}
.line-contact{
  border: #EBEBEB 1px solid;
  width: 612px;
  height: .1px;
}
textarea{
  border: none;
  font-size: x-large;
  font-family: 'Montserrat', sans-serif;
  color: #8D8E96;
  font-weight: 600;
}
textarea:focus{
outline: none;
}
.social{
  width: 35px;
  height: 35px;
  border: white solid 2px;
  border-radius: 50%;
  padding: 10px;
  margin: 2px;
  display: inline-block;
  background-color: inherit;
  color: white;
}
.social:hover{
  cursor: pointer;
  background-color: white;
  color: black;
}
/* Contiene los estilos del footer */
footer{
  font-family: 'Montserrat', sans-serif;
  background-color: #2C3E50;
  height: 375px;
  color: white;
  width: 100%;
}
footer>section{
  height: 375px;
  width: 100%;
}
footer>section,section{
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
footer>section>#location{
  width: 250px;
  text-align: center;
  margin: 15px;
}
footer>section>#web{
  width: 350px;
  margin: 15px;
}
footer>section>#freelancer{
  width: 308px;
  margin: 15px;
  text-align: center;
}
footer>section>#freelancer>a{
  color: #18BC9C;
  text-decoration: none;
}
footer>section>#freelancer>a:hover{
  text-decoration: underline;
}
footer>section>section>h4{
  font-size: 20px;
  font-weight: 900;
}
footer>section>#copyright{
  text-align: center;
  width: 100%;
  margin-top: 150px;
}
footer>section>#copyright>p{
  background-color: #1A252F;
  position: absolute;
  width: 100%;
  padding: 30px;
  margin: 0;
  font-size: 12px;
}
