*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

.navbar {
    width: 50%;
    background-color: white;
}

nav {
    display: flex;
    width: 84%;
    margin: auto;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}

nav ul li {
    display: inline-block;
    list-style: none;
    margin: 10px 20px;
}

nav ul li a{
    text-decoration: none;
    color: black;
    font-weight: bold;
}

nav ul li a:hover{
    color: blue;
}

.detel{
    margin-left: 8%;
    margin-top: 15%;
}

.detel h1{
    font-size: 50px;
    color: black;
    margin-bottom: 20px;
}

span{
    color: blue;
}

.detel p{
    color: grey;
    line-height: 22px;
}

.detel a{
    background: black;
    padding: 15px 18px;
    text-decoration: none;
    font-weight: bold;
    color: white;
    display: inline-block;
    margin: 30px;
    border-radius: 10px;
}

.images{
    width: 45%;
    height: 80%;
    position: absolute;
    bottom: 0;
    right: 100px;
}

footer{
    background: #f1f1f1;
    padding: 90px 0;
  }
   
  .footer-container{
    max-width: 1300px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap-reverse;
  }
   
  .logo{
    width: 180px;
  }
   
  .social-media{
    margin: 20px 0;
  }
   
  .social-media a{
    color: #001a21;
    margin-right: 25px;
    font-size: 22px;
    text-decoration: none;
    transition: .3s linear;
  }
   
  .social-media a:hover{
    color: #fc5c65;
  }
   
  .right-col h1{
    font-size: 26px;
  }
   
  .border{
    width: 100px;
    height: 4px;
    background: #fc5c65;
  }

  .contactos {
    margin: auto;
    text-align: center;
    width: 20%;
    bottom: 0;
    right: 50px;
    left: 50px;
    font: bold 3.2em/100px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  }

  .contacto1 {
    background: rgb(0, 25, 250);
    padding: 15px 18px;
    text-decoration: none;
    font-weight: bold;
    color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 30px;
    border-radius: 10px;
  }

  .contacto2 {
    background: black;
    padding: 15px 18px;
    text-decoration: none;
    font-weight: bold;
    color: white;
    display: flex;
    margin: 30px;
    border-radius: 10px;
    font-size: 45px;
    text-align: center;
    display: flex; 
    align-items: center; 
    height: 60px;
  }

  .contacto3 {
    background: red;
    padding: 15px 18px;
    text-decoration: none;
    font-weight: bold;
    color: white;
    display: flex;
    margin: 30px;
    border-radius: 10px;
    font-size: 45px;
    text-align: center;
    display: flex; 
    align-items: center; 
    height: 60px;
  }

  .contacto4 {
    background: #fc5c65;
    padding: 15px 18px;
    text-decoration: none;
    font-weight: bold;
    color: white;
    display: flex;
    margin: 30px;
    border-radius: 10px;
    font-size: 45px;
    text-align: center;
    display: flex; 
    align-items: center; 
    height: 60px;
  }

  .projects {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px;
  }
  .project {
    width: 300px;
    margin: 20px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
  }
  .project img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
  }
  .project h2 {
    margin-top: 20px;
    font-size: 1.2em;
  }