#mainImage {
    width: 100%;
}

#customPageTitle {
    display: none;
}

.customPageCenteredContent {
    width: 100% !important;
}

#mainContainer {
    width: 72%;
    height: 530px;
    margin: auto;
    position: relative;
    background: #f095cd;
    margin-top: -180px;
    margin-bottom: 100px;
}

#relojImg {
    position: absolute;
    height: 24px;
    margin-left: -2px;
    margin-top: 37px;
}

#locationImg {
    position: absolute;
    height: 24px;
    margin-left: 0px;
    margin-top: 25px;
}

#celularImg {
    position: absolute;
    height: 24px;
    margin-left: 3px;
    margin-top: 25px;

}

#textContainer {
    float: left;
    margin-top: 120px;
    margin-left: 59px;
    width: calc(49% - 79px);
}

#textTitle {
    font-size: 25px;
    color: white;
    font-weight: 600;
    letter-spacing: 0.4px;
}

#infoText1 {
    margin-top: 25px;
    color: white;
    letter-spacing: 0.4px;
    margin-left: 30px;
    font-size: 24px;
}

#infoText2 {
    margin-top: 25px;
    color: white;
    letter-spacing: 0.4px;
    margin-left: 30px;
    font-size: 24px;
}

#infoText3 {
    margin-top: 25px;
    color: white;
    letter-spacing: 0.4px;
    margin-left: 30px;
    font-size: 24px;
}

#infoText4 {
    margin-top: 25px;
    color: white;
    letter-spacing: 0.4px;
    margin-left: 30px;
    font-size: 24px;
}

.mapDiv {
    width: 51%;
    height: 419px;
    margin-bottom: 15px;
    margin-top: 54px;
    float: left;
    margin-left: 20px;
}

#textContent {
    width: 72%;
    margin: auto;
}

#text1 {
    width: 100%;
    margin: auto;
    font-size: 40px;
    font-weight: 800;
    color: #D66E9E;
    text-align: center;
}

#textViaWeb,
#textViaApp {
    width: 50%;
    float: left;
    margin-top: 50px;
    margin-bottom: 250px;
}

#viaWeb,
#viaApp {
    font-size: 35px;
    font-weight: 800;
    color: white;
    text-align: center;
    padding: 10px;
    width: fit-content;
    margin: auto;
}

#viaWeb {
    background-color: #F3DB99;
    transform: rotate(5deg);
}

#viaApp {
    background-color: #B6ACE2;
    transform: rotate(-5deg);
}

.text2 {
    color: darkgrey;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
}

.mobileBr {
    display: none;
}

@media screen and (max-width:768px) {

    #mainContainer {
        width: 92%;
        margin-bottom: 100px;
        border-radius: 3px;
        margin-top: -160px;
        height: 600px;
    }

    .mapDiv {
        width: 93%;
        margin: 3.5%;
        height: 221px;
        float: left;
        z-index: 3;
    }

    #textContainer {
        float: left;
        margin-top: 20px;
        margin-left: 20px;
        width: 90%;
    }

    #content {
        margin-bottom: 100px;
    }

    #mainImage {
        line-height: 57px;
        left: 0px;
        margin-bottom: 75px;
    }

    #textTitle {
        font-weight: 800;
        text-align: center;
    }

    #locationImg,
    #celularImg {
        margin-top: 20px;
    }

    #relojImg {
        margin-top: 32px;
    }

    #infoText1,
    #infoText2,
    #infoText3,
    #infoText4 {
        font-size: 20px;
    }

    #textContent {
        width: 90%;
    }

    #text1 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    #textViaWeb,
    #textViaApp {
        width: 80%;
        margin: 10%;
    }

    #viaWeb {
        transform: rotate(-5deg);
    }

    #viaWeb,
    #viaApp {
        font-size: 25px;
    }

    .text2 {
        font-size: 20px;
    }

    .mobileBr {
        display: block;
    }

    #desktopBr {
        display: none;
    }
}