html {
    font-size: 75%;
}
.inicio__img {
    height: 50vh;
    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: 2rem;
}
h1 {
    font-size: 5rem;
    line-height: 7rem;
    margin-top: 10rem;
    margin-left: 3rem;
}

.inicio__texto .line {
    border-style: solid;
    border-color: #1a9dfc;
    border-top: none;
    width: 5rem;
    margin: 4rem auto;
}

.integridad p {
    padding: 5rem 15rem;
}
.normas {
    width: 50vw;
}
.normas p {
    padding: 2rem 3rem;
}
.check {
    margin-left: 47vw;
    margin-top: -4vh;
}
.capacitacion p {
    padding: 4rem 15rem;
}
.capacitacion__titulo {
    margin-top: 14rem;
}
.heutagogia {
    height: 500px;
}
.etica {
    margin-top: 14rem;
}
.etica h3 {
    font-size: 1.2rem;
    line-height: 2rem;
}
.etica p {
    margin: 4rem 0;
}
.etica__btn {
    margin-top: 5rem;
}
.tecnologia {
    margin-top: 14rem;
}
.tecnologia__graph {
    height: 500px;
    margin-bottom: 7rem;
}
.como {
    padding-top: 7rem;
}
.como img {
    margin: 6rem auto;

}
.estructura__titulo {
    padding: 5rem;
}
.estructura__fines {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.estructura__fines h3 {
    margin-bottom: 4rem;
    font-size: 1.8rem;
}
.estructuras__fines__lucro p {
    width: 47vw;
    height: 80px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.5rem;
    font-size: 1.7rem;
    padding-left: 2rem;
    text-align: center;
}
.estructura__fines__sin-lucro p {
    width: 47vw;
    height: 80px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.5rem;
    font-size: 1.7rem;
    padding-left: 2rem;
    text-align: center;
}
.incubadas {
    margin-top: 14rem;
}
.incubadas__container {
    display: flex;
    overflow: scroll;
    margin-left: 4rem;
    margin-top: 10rem;
}
.en-proceso {
    margin-top: 12rem;
}
.en-proceso__container {
    margin-top: 4rem;
    height: 1000px;
}
.incubadas__card, .incubadas__card-2, .incubadas__card-3 {
    width: 400px;
    height: auto;
}
input[type=submit] {
    margin: 0 37vw;
    -webkit-appearance: none;
}
input[type=text], [type=email], select, textarea {
    margin-left: 21rem;
    -webkit-appearance: none;
}
