p, a, ul, li, h3, h4, h5 {
    font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5 {
    text-transform: none;
}

h1 {
    font-family: 'Carattere', cursive;'
}

h1 {
    font-size: 60px;
}

p {
    font-size: 18px;
}

img {
    max-width: 100%;
}

nav ul, li, a {
    text-transform: none !important;
    font-size: 20px !important;
    letter-spacing: -1px !important;
}

.index-card-caption {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 50px;
}

.footer-custom_icon {
    color: #ffffff !important;
}

.whatsapp {
    position: fixed;
    top: 80%;
    left: 75%;
    padding: 10px;
    z-index: 10000000;
}

@media only screen and (max-width: 993px) {
    .whatsapp {
        position: fixed;
        top: 85%;
        left: 25%;
        padding: 10px;
        z-index: 10000000;
    }
}

@media only screen and (max-width: 770px) {
    .whatsapp {
        position: fixed;
        top: 85%;
        left: 15%;
        padding: 10px;
        z-index: 10000000;
        width: 250px;
        height: auto;
    }
}