/* Utils */

p {
    font-family: 'Heebo';
    font-weight: 300;
}

h5 {
    font-family: 'Heebo';
    font-weight: 400;
}

i {
    font-family: 'fontawesome' !important;
    font-style: normal;
}


/* End Utils */

header {
    margin-top: 8rem;
}

.social {
    margin-top: 3.5rem;
}

.social a {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.social a:hover {
    opacity: 0.8;
}

.social i {
    color: #333;
    font-size: 1.5rem;
    margin: 0 0.5rem 0 0;
}

.pitch {
    color: #333;
    margin-top: 5.5rem;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    line-height: 2.5rem;
}

.pitch span {
    /* background: #333;
    padding: 0.1rem;
    margin: 0.1rem;
    color: #ffffff; */
    font-weight: 500;
}

a.btn-whatsapp,
a.btn-shop {
    border: solid 2px #333;
    border-radius: 3rem;
    padding: 0.25rem 0.8rem;
    margin-top: 1.5rem;
    color: #333;
    text-decoration: none;
    transition: background-color 0.5s ease;
    background-color: #ffffff;
    font-family: 'Heebo';
    font-weight: 500;
}

a.btn-whatsapp:hover,
a.btn-shop:hover {
    color: #ffffff;
    background-color: #333;
}

a.btn-whatsapp:hover i,
a.btn-shop:hover i {
    color: #ffffff;
}

a.btn-whatsapp i,
a.btn-shop i {
    margin-top: 0.5rem;
    font-size: 1.5rem;
    position: relative;
    top: 3px;
}

a.btn-shop {
    margin: 0 1rem 0 1rem;
}

.new-site {
    margin-top: 1.5rem;
    opacity: 0.5;
    transition: opacity 0.5s ease;
}

.new-site:hover {
    opacity: 1;
}

.new-site h5 {
    font-size: 0.8rem;
}

footer {
    color: #333;
    margin-top: 1rem;
    font-family: 'Heebo';
    font-size: 0.8rem;
    font-weight: 300;
}

@media only screen and (min-width: 360px) and (max-width: 640px) {
    header {
        margin-top: 5rem;
    }
    a.btn-whatsapp {
        margin-top: 0rem;
    }
    .pitch {
        margin-top: 3rem;
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
}