/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@300;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Fjalla+One&family=Roboto+Condensed:wght@700&family=Roboto:wght@100;300;500&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Share+Tech&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body{
    background-color: #efefef;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color:rgb(53, 52, 52);
    overflow-x: hidden;
}

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

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

.Branding-wrapper{
    
    width: 100%;
    height: 80px;
    position:absolute;
    left: 0;
    top:30px;
    display: grid;
    grid-template-columns: 300px 500px;
    column-gap: 10px;
    background-color: #d7d7d7;
}

.branding-btn{
    width: 325px;
    height: 80px;
    margin-left: 0px;
    background-color: #009ecc;
    /* background-image: url(../assets/logo-daedra5.png);
    background-repeat: no-repeat;
    background-position: center; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.branding-btn img{
    margin-left: 120px;
    width: 100px;
    height: auto;
    opacity: 0.4;
}

.branding-msg{
    display: flex;
    align-items: center;
}

.branding-msg h3{
    padding-left: 30px;
    font-family: 'Popins', sans-serif;
    font-weight: 200;
    font-size: .85rem;
    color: #6e6e6e;
    /* text-transform: uppercase; */
    letter-spacing: 3px;
    line-height: 1.1rem ;
}

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

.content-wrapper{
    width: 100%;
    height: 100%;
    background-image: url(../assets/UNDER-CONST/UC_BACKGRND_HAND.png);
    background-repeat: no-repeat;
    background-position-y: 10px;
    background-position-x: 300px;
}

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

.logo_pic{
    margin-left: 30px;
}

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

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

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

.posicionamiento h2{
    font-family: "Anton", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    color: #383737;
    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: 100px;
    padding-left: 30px;     
    color:#7e7d7d;
    font-size: 0.7rem;
}
.copySymbol{
    color:#6e6e6e;
    font-size: 0.8rem;
}

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






