@charset "utf-8";


/*-------------------------------*/
/*          boton circular superior          */
/*-------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 220px;
}



#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#page-content-wrapper {
    width: 100%;
    
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

.modal-content{
	background-color: #f7debd;
}
body.bIndex{
	background-image: url(../lolTestImg/mapa-footerinterior.jpg);
	background-size: cover;
	background-attachment: fixed;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 1;
}

.foto_login {
  position: fixed;
  top: 20px;
  right: 20px;  
  z-index: 999;
  display: block;
  margin-right: 15px;
  background: transparent;

}

.btncirculo{
  background-color: transparent !important;
  padding: 0px !important;
	border: none;
}
.btncirculo:active{
  background-color: transparent !important;
  padding: 0px !important;
}
.dropdown-menu {
    width: 300px;
    background-color: #fff;   
	border-radius: 20px:
    box-shadow: none;
    -webkit-box-shadow: none;
}
.dropdown-menu .divider 
{
  background:none;    
}
.dropdown-menu>li>a
{
	background-color: #f2721c;
  color:#f5f5f5;
}
.dropdown-menu:before 
{
    content: "";
    border-bottom: 10px solid #292929;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 25px;
    margin-left: -10px;
    z-index: 10;
    }

.dropdown-menu 
{
  margin-top:10px !important;
}

.dp
{
    border:4px solid #f2721c;
    transition: all 0.2s ease-in-out;
}
.dp:hover
{
    border:8px solid #f2721c;
    transform:rotate(360deg);
    -ms-transform:rotate(360deg);  
    -webkit-transform:rotate(360deg);  
    /*-webkit-font-smoothing:antialiased;*/
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.img_perfil img{
    padding:5px;
    }

.btn-cs{

	background-color: aqua;
    border-color:transparent !important;
    border-radius:none !important;
    }



/*menu de lado*/


		#menu {
			height: 100%;
			position: fixed;
			background-color: #FED057;
			width: 300px;
			transition: 1000ms all cubic-bezier(0.19, 1, 0.22, 1);
			transform: translateX(-100%);
			left: 60px;
			z-index: 999;
		}

		#menu.expanded {
			transform: translateX(0%);
			left: 0px;
		}

		.menu-inner {
			width: 100%;
			height: 100%;
			position: relative;
		}
		.menu-inner ul li a{
			color:#3F2700;
		}

		.logoentrepeques img{
			width: 210px;
			margin-top: 30px;
			margin-bottom: 15px;
		}

		.logoentrepequestexto {
			color: white;
			font-family: 'Lato', sans-serif;
			font-weight: 400;
			font-size: 14px;
			width: 210px;
			margin-top: 40px;
			margin-bottom: 15px;
		}


		#blob {
			top: 0;
			z-index: -1;
			right: 60px;
			transform: translateX(100%);
			height: 100%;
			position: absolute;
		}

		#blob-path {
			height: 100%;
			fill:  #FED057;
		}

		.hamburger {
			right: 20px;
			position: absolute;
			width: 20px;
			height: 20px;
			margin-top: -10px;	
		}

		.hamburger .line {
			width: 100%;
			height: 4px;
			background-color: #fff;
			position: absolute;
		}

		.hamburger .line:nth-child(2) {
			top: 50%;
			margin-top: -2px;
		}

		.hamburger .line:nth-child(3) {
			bottom: 0;
		}

		.menu-inner h1 {
			position: fixed;
			right: 0;
			margin: 0;
		}

		.menu-inner ul {
			padding: 0;
			list-style: none;
			width: 80%;
			margin-left: 10%;
			position: absolute;
			top: 10px;
		}

		.menu-inner ul li {
			color: #3F2700;
			font-family: 'Paytone One', sans-serif;
			font-size: 17px;
			padding: 10px 0;
		}

		.menu-inner ul li:hover {
			color: #019b7e;
			font-family: 'Paytone One', sans-serif;
			font-size: 17px;
			padding: 10px 0;
		}
.navbar-brand .logoentrepeques img{
	margin: -5px 0 0 -5px;
	width: 150px;
}
.navbar-default{
	background-color: #FED057;
	border-color: #FED057;
}
.navbar-default .navbar-collapse{
	border-color: #FED057;
}
.navbar-default .navbar-toggle{
	border-color: rgba(63,39,0,0.1);
	background-color: rgba(63,39,0,0.1);
	transition: all 0.2s ease;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color: #3f2700;
}
.navbar-toggle .icon-bar{
	height: 4px;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #fff;
}
.navbar-default .navbar-nav > li > a{
	color: #3f2700;
	font-family: 'Paytone One', sans-serif;
	font-size: 17px;
	padding: 10px 0 10px 15px;
	transition: all ease 0.2s;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color: #019b7e;
	background-color: rgba(63,39,0,0.1);
}
		
