html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
* {
  margin:0;
  padding:0;
}

.TextoMigas {
	text-decoration: none;
	font-size: 12px;	
	color: rgba(113,113,113,1.00);
	font-family: open-sans-n7, sans-serif;
}


.fondoGeneral {
	background: rgba(236,240,245,1.00);
}

.vertical-menu {
  width: 200px;
  cursor: pointer;
}

.vertical-menu li {
  background-color: #D8D8D8;
  color: black;
  display: block;
  padding: 12px;
  text-decoration: none;
}

.vertical-menu li:hover {
  background-color: #ccc;
}

.vertical-menu li.active {
  background-color: #4CAF50;
  color: white;
}
	
.MsjEmergente {
   visibility:visible;
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 999;
}

#popup {
   visibility: hidden;
   opacity: 0;
   margin-top: -300px;
}
#popup:target {
   visibility:visible;
   opacity: 1;
   background-color: rgba(0,0,0,0.8);
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 999;
   transition:all 1s;
}
.popup-contenedor {
   position: relative;
   margin:7% auto;
   padding:30px 50px;
   background-color: #fafafa;
   color:#333;
   border-radius: 3px;
   width:50%;
}

.left_Menu {
	position:absolute;
	overflow: auto;
	margin-top: 50px;
	background-color: rgba(34,45,50,1.00);
	width: 230px;
	height: 92.4%;
}

.top_Menu {
	position:absolute;
	margin:0px;
	padding: 14px 0px 0px 0px;;
	background-color: rgba(60,141,188,1.00);
	width: 100%;
	height: 50px;
}

.tituloEmpresaMenu {
  color: rgba(229,239,247,1.00);
  font-size: 18px;	
  font-family: open-sans-n7, sans-serif;
  margin-top: 11px;
  padding-top: 11px;
  padding-left: 8px;
}


.contenedorBsqMenu {
  padding-top: 13px;
}

.form-control {
  display: block;
  width: 90%;
  height: 38px;
  margin-left: 9px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555;
  background-color: rgba(55,72,80,1.00);
  background-image: none;
  border: 1px solid rgba(55,72,80,1.00);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  background-color: #fff;
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}

a {
	text-decoration: none;
	color: rgba(138,164,175,1.00);
}

.btn-menu {
	display: none;
	padding: 20px;
	background: rgba(26,34,38,1.00);
	width: 100%;
}

.btn-menu .icono {
	float: right;
	margin-right: 19px;
}

.contenedor-menu {
	width: 100%;
	min-width: 230px;
	margin: 12px 0px 0px 0px;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.contenedor-menu .menu {
	width: 100%;
}

.contenedor-menu ul {
	list-style: none;
}

.contenedor-menu .menu li a {
	color: rgba(255,255,255,1.00);
	display: block;
	padding: 15px 20px;
}

.contenedor-menu .menu li a:hover {
	color: rgba(255,255,255,1.00);
	background: rgba(90,48,177,1.00);
}

.contenedor-menu .menu .icono {
	font-size: 12px;
	line-height: 16px;
}

.contenedor-menu .menu .icono.izquierda {
	float: left;
	margin-right: 10px;
}

.contenedor-menu .menu .icono.derecha {
	float: right;
	margin-left: 10px;
}

.contenedor-menu .menu ul {
	display: none;
}

.contenedor-menu .menu ul li a {
	background: rgba(18,23,26,1.00);
	color: #e9e9e9;
}

.contenedor-menu .menu .activado > a {
	background:rgba(69,37,137,1.00);
	color: #fff;
}

/* Ventana Emergente*/
.overlay {
	background: rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
	visibility: hidden;
}

.overlay.active {
	visibility: visible;
}

.popup {
	background: #F8F8F8;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif;
	padding: 20px;
	text-align: center;
	width: 600px;
	transition: .3s ease all;
	transform: scale(0.7);
	opacity: 0;
}

.popup .btn-cerrar-popup {
	font-size: 16px;
	line-height: 16px;
	display: block;
	text-align: right;
	transition: .3s ease all;
	color: #BBBBBB;
}

.popup .btn-cerrar-popup:hover {
	color: #000;
}

.popup h3 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
	opacity: 0;
}

.popup h4 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 40px;
	opacity: 0;
}

.popup form .contenedor-inputs {
	opacity: 0;
}

.popup form .contenedor-inputs input {
	width: 100%;
	margin-bottom: 20px;
	height: 52px;
	font-size: 18px;
	line-height: 52px;
	text-align: center;
	border: 1px solid #BBBBBB;
}

.popup form .btn-submit {
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #fff;
	background: #5E7DE3;
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	cursor: pointer;
	transition: .3s ease all;
}

.popup form .btn-submit:hover {
	background: rgba(94,125,227, .9);
}

/* ------------------------- */
/* ANIMACIONES */
/* ------------------------- */
.popup.active {	transform: scale(1); opacity: 1; }
.popup.active h3 { animation: entradaTitulo .8s ease .5s forwards; }
.popup.active h4 { animation: entradaSubtitulo .8s ease .5s forwards; }
.popup.active .contenedor-inputs { animation: entradaInputs 1s linear 1s forwards; }

@keyframes entradaTitulo {
	from {
		opacity: 0;
		transform: translateY(-25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaSubtitulo {
	from {
		opacity: 0;
		transform: translateY(25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaInputs {
	from { opacity: 0; }
	to { opacity: 1; }
}
/* ventana emergente*/

/*RESPONSIVA */
@media screen and (max-width: 450px) {	
	.left_Menu {
	    position:absolute;
	    margin-top: 0px;
	    background-color: rgba(34,45,50,1.00);
	    width: 100%;
	    height: 100%;
    }
	
	.contenedorBsqMenu {
        display: none;
    }

	.form-control {
		display: none;
	}

    .top_Menu {
     	display: none;
    }
	
	.contenedor-menu {
		position: fixed;
		margin: 0;
		width: 100%;
		top: 0;
		z-index: 1000;
	}
	
	.btn-menu {
		display: block;
		width: 100%;
	}
	
	.contenedor-menu .menu{
		width: 100%;
		display: none;
	}
}

