

/*  TABLA DE CONTENIDOS
**************************************************
  1.) Estilos globales
    A. General
    B. Botones, Forms y Navegación
    C. Presets
    D. De Cada Secciones
    E. Colores
  2.) Fixes Bootstrap
  3.) Efectos
  4.) Preloader
*/

/*  1. ESTILOS GLOBALES
=============================*/
  
/*  1 A. General
----------------------------*/
html {
  margin:0;
  padding: 0;
  /* Fix para Ligaduras */
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings:"liga" 0; 
  font-feature-settings:"liga" 0; 
  text-rendering: optimizeSpeed;
  -moz-font-feature-settings: "liga=0"; /* Fix para ligaduras de caracteres en Firefox fi ff */
  -moz-font-feature-settings: "liga" 0;
  min-height: 100%;
}
a {
  color: #337ab7;
}
a:hover {
  color: #c7081b;
}
a:focus{
  outline: none;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 34px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 50px;
    }
    h2 {
      font-size: 40px;
    }
    h3 {
      font-size: 30px;
    }
    h4 {
      font-size: 25px;
    }
    h5 {
      font-size: 22px;
    }
  }
/* Sprites */
.cta-home,
.logo-autoplan-peugeot,
.logo-peugeot,
.cta-salir:before,
.cta-azul:after,
.cta-azul:after,
.cta-gris:after,
.cta-blanco:after,
.cta-borde-azul:after,
.cta-borde-gris:after,
.cta-banner-principal:after,
.cta-vermas:after,
.cta-vermas:before,
.cta-planes:after,
.cta-planes-borde:after,
.pie-legales-lista li>a:before,
.panel-title>a:after,
.flecha-carrusel-izq,
.flecha-carrusel-der
{
  background-image: url(../images/sprites-peugeot.png);
}
.contenedor-logo-autoplan{
  float: left;
  padding: 15px 0;
  margin-top: 15px;
}
@media (max-width: 520px) {
  .contenedor-logo-autoplan{
      float: initial;
      margin-top: -5px;
  }
}
.logo-autoplan-peugeot{
  background-position: 0 -1530px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  width: 166px;
  height: 37px;
  content: "";
  vertical-align: middle;
}
  @media screen and (max-width: 991px) {
    .logo-autoplan-peugeot{
      background-size: 125px auto;
      background-position: 0 -1122px;
      height: 30px;
      width: 125px;
    }
  }
.contenedor-logo-peugeot{
  padding: 15px 0;
  float: right;
}
.logo-peugeot{
  background-position: 0px -1458px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  width: 114px;
  height: 70px;
  content: "";
  vertical-align: middle;
}
  @media screen and (max-width: 991px) {
    .logo-peugeot{
      background-size: 128px auto;
      background-position: 0 -1097px;
      height: 50px;
      width: 70px;
    }
  }
.pie{
  color: white;
  padding: 30px 0;
  margin-top: 30px;
  border-top: 1px solid #f4f4f4;
}
  @media screen and (max-width: 991px) {
    .pie{
      text-align: center;
    }
  }
.botonera-pie{
  display: inline-block;
  float: right;
  padding: 15px 0;
  margin: 0;
  list-style: none;
}
  @media screen and (max-width: 991px) {
    .botonera-pie{
      float: initial;
    }
  }
.botonera-pie li{
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
}
.botonera-pie a,
.botonera-pie button{
  background: none;
  color: #444;
  position: relative;
  display: inline-block;
  padding: 5px 7px;
  font-size: 12px;
  border: 0;
  vertical-align: initial;
  text-transform: uppercase;
}
.botonera-pie button:focus,
.botonera-pie button:active,
.botonera-pie button:visited
{
  outline: none;
  text-decoration: none;
}
.ultima-actualizacion{
  color: #939395;
}
  @media screen and (max-width: 1199px) {
    .botonera-pie li:first-child {
      display: block;
    }
  }
.punteada{
  border-style: dotted;
}
/* Columna IZQ */
.columna-izq{
  background-color: #133d5f;
  padding: 30px;
  color: white;
  font-size: 12px;
}
  @media screen and (max-width: 767px) {
    .columna-izq{
      text-align: left;
    }
  }
.columna-izq ul{
  list-style: none;
  padding-left: 0;
}
.columna-izq-cliente{
  text-transform: uppercase;
  padding-bottom: 15px;
  margin: 0;
}
  @media screen and (max-width: 767px) {
    .columna-izq-cliente{
      padding-bottom: 0;
    }
  }
.columna-izq-cliente select,
.columna-izq-cliente select:focus {
    width: 100%;
    padding: 10px;
    background: none;
    border: 1px solid #efefef;
    cursor: pointer;
    outline: none;
    margin: 15px 0;
}
.columna-izq-cliente option{
  color: #162133;
}
.columna-izq-ctas{
  border-top: 1px solid #b8b6ba;
  border-bottom: 1px solid #b8b6ba;
  padding: 21px 0 15px 0;
}
.columna-izq-ctas-selected a{
  background-color: #00468c;
}
  @media screen and (max-width: 767px) {
    .columna-izq-ctas{
      display: none;
    }
  }
.columna-izq-plan{
  margin: 0;
  padding-bottom: 10px;
}
.columna-izq-plan span{
  text-transform: uppercase;
  display: block;
  padding-top: 15px; 
}
.contenido-der{
  color: #162133;
  padding: 0 30px;
}
  m
