.upBar{
  height: 2px;
  width: 100%;
  margin-top: 0;
  background-color: #272E3E;
}

.container_footer{
    height: fit-content;
    padding: 2% 5%;
    display: grid;
    align-items: center;
    justify-content: center;
    background-color: #0C1220;
}

.container_footer .logo{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container_footer .logo img{
    object-fit: contain;
    height: 9vh;
    margin: 1vh 0;
}

.footer_links{
    margin: 5px;
    display: flex;
    align-items: center;
}

.footer_links .bi{
    width: 50px;
    padding: 4px;
    font-size: 25px !important;
    display: flex !important;
    justify-content: center;
}

.container_links .icon{
  transition: 0.1s;
}

.container_links .whatsapp{
  color: green !important;
}
.container_links .instagram{
  color: #DD2A7B !important;
}
.container_links .linkedin{
  color: #1469C7 !important;
}

.icon:hover{
  scale: 100.1%;
}

.footer_links a{
    text-decoration: none;
    color: #cfd6e1; 
    font-weight: 400 !important;
    font-size: large;
}

.footer_links a:hover{
    color: white;
}

/* ----------------------------------------------------------------------------------- */

.container_links{
    width: 100vw;
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 20px;
    margin-top: 2%;
}

.icon {
    position: relative;
    color: white;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-content: center;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    font-size: 20px;
    scale: 0.8;
}

.container_links .icon a{
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-top: 1px; /*is necessary*/
}

.bar{
    width: 40%;
    margin-left: 30%;
    height: 1.5px;
    background-color: #272E3E;
    margin-top: 1%;
}

footer .nav{
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .nav a{
    text-decoration: none;
    color: #a3a9b1;
    font-family: Audiowide, sans-serif;
    letter-spacing: 1px;
    padding: 0% 0.5%;
    padding-top: 1%;
    transition: 0.3s;
}

footer .nav a:hover{
  color: white;
}

.copyright{
    text-align: center;
    margin-top: 1%;
}

.copyright p{
    color: #cfd6e1;
    font-weight: 300 !important;
    margin: 0;
}