.row > div {
    padding: 40px;
}

.logo {
    width: 200px;
    height: auto;
    align-items: center;
}

.logo2 {
    width: 100px;
    height: auto;
}

.company {
    padding-top: 100px;
}

li {
    color: #344F73;
}

.nav-link {
    color: #344F73;
}

h2 {
    text-align: center;
    padding-bottom: 20px;
}

p {
    text-align: justify;
    color: #344F73;
    padding-top: 20px;
    padding-bottom: 20px;
}

.tecnologias {
    color: white;
    background-color: #8FA9BF;
    padding-top: 40px;
}

.contactenos {
    color: #344F73;
    text-align: center;
}

.footer {
    color: white;
    text-align: center;
}


.mail > a {
    text-decoration: none;
  }
  
.mail > a:link {
    text-decoration: none;
    color: #344F73;
}
  
.mail > a:visited {
    text-decoration: none;
    color: #344F73;
}

.quienes {
    color: #344F73;
}