/*!
 * @javier alarcon
===================
 banding color
 bacgorund:#00943A;
 barra_medu_izquidaPanel:#08110c;
 color de activwe y selectores: #FE9D18
 Colores AGROMERCADO
    background-color: #007402;
    background-color: #ff9f1a;
    background-color: #00943a;
 * ================================*/
 @charset "UTF-8";
*{
	margin: 0;
	padding: 0;
}
body{
	/*background: #ccc;
	display: flex;
	min-height: 100vh; */
	margin: 0px;
    background-color: #b3b3b3;
    font-family: 'Mulish', sans-serif;
}
.fondoImg{
    width: 100%;
    height: 100%;    
    object-fit: cover;
    align-items: center;
    opacity: 0.3; 
}
.fondoImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    float: left;
}
.header{
    background-color:#b3b3b3;
    width: 100%;
    height: 80PX;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: -1;
    
}
.header__logo{
    width: 200px;
    margin-top: 10px;
    margin-left: 20px;
    z-index: -2;
}
.header__menu{
    margin-right: 60px;
    z-index: -2;
    user-select: none;

}
.header__menu ul{
    display:none;
    list-style: none;
    padding: 0px;
    position: absolute;
    width: 100px;
    text-align: right;
    margin: 0px 0px 0px -14px;
}
.header__menu:hover ul,ul:hover{
    display: block;
}
.header__menu li{
    margin: 10px 0px;
}
.header__menu li a{
    color: white;
    text-decoration: none;
}
.header__menu li a:hover{
    text-decoration: underline;
}
.header__menu--profile{
    width: 40px;
    display: flex;
    align-items: center;
}

