*{
    padding: 0px;
    margin: 0px;
}


html {
    width: 100%;
    height: 100%;
}

body{
    width: 100%;
    height: 100%;
}

#container{
    width: 100%;
    padding: 0px;
    min-height: 100%;
}

.m-t-20{
    margin-top: 20px;
}

.m-b-20{
    margin-bottom: 20px;
}

@font-face {
	font-family: PoppinsBold;
	src: url("../font/Poppins-Bold.ttf") format("opentype");
}
@font-face {
	font-family: PoppinsMedium;
	src: url("../font/Poppins-Medium.ttf") format("opentype");
}
@font-face {
	font-family: PoppinsRegular;
	src: url("../font/Poppins-Regular.ttf") format("opentype");
}

@font-face{
    font-family: PoppinLight;
    src: url("../font/Poppins-Light.ttf") format("opentype")
}

@font-face{
    font-family: PoppinsSemiBold;
    src: url("../font/Poppins-SemiBold.ttf") format("opentype")
}

.disabled{
    pointer-events: none;
    color: gray;
}

.mar-top{
    margin-top: 10px;
}

/* NAVBAR */

#navbar{
    border: none;
    border-radius: 0px;
    width: 100%;
    padding-bottom: 30px;
    box-shadow:5px 2px 10px 4px #d6d6d6;
    margin-bottom: 0px;
}
#navbar ul{
    margin-top: 30px;
    margin-right: 50px;
}

#navbar ul li:nth-child(3) a{
    padding-right: 0px;
}

#navbar ul li:nth-child(5) a{
    padding-left: 0px;
}

#navbar ul li a{
    font-family: PoppinsRegular;
    color: #141414;
    font-size: 18px;
}

#brand-image { 
    height: 160px;
    position: absolute;
    top:-30px;
    left: 50px;
    z-index: 1;
}

.seedContainer{
    margin-top: 10vh;
}


.text h2{
    font-family: 'PoppinsBold';
    line-height: 50px;
}

.text p{
    font-family: PoppinsMedium;
    color: #b6b6b6;
    line-height: 40px;
}

.text h2 span{
    color: #fbbb1a;
}

.path{
    padding: 0px;
}
.path img{
    width: 20%;
    padding: 0px;
    float: left;
}

.path :nth-child(2){
    top: 47%;
    position: absolute;
    left: 19%;
    width: 22%;
}



.path :nth-child(4){
    top: 47%;
    position: absolute;
    left: 59%;
    width: 22%;
}

.path :nth-child(3){
    margin-left: 20%;
}
.path :nth-child(5){
    margin-left: 20%;
}



.line{
    padding: 0px;
    height: 80px
}

.line img{
    margin-top: 30px !important;
}

.image div{
    margin-top: 10px;
    margin-bottom:10px;
}

.image img{
    height: 300px;
    margin: 0px auto;
}

.share p{
    font-family: 'PoppinsMedium';
    color: #656060;
}

.btnContinue{
    border-radius: 31px;
    background: linear-gradient(to right, #EC0786 , #FBBC22);
    font-family: 'PoppinsMedium';
    color: white;
    display: inline-block;
    width: 200px;
    text-align: center;
    padding: 10px;
}


.redesSociales img{
    height: 30px;
    display: inline-block;
    padding-right: 10px;
}

.dowloadIcon{
    font-family: 'PoppinsMedium';
    color: #b1b2b5;
    text-decoration: underline;
    padding-left: 20px;
}

.dowloadIcon img{
    height: 20px !important;
    margin: 0px !important;
}





#botones{
    margin-top: 20px;
    margin-bottom: 50px;
}

#botones i{
    padding-left: 10px;
}

#botones a {
    padding: 10px;
}


#footer{   
    display: none;
    background: #141414;
    padding: 10px;
    position: absolute;
    bottom: 0px;
}

#footer div span{
    float: left;
    color: #898989;
}

#footer div a{
    float: left;
    margin-left: 15px;
    margin-top: 2px;
}

#footer div:nth-child(2) a{
    float: right;
    color: #898989;
}
#footer div a img{
    width: 15px;  
}



/*=============================================
 =            ESCRITORIO GRANDE (1366px)            =
 =============================================*/
 
 @media(min-width:1200px) {

}



/*===========================================
=            ESCRITORIO MEDIANO (1024px)            =
===========================================*/



@media(max-width:1199px) and (min-width: 992px){

}


/*========================================
=            ESCRITORIO PEQUEÑO (768px)            =
========================================*/

@media (max-width: 991px) and (min-width: 768px) {
    #footer div{
        float: inherit;
    }
}


/*==========================================
=            ESCRITO EXTRAPEQUEÑO (320px)            =
==========================================*/

@media (max-width: 767px) {
    
    #footer div:nth-child(2) a {
        float: none;
     }
    
     #footer div > div{
         display: flex;
         justify-content: center;
         padding:0px;
     }
     #navbar{
        padding-bottom: 0px;
    }
    
    #brand-image{
        height: 120px;
        position: absolute;
        top: -35px;
        left: 0px;
    }
    .container {
       font-size: 10px;
       padding-top: 3px;
    }
    .image img{
        height: 200px;
    }
    


    .dowloadIcon{
        padding-left: 8vw;
    }

    .redesSociales{
        text-align: center;
    }

    

    .share{
        margin-bottom: 40px;
    }


    .text h2{
        font-size: 25px;
        text-align: center;
    }



    



}