@charset "utf-8";
/* CSS Document */

.descripcion-informe 
{
	font-size: 0.8rem;
	text-align: center;
}

.importe 
{
	width: 120px;
	border-radius: 10px;
	padding:10px 5px;
	margin:0 auto;
	font-family:Impact;
	font-size:1.9rem;
	font-weight: 600;
	color:#E99A69;
	line-height: 16px;
}

.importe i 
{
	font-size: 10px;
	color:#777;
	font-weight: 100;
}

#informe 
{
	display: flex;
	flex-flow: row-reverse;
	justify-content: space-evenly;
	align-items: center;
	max-width: 1300px;
	margin:0 auto;
	margin-top:20px;
}

#informe > div:first-child
{
	width: 96%;
	max-width: 380px;
	
}

#informe-contiene 
{
	display: flex;
	width: 96%;
	min-height:600px;
	max-width: 450px;
	flex-direction: column;
	justify-content: space-around;
	text-align:center;
	font-size: 0.8rem;
	color: #666;
}

.paraque .material-icons-round
{
	font-size: 1.2rem;
}

#informe-contiene b 
{
	font-size: 0.9rem;
}

.paraque 
{
	display: inline-block;
	margin: 0 auto;
}

.paraque ul
{
	
	text-align: left;
	list-style: none;
	padding: 0;
	line-height: 1rem;
}



/*FORMULARIO*/
form 
{
	width:100%;
	max-width: 380px;
	margin:0 auto;
}

form table 
{
	width: 98%;
	margin:0 auto;
}

fieldset, .boton, .campos 
{
	border:none;
	outline: none;
}

fieldset 
{
	padding:0;
	width:auto;
}

#nombre, #concepto
{
	text-transform: uppercase;
}

form, fieldset, #boton-compra 
{
	background-color: #FFF2F2;
	text-align: center;
	border-radius: 0 0 5px 5px;
}


.formulario-informe, form
{
	padding: 2px 0;
	border:1px #ddd solid;
	border-radius: 5px;	
}

legend 
{
	width:100%;
	margin: 0 auto;
	padding:10px 0;
	text-align: center;
	color: #fff;
	font-weight: 500;
	background-color: #2D8589;
	font-size: 0.9rem;
	/*background-image: linear-gradient(195deg,#49a3f1 0%,#1B768E 100%);*/
	border-radius: 5px;
}

label 
{
	font-weight:600;
	font-size: 0.9rem;
}

.campos, select, textarea
{
	padding: 8px;
	color:#09d;
	border:1px #ddd solid;
	font-size:1rem;
	background-color: #fff;
	text-align:center;
	outline:none;
	box-sizing: border-box;
}

.campos, select, .boton, textarea 
{
	border-radius: 5px;
}


select 
{
	width: 150px;	
}

.campos:focus, select:focus, textarea:focus
{
	background-color:#FFF8D3;
	border-color:#1790C5;
	outline: none;
}

textarea 
{
	width:94%; 
	box-sizing: border-box;
}


.boton 
{
	-webkit-border-radius: 0;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-size:1rem;
	width: 96%;
	max-width: 260px;
	display: inline-block;
	box-sizing: border-box;
	background-color: #E99A69;
	color:#fff;
	padding: 10px;
	font-weight:500;
	border-radius: 5px;
	appearance: none;
    -webkit-appearance: none;
	transition: background-color 0.3s ease-in-out;
}

.boton:hover
{
	cursor: pointer;
	
	background-color: #D99B68;
	
}

.bounce {
    animation: bounce 4s infinite; /* Repetir cada 4 segundos y ser infinita */
}

/* Definir la animación Bounce */
@keyframes bounce {
    0%  { transform: translateY(0); }
    5% { transform: translateY(-8px); }
    10%  { transform: translateY(0); }
    15% { transform: translateY(-8px); }
    20%  { transform: translateY(0); }
}

