body {
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
  color: #2d2d2d;
  overflow-x: hidden;
  margin:0;
  padding: 0;
  font-size: 12px;
  min-height: 100%;
}

p, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}

.contenido-der h5{
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

.botonera-pie a:hover,
.botonera-pie button:hover{
  color: rgb(255, 186, 0);
  text-decoration: none;
  transition: 0.3s linear;
}

.cta{
  display: inline-block;
  padding: 15px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border:none;
  outline: none;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  transform: rotateZ(360deg);
  transition: all .2s ease;
  border-radius: 0;
  font-size: 14px;
}
@media screen and (max-width: 450px) {
	.cta{
	  font-size: 9px;
	}
}

.cta-salir{
  font-family: 'Roboto', sans-serif;
  background-color: white;
  color: #162133;
  text-transform: none;
}

.gracias h1{
  color: rgb(255, 186, 0);
  margin: 30px 0;
  padding: 30px;
  border-bottom: 1px dotted #d4d4d4;
}

.forms-micuenta {
	font-size: 14px;
}

.forms-micuenta h1,
.forms-micuenta h2{
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
  color: rgb(255, 186, 0);
}

.forms-micuenta input[type="text"],
.forms-micuenta input[type="number"],
.forms-micuenta input[type="email"],
.forms-micuenta input[type="date"],
.forms-micuenta input[type="tel"],
.forms-micuenta input[type="password"]{
  padding: 10px;
  outline: none;
  border: none;
  border-bottom: 2px solid #d4d4d4;
  color: rgb(255, 186, 0);
  min-width: 70%;
  box-shadow: none;
}

.forms-micuenta input[type="text"]:focus,
.forms-micuenta input[type="number"]:focus,
.forms-micuenta input[type="email"]:focus,
.forms-micuenta input[type="date"]:focus,
.forms-micuenta input[type="tel"]:focus,
.forms-micuenta input[type="password"]:focus{
  border-bottom: 2px solid rgb(255, 186, 0);
}

.cta-salir span{
  color: rgb(255, 186, 0);
  font-weight: 100;
}

.cta-blanco{
  background-color: white;
  color: rgb(255, 186, 0) !important;
}

.cta-blanco:hover, .cta-blanco:focus, .cta-blanco:visited, .cta-blanco:active{
  text-decoration: none;
  color: rgb(255, 186, 0);
}

.cta-borde-azul{
  border: 1px solid rgb(255, 186, 0);
  background-color: white;
  color: rgb(255, 186, 0) !important;
}

.cta-borde-azul:hover, .cta-borde-azul:focus, .cta-borde-azul:visited, .cta-borde-azul:active{
  text-decoration: none;
  color: rgb(255, 186, 0);
}

.cta-banner-principal{
  background-color: rgb(255, 186, 0);
  color: #FFF !important;
  margin-top: 15px;
}

.cta-vermas{
  border: 1px solid rgb(255, 186, 0);
  background-color: white;
  padding: 7px;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  color: rgb(255, 186, 0) !important;
  text-align: center;
  width: 130px;
}

.cta-vermas:hover, .cta-vermas:focus, .cta-vermas:visited, .cta-vermas:active{
  text-decoration: none;
  color: rgb(255, 186, 0) !important;
}

.linea-cta-vermas{
  position: absolute;
  border: none;
  border-bottom: 1px solid rgb(255, 186, 0);
  width: 100%;
  top: 50%;
  margin: 0;
  z-index: -10;
}

.navbar-publica>.navbar-nav>li:last-child>a{
  color: rgb(255, 186, 0);
}

.botonera-planes h5{
  color: rgb(255, 186, 0);
}

.tusdatos-lista{
  color: rgb(255, 186, 0);
  text-transform: uppercase;
}

.forms-micuenta select,
.forms-micuenta select:focus
{
  width: 100%;
  border: none;
  border-bottom: 2px solid #d4d4d4;
  padding: 10px;
  margin: 0 0 5px 0;
  box-shadow: none;
  color: rgb(255, 186, 0);
}

.forms-micuenta select:focus{
  border-bottom: 2px solid rgb(255, 186, 0);
  box-shadow: none;
}

.md-datepicker-focused {
  border-bottom-color: rgb(255, 186, 0) !important;
}

.md-datepicker-input {
  height: auto !important;
  border-radius: 0 !important;
  font-size: 14px;
  color: rgb(255, 186, 0);
}

.suscription-model-box-name {
  color: rgb(255, 186, 0); 
  text-align: center;
  font-size: 12px;
}


.next-button {
    height: 40px;
    line-height: 10px;
    margin-bottom: 15px;
    margin-top: 0px !important;
    margin-right: 20px;
    background-color: rgb(255, 186, 0);
    color: #FFF !important;
}

.next-button:after {
    background-image: url(../images/sprites-peugeot.png);
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    width: 13px;
    height: 13px;
    content: "";
    vertical-align: top;
    float: right;
    margin-left: 20px;
}

.previous-button {
  display:inline;
  height: 40px;
    line-height: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    
    border: 1px solid rgb(255, 186, 0);
    background-color: white;
    color: rgb(255, 186, 0) !important;
}

.botonera-desplegable-menu h5{
  color: rgb(255, 186, 0);
}

.suscription-plan-button {
  padding: 20px; 
  background-color: rgb(255, 186, 0); 
  color: white; 
  text-align: left; 
  font-size: 17px;
}

.micuenta-login-bienvenida>h1>div>span{
  color: rgb(255, 186, 0);
}

.previous-arrow {
  color: rgb(255, 186, 0); 
  font-size: 20px;
}

.suscription-step-number-selected {
  display: inline-block; 
  border-radius: 200px; 
  height: 25px; width: 25px; 
  padding-left: 7px; 
  font-size: 12px;
  border: 2px solid rgb(255, 186, 0); 
  color: rgb(255, 186, 0); 
  font-weight: bold;
}

.suscription-step-number-completed {
  border: 2px solid rgb(255, 186, 0); 
  background-color: rgb(255, 186, 0); 
  padding-left: 5px; 
  font-size: 11px;
}

.suscription-progress-line-completed-long {
  width: 13px; 
  height: 60px; 
  border-right: 2px solid rgb(255, 186, 0);
}

.suscription-substeps-circle {
  border: 2px solid rgb(255, 186, 0); 
  background-color: rgb(255, 186, 0); 
  margin-left: 7px;
  width: 10px; 
  height: 10px;
  font-size: 1px; 
  line-height: 15px;
}

.suscription-step-text {
	font-size: 16px; 
	margin-left: 5px; 
	display: inline; 
	color: #444;
}

.suscription-substep-text {
	font-size: 14px;
	margin-left: 13px; 
	display: inline; 
	color: #444;
}

.selfiesText {
	font-size: 14px; 
	margin-left: 14px; 
	margin-bottom: 28px; 
	margin-right: 28px;
}

.waitModalTitle {
	display: block; 
	font-size: 16px;
}

.mandatoryFieldText {
	font-size: 13px;
}

.model-characteristic-button {
  background-color: rgb(255, 186, 0); 
  color: white; 
  margin: auto; 
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 10px;
}

.suscription-select-color {
  border-bottom: 1px solid rgb(255, 186, 0); 
  color: rgb(0, 126, 219); 
  margin-top: 10px; 
  margin-bottom: 0px;
}

md-select-menu.md-default-theme md-content md-option[selected].md-focused, md-select-menu md-content md-option[selected].md-focused, md-select-menu.md-default-theme md-content md-option[selected]:focus, md-select-menu md-content md-option[selected]:focus {
	color: rgb(255, 186, 0); 
}	

.suscription-progress-line-completed {
	width: 13px; 
	height: 35px; 
	border-right: 2px solid rgb(255, 186, 0);
}

.text-brand-color {
	color: rgb(255, 186, 0);
	font-weight: bold;
}

.text-brand-color-input {
    border-bottom: 2px solid rgb(255, 186, 0) !important;
}

.text-brand-color-radio-input:before {
	border: 1px solid rgb(255, 186, 0) !important;
}

.text-brand-color-select {
	color: rgb(255, 186, 0);
	font-weight: bold;
	border-bottom: 2px solid rgb(255, 186, 0) !important;
}

.upload-button-dni-area {
	text-align: center; 
	width: 100%; 
	color: rgb(255, 186, 0) !important;
	font-weight: bold;
	margin-bottom: 5px;
}

.epiron-colo-fondo{
    background: rgb(255, 186, 0);
    border: none;
    cursor: pointer;
}
.epiron-mensaje-info{
    margin-top: 9px;
    margin-bottom: 10px;
    font-size: 15px;
}
#epiron-mensaje{
	position: absolute;
    top: 25px;
    z-index: 1000;
    right: 23px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
  	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    background-color: black;
}
.epiron-botones-acciones{
    color: white;
    border: none;
  	font-family: 'Roboto', sans-serif;
    font-feature-settings: initial;
    line-height: initial;
    font-size: 14px;
}
.suscription-title {
	color: rgb(255, 186, 0); 
	font-size: 20px; 
	padding-top: 10px; 
	padding-bottom: 20px;
}