@media screen and (min-width: 240px) and (max-width: 568px) and (orientation: portrait){


.Main_wrapper{
    /* background-color: #bfbfbf;   */
    margin: 0px auto;
    width: 100vw;
    height: 100vh;
}

.Branding-wrapper{
    background-color: #e7e7e7;
    width: 100vw;
    height: 120px;
    position:absolute;
    left: 0;
    top:0px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0px;
    
    }

    .branding-btn{
        width: 100vw;
        height: 50px;
        background-color: #009ecc;
        display: flex;
        justify-content: center; 
        align-items: center;
    }

    .branding-btn img{
        width: 70px;
        height: auto;
        margin-left: 0px;
    }

    .branding-msg{
        margin-top: -30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .branding-msg h3{
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: .85rem;
        letter-spacing: 3px;
        line-height: 1rem ;
        text-align: center;
    }

/**********************************************************************/

.content-wrapper{
    width: 100vw;
    height: 100vh;
    background-image: url(../assets/UNDER-CONST/UC_BACKGRND_HAND.png);
    background-size:90%;
    background-repeat: no-repeat;
    background-position-y: 170px;
    background-position-x: 0px;
}

.logo-wrapper{
    /* background-color: rgb(6, 132, 190);  */
    width: 100%;
    
    margin-top: 140px;
}

.logo_pic{
    margin-left: 50px;
}

.logo_pic img{
    width: 230px;
    height: auto;
    opacity: 0.95;
}

.hero-container{
    
    width: 100vw;
    /* height: 530px; */
    font-family: "Anton", sans-serif;
    margin-top: 430px;
}

.posicionamiento{
    width: 350px;
    padding-left: 50px;
}

.posicionamiento h2{
    font-family: "Anton", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    color: #6e6e6e;
    line-height: 1.3rem;
}

.posicionamiento p{
    padding: 10px 0;
    font-family: "Poppins", sans-serif;
    font-size: 0.88rem;
    font-weight: 300;
    color: #6e6e6e;
    line-height: 1.2rem;

}
.posicionamiento span{
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #009ecc;
}

.CopyRight{
    padding-top: 80px;
    padding-left: 50px; 
    padding-bottom: 30px;    
    color:#7e7d7d;
    font-size: 0.7rem;
}
.copySymbol{
    color:#6e6e6e;
    font-size: 0.8rem;
}

/****************************************************/





}/****Media Query ends********/