@font-face {
  font-family: 'Montserrat', Montserrat;
}

ul li a {
    text-decoration: none;
    color: #000;
}

.back_menu {
      background-color: rgb(255, 255, 255)!important;
	  text-align: center;
  }

.back_menu_barra {
     /*background-color: #eae9e9;*/
  }

.imglogos img {
    vertical-align: middle;
    border-style: none;
    border: 2px solid white;
    max-width: 200px;
    text-align: center;
}

.top{
	overflow: auto;
}
.top img {
    max-height: 40px;
    margin-left: 25px;
    position: absolute;
	margin-top: 10px;
}

.top {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
}
.top.consultas {
	height: 65px;
}
.logo {
    overflow: auto;
    float: left;
}
.back_menu_barra {
    margin-top: 0px;
    margin-right: 0px;
    position: absolute;
    right: 25px;
    top: 8px;
}

.menu {
    /*margin-top: 0;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);*/
}

.menu ul {
	padding: 11px 0;
    text-align: center;
    margin: 0 0 1px 0;
}
.menu li,
.menu span {
  color: #000000;
  cursor: pointer;
  display: inline-block;
  /*font-family: sans-serif;*/
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 100;
  list-style: none;
  margin: 0;
  padding: 0px;
  text-align: left;
}

.menu li a {
    color: #666;
    font-weight: 100;
    font-size: 12px;
    font-family: Montserrat;
    text-decoration: none;
	padding: 8px 20px;
	transition: all 0.2s ease 0s;
	border: 1px solid transparent;
	border-radius: 4px;
}

.menu li a:hover {
    color: #000000;
    border: 1px solid #000000;
    padding: 8px 20px;
	transition: all 0.2s ease 0s;
    border-radius: 4px;
}

.menu-link-icon{
    color: #667 !important;
}

.menu-link-icon:hover{
    color: #000 !important;
}

li.nav-item.menu-link {
    margin-top: 8px;
}

#nav_menu ul li.user {
    background-position: left 0 center;
    background-repeat: no-repeat;
    background-size: 20px;
    background-image: url(../imagenes/user.svg);
    padding: 8px 10px 8px 30px;
    color: #000;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
	cursor: pointer;
	position: relative;
}
.user::before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    right: -8px;
    z-index: 2;
    border-top: 5px solid #bbbbbb;
    border-left: 5px solid #85c0aa00;
    border-bottom: 0px solid #bbbbbb;
    border-right: 5px solid #c0c0c000;
}
#nav_menu ul li.buy {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px;
    background-image: url(../imagenes/buy.svg);
    padding: 8px 10px 8px 25px;
    color: #333;
    font-size: 11px;
    height: 12px;
    display: inline-block;
    cursor: pointer;
    margin-left: 15px;
	position:relative;
}
.buy .number_turnos {
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 9px;
    top: 3px;
    background-color: #2fd443;
    border-radius: 10px;
    width: 14px;
    height: 14px;
    text-align: center;
    font-size: 10px;
}
#nav_menu ul {
    margin: 0;
	font-family: Ralevay;
	opacity: 0.8;
}

.modalSubMenu li {
    padding: 10px 15px;
    font-size: 13px;
	transition: all 0.3s ease 0s;
	opacity:0.8;
}
.modalSubMenu li:hover {
    font-size: 13px;
	cursor:pointer;
	background-color: #00000033;
	transition: all 0.3s ease 0s;
}
.modalSubMenu {
    position: absolute;
    background-color: #fff;
    float: right;
    z-index: 100;
    box-shadow: 0 4px 4px rgba(0,0,0,0.1);
	margin-right:20px;
	text-align: left;
	width: 150px;
	font-family:Montserrat;
}
.modalSubMenu.desactive{
	display:none;
}
.modalSubMenu.active{
	display:block;
}
.modalSubMenu ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#cerrarCont{
	background-image: url(../imagenes/cerrar.svg);
    display: block;
    height: 20px;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0px;
    width: 20px;
    cursor: pointer;
    top: 0px;
	z-index: 1;
}

#mobile {
    display:none;
}
#mobileBuy {
    display:none;
}
#despliegueMenuMobile{
	display:none;
}

@media (min-width: 700px) {
	
    .welcome-screen {
        display: inline-block !important;
    }
    .welcome-phone {
        display: none !important;
    }
    .navbar-expand-lg .navbar-nav {
        display: flex;
        flex-direction: row;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
    }
}

@media screen and (max-width: 699px) {
	.menu-link {
		line-height: 35px;
		font-size: 16px !important;
	}
	.ui-state-default, .ui-widget-content .ui-state-default {
		padding: 6px 6px!important;
	}
	#nav_menu {
		display:none;
	}
	#mobileBuy {
		overflow: auto;
		display: block;
		position: absolute;
		width: 25px;
		height: 25px;
		right: 65px;
		top: 15px;
	}
	#mobileBuy img {
		width: 100%;
		left: 0;
		margin: 0;
		cursor:pointer;
	}
	#mobileBuy .number_turnos {
		font-weight: bold;
		color: #fff;
		position: absolute;
		left: 3px;
		top: 0px;
		background-color: #2fd443;
		border-radius: 10px;
		width: 15px;
		height: 15px;
		text-align: center;
		font-size: 10px;
		font-family: Montserrat;
	}
	#mobile {
		overflow: auto;
		display: block;
		position: absolute;
		width: 25px;
		height: 25px;
		right: 25px;
		top: 15px;
	}
	#mobile img {
		width: 100%;
		left: 0;
		margin: 0;
		cursor:pointer;
	}
	#despliegueMenuMobile{
		padding: 0px 0;
		margin: 0 auto;
		box-sizing: border-box;
		display: block;
		font-family: Montserrat;
		font-size: 16px;
		color: #333333;
		min-height: 40px;
		box-shadow: 3px 0px 6px rgba(0,0,0,0.2);
		background-color: #ffffff;
		width: 200px;
		height: 100vh;
		top: 0;
		position:fixed;
		left:-250px;
		z-index: 3000;
	}
	#despliegueMenuMobile img {
		opacity: 0.2;
		width: 80px;
		margin: 15px auto;
		float: none;
	}
	.topMobile {
		width: 100%;
		display: inline-block;
		overflow: auto;
		text-align: center;
	}
	.nameMobile {
		padding: 15px 20px;
		background-color: rgba(0,0,0,0.1);
		margin-bottom: 15px;
	}
	.menuMobile ul {
		margin: 0;
		padding: 0;
	}
	.menuMobile ul li {
		text-decoration: none;
		margin: 0;
		padding: 10px 20px;
		list-style: none;
		cursor: pointer;
	}
}
