@charset "utf-8";
/* CSS Document */
.auto, .container-fluid.central-2.auto {
  background-color: #006ecb;
}
.container-fluid.central-2.auto {
  background-image: none;
}
.container-fluid.auto {
  background-color: #EC5441;
}
.navbar.auto {
  border-bottom: 0;
  background-color: transparent;
  margin-top: 10px;
  margin-bottom: 8px;
}
.navbar {
  margin-top: 10px;
}
.logo-mvdportal {
  max-width: 200px;
  float: left;
  width: 100%;
  margin-left: 15px;
}
.container.bg-auto {
  background-image: url(../imgs/Imagen_Sorteo_Moto_500.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-color:#006ecb;
  color: #fff;
}
.detalle.sorteo-auto {
  margin-top: 500px;
}
.container.bg-auto .btn-gris {
  background-color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 50px;
  border-radius: 15px;
color:#0781cd;
}
.container .btn-sorteo {
  padding: 10px 0 20px 0;
}
.btn-canalwp {
    background-color: #26d367;
    color: #FFFFFF;
    border-radius: 5px;
}

.botones-pasos {
  margin-bottom: 40px;
}
.condicionesorteo a {
  color: #fff;
  text-decoration: underline;
}
.condicionesorteo a:hover {
  text-decoration: none;
}
.f_inscrip.auto{
	background-color: #ffffff !important;
	}
.f_inscrip.auto .btn-lg.btn-gris.ml-0 {
	background-color: #EC5441 !important;
	}
#Pais, #Departamento {
	font-size: 0.9em;
	}
.mailgratis, .leermail{
	display: none !important;
	}
@media only screen and (max-width: 768px) {
  .navbar-header.mvdportal {
    border-bottom: none;
  }
  .logo-mvdportal {
    max-width: 160px;
  }
  .navbar-header {
    padding-bottom: 0;
  }
	.aclaracion-formato1{
   margin-left: 0;
	margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .detalle.sorteo-auto {
    margin-top: 410px;
  }
  .container.bg-auto {
    background-image: url(../imgs/Imagen_Sorteo_Moto_750.jpg);
    min-height: 670px;
    background-size: contain;
  }
  .container.bg-auto .btn-gris {
    padding: 15px 100px;
  }
  .botones-pasos {
    margin-bottom: 0;
  }
  .navbar.auto {
    margin-top: 15px;
    margin-bottom: 18px;
  }
  .navbar {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .container.bg-auto {
    background-image: url(../imgs/Imagen_Sorteo_Moto_970.jpg);
  }
  .texto-sorteo-shakira{
    padding-left: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  .container.bg-auto {
    width: 1110px;
    background-image: url(../imgs/Imagen_Sorteo_Moto_970.jpg);
  }
  .detalle.sorteo-auto {
    margin-top: 500px;
  }
  .texto-sorteo-shakira{
    padding-left: 110px;
  }
}