@charset "utf-8";
/* CSS Document */
.fondo_azul{
	background-color: #005AA2;
	
}
.banner{
	background-image: url("../images/motos/fondo azul 3 recortado.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 55vw;

}

.izq{
	width: 50%;
	margin: 0;
	padding:0;
	display: block;
	float: left;
}
.der{
	width: 50%;
	margin-top: 100px;
	padding:0;
	display: block;
	float: right;
}

.der h1{
	color: #FFFFFF;
	font-size: 3.5rem;
}

.der h3{
	color: #ffcd00;
	letter-spacing: 2px;
	
}

.der p{
	color: #FFFFFF;
	
}
.boton-rojo{
	color: #FFFFFF;
 	background-color: #fe0000;
    padding: 10px 30px;
	text-align: center;

    font-weight: bolder;
	width: 15vw;
	border-radius: 0.25rem;
	margin: 0 auto;
	display: block;
	text-decoration: none !important;
	  box-shadow: 0px 0px 5px  #000;
}
.boton-rojo:hover{
	text-decoration: none !important;
	 box-shadow: 0px 0px 10px  #000;
}

.boton-azul{
	color: #FFFFFF;
 	background-color: #0099e6;
    padding: 10px 30px;
	text-align: center;
    width: 100%;
	display: block;
	float: left;
	margin-top: 50px;
   
}

.boton-azul a{
	color:#fe0000;
}

.boton-azul a:hover{
	color:#fff;
	text-decoration: none;
}

.texto-azul{
	color: #0088CC;
	padding-top: 40px
}

.parallax2 {
  background-image: url("../images/motos/fondo blanco.svg");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  
}

.degrade{
	background-image: linear-gradient(to bottom right, #0099e6, #004797);
	width: 320px;
	display: block;
	float: left;
	margin:0 20px;
	padding-top: 20px;
	
	text-align: center;
	height: 325px;
	
}

.degrade h4{
	color: #ffcd00;
	padding: 0 20px;
    line-height: 1.2;
	letter-spacing: normal !important;
	font-size: 25px;
}

.degrade p{
	color: #FFFFFF;
	padding: 0 45px;
	margin-bottom: 30px;
	margin-top: 30px;
	
}



.preap{
	margin-bottom: 60px;
	margin-top: 30px;
}
.preap2{
	margin-bottom: 60px;
}

ul li{
	list-style: none;
}

ul li label{
	font-size: 25px;
	color: #ffcd00;
	padding: 0 60px;
    line-height: 1.2;
}

ul li input{
	width: 300px;
	margin-bottom: 30px;
	margin-left: 100px;
}

ul li textarea{
	width: 300px;
	margin-bottom: 30px;
	margin-left: 100px;
}

@media (max-width:991px) {
	
.der{
	width: 100%;
	margin-top: 20px;
	padding:0;
	display: block;
	float: right;
}
	
	.der h3{
	color: #ffcd00;
	
}

.der p{
	color: #ffffff;
	
}
	.boton-rojo{
	color: #FFFFFF;
 	background-color: #fe0000;
    padding: 10px 30px;
	text-align: center;

    font-weight: bolder;
	width: 40vw;
	border-radius: 0.25rem;
	margin: 0 auto;
	display: block;
	text-decoration: none !important;
	  box-shadow: 0px 0px 5px  #000;
}
	
.parallax2 {
  background-image: url("../images/motos/fondo blanco.svg");
  min-height: 1000px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  
}
	
.degrade{
	background-image: linear-gradient(to bottom right, #0099e6, #004797);
	width: 60vw;
	display: block;
	float: left;
	margin:20px 10vw;
	padding-top: 20px;
	
	text-align: center;
	height: 225px;
	
}

.preap{
	margin-bottom: 25px;
}
	
}

@media (max-width:840px) {
	.fondo_azul{
	background-color: #005AA2;
	padding-bottom: 10px;
}
	.der{
	width: 100%;
	margin-top: 20px;
	padding:0;
	display: block;
	float: right;
	
}
	.degrade{
	background-image: linear-gradient(to bottom right, #0099e6, #004797);
	width: 80vw;
	display: block;
	float: left;
	margin:20px 5vw;
	padding-top: 20px;
	
	text-align: center;
	height: 250px;
	
}
@media (max-width:576px) {
	.der{
	width: 100%;
	margin-top: 17vw;
	padding:0;
	display: block;
	float: right;
}
	.der h3{
	color: #ffcd00;
	margin-top: 18vw;
}
		.der p{
	color: #FFFFFF;
	
}
}
@media (max-width:420px) {
	
	.degrade{
	background-image: linear-gradient(to bottom right, #0099e6, #004797);
	width: 80vw;
	display: block;
	float: left;
	margin:20px 5vw;
	padding-top: 20px;
	
	text-align: center;
	height: 280px;
	
}
}
