* { 
box-sizing: border-box; 
}

/*HEADER*/
.header { 
	display: flex; 
	justify-content: center;
	margin: auto; 
background-color:#069;
-webkit-box-shadow: 6px 20px 25px -12px rgba(0,0,0,0.41);
-moz-box-shadow: 6px 20px 25px -12px rgba(0,0,0,0.41);
box-shadow: 6px 20px 25px -12px rgba(0,0,0,0.41);
padding-bottom: 5px;

}
.header .ul-header { 
display: flex; 
align-items:center;
height: 70px; 
width: 100%;
margin: auto;
background-color:#069 ;}

/*SLIDER*/
.slider {
	width: 100%;
	margin: auto;
	overflow: hidden;
	clear:both;
	z-index: 0;
	-webkit-box-shadow: -1px 28px 25px -12px rgba(0,0,0,0.41);
-moz-box-shadow: -1px 28px 25px -12px rgba(0,0,0,0.41);
box-shadow: -1px 28px 25px -12px rgba(0,0,0,0.41);
	
}

.slider ul {
	display: flex;
	padding: 0;
	width: 400%;
	margin-top:10px;
	animation: cambio 40s infinite alternate linear;
}

.slider li {
	width: 100%;
	list-style: none;

}

.slider img {
	width: 100%;
	z-index: 50;
	height: 100%;
	
}

@keyframes cambio {
	0% {margin-left: 0;}
	20% {margin-left: 0;}
	
	25% {margin-left: -100%;}
	45% {margin-left: -100%;}
	
	50% {margin-left: -200%;}
	70% {margin-left: -200%;}
	
	75% {margin-left: -300%;}
	100% {margin-left: -300%;}
}


.clearfix { 
	clear: both; 
	display: block;
}
.portada-cotizaciones { 
	margin:0;
	padding: 0;
	width: 100%;
	-webkit-box-shadow: -1px 28px 25px -12px rgba(0,0,0,0.41);
-moz-box-shadow: -1px 28px 25px -12px rgba(0,0,0,0.41);
box-shadow: -1px 28px 25px -12px rgba(0,0,0,0.41);
	}
	.portada-cotizaciones img { 
		width: 100%; 
		height: auto; 
		border:none;}
.seccion-cotizaciones { 
	font-family: 'Roboto', sans-serif;

	clear: both;
	display: flex; }
	.seccion-cotizaciones .titulo-formulario h1{ 
		
		margin-bottom: 20px;
		font-size:1.2rem;
		font-weight: bold;
		text-align: center;
		background-color :#069;
		padding: 10px;
		-webkit-box-shadow: -1px 28px 25px -12px rgba(0,0,0,0.41);
-moz-box-shadow: -1px 28px 25px -12px rgba(0,0,0,0.41);
box-shadow: -1px 28px 25px -12px rgba(0,0,0,0.41);
	}
	.seccion-cotizaciones .condiciones { 
		color:black;
		font-weight: normal;
		padding: 40px; 
		margin-top:50px;
		font-size:16px;
		border-left:1px solid rgba(0,0,0,.30);
	}

	.seccion-cotizaciones .condiciones h2 { 
		font-size:1.1rem;
		margin-bottom: 10px; 
		font-weight: lighter;}
	.seccion-cotizaciones .condiciones ul { 
		padding-left:20px;
		list-style: initial; 
		margin-bottom: 20px;}
	.seccion-cotizaciones .condiciones .titulo-contacto h2 { 
		padding-top:20px;  }
		.seccion-cotizaciones .condiciones p { 
		margin: 0; }

	.listo { 
		display: flex; 
		justify-content: center; 
		border-left: none;
		box-sizing: border-box;

	}
	.listo .condiciones { 
		border:none; }