/*

style for new menu

full-screen
*/

.card-n{
	cursor: pointer;
	opacity: 0;
    animation: fade-in 0.3s ease-in forwards;

}


.imgBorder{

}

.imgCard{
		border-radius: 5px 5px 0px 0px;
}

.card-n .labelButtonImagen{

	background-color: #003865;
	color: white;
	font-size: 12pt;
	font-weight: bold;
	height: 35px;
	/*google chrome*/
	border-radius: 0px 0px 5px 5px; 
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  	


  	transition: all 0.5s cubic-bezier(.25,.8,.25,1);

}


#subMenuServices, #subMenugestionsCard, #subMenuUbicationCard{
	height: 350px;
	transition: all 0.5s cubic-bezier(.25,.8,.25,1);
	display: none;

}

#subMenuProducts{
	height: 350px;
	transition: all 0.5s cubic-bezier(.25,.8,.25,1);
	display: none;

}


.elementImg{
	border-radius: 13px 0px 14px 0px;
	height: 35px;
	width: inherit;
	margin-top: 20px;

	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
		  	transition: all 0.5s cubic-bezier(.25,.8,.25,1);

}

.buttonReturn{
	border-radius: 13px 0px 14px 0px;
	height: 35px;
	width: 290px;
	margin-top: 20px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	background-color: #FEBE2D;
	color: white;
	border: 1px solid #FEBE2D;

}


.button_credenciales{
	border-radius: 13px 0px 14px 0px;
	height: 35px;
	width: 290px;
	margin-top: 20px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	background-color: #46d300;
	color: white;
	border: 1px solid #46d300;

}




ul {
  list-style-type: none;
  padding-left: 20px;
 	transition: all 0.5s cubic-bezier(.25,.8,.25,1);

 	margin-top: -20px;

}
    ul li { 
      opacity: 0;
      animation: fade-in 0.3s ease-in forwards;
    }
    ul li:nth-child(1) { animation-delay: 0.2s; }
    ul li:nth-child(2) { animation-delay: 0.4s; }
    ul li:nth-child(3) { animation-delay: 0.6s; }
    ul li:nth-child(4) { animation-delay: 0.8s; }
    ul li:nth-child(5) { animation-delay: 1.0s; }
    ul li:nth-child(6) { animation-delay: 1.2s; }
    ul li:nth-child(7) { animation-delay: 1.4s; }
    ul li:nth-child(8) { animation-delay: 1.6s; }
    ul li:nth-child(9) { animation-delay: 1.8s; }
    ul li:nth-child(10) { animation-delay: 1.10s; }
    ul li:nth-child(11) { animation-delay: 1.12s; }


@keyframes fade-in {
  from {
    transform: translateX(-2em);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}



/* <600px */

@media only screen and (max-width: 800px) {


.card-n .labelButtonImagen{

	background-color: #003865;
	color: white;
	font-size: 12pt;
	font-weight: bold;
	height: 35px;
	/*google chrome*/
	border-radius: 0px 0px 5px 5px; 
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  	width: 100%;
  	transition: all 0.5s cubic-bezier(.25,.8,.25,1);

}

#subMenuProducts{
	height: 600px;
	transition: all 0.5s cubic-bezier(.25,.8,.25,1);
	display: none;

}

.responseTablenP{

	margin-left:-230px;
	

}





}
@media only screen and (max-width: 999px) {

	.responseTablen{

		margin-left:0px!important;
	
	}



}
@media only screen and (max-width: 1200px) {

	.responseTablen{

		margin-left:100px;
	
	}

	
}