#resultado 
{
	width: 96%;
	max-width: 400px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	background-color: #3975AD;
	color:#fff;
	padding-bottom: 5px;
	box-sizing: border-box;
	
}

#resultado table 
{
	width: 100%;
	margin: 0 auto;
}

#resultado table th 
{
	background-color: #2D8589;
	color:#fff;
	font-weight: 100;
	padding: 8px 0;
	font-size: 16px;
}

#resultado table td
{
	background-color: #f5f5f5;
	padding: 10px 0;
}

#demora-informe
{
	width: 94%;
	max-width: 830px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 20px;

	padding:5px 20px;
	
	box-sizing: border-box;
	
	background-color: #f5f5f5;
	border:1px #ddd solid;
	
	border-radius: 5px;
}

#demora-informe .material-icons-round 
{
	font-size:30px
}

#formas-pago-horizontal
{
	width: 94%;
	max-width: 598px;
	margin: 0 auto;
	margin-top: 20px;
}

#formas-pago-horizontal img 
{
	width: 100%;
}

.error 
{
	color:#E99A69;
	width: 80%;
	max-width: 200px;
	margin: 0 auto;
	font-size: 12px;
	margin-top: -8px;
}

#cargando, #cargando-informe
{
	visibility: hidden;
	position: 	absolute;
	margin: 	0 auto;
	padding:	0;
	
	box-sizing: border-box;
	height:		50px;
	margin-top:-70px;
	text-align: center;
}

#cargando 
{
	margin-left:-9px;	
	max-width: 380px;
	width: 92%;
}

#cargando-informe 
{
	margin-left:-2px;
	max-width: 335px;
	width: 86%;
}

.informes-box 
{
	padding:5px 10px;
	box-sizing: border-box;
	border-radius: 8px;
	border:1px #ddd solid;
	margin-bottom:8px;
	line-height: 12px;
	background-color: #f8f8f8;
	color:#555;
}

.icono2 
{
	font-size: 2rem; 
	border:1px #999 solid; 
	border-radius:5px; 
	padding:5px;
}


/*CheckOut*/

.infocheckout, .legendpago, .box-pago 
{
	width: 96%;
	max-width: 500px;
}

.infocheckout
{
	align-items: center;
	margin:0 auto;
	line-height: 20px;
	background-color: #f8f8f8;
	padding: 10px 0;
	font-size: 16px;
}

.infocheckout label 
{
	font-size:15px;
	font-weight: 600;
}

.legendpago 
{
	color:#fff;
	padding: 10px 0;
	margin: 0 auto;
	border-radius: 5px;
}

.infocheckout .dato 
{
	font-size: 14px;
}

.box-pago
{
	margin:0 auto;
	margin-top:10px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	background-color: #fff;
	padding-bottom: 10px;
	border:1px #ddd solid;
	flex-wrap: nowrap;
	box-sizing: border-box;
	justify-content: space-between;
	border-radius: 5px;
	max-width: 400px;
}

.box-pago .titulo 
{
	width: 100%;
	font-size: 14px;
	background-color: #EFE8D5;
	background-color: #f5f5f5;
	border-radius: 5px 5px 0 0 ;
	color:#2D8589;
	padding: 15px 0;
	
}

.slider-container {
	overflow: hidden;
	width: 100%;
	position: relative;
  }
  
  .slider {
	display: flex;
	transition: transform 0.5s ease-in-out;
  }
  
  .slide {
	min-width: 100%;
	box-sizing: border-box;
  }
  

@media only screen and (max-width:976px)
{
	#informe 
	{
		flex-direction: column;
		margin: 0 auto;
		
	}

	#informe > div:first-child, #informe-contiene 
	{
		margin: 0 auto;
		justify-content: center;
		min-height: 500px;
	}

	#informe > div:first-child, #informe-contiene div 
	{
		margin-top:20px;
	}

	h2 
	{
		padding: 0;
	}
	
	.space 
	{
		display: none;
	}

	.paraque 
	{
		
		padding: 10px;
		
	}


}