.contenido-der ul{
  list-style: none;
  padding: 0 0 15px 0;
  margin: 0;
}
.contenido-der li{
  padding-bottom: 10px;
}
.legales{
  font-size: 13px;
}
/* Banner Principal */
.banner-fondo-1,
.banner-fondo-2,
.banner-fondo-3,
.banner-fondo-4,
.banner-fondo-5,
.banner-fondo-6,
.banner-fondo-7,
.banner-fondo-8 {
  background-position-x: center;
  background-position-y: bottom;
}
  @media screen and (max-width: 650px) {
    .banner-fondo-1{
      background-image: url(../images/banner-fondo-01.jpg);
    }
    .banner-fondo-2{
      background-image: url(../images/banner-fondo-02.jpg);
    }
    .banner-fondo-3{
      background-image: url(../images/banner-fondo-03.jpg);
    }
    .banner-fondo-4{
      background-image: url(../images/banner-fondo-04.jpg);
    }
    .banner-fondo-5{
      background-image: url(../images/banner-fondo-05.jpg);
    }
    .banner-fondo-6{
      background-image: url(../images/banner-fondo-06.jpg);
    }
    .banner-fondo-7{
      background-image: url(../images/banner-fondo-07.jpg);
    }
    .banner-fondo-8{
      background-image: url(../images/banner-fondo-08.jpg);
    }
  }
.banner-elementos {
  right: 10%;
  left: 10%;
  padding-bottom: 30px;
}
  @media screen and (max-width: 768px) {
    .banner-elementos {
      bottom: 0;
    }
  }
  @media screen and (max-width: 650px) {
    .banner-elementos {
      bottom: 20px;
    }
  }
  @media screen and (max-width: 330px) {
    .banner-elementos {
      bottom: 40px;
    }
  }