.header__menu--profile img{
    margin-right: 8px;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.header__menu--profile p{
    margin-right: 0px;
    color: white;
    font-family: 'Mulish', sans-serif;
}

/*=== ESTILO SECCCION LOGEO ===*/
.login {
    /*background: linear-gradient(#00943A, #08110c);*/
    background-color:#b3b3b3;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
    padding: 0px 30px;
    min-height: calc(100vh - 200px);
    z-index: -2;
}
.login__container{
    background: #fffffff5;
    border: 2px solid #929292;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    border-radius: 20px;
    color: #000000 ;
    padding: 60px 20px 30px 30px;
    max-width: 300px;
    min-width: 100px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin: 2px;
    margin-bottom: 10px;
    z-index: 2;
    position: relative;
}
.login__container--form{
    display:flex;
    flex-direction: column;
}
.login__container--form label{
    font-size: 14px;
}
.login__container--remember-me{
    color: #000000;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
    user-select: none;
}

.login__container--remember-me label .checkboxtext{
    /* Checkbox texto */
    font-size: 110%;
    display: inline;
    margin-left: 6px;
}

.login__container--remember-me a{
    color: white;
    font-size: 14px;
    text-decoration: none;
}
.login__container--remember-me a:hover{
    text-decoration: underline;
}
.login__container--social-media div{
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 10px;
    user-select: none;
}
.login__container--social-media div:hover{
    background-color: rgba(255,255,255,0.3);
    cursor: pointer;
}
.login__container--social-media img{
    width: 30px;
    margin-right: 10px;
}
.login__container--register{
    font-size: 14px;
    user-select: none;
}
.login__container--register a{
    font-size: 16px;
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.login__container--register a:hover{
    text-decoration: underline;
}
.input{
    background-color:transparent; 
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 2px solid #8b8b8bd4;
    color:#000000;
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0px 20px;
    outline: none;
    height: 30px;
}
::placeholder{
    color: #c7c7c7;
}


/*=== ESTILO DE BOTONES ===*/
.btn{
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: none;
    outline: none;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5;
	border-radius: 25px;
	height: 50px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	font-family: 'Mulish', sans-serif;
	letter-spacing: 1px;
	margin: 10px 0px; 
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover, .btn:focus {
  	text-decoration:none;
}
a .btn{
	text-decoration: none;
	color: white;
}

.btn-principal {
  color: #fff;
  background-color: #007402;
  background: linear-gradient(#007402,#082135);
  transition: 0.3s;
  text-decoration: none;
  width: 100%; 
}
.btn-principal:hover {
  color: #fff;
  background-color: #00740275;
  background: linear-gradient(#082135,#007402);
  border-color: rgb(0, 192, 19);
  cursor: pointer;
  transform: scale(1.05);

  
}
.btn-principal:active {
	transform: scale(0.95);
	background-color: #FE9D18;
}
.btn-principal::before{
	background-color: red;
}

/*=== ESTILO MENSAJE ERROR ===*/
.error{
	position: fixed;
	display: none;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
  	border: 1px solid transparent;
  	border-radius: 0.25rem;
  	width: 100%;
  	text-align: left;
  	height: 60px;

  	color: white;
 	background-color: rgba(221, 0, 0, 0.9);
  	border-color: #f5c6cb;
    z-index: 3;
}

/*=== ESTILO FOOTER ===*/
.footer{
    height: 60px;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-bottom: 2px;
}
.cfooter{
    width: 100%;
    text-align: center;
    align-items: center;

}
.footer__menu{
    margin-top: 9px;
}
.footer__menu a{
    color: #dacbfd;
    font-size: 12px;
    padding:2px  10px;
    text-decoration: none;
    font-family: 'Mulish', sans-serif;
    display: inline-block;
    text-align: center;
}
.footer__menu a:hover{
    text-decoration: underline;
    color: white;
    cursor:pointer;
}
.footeer__copyrigth{
    color: #dacbfd;
	text-align: center;
	font-size: 11px;
    -moz-user-select: none; 
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}


.app__logotipo {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    color: #000000;
    text-align: center;
    font-family: 'Helvetica',sans-serif;
    padding: 0 15px;
    font-size: 28px;
    font-weight: 400;
    line-height: 50px;
    -moz-user-select: none; 
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; 
  }
  .loginTitle {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    color: #000000;
    text-align: left;
    padding: 0 15px;
    font-size: 28px;
    font-weight: bold;
    -moz-user-select: none; 
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; 
  }

  /*====== MODAL STYLE INDEX LOGIN =======*/
	/* The Modal (background) */
/*====== MODAL STYLE =======*/
	/* The Modal (background) */
	.modal {
		display: none; /* Hidden by default */
		position: fixed; /* Stay in place */
		z-index: 2000; /* Sit on top */
		left: 0;
		top: 0;
		width: 100%; /* Full width */
		height: 100%; /* Full height */
		overflow: auto; /* Enable scroll if needed */
		background-color: rgb(0,0,0); /* Fallback color */
		background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	}
	/* Modal Content/Box */
	.modal__content {
		background-color: #fefefe;
		margin: 15px auto; /* 15% from the top and centered */
		padding: 20px;
		border: 1px solid #888;
		width: 98%; /* Could be more or less, depending on screen size */
		max-width: 820px;
	}

	/*modal header*/
	.modal__header{
		width: 100%;
		display: grid;
		grid-template-columns: 32px  1fr  32px;
		grid-gap: 1px;
	}
	.modal__header i{
		font-size: 24px;	
		display: flex;
		justify-content: center;
		align-content: center;
		align-self: start;
		margin-top: 10px;

	}
	.modal__header--titulo{
        color: rgb(122, 121, 121);
        font-size: 22px;
        font-weight: bold;
        font-family:"Helvetica", Sans-Serif,Arial;
        line-height: 2;
		display: flex;
		justify-content: center;
		align-content: center;
	}	
	/* Header Close Button */
	.close {
		color: #aaa;
		float: right;
		font-size: 28px;
		font-weight: bold;
		display: flex;
		justify-content: center;
		align-content: center;
		align-self: start;


	}
	.close:hover,
	.close:focus {
		color: black;
		text-decoration: none;
		cursor: pointer;
	}
    /* Header Close Button */
	.closePP {
		color: #aaa;
		float: right;
		font-size: 28px;
		font-weight: bold;
		display: flex;
		justify-content: center;
		align-content: center;
		align-self: start;


	}
	.closePP:hover,
	.closePP:focus {
		color: black;
		text-decoration: none;
		cursor: pointer;
	}

	
.modal__body{
    line-height: 1.5;
    text-align: justify;
}
.modal_footer{
    float: right;
}



