/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
/*
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    perspective: 1500px;
}
*/

#sidebar {
	margin-top: 50px;
    min-width: 230px;
    max-width: 230px;
    color: #fff;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
	position:fixed;
    z-index: 999;
}

#sidebar.active {
    margin-left: -250px;
    transform: rotateY(100deg);
}


#sidebar ul {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: block;
	margin-bottom: 0;
	list-style: none;
	padding-left: 0;
	border: solid 1px #ffffff;
	border-radius: 4px;
}

#sidebar ul li {
	padding-left: 0;
	border-bottom: solid 1px #ffffff;
}

	#sidebar ul li:first-child {
		border-left: 0;
	}

	#sidebar ul li a {
		display: block;
		min-width: 7.5rem;
		height: 2.75rem;
		line-height: 2.75rem;
		padding: 0 1.25rem 0 1.45rem;
		text-transform: uppercase;
		letter-spacing: 0.2rem;
		font-size: 0.8rem;
		border-bottom: 0;
	}

		#sidebar ul li a:hover {
			background-color: rgba(255, 255, 255, 0.075);
			color: #ffffff;
		}

		#sidebar ul li a:active {
			background-color: rgba(255, 255, 255, 0.175);
			color: #ffffff;
		}

#sidebar.use-middle:after {
content: '';
display: block;
position: absolute;
top: 0;
left: calc(50% - 1px);
width: 1px;
height: 100%;
background: #ffffff;
}

#sidebar.use-middle ul li.is-middle {
border-left: 0;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#sidebarCollapse {
    width: 40px;
    height: 40px;
    /*background: #f5f5f5;*/
    cursor: pointer;
    position: relative;
    z-index: 999;	
}

.navbar-btn {
    /*box-shadow: none;*/
    outline: none !important;
    border: none;
}

.navbar-btn span {
	margin-left: -12px !important;
}

.col-50 {
	width: 50px;
	float:left;
	height: 50px;
}

/*---------------------------------------------------
QUE HACEMOS
-----------------------------------------------------*/

#menuquehacemos{
    border:1px solid #949292; /*#000;*/
    display:flex;
    font-weight: bold;
    color: #949292; /*#0b0b0b;*/
    list-style:none;
    font-size: 10px;
}

#menuquehacemos li{ 
    padding: 10px;
    border-right: 1px solid #949292; /*#000;*/
    width: 20%
}

#menuquehacemos li a{ 
    border-bottom: dotted 0px rgba(255, 255, 255, 0.5);
}


.iconos-footer{
/*
    box-shadow: inset 0 0 0 1px #a2a2a2;
    background-color: #a2a2a2;
    
    border-radius: 100%;
    box-shadow: inset 0 0 0 1px #ffffff;
    display: inline-block;
    height: 2.0rem;
    line-height: 2.0rem;
    text-align: center;
    width: 2.0rem;
    color: #fff;
    font-size: 14px;
    padding-left: 2px;
*/    
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    .navbar-btn span {
    	margin-left: -10px !important;
    }
    /*
    #sidebar {
        margin-left: -250px;
        transform: rotateY(90deg);
    }
    #sidebar.active {
        margin-left: 0;
        transform: none;
    }
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }
    */
    
    #menuquehacemos{
        border:1px solid #949292; /*#000;*/
        display:block;
        padding-left: 0px;
    }
    
    #menuquehacemos li{ 
        border-right: 0px solid #949292; /*#000;*/
        border-bottom: 1px solid #949292; /*#000;*/
        width: 100%
    }
    

}