.banner-elementos-contenedor{
  position: relative;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
.banner-izq{
  width: 65%;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
  @media screen and (max-width: 650px) {
    .banner-izq {
      display: block;
      width: 100%;
    }
  }
.banner-izq img{
  width: 100%;
}
.banner-imagen{
  width: 100%;
}
  @media screen and (max-width: 650px) {
    .banner-imagen{
      opacity: 0;
      height: 450px !important;
    }
  }
  @media screen and (max-width: 550px) {
    .banner-imagen{
      height: 415px !important;
    }
  }
  @media screen and (max-width: 450px) {
    .banner-imagen{
      height: 380px !important;
    }
  }
.banner-der hr{
  margin-right: 15px;
}
  @media screen and (max-width: 650px) {
    .banner-der hr{
      display: none;
    }
  }
.banner-der{
  width: 35%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  white-space: normal;
}
  @media screen and (max-width: 650px) {
    .banner-der {
      display: block;
      width: 100%;
    }
  }
.banner-der h3{
  margin: 0;
}
  @media screen and (max-width: 1199px) {
    .banner-der h1{
      font-size: 50px;
    }
    .banner-der h3{
      font-size: 20px;
    }
  }
  @media screen and (max-width: 768px) {
    .banner-der h1{
      font-size: 40px;
    }
    .banner-der h3{
      font-size: 15px;
    }
  }
  @media screen and (max-width: 650px) {
    .banner-der h1{
      font-size: 22px;
      padding-right: 10px;
      margin: 0;
    }
    .banner-der h3{
      font-size: 13px;
    }
    .banner-der a{
      margin-top: 10px;
    }
  }
/* Banners Pie */
.banner-pie{
  margin-top: 30px;
}
.banner-pie img{
  width: 100%;
}
.banner-pie-lower-line::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: rgba(22, 33, 51,0.25);
  transition: width .4s ease-out;
}
.banner-pie-lower-line:hover::before{
  width: 100%;
  transition: width .4s ease-out;
}
  @media screen and (max-width: 767px) {
    .banners-pie{
      text-align: center;
    }
  }
  @media screen and (max-width: 450px) {
    .banner-pie img{
      width: 100%;
    }
  }
.pie-legales-lista{
  list-style:none;
  text-transform: uppercase;
  padding: 10px;
  margin:0;
  min-width: 350px;
  border-radius: 0;
}
  @media screen and (max-width: 767px) {
    .pie-legales-lista {
      min-width: 100%;
    }
  }
.pie-legales-lista li:not(:last-child){
  width: 100%;
}
.pie-legales-lista li>a{
  color:#162133;
  text-decoration: none;
  width: 100%;
  padding: 10px 15px 10px 0;
  display: block;
  transition: 0.3s ease;
}
.pie-legales-lista li>a:hover{
  padding-left: 20px;
  transition: 0.3s ease;
}
.pie-legales-lista li>a:before{
  background-position: -151px -53px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  width: 13px;
  height: 21px;
  content: "";
  vertical-align: top;
  margin-right: 10px;
}
.pie-legales-lista li>a:hover{
  background-color: #e2e2e3;
  transition: 0.3s linear;
}
.planes{
  margin-top: 30px;
}
.planes h1{
  margin-top: 0;
  font-size: 45px;
}
.planes-izq hr{
  border-color: #162133; 
  opacity: 0.3;
}
.planes-modelo{
  text-transform: uppercase;
  color: #162133;
}
.planes-imagen{
  width: 100%;
}
.planes-info{
  margin-top: 30px;
}
.planes-info>.nav-tabs{
  border: none;
}
.planes-info>.nav-tabs>li{
  padding: 0;
}
.planes-info>.nav-tabs>li.active>a{
  background-color: #162133;
  color: white;
  padding: 14px 0 10px 15px;
  border: none;
}
  @media screen and (max-width: 767px) {
    .planes-info .cta-planes,
    .planes-info .cta-planes-borde{
      width: 100%;
    }
  }
.planes-caracteristicas{
  margin: 30px 0;
  padding: 0 0 0 30px;
  list-style-image: url(../images/tilde.png);
  color: #162133;
}
.planes-caracteristicas>li{
  padding: 0px 0 10px 0;
}
.planes-info .legales{
  padding-top: 30px;
  color: #162133;
}
.formu-fondo-color input[type="text"],
.formu-fondo-color input[type="email"],
.formu-fondo-color input[type="date"],
.formu-fondo-color input[type="tel"],
.formu-fondo-color input[type="password"],
.formu-fondo-color select,
.formu-fondo-color textarea{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid white;
  width: 100% !important;
  padding: 12px 12px 10px 12px !important;
}
.formu-fondo-color input[type="text"]:focus,
.formu-fondo-color input[type="email"]:focus,
.formu-fondo-color input[type="date"]:focus,
.formu-fondo-color input[type="tel"]:focus,
.formu-fondo-color input[type="password"]:focus,
.formu-fondo-color select:focus,
.formu-fondo-color textarea:focus{
  border-bottom: 3px solid #333;
}
.formu-fondo-color h5,
.formu-fondo-color p.subtitulo-forms{
  color: white;
  text-transform: uppercase;
}
.formu-fondo-color hr{
  border-color: white;
  opacity: 0.3;
}
.formu-fondo-color>textarea,
.formu-fondo-color>textarea:focus{
  display: block;
  padding: 10px;
  width: 100%;
  color: #162133;
  width: 100%;
  margin: 7.5px 0;
  outline: none;
  border: 0;
}
.formu-fondo-color .form-group{
  margin-bottom: 15px;
}
.contenedor-radio{
  margin: 15px 0 7.5px 0;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  margin-left: -30px;
  width: 21px;
  height: 21px;
}
.checkbox input[type=checkbox]:focus, .checkbox-inline input[type=checkbox]:focus, .radio input[type=radio]:focus, .radio-inline input[type=radio]:focus{
  outline: none;
}
@supports (-webkit-overflow-scrolling: touch) {
  .checkbox input[type=checkbox]:before, .checkbox-inline input[type=checkbox]:before, .radio input[type=radio]:before, .radio-inline input[type=radio]:before{
    display: contents;
  }
}
@supports not (-webkit-overflow-scrolling: touch) {
  .checkbox input[type=checkbox]:before, .checkbox-inline input[type=checkbox]:before, .radio input[type=radio]:before, .radio-inline input[type=radio]:before{
    background-color: white;
    overflow: hidden;
    display: inline-block;
    width: 21px;
    height: 21px;
    content: "";
    vertical-align: top;
    outline: none;
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  .radio input[type=radio]:before, .radio-inline input[type=radio]:before{
    display: contents;
  }
}
@supports not (-webkit-overflow-scrolling: touch) {
  .radio input[type=radio]:before, .radio-inline input[type=radio]:before{
    border-radius: 100%;
  }
}
.checkbox input[type=checkbox]:after, .checkbox-inline input[type=checkbox]:after, .radio input[type=radio]:after, .radio-inline input[type=radio]:after{
  background-image: url(../images/sprites-peugeot.png);
  background-position: -147px -181px;
  overflow: hidden;
  display: none;
  width: 21px;
  height: 21px;
  content: "";
  vertical-align: top;
  outline: none;
  position: absolute;
  left: 0px;
}
.checkbox input[type=checkbox]:checked:after, .checkbox-inline input[type=checkbox]:checked:after, .radio input[type=radio]:checked:after, .radio-inline input[type=radio]:checked:after{
  display: -webkit-inline-box;
  display: inline-block;
}
.checkbox label, .radio label {
    padding-left: 30px;
}
.contenedor-select{
  margin: 7.5px 0;
  display: inline-block;
}
.contenedor-select label{
  min-width: 200px;
}
.formu-fondo-color select,
.formu-fondo-color select:focus{
  padding: 10px;
  background: #FFFFFF;
  cursor: pointer;
  outline: none;
  display: inline-block;
  margin: 0;
  min-height: 49px;
}
.contenedor-select.select-100{
  width: 100%;
}
.select-100>select{
  width: 100% !important;
}
.contenedor-checkbox{
  margin: 10px 0;
}
.checkbox-peugeot{
  margin: 0;
  width: 21px;
  height: 21px;
  position: relative;
}
.checkbox-peugeot:before{
  background-color: white;
  overflow: hidden;
  display: inline-block;
  width: 21px;
  height: 21px;
  content: "";
  vertical-align: top;
  outline: none;
}
.checkbox-peugeot:after{
  background-image: url(../images/sprites-peugeot.png);
  background-position: -147px -181px;
  overflow: hidden;
  display: none;
  width: 21px;
  height: 21px;
  content: "";
  vertical-align: top;
  outline: none;
  position: absolute;
  left: 0px;
}
.checkbox-peugeot:checked:after{
  display: inline-block;
}
.checkbox-label{
  display: inline-block;
  width: 85%;
  vertical-align: top;
  margin-left: 10px;
}
.formu-fondo-color h1{
  color: white !important;
}
/* Cuadro de Cuotas */
.tabla-cuotas{
  padding: 20px;
  color: #162133;
  overflow: auto;
  border: 1px solid rgb(237, 237, 237);
  background-color: rgb(247, 247, 247);
}
.tabla-cuotas h5{
  text-align: center;
}
.tabla-cuotas table{
  width: 100%;
  padding: 30px;
}
.tabla-cuotas th{
  text-align: left;
  width: 70px;
  border-bottom: 1px solid rgb(237, 237, 237);
}
.tabla-cuotas th:first-child{
  width: auto;
}
.tabla-cuotas th,
.tabla-cuotas td{
  padding: 6px 15px 6px 0;
}
/* Nosotros */
.nosotros{
  color: #162133;
  margin-top: 30px;
}
.nosotros h5{
  border-bottom: 3px solid #C9DD03;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.nosotros p{
  margin-bottom: 30px;
}
/* Preguntas Frecuentes */
.preguntas{
  color: #162133;
  margin-top: 30px;
}
.preguntas h5{
  border-bottom: 3px solid #6FD4E4;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.preguntas p{
  margin-bottom: 30px;
}
/* Lugares de Pago */
.lugares{
  color: #162133;
  margin-top: 30px;
}
.lugares>h5{
  border-bottom: 3px solid #FF7900;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
/* Defensa al Consumidor, Privacidad y Proteccion */
.error{
  color: #162133;
  text-align: center;
}
.error h1{
  color: #a39fa9;
  margin: 30px 0;
  padding: 30px;
  font-size: 90px;
  border-bottom: 1px dotted #d4d4d4;
  border-top: 1px dotted #d4d4d4;
}
.gracias{
  color: #6e6e6e;
  text-align: center;
}
.pie-abajo{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
  @media screen and (max-width: 767px) {
    .pie-abajo{
      position: relative;
      left: auto;
      bottom: auto;
      right: auto;
    }
  }
/*  1 B. Botones, Forms y Navegación
----------------------------*/
select,
select:focus{
  cursor: pointer;
  outline: none;
}
option{
  padding-bottom: 10px;z
  margin: 10px;
  background-color: white;
}
option[hidden]{
  color: #a9a9a9;
}
  @media screen and (max-width: 767px) {
    .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"]{
      width: 100%;
    }
  }
@supports (-webkit-overflow-scrolling: touch) {
  .forms-micuenta input[type="radio"]:before,
  .forms-micuenta input[type="checkbox"]:before{
    display: contents;
  }
}
@supports not (-webkit-overflow-scrolling: touch) {
  .forms-micuenta input[type="radio"]:before,
  .forms-micuenta input[type="checkbox"]:before{
    border: 1px solid #162133;
    display: -webkit-inline-box;
    display: inline-block;
  }
}
.formus-terminos{
  text-transform: uppercase;
  color: #162133;
}
  @media screen and (max-width: 767px) {
    .formus-terminos{
      margin-top: 30px;
    }
  }
.cta-home{
  background-position: 0 -208px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  width: 19px;
  height: 26px;
  content: "";
  vertical-align: middle;
  margin-right: 5px;
}
.cta::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: rgba(255,255,255,0.25);
  transition: width .4s ease-out;
}
.cta:hover::before{
  width: 100%;
  transition: width .4s ease-out;
}
.navbar-publica>ul>li>a::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: rgba(0,126,219,1);
  transition: width .4s ease-out;
}
.navbar-publica>ul>li>a:hover::before{
  width: 100%;
  transition: width .4s ease-out;
}
  @media screen and (max-width: 991px) {
    .navbar-publica>ul>li>a::before{
      width: 0 !important;
    }
  }
  @media screen and (max-width: 767px) {
    .cta-salir{
      width: 100%;
      text-align: left;
    }
  }
.cta-salir::before {
  background-position: -149px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  width: 20px;
  height: 21px;
  content: "";
  vertical-align: top;
  margin-right: 5px;
  position: relative;
  transition: none;
}
.cta-salir:hover::before {
  width: 20px;
  transition: none;
}
.cta-azul{
  background-color: #162133;
  color: white;
}
  @media screen and (max-width: 767px) {
    .cta-azul{
      width: 100%;
      text-align: left;
    }
  }
.cta-azul:hover, .cta-azul:focus, .cta-azul:visited, .cta-azul:active{
  text-decoration: none;
  color: white;
}
.cta-azul:after {
  background-position: -151px -20px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  width: 13px;
  height: 21px;
  content: "";
  vertical-align: top;
  float: right;
  margin-left: 20px;
}
.cta-gris{
  background-color: #162133;
  color: white;
}
  @media screen and (max-width: 767px) {
    .cta-gris{
      width: 100%;
      text-align: left;
    }
  }
.cta-gris:hover, .cta-gris:focus, .cta-gris:visited, .cta-gris:active{
  text-decoration: none;
  color: white;
}
.cta-gris:after {
  background-position: -151px -20px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  width: 13px;
  height: 21px;
  content: "";
  vertical-align: top;
  float: right;
  margin-left: 20px;
}
  @media screen and (max-width: 767px) {
    .cta-blanco{
      width: 100%;
      text-align: left;
    }
  }
.cta-blanco:after {
  background-position: -151px -35px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  width: 13px;
  height: 21px;
  content: "";
  vertical-align: top;
  float: right;
  margin-left: 20px;
}
  @media screen and (max-width: 767px) {
    .cta-borde-azul{
      width: 100%;
      text-align: left;
    }
  }
.cta-borde-azul:after {
  background-position: -151px -35px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  width: 13px;
  height: 21px;
  content: "";
  vertical-align: top;
  float: right;
  margin-left: 20px;
}
.cta-borde-gris{
  border: 1px solid #162133;
  background-color: white;
  color: #162133 !important;
}
  @media screen and (max-width: 767px) {
    .cta-borde-gris{
      width: 100%;
      text-align: left;
    }
  }
.cta-borde-gris:hover, .cta-borde-gris:focus, .cta-borde-gris:visited, .cta-borde-gris:active{
  text-decoration: none;
  color: #162133;
}
.cta-borde-gris:after {
  background-position: -151px -53px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  width: 13px;
  height: 21px;
  content: "";
  vertical-align: top;
  float: right;
  margin-left: 20px;
}
  @media screen and (max-width: 767px) {
    .cta-banner-principal{
      width: 100%;
      text-align: left;
    }
  }
.cta-banner-principal:hover, .cta-banner-principal:focus, .cta-banner-principal:visited, .cta-banner-principal:active{
  text-decoration: none;
  color: #FFF;
}
.cta-banner-principal:after {
  background-position: -151px -20px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  width: 13px;
  height: 21px;
  content: "";
  vertical-align: top;
  float: right;
  margin-left: 20px;
}
.short-button:after {
  background-position: -151px -26px;
}
@media screen and (max-width: 650px) {
  .cta-banner-principal:after {
    background-position: -151px -20px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: none;
    width: 13px;
    height: 21px;
    content: "";
    vertical-align: top;
    float: right;
    margin-left: 20px;
  }
}
.cta-vermas[aria-expanded="false"]:before{
  content: "Ver Mas";
  background-image: none;
  position: relative;
  width: auto;
  height: auto;
}
.cta-vermas[aria-expanded="true"]:before {
  background-position: -153px -90px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 13px;
  height: 10px;
  content: "";
  margin: 0 auto 5px auto;
  position: relative;
}
.cta-vermas[aria-expanded="true"]:after{
  content:"Ver Menos";
  background-image: none;
}
.cta-vermas[aria-expanded="false"]:after {
  background-position: -153px -76px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 13px;
  height: 10px;
  content: "";
  margin: 0 auto 5px auto;
}
.contenedor-cta-vermas{
  position: relative;
}
/* Botones Mi Plan */
.cta-planes,
.cta-planes:hover,
.cta-planes:focus{
  border: 1px solid #162133;
  background-color: #162133;
  color: white;
  text-decoration: none;
}
.cta-planes-borde,
.cta-planes-borde:hover,
.cta-planes-borde:focus{
  border: 1px solid #162133;
  background-color: white;
  color: #162133;
  text-decoration: none;
}
.cta-planes:after {
  background-position: -151px -20px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  width: 13px;
  height: 21px;
  content: "";
  vertical-align: top;
  float: right;
  margin-left: 20px;
}
.cta-planes-borde:after {
  background-position: -151px -53px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  width: 13px;
  height: 21px;
  content: "";
  vertical-align: top;
  float: right;
  margin-left: 20px;
}
.flechas-carrusel{
  background-color: #162133;
  padding: 12px 5px;
  width: auto !important;
  height: auto !important;
  opacity: 1;
}
.flecha-carrusel-izq{
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  left: 0;
  padding: 27px 25px 27px 5px;
  background-position: -147px -267px;
  background-repeat: no-repeat;
}
.flecha-carrusel-der{
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  right: 0;
  padding: 27px 25px 27px 5px;
  background-position: -145px -230px;
  background-repeat: no-repeat;
}
/* Navbar MiCuenta*/
.navbar-micuenta-container{
  margin-bottom: 30px;
}
nav.navbar-micuenta{
  padding: 0;
}
@media screen and (max-width: 991px) {
  nav.navbar-micuenta{
    margin-bottom: 0;
  }
}
.navbar-header.navbar-micuenta{
  background-color: #F8F8F8;
}
/* Navbar Público */
.botonera{
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}
  @media screen and (max-width: 992px) {
    .navbar-publica ul{
      margin-top: 0;
    }
    .navbar-publica>.navbar-nav>li>a{
      padding: 10px 6px;
    }
  }
  @media screen and (max-width: 767px) {
    .botonera{
      background-color: #fff;
    }
  }
/*  1 C. Presets
----------------------------*/
.width-100{
  width: 100%;
}
/*  1 D. De Cada Secciones
----------------------------*/
/* Login */
.micuenta-login{
  background-color: #b9af9e;
  background-image: url(../images/login.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center; 
}
.micuenta-login-bienvenida{
  color: white;
  text-transform: uppercase;
  margin: 30px 0 0 300px;
}
.micuenta-login-bienvenida>h5,
.micuenta-login-bienvenida>h2,
.micuenta-login-bienvenida>h1{
  font-weight: normal;
  margin: 0;
  line-height: 100%;
}
.micuenta-login-bienvenida>div>ul{
  margin: 30px 0;
  padding: 0 0 0 30px;
  list-style-image: url(../images/flecha-blanca.png);
}
.micuenta-login-bienvenida>div>ul>li{
  margin: 7px 0;
}
.micuenta-login-bienvenida>p{
  text-transform: none;
}
  @media screen and (max-width: 990px){
    .micuenta-login{
      background-image: none;
    }
    .micuenta-login-bienvenida{
      margin: 30px 0 0 0;
      text-align: center;
    }
    .micuenta-login-bienvenida>div>ul{
      display: none;
    }
  }
.micuenta-login-form{
  color: #162133;
  background-color: white;
  padding: 30px;
  margin: 30px 0;
}
.micuenta-login-form>div>h5>span{
  color: #CC0024;
}
.micuenta-login-form>p{
  text-transform: uppercase;
}
.micuenta-login-form .contenedor-select>select{
  border: 1px solid #ff7900;
  padding: 10px;
}
.micuenta-login-form input[type="text"],
.micuenta-login-form input[type="password"]{
  width: 100% !important;
}
.micuenta-registro-form label,
.micuenta-registro-form .legales{
  color:#ababb3;
  text-transform: none;
}
.micuenta-login-form .checkbox-peugeot:before{
  border: 1px solid #ff7900;
}
.micuenta-login-form .checkbox-label{
  width: auto;
}
.micuenta-login-form>button{
  text-align: left;
}
.micuenta-login-form>a.micuenta-login-form-contraseña{
  color: #162133;
  margin-top: 10px;
  display: block;
}
/* Tus Datos*/
.tusdatos-lista span{
  color: #162133;
  text-transform: capitalize;
  padding-right: 5px;
}
.tusdatos>.legales{
  margin-bottom: 30px;
}
.tusdatos-form-actualizar{
  border-top: 1px solid #d4d4d4;
  margin-top: 30px;
  padding-top: 20px;
}
.forms-micuenta label{
  padding-right: 10px;
  min-width: 29%;
  font-weight: 100;
  margin-bottom: 0;
}
.forms-micuenta .form-group{
  margin-bottom: 25px
}
.tusdatos-form-actualizar button{
  margin-top: 30px;
}
/* Tus Cuotas */
.cuota-del-mes p{
  margin-bottom: 15px;
}
.cuota-del-mes-ctas,
.cuota-del-mes-ctas li{
  padding:0 !important;
}
.cuotas-otros-items a{
  cursor: pointer;
}
.cuotas-otros-items table{
  width: 100%;
  text-transform: uppercase;
}
.cuotas-otros-items th{
  padding-top: 15px;
  padding-right: 20px;
}
.cuotas-otros-items td{
  padding-top: 10px;
  padding-right: 20px;
}
.cuotas-historial{
  padding-top: 30px;
}
.cuotas-historial-titulo{
  padding: 30px;
  background-color: #f1f1f1;
  margin: 0 -30px;
}
.cuotas-reactivacion-opciones button{
  margin: 30px 0;
}
/* Adhesión Debito Automático */
.adhesion-debito-opciones hr{
  margin: 30px 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #57a1d8;
}
.adhesion-debito-opciones a.cta-blanco{
  margin-top:15px;
}
.adhesion-debito-baja{
  padding: 30px;
  margin: 30px -30px;
  border: 1px solid #162133;
}
.adhesion-debito-baja a.cta-borde-gris{
  margin-top:15px;
}
/* Lugares de Pago */
.lugares-pago{
  padding: 30px;
  border: 1px solid #d4d3d5;
  margin-bottom: 30px;
}
.lugares-pago-img{
  display: table-cell;
  vertical-align: middle;
  width: 110px;
}
  @media screen and (max-width: 991px) {
    .lugares-pago-img{
      display: block;
      width: 100%;
      margin-bottom: 30px; 
    }
  }
.lugares-pago-data{
  display: table-cell;
  padding-left: 30px;
}
  @media screen and (max-width: 991px) {
    .lugares-pago-data{
      display: block;
      padding-left: 0;
    }
  }
/*  1 E. Colores
----------------------------*/
.fondo-azul{
  background-color: #017d97;
}
.fondo-cyan{
  background-color: #6FD4E4;
}
/* COLORES PLANES */

/* Cyan */
.plan-cyan h1,
.plan-cyan .planes-izq h5,
.plan-cyan .planes-modelo,
.plan-cyan .planes-info>.nav-tabs>li>a,
.plan-cyan .cta-planes-borde,
.plan-cyan .cta-planes-borde:hover,
.plan-cyan .cta-planes-borde:focus
{
  color: #6FD4E4;
}
.plan-cyan .planes-info>.nav-tabs>li.active>a,
.plan-cyan .cta-planes,
.plan-cyan .cta-planes:hover,
.plan-cyan .cta-planes:focus,
.plan-cyan .formu-fondo-color{
  background-color: #6FD4E4;
}
.plan-cyan .planes-info>.nav-tabs>li>a,
.plan-cyan .cta-planes-borde,
.plan-cyan .cta-planes-borde:hover,
.plan-cyan .cta-planes-borde:focus,
.plan-cyan .cta-planes,
.plan-cyan .cta-planes:hover,
.plan-cyan .cta-planes:focus,
.plan-cyan .planes-izq hr{
  border-color: #6FD4E4;
}
.plan-cyan .planes-info>.nav-tabs>li.active>a{
  color: white;
}
.plan-cyan .cta-planes-borde:after{
  background-position: -151px -98px;
}
/* azul */
.plan-azul h1,
.plan-azul .planes-izq h5,
.plan-azul .planes-modelo,
.plan-azul .planes-info>.nav-tabs>li>a,
.plan-azul .cta-planes-borde,
.plan-azul .cta-planes-borde:hover,
.plan-azul .cta-planes-borde:focus
{
  color: #162133;
}
.plan-azul .planes-info>.nav-tabs>li.active>a,
.plan-azul .cta-planes,
.plan-azul .cta-planes:hover,
.plan-azul .cta-planes:focus,
.plan-azul .formu-fondo-color{
  background-color: #162133;
}
.plan-azul .planes-info>.nav-tabs>li>a,
.plan-azul .cta-planes-borde,
.plan-azul .cta-planes-borde:hover,
.plan-azul .cta-planes-borde:focus,
.plan-azul .cta-planes,
.plan-azul .cta-planes:hover,
.plan-azul .cta-planes:focus,
.plan-azul .planes-izq hr{
  border-color: #162133;
}
.plan-azul .planes-info>.nav-tabs>li.active>a{
  color: white;
}
.plan-azul .cta-planes-borde:after{
  background-position: -151px -53px;
}
/* Verde */
.plan-verde h1,
.plan-verde .planes-izq h5,
.plan-verde .planes-modelo,
.plan-verde .planes-info>.nav-tabs>li>a,
.plan-verde .cta-planes-borde,
.plan-verde .cta-planes-borde:hover,
.plan-verde .cta-planes-borde:focus
{
  color: #C9DD03;
}
.plan-verde .planes-info>.nav-tabs>li.active>a,
.plan-verde .cta-planes,
.plan-verde .cta-planes:hover,
.plan-verde .cta-planes:focus,
.plan-verde .formu-fondo-color{
  background-color: #C9DD03;
}
.plan-verde .planes-info>.nav-tabs>li>a,
.plan-verde .cta-planes-borde,
.plan-verde .cta-planes-borde:hover,
.plan-verde .cta-planes-borde:focus,
.plan-verde .cta-planes,
.plan-verde .cta-planes:hover,
.plan-verde .cta-planes:focus,
.plan-verde .planes-izq hr{
  border-color: #C9DD03;
}
.plan-verde .planes-info>.nav-tabs>li.active>a{
  color: white;
}
.plan-verde .cta-planes-borde:after{
  background-position: -151px -115px;
}
/* Rojo */
.plan-rojo h1,
.plan-rojo .planes-izq h5,
.plan-rojo .planes-modelo,
.plan-rojo .planes-info>.nav-tabs>li>a,
.plan-rojo .cta-planes-borde,
.plan-rojo .cta-planes-borde:hover,
.plan-rojo .cta-planes-borde:focus
{
  color: #CC0024;
}
.plan-rojo .planes-info>.nav-tabs>li.active>a,
.plan-rojo .cta-planes,
.plan-rojo .cta-planes:hover,
.plan-rojo .cta-planes:focus,
.plan-rojo .formu-fondo-color{
  background-color: #CC0024;
}
.plan-rojo .planes-info>.nav-tabs>li>a,
.plan-rojo .cta-planes-borde,
.plan-rojo .cta-planes-borde:hover,
.plan-rojo .cta-planes-borde:focus,
.plan-rojo .cta-planes,
.plan-rojo .cta-planes:hover,
.plan-rojo .cta-planes:focus,
.plan-rojo .planes-izq hr{
  border-color: #CC0024;
}
.plan-rojo .planes-info>.nav-tabs>li.active>a{
  color: white;
}
.plan-rojo .cta-planes-borde:after{
  background-position: -151px -148px;
}
/* Rosa */
.plan-rosa h1,
.plan-rosa .planes-izq h5,
.plan-rosa .planes-modelo,
.plan-rosa .planes-info>.nav-tabs>li>a,
.plan-rosa .cta-planes-borde,
.plan-rosa .cta-planes-borde:hover,
.plan-rosa .cta-planes-borde:focus
{
  color: #D71F85;
}
.plan-rosa .planes-info>.nav-tabs>li.active>a,
.plan-rosa .cta-planes,
.plan-rosa .cta-planes:hover,
.plan-rosa .cta-planes:focus,
.plan-rosa .formu-fondo-color{
  background-color: #D71F85;
}
.plan-rosa .planes-info>.nav-tabs>li>a,
.plan-rosa .cta-planes-borde,
.plan-rosa .cta-planes-borde:hover,
.plan-rosa .cta-planes-borde:focus,
.plan-rosa .cta-planes,
.plan-rosa .cta-planes:hover,
.plan-rosa .cta-planes:focus,
.plan-rosa .planes-izq hr{
  border-color: #D71F85;
}
.plan-rosa .planes-info>.nav-tabs>li.active>a{
  color: white;
}
.plan-rosa .cta-planes-borde:after{
  background-position: -151px -132px;
}
/* Gris */
.plan-gris h1,
.plan-gris .planes-izq h5,
.plan-gris .planes-modelo,
.plan-gris .planes-info>.nav-tabs>li>a,
.plan-gris .cta-planes-borde,
.plan-gris .cta-planes-borde:hover,
.plan-gris .cta-planes-borde:focus
{
  color: #AEA79F;
}
.plan-gris .planes-info>.nav-tabs>li.active>a,
.plan-gris .cta-planes,
.plan-gris .cta-planes:hover,
.plan-gris .cta-planes:focus,
.plan-gris .formu-fondo-color{
  background-color: #AEA79F;
}
.plan-gris .planes-info>.nav-tabs>li>a,
.plan-gris .cta-planes-borde,
.plan-gris .cta-planes-borde:hover,
.plan-gris .cta-planes-borde:focus,
.plan-gris .cta-planes,
.plan-gris .cta-planes:hover,
.plan-gris .cta-planes:focus,
.plan-gris .planes-izq hr{
  border-color: #AEA79F;
}
.plan-gris .planes-info>.nav-tabs>li.active>a{
  color: white;
}
.plan-gris .cta-planes-borde:after{
  background-position: -151px -53px;
}

/*  2. FIXES BOOTSTRAP
=============================*/
.carousel-control.left,
.carousel-control.right{
  background: none;
}
.popover{
  max-width:none !important;
}
.panel-group .panel{
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-default>.panel-heading{
  padding: 0;
  border-radius: 0;
}
.panel-title>a{
  color: #162133;
  display: block;
  padding: 20px 60px 20px 20px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.panel-title>a:hover,
.panel-title>a:focus{
  color: #162133;
  text-decoration: none;
}
.panel-title>a[aria-expanded="true"]{
  background-color: #162133;
  color: white;
}
.panel-title>a[aria-expanded="false"]:after {
  background-position: -151px -70px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  width: 21px;
  height: 21px;
  content: "";
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
.panel-title>a[aria-expanded="true"]:after {
  background-position: -151px -85px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  width: 21px;
  height: 19px;
  content: "";
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
  border: none;
  padding: 30px;
}
  @media only screen and (max-width:991px){
    .navbar-micuenta-container .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-micuenta-container .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-micuenta-container .navbar-header .collapse,
    .navbar-micuenta-container .navbar-toggle {
        display:block !important;
    }
  }
input,
select,
textarea{
  outline: none !important;
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
  line-height: 100% !important;
}
input[type="file"]{
  background-color: #eaeaea;
  padding: 30px;
  width: 100%;
  outline: none;
}
input[type="file"]:focus{
  outline: 3px solid #162133;
}
select:invalid,
input[type="date"]:invalid {
  color: #a9a9a9 !important;
}
input[type="checkbox"].checkbox-peugeot:focus{
  outline: none;
}
input[type=checkbox], input[type=radio] {
  margin: 1px 0 0;
}
.form-control {
  height: auto !important;
  border-radius: 0 !important;
  font-size: 14px;
  color: #333;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #cc0024 !important;
}
.has-error .form-control {
  border-color: #cc0024 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control-feedback {
    color: #cc0024;
}
.has-error .form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #cc0024;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #cc0024;
}
.help-block {
    margin: 0;
}
.form-control:focus {
    border-color: rgb(51, 51, 51);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(33, 33, 33, 0.08), 0 0 8px rgba(33, 33, 33, 0.6);
    box-shadow: inset 0 1px 1px rgba(33, 33, 33, 0.08), 0 0 8px rgba(33, 33, 33, 0.6);
}
.form-inline .form-control {
    width: 100%;
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #a1b441;
}
.has-feedback label~.form-control-feedback {
    top: 34px;
}
.form-inline .has-feedback .form-control-feedback {
    top: 28px;
    right: 15px;
}
.form-control-feedback {
    top: 8px;
}
*.active.focus, *.active:focus, *.focus, *:active.focus, *:active:focus, *:focus {
    outline: none !important;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 10px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 10px;
}
/*  3. EFECTOS
==============================*/
.ripplelink,
.ripplelink-azul,
.ripplelink-rojo,
.ripplelink-gris
{
  position:relative;
  overflow:hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ripplelink:hover,
.ripplelink-azul:hover,
.ripplelink-rojo:hover,
.ripplelink-gris:hover
{
  z-index:1000;
}
.ink {
  display: block;
  position: absolute;
  background:rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform:scale(0);
     -moz-transform:scale(0);
       -o-transform:scale(0);
          transform:scale(0);
}
.ink2 {
  display: block;
  position: absolute;
  background:rgba(250, 0, 44, 0.3);
  border-radius: 100%;
  -webkit-transform:scale(0);
     -moz-transform:scale(0);
       -o-transform:scale(0);
          transform:scale(0);
}
.ink3 {
  display: block;
  position: absolute;
  background:rgba(0, 126, 219, 0.3);
  border-radius: 100%;
  -webkit-transform:scale(0);
     -moz-transform:scale(0);
       -o-transform:scale(0);
          transform:scale(0);
}
.ink4 {
  display: block;
  position: absolute;
  background:rgba(112, 109, 116, 0.3);
  border-radius: 100%;
  -webkit-transform:scale(0);
     -moz-transform:scale(0);
       -o-transform:scale(0);
          transform:scale(0);
}
.animate {
  -webkit-animation:ripple 0.65s linear;
   -moz-animation:ripple 0.65s linear;
    -ms-animation:ripple 0.65s linear;
     -o-animation:ripple 0.65s linear;
        animation:ripple 0.65s linear;
}
@-webkit-keyframes ripple {
    100% {opacity: 0; -webkit-transform: scale(2.5);}
}
@-moz-keyframes ripple {
    100% {opacity: 0; -moz-transform: scale(2.5);}
}
@-o-keyframes ripple {
    100% {opacity: 0; -o-transform: scale(2.5);}
}
@keyframes ripple {
    100% {opacity: 0; transform: scale(2.5);}
}
/*  4. PRELOADER
==============================*/
/***********************************************************
*** CUSTOMIZE THE LOADING SCREEN BACKGROUND + ICON COLORS
************************************************************/
/* loading screen background color */
#bonfire-pageloader {
  background-color:#FFF;
}
/* loading icon color */
#bonfire-pageloader svg {
  fill:#F4F4F4;
}


/***********************************************************
*** THE NITTY-GRITTY
************************************************************/
/* the pageloader */
#bonfire-pageloader {
  position:absolute;
  z-index:1000;
  width:100%;
  height:1000%;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin-top:-50px;
}
.bonfire-pageloader-fade {
  opacity:0 !important;
  
  -webkit-transition: all .75s ease;
  -moz-transition: all .75s ease;
  -o-transition: all .75s ease;
  -ms-transition: all .75s ease;
  transition: all .75s ease;
}
.bonfire-pageloader-hide {
  display:none;
}

/* the loading icon */
.bonfire-pageloader-icon {
  width:100px;
  height:100px;
  position:absolute;
  margin:100px 0 0 0;
  opacity:1;
  top:0;
}
.bonfire-pageloader-icon-hide {
  opacity:0 !important;
  
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
#bonfire-pageloader svg {
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
  width:90px;
  height:90px;
  margin-left: -45px;
  margin-top: -45px;
}
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/* lets give the page body that subtle slide-in animation */
html {
  height:100%;
  
  -webkit-backface-visibility: hidden;
  
  -webkit-transform-origin:top;
  -moz-transform-origin:top;
  -ms-transform-origin:top;
  -o-transform-origin:top;
  transform-origin:top;
  
  -webkit-transition: all .75s ease;
  -moz-transition: all .75s ease;
  -o-transition: all .75s ease;
  -ms-transition: all .75s ease;
  transition: all .75s ease;
}
.bonfire-html-onload {  
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);

  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease;
}
.md-datepicker-input-container {
  border-bottom: 2px solid #d4d4d4 !important;
}
.md-datepicker-triangle-button {
  margin-bottom: 25px;
    margin-right: 10px;
}

.group-order-filter {
  color: #eee;
    background: transparent;
    border: 1px solid #eee;
    height: 40px;
    padding-left:5px;
    font-weight: 200;
    font-size: 18px;
}

.group-order-filter::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  padding-left:5px;
    color:    #eee;
}
.group-order-filter:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   padding-left:5px;
   color:    #eee;
   opacity:  1;
}
.group-order-filter::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #eee;
   opacity:  1;
}
.group-order-filter:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #eee;
}
.group-order-filter::-ms-input-placeholder { /* Microsoft Edge */
   color:    #eee;
}
.group-order-filter::placeholder { /* Most modern browsers support this now. */
   color:    #eee;
}

