body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif !important;
}

.content {
    text-align: center;
    margin: 80px 0;
}

    .content .Logo img {
        width: 160px;
        height: auto;
    }

.about {
    width: 60%;
    margin: auto;
    margin-top: 30px;
    text-align: center;
    /*box-shadow: 1px 3px 10px #DDD;*/
}

    .about .topic-block-title h2 {
        font-size: 30px;
        font-weight: bolder;
        color: #b373b0;
    }

    .about p {
        color: #b373b0;
        font-size: 16px;
        line-height: 1.7;
    }

.content .getourApp {
    margin-top: 30px;
}

    .content .getourApp a {
        text-decoration: none;
        outline: none;
    }

        .content .getourApp a img {
            width: 180px;
            margin-right: 20px;
        }

            .content .getourApp a img:hover {
                opacity: 0.8;
            }


@media only screen and (max-width: 600px) {
    .about {
        padding: 10px;
        width: 90%;
    }

    .content .getourApp a img {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
    .about {
        padding: 10px;
        width: 90%;
    }

    .content .getourApp a img {
        margin-right: 10px;
    }
}


.master-wrapper-page {
    /* background-image: url('../images/BG.png');*/
    background-image: url('../images/HP.jpeg');
    background-position: top;
    background-size: cover;
    padding-bottom: 40px;
}

.socialLinks {
    margin: 20px auto;
    width: 35%;
}

    .socialLinks ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .socialLinks ul li {
            display: block;
            margin-bottom: 10px;
            position: relative;
        }

            .socialLinks ul li a {
                padding: 15px;
                border-radius: 5px;
                display: block;
                text-align: center;
                color: #FFF;
                font-size: 16px;
                text-decoration: none;
                transition: all 0.2s ease-in-out;
            }

                .socialLinks ul li a:hover {
                    opacity: 0.7;
                }

                    .socialLinks ul li a:hover i {
                        left: 35%;
                    }

                .socialLinks ul li a i {
                    position: absolute;
                    top: 50%;
                    left: 5%;
                    transform: translate(-50%,-50%);
                    font-size: 18px;
                    transition: all 0.5s ease-in-out;
                }

                .socialLinks ul li a.whatsapp {
                    background-color: #25D366;
                }

                .socialLinks ul li a.youtube {
                    background-color: red;
                }

                .socialLinks ul li a.instagram {
                    background-color: #e6683c;
                }

                .socialLinks ul li a.snapchat {
                    background-color: #edeb00;
                }

                .socialLinks ul li a.website {
                    background-color: #38448b;
                }
    .socialLinks ul li a.TiKtok {
        background-color: #000;
    }


.content .Logo {
    position:relative;
}

.barcodeImg {
    position: absolute;
    left: 270px;
    top: 0;
    width: auto;
    height: 150px;
}


@media only screen and (max-width: 600px) {
    .master-wrapper-page {
        background-position: left;
    }
    .about p {
        font-weight: 600;
    }

    .barcodeImg {
        position: relative;
        left: unset;
        top: unset;
        margin-top: 10px;
    }

    .socialLinks {
        width: unset !important;
    }
    .content .Logo img {
        display: block;
        margin: auto;
    }
        
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
    .master-wrapper-page {
        background-position: left;
    }

    .about p {
        font-weight:600;
    }

    .barcodeImg {
        position: relative;
        left: unset;
        top: unset;
        margin-top: 10px;
    }

    .socialLinks {
        width: unset !important;
    }
    .content .Logo img {
        display: block;
        margin: auto;
    }

        
}