@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,600;1,700&display=swap");
*:not(i) {
    margin: 0;
    padding: 0;
    color: white;
    box-sizing: border-box;
    font-family: "Source Sans Pro", sans-serif !important
}

#gif {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    margin-left: 10px;
}

#gif .logo p {
    font-weight: normal;
    font-size: 13px !important;
}

#gif .logo p a {
    text-decoration: none;
    color: whitesmoke;
    margin-left: 15px;
    color: black;
}

@media (min-width: 768px) {
    #gif .logo {
        padding-left: 50px;
        visibility: visible;
    }
}

@media (min-width: 1026px) {
    #gif .logo {
        visibility: visible;
        padding-left: 20px;
    }
}

body {
    background-color: black;
    ;
}

#imagem {
    margin-top: 100px;
    text-align: center;
}

#whatsapp .btn-light,
#catalogo .btn-light {
    display: block;
    height: 40px;
    margin-top: 20px;
    width: 40%;
    cursor: pointer;
    color: black;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 50px;
    -ms-border-radius: 20px;
    border-radius: 50px;
}

#whatsapp .btn-light:hover,
#catalogo .btn-light:hover {
    border: 2px solid rgb(236, 5, 5);
    font-size: 17px;
}

@media (max-width: 768px) {
    #whatsapp .btn-light,
    #catalogo .btn-light {
        display: block;
        height: 40px;
        margin-top: 10px;
        width: 80%;
        cursor: pointer;
        color: black;
        text-align: center;
        -webkit-border-radius: 20px;
        -moz-border-radius: 50px;
        -ms-border-radius: 20px;
        border-radius: 50px;
    }
}

#whatsapp .btn-light .whats,
#catalogo .btn-light .whats {
    width: 10%;
    text-align: right;
    display: block;
    height: 50px;
    float: left;
    margin-left: 20px;
}

@media (max-width: 768px) {
    #whatsapp .btn-light .whats,
    #catalogo .btn-light .whats {
        width: 45%;
        text-align: center;
        display: block;
        height: 50px;
        float: left;
        margin-top: 10px;
        margin-left: 0px;
    }
}

#whatsapp .btn-light .Texto,
#catalogo .btn-light .Texto {
    width: 100%;
    text-align: center;
    color: #000;
    display: block;
    float: right;
    font-size: center;
}

@media (max-width: 768px) {
    #whatsapp .btn-light .Texto,
    #catalogo .btn-light .Texto {
        width: 100%;
        text-align: center;
        color: #000;
        display: block;
        float: right;
    }
}

#circulo {
    margin-top: 40px;
}

.txt-center {
    margin-top: 110px;
    text-align: center;
}

footer p {
    color: white;
}