* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

#header {
  height: 100vh;
  background-image: url(images/proyecto.jpg);
  background-position: right;
  /*background-size: cover;*/
  background-repeat: no-repeat;
  background-size: 900px 700px;
}

.container1 {
  margin-right: 100px;
  margin-left: 100px;
}

.logo {
  margin-top: 50px;
  width: 200px;
}

.header-text {
  max-width: 350px;
  margin-top: 140px;
}

h1 {
  font-size: 30px;
}

.square {
  background: #E85A50;
  height: 12px;
  width: 12px;
  display: inline-block;
  margin: 15px 0;
}

.common-btn {
  padding: 18px 40px;
  background: transparent;
  outline: none;
  border: 2px solid #385A64;
  font-weight: bold;
  cursor: pointer;
}

p {
  font-size: 15px;
  line-height: 18px;
  color: #777;
}

.header-text button {
  margin-top: 20px;
  margin-bottom: 60px;
}

.line-1 {
  width: 15px;
  height: 15px;
  background: #E85A50;
  display: inline-block;
}

.line-2 {
  width: 80px;
  height: 1px;
  background: #E85A50;
  display: inline-block;
}

.line-3 {
  width: 60px;
  height: 1px;
  background: #E85A50;
  display: inline-block;
}

.line {
  line-height: 8px;
}

.logo {
  margin-top: 50px;
  width: 200px;
  margin-left: 50px;
}

#sideNav2 {
  width: 250px;
  height: 100vh;
  position: fixed;
  right: -250;
  top: 0;
  background: #E85A50;
  z-index: 2;
  transition: .5s;
}

#sideNav2 a:hover {
  /*background: #385A64;*/
  color: #385A64;
  text-decoration: none;
}

#sideNav2 a {
  text-decoration: none;
  font-weight: 600;
}

nav ul li {
  list-style: none;
  margin: 50px 20px;
}

nav ul li a {
  text-decoration: none;
  color: #fff;
}

#menuBtn2 {
  width: 50px;
  position: fixed;
  right: 65px;
  top: 35px;
  z-index: 2;
  cursor: pointer;
}

/*----social-icons----*/

.social-icons {
  width: 50px;
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.common-btn:hover {
  background: #385A64;
  color: white;
}

.social-icons img {
  display: block;
  width: 20px;
  margin: 0 auto 20px;
  cursor: pointer;
}

.mt {
  margin-top: 150px;
  margin-bottom: 20px;
}

a:hover {
  text-decoration: none;
  color: #E85A50;
}

a {
  color: #385A64;
}

.card-footer:hover {
  background: #385A64;
}

.card-footer:hover a {
  color: #fff;
}

#footer {
  padding: 50px 0 30px;
}



hr {
  width: 100%;
  border: 0;
  border-top: 1px solid #385A64;
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-left-col {
  flex-basis: 50%;
  margin-top: 60px;
}

.footer-right-col {
  flex-basis: 35%;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.link-title h4 {
  color: #385A64;
  margin-bottom: 20px;
}

.link-title small {
  font-size: 13px;
  color: #777;
}

.footer-info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-logo img {
  width: 100px;
}

.footer-logo button {
  padding: 12px 38px;
  margin-top: 20px;
  font-size: 10px;
}

.copyright-text, .footer-logo {
  flex-basis: 40%;
}



@media only screen and (max-width: 770px){


  .logo {
    margin-top: 50px;
    width: 100px;
  }

  #header {
    background: none;
  }

  

  .container1 {
    margin-right: 50px;
    margin-left: 50px;
  }

  .logo {
    margin-top: 50px;
    width: 100px;
  }

  .header-text {
    margin-top: 100px;
  }

  h1 {
    font-size: 25px;
  }

  #menuBtn {
    width: 40px;
    right: 50px;
  }

  .common-btn {
    padding: 10px 16px;
  }

  .social-icons img {
    width: 14px;
    margin: 15px auto;
  }

  .footer-left-col, .footer-right-col {
    flex-basis: 100%;
  }

  .link-title {
    flex-basis: 50%;
    margin-bottom: 30px;
  }

  .mt {
  margin-top: 20px;
  margin-bottom: 20px;
}
}


h1 {
  font-weight: bold;
}