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


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

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

#container{
    width: 100%;
    position: relative;
    padding: 0px;
    height: 100%;
}



@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")
}

/* NAVBAR */

#navbar{
    border: none;
    border-radius: 0px;
    width: 100%;
    padding-bottom: 30px;
    box-shadow:5px 2px 10px 4px #d6d6d6;
    z-index: 1;
    margin-bottom: 0px;
}
#navbar button,li{
    z-index: 1;
}


#myNavbar > ul:first-child{
    margin-top: 15px;
    margin-right: 50px;
}

#navbar ul li:nth-child(3) a{
    padding-right: 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;
}

/*SETUP*/

#setup{
    margin-top: 20px;
    border-right: 1px solid #D3D3D3;
    position: absolute;
    height: 95%
}

#setupSideBar{
    position: fixed;
}

#setup h2{
    font-family: 'PoppinsBold';
}

#setup a{
    display: block;
    text-decoration: none;
    margin-top: 20px;
    font-family: 'PoppinsRegular';
    color: #898989;
    font-size: 14px;
}

.selected{
    font-family: 'PoppinsBold' !important;
    color: black !important;
}

#create-free-canvas img{
    width: 150px
}

/*My Canvas */
#mycanvas{
    min-height: 82.3%;
    padding:0px;
}
/*My BriefCase*/

#mybriefcase h3{
    font-family: 'PoppinsBold';
    color: #898989;
    margin: 0px;
}


.help{
    width: 20px;
}



.d-flex{
    display: flex;
}

.canvas h4{
    font-family: 'PoppinsBold';
    color: #141414;
}

.canvas .canvasTypes p{
    font-family: 'PoppinsBold';
    color: #141414;
    margin-top: 20px;
}

.icon{
    height: 20px;
}

.icon-map{
    padding: 11px 11px 6px 12px;
    position: absolute;
    right: 15px;
    top: -30px;
    fill: #898989;
}

.icon-map:hover, .icon-delete:hover{
    background: #f5f5f5;
    border-radius: 50px;
    padding: 11px 11px 6px 12px;
}

.icon-map:hover > svg{
    fill:#6191eb;
}

.icon-delete:hover > svg {
    fill: #ec6d6d;
}


.icon-delete{
    padding: 11px 11px 6px 12px;
    position: absolute;
    right: 10px;
    top: -38px;
    fill: #898989;
}

.dropDownContainer{
    background: white;
    border-radius: 10px;
    box-shadow:0px 3px 5px 1px #d6d6d6;
    height: 0px;
    overflow: hidden;
    max-width: 200px;
    display: none;
    padding-top: 10px;
    padding-left: 20px;
    left: 20%;
    position: absolute;
    top: 40px;
    width: calc(100% - 30px);
    z-index: 999;
}

.dropDownContainer a{
    display: block;
    margin-bottom: 10px;
}

.dropDownBtn:hover + .dropDownContainer , .dropDownContainer:hover{
    display: block;
    height: inherit;
}


.align-center{
    align-items: center;
}


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

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

.img-type-canvas{
    width: 80px;
}

.img-type-canvas-small{
    width: 20px;
}

.canvas{
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0px;
    padding-right: 0px;
}

.path{
    padding: 0px;
    float: left;
}

.logo{
    height: 50px;
}

.position-relative{
    position: relative;
}

.dropDownBtn{
    width: 100%;
    min-width: 200px;
    max-width: 200px;
    border-radius: 30px;
    background-color: white;
    padding: 11px 0px;
    border: 2px solid #d0d0d0;
    color: #9b9b9b;
}

div.vertical-line{
    width: 3px;
    background-color: #eaeaea;
    height: 180px;
    position: absolute;
    left: 0px;
    top: -42px;
}

.dropDownBtn:hover{
    background-color: #6191eb;
    border : none;
    color: white;;
}

.m-l-30p{
    margin-left: 25%;
}

.line{
    width: 25%;
    position: absolute;
    top: 40px;
    left: 90px;
    height: 5px;
}
.line2{
    width: 25%;
    position: absolute;
    top: 40px;
    left: calc(25% + 163px);
    height: 5px;
}

.path3{
    padding: 0px;
    float: left;
    position: relative;
    right: .3vw;
}


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

.line2 img{
    margin-top: 25px !important;
}

.icons{
    margin-top: 20px !important;
    margin-bottom: 0px !important;
}




.m-r-15{
    margin-right: 15px;
}




/* FOOTER */
#footer{
    background: #141414;
    padding: 10px;
}

#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;  
}

.row.row-no-margin {
    margin-left: 0px;
    margin-right: 0px;
  }
  
  .col-no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }


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

}



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



@media(max-width:1200px) and (min-width: 992px){
    .line{
        width: 100px;
    }

}


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

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


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

@media (max-width: 768px) {
    .icon-delete{
        top: -310px;
        right: 0;
    }
    .icon-map{
        top: -180px;
        left: 0;
    }
    #setup{
        position: initial;
    }
    
    #setupSideBar{
        position: initial;
    }
    #create-free-canvas img{
        margin: 0px auto;
    }

    #navbar{
        padding-bottom: 0px;
    }

    #footer div:nth-child(2) a {
        float: none;
     }
 
     #footer div > div{
         display: flex;
         justify-content: center;
         padding:0px;
     }

    .canvas{
        justify-content: space-between;
     }

     .canvas > .path3,.canvas > .path{
        margin-left: 0px !important;
     }

}