





#cabecera {
	background-image:
		url('/benot/src/images/leaf-fine-background.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
}

#logo_berna {
	position: absolute;
	right: 4px;
	width: 104px;
	height: 83px;
	top: 2px;
}

.diccionario-benot {
	line-height: 0.8;
}
.diccionario-benot a {
	font-family: "Calibri", sans-serif;
	font-size: 1.7em;
	color: #447213;
	letter-spacing: 0.05em;
	display: block;
	font-style: normal;
	font-weight: bold;
	padding-left: 2vw;
	padding-bottom: 10px;
	padding-top: 20px;
	width: 70vw;
}
#eduardo_benot{
	font-family: "Calibri", sans-serif;
	font-size: 1.3em;
	color: #447213;
	letter-spacing: 0.04em;
	display: block;
	font-style: normal;
	font-weight: normal;
	padding-left: 2vw;
	padding-bottom: 25px;
		padding-top: 0px;
	width: 30vw;
}


.diccionario-benot b {
	font-family: "Calibri", sans-serif;
	font-size: 1.7em;
	color: #447213;
	letter-spacing: 0.09em;
	display: block;
	font-style: italic;
	padding-left: 2vw;
	padding-top: 20px;
	width: 70vw;
}



.sticky {
  position: fixed;z-index: 99 !important;
  top: 0;
  width: 100%;
}



#myNavbar {
	background-color: #04CC21;
	min-height: 53px;
	padding-right: 0;
}



#myNavbar ul li a {
	display: inline;
	color: white;
	font-family: Calibri;
	font-size: 14pt;
}

#myNavbar ul li {
	display: inline;
	float: none;
	margin: 0 1.3vw 0 1.3vw;
}

#myNavbar .navbar-nav li>a {
	transition: background-color .2s, color .2s border-bottom .10s;
	&:
	hover
	,
	&
	:
	focus
	{	
	border-bottom
	:	
	2px
	solid
	white;
}

}
#myNavbar .navbar-nav li.active>a {
	background-color: #04CC21;
	color: #fff;
	border-bottom: 4px solid white;
	font-family: Calibri;
	font-size: 14pt;
}

#loader {
	margin-top:25vh;
	z-index: 99 !important;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #04CC21;
	width: 100px;
	height: 100px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}


#collapseOptions{
	text-align: center;
}






/* INCIO */





#btn-login {
	border: none;
	display: inline-block;
	width: 32px;
	height: 32px;
	background-color: #04CC21;
	background-repeat: no-repeat;
	background-image:
		url('/benot/src/images/icons8-contraseña-32.png')
}

#form-login {
	border: 1px solid rgb(0, 0, 0);
	background: rgb(255, 255, 255);
	width: 300px;
	position: absolute;
	right: 0px;
	top: 0px;
	display: none;
	z-index: 999 !important;
}

.alert{
border-style: solid;
 border-color: red;
  border-width: 3px;
border-radius: 11px 11px 11px 11px;
-moz-border-radius: 11px 11px 11px 11px;
-webkit-border-radius: 11px 11px 11px 11px;

}



#div-carga {
	z-index: 999999 !important;
	width:100vw;
	height:100vh;
	position: fixed;
	overflow: auto;
display: flex;
	
  justify-content: center;
	background-color: rgba(0,0,0,0.4);
	
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}





#search-container{
	width: 30vw;
	position: absolute;
	right: 5vw;
	top: 10px;
}



@media (max-width: 992px ){/*lg*/

	#search-container{
	width: 70vw;
		position: absolute;
	right: 2vw;
	top: 0px;
}

}

@media (max-width: 768px ){/*md*/

	#search-container{
	width: 70vw;
	position: absolute;
	right: 2vw;
	top: 0px;
}
#myNavbar .navbar-nav li.active>a {
	background-color: #04CC21;
	color: #fff;
	border-bottom: 4px solid white;
	padding-bottom: 1px;
	font-family: Calibri;
	font-size: 14pt;
}

}

/*CABECERA*/
@media (max-width: 576px ){/*sm*/
	#cabecera{
	display: none;}
	#search-container{
	width: 70vw;
	position: absolute;
	right: 2vw;
	top: 10px;
}

}


