@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');

/* Tipografia */
body{
    font-family: "Tenor Sans", sans-serif;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.logoBack{
    background: rgb(16,43,63);
    background: linear-gradient(90deg, rgba(20,66,99,1) 0%, rgba(29,26,85,1) 100%);
    height: 100px;
}

.instaSocial img{
    width: 50px;
    height: 50px;
    position: fixed;
    top: 320px;
    right: 10px;
    z-index: 9999;
}

.whatsSocial img{
    width: 50px;
    height: 50px;
    position: fixed;
    top: 320px;
    right: 100px;
    z-index: 9999;
}

/*Titulo*/
.title h1{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
    font-family: "Tenor Sans", sans-serif;
    font-weight: 900;
    color: white;
}

p{
    font-family: "Tenor Sans", sans-serif;
    color: white;
    font-size: 14px !important;
}

@media only screen and (max-width: 500px) {
    .instaSocial img{
        width: 50px;
        height: 50px;
        position: fixed;
        top: 680px;
        right: 70px;
        z-index: 9999;
    }
    
    .whatsSocial img{
        width: 50px;
        height: 50px;
        position: fixed;
        top: 680px;
        right:160px;
        z-index: 9999;
    }

    .title h1{
        font-size: 25px;
    }

    .pText p{
        font-size: 12px;
    }

    .mym h1{
        font-size: 25px;
    }
}