@media (max-width: 520px) {
	.next-button:after {
		display:none;
	}
}

/*  5. LANDING
==============================*/
.contenedor__landing-welcome{
  background-image: url("../imagesSuscriptionLanding/peugeot/fondo.jpg");
  background-position: center;
  background-size: cover;
  padding: 2em 1em;
  color: white;
  position: relative;
}
.contenedor__bt-landing-welcome{
  position: relative;
}
.contenedor__landing-welcome hr{
  position: absolute;
  width: 50%;
  top: 7px;
  left: 25%;
  z-index: 0;
}
.pie-landing-welcome{
  color: white;
  background-color: #162133;
  padding: 1em 0;
}
.pie-landing-welcome a{
  background-color: white;
  padding: 0.4em 0.8em;
  color: #162133;
}
.pie-landing-welcome span{
  color: white;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .contenedor__landing-welcome img{
    width: 100%;
  }
  .contenedor__landing-welcome hr{
    width: 98%;
    left: 1%;
  }
  .contenedor__landing-welcome h1{
    font-size: 33px;
  }
  .contenedor__landing-welcome h4{
    font-size: 20px;
  }
}
.panel-title {
    font-size: 12px;
}
button, input, select, textarea {
  font-size: 14px;
}
.dropdown-menu {
  font-size: 12px;
}
.planFillYourData {
  font-size: 18px;
}
.carModelButtonNameTopButtons {
  font-size: 17px;
}