.inicio__img {
    height: 540px;
    background-image: url(../img/focodesktop.jpg);
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: 7rem;
    background-size: cover;
    background-position: center;
}
.inicio__img p {
    font-size: 1.8rem;
}
h1 {
    font-size: 4.7rem;
    margin-top: -3rem;
    margin-left: 3rem;
}
.inicio__texto {
    position: absolute;
    margin-top: -20rem;
}
.inicio__texto h2 {
    text-align: left;
    margin-left: 10rem;
}
.inicio__texto .line {
    border-style: solid;
    border-color: #1a9dfc;
    border-top: none;
    width: 5rem;
    margin: 2rem 0 2rem 10rem;
}
.inicio__texto p {
    text-align: left;
    margin-left: -10rem;
    padding-right: 45rem;
    margin-top: -2rem;
    font-size: 1.4rem;
    line-height: 2.5rem;
}
.pilares {
    margin-top: -2rem;
}
.integridad p {
    padding: 5rem 30rem;
}
.normas p {
    padding: 2rem 3rem;
}
.check {
    margin-left: 32vw;
    margin-top: -8vh;
}
.capacitacion p {
    padding: 2rem 30rem;
}
.capacitacion__titulo {
    margin-top: 10rem;
}
.incubadas__container {
    display: flex;
    justify-content: center;
    margin: 4rem;
}
input[type=submit] {
    margin: 0 41vw;
}
input[type=text], [type=email], select, textarea {
    margin-left: 32rem;
}
.header li {
    display: inline-block;
  }
.header li a {
    padding: 0 20px;
    padding-top: 30px;
    font-size: 1rem;
  }
.header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
.header .menu-icon {
    display: none;
  }