* {
    box-sizing: border-box;
}


p {
    font-size: 18px;
    font-weight: 300;
}


h2 span, h1 span {
    color: #f5a313;
}

a:hover {
    text-decoration: none;
}

a, button {
    transition: all .5s ease;
}

button {
    padding: 0
}

body {
    font-size: 1.1rem;
}



footer{
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #261e53;
}

footer p{
    color: white;
}

.copy{
    font-weight: 400;
    color: white;
}

.morado{
    color: #886d9e;
}

.title_text{
    font-weight: 650;
    font-size: 50px;
    width: 70vw;
}


.red_text{
    color: #3f2727;
    font-weight: 650;
    font-size: 45px;
}

.p-home{
    margin: 6vh 0;
    font-size: 21px;
}

.content-home{
    margin-left: 5vw;
    margin-top: 7vh;
    width: 80%;
    height: 100%;
}









