

/*  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%;
}
body {
  font-family: 'Peugeot-Regular';
  line-height: 24px;
  color: #2d2d2d;
  overflow-x: hidden;
  margin:0;
  padding: 0;
  font-size: 12px;
  min-height: 100%;
}
a {
  color: #337ab7;
}
a:hover {
  color: #c7081b;
}
a:focus{
  outline: none;
}
p, h2, h3, h4, h5, h6 {
  font-family: 'Peugeot-Regular';
  font-weight: 100;
}
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 a:hover,
.botonera-pie button:hover{
  color: #00A3E0;
  text-decoration: none;
  transition: 0.3s linear;
}
.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 h5{
  text-transform: uppercase;
  font-family: Peugeot-Regular;
}
.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;
  margin-left: 25px;
}
  @media screen and (max-width: 650px) {
    .banner-der {
      display: block;
      width: 100%;
      margin-left: 0px;
      margin-top: 20px;
    }
  }
.banner-der h1{
  font-family: Peugeot-Regular;
  font-weight: 100;
  margin-bottom: 0;
}
.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,
.planes h5{
  text-transform: uppercase;
  font-family: Peugeot-Regular;
  margin-bottom: 0;
  color: #162133;
}
.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;
}
.planes-info>.nav-tabs>li>a{
  border: none;
  border-radius: 0;
  border-top: 4px solid #162133;
  text-align: left;
  padding: 10px 0 10px 15px;
  font-family: Peugeot-Regular;
  margin: 0 10px 0 0;
  color: #162133;
  background: 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{
  padding: 30px;
  background-color: #00A3E0;
  color: white;
  text-align: left;
}
.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 label{
  font-family: Peugeot-Regular;
  font-weight: 100;
  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;
}
/* Comparador */
.comparador{
  background: #efefef;
  padding: 0 15px 15px 15px;
  margin: 30px 0 0 0;
}
.comparador-titulo{
  padding: 0 15px;
}
.comparador h1{
  text-align: center;
  color: #162133;
  margin-bottom: 0;
  font-family: Peugeot-Regular;
}
.comparador h5{
  text-align: center;
  padding: 10px 15px 30px 15px;
  margin-top: 0;
  color: #162133;
  text-transform: uppercase;
}
.comparador-vehiculo{
  padding: 30px;
  background: white;
}
@media screen and (max-width: 767px) {
  .comparador-vehiculo{
    padding: 15px;
    background: white;
  }
}
@media screen and (max-width: 520px) {
  .comparador-vehiculo{
    padding: 30px;
    background: white;
  }
}
.comparador-imagen{
  text-align: center;
  background: #efefef;
}
.comparador-imagen img{
  height: 152px;
}
.comparador select,
.comparador select:focus{
  background: #efefef;
  margin-top: 0;
  width: 100%;
  padding: 10px;
  border: none;
  cursor: pointer;
  outline: none;
  margin: 15px 0 0 0;
}
.comparador-boton{
  padding-bottom: 15px;
  text-align: center;
  margin-top: 40px;
}
.comparador-boton hr{
  border-top: 1px solid rgba(110, 110, 110, 0.3);
  margin: 30px 0;
}
.comparador-tabla-resultados{
  color: #162133;
  width: 100%;
  margin-bottom: 30px;
}
.comparador-tabla-resultados th{
  font-weight: 100;
  font-family: Peugeot-Regular;
  padding-right: 15px;
  text-transform: uppercase;
}
.comparador-tabla-resultados td{
  padding-right: 15px;
}
/* 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>h1{
  font-family: Peugeot-Regular;
}
.lugares>h5{
  border-bottom: 3px solid #FF7900;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
/* Defensa al Consumidor, Privacidad y Proteccion */
.defensa,
.privacidad,
.proteccion{
  color: #162133;
  margin-top: 30px;
}
.defensa h1,
.lugares h1,
.privacidad h1,
.proteccion h1{
  color: #A6A6A6;
  font-family: Peugeot-Regular;
}
.defensa h5,
.privacidad h5,
.proteccion h5{
  border-bottom: 3px solid #D4D3D5;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.defensa p,
.defensa p{
  margin-bottom: 30px;
}
.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;
}
.gracias h1{
  color: #00A3E0;
  margin: 30px 0;
  padding: 30px;
  border-bottom: 1px dotted #d4d4d4;
}
.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;
  margin: 10px;
  background-color: white;
}
option[hidden]{
  color: #a9a9a9;
}
.forms-micuenta h1,
.forms-micuenta h2{
  text-transform: uppercase;
  font-family: Peugeot-Regular;
  margin-bottom: 0;
  color: #00A3E0;
}
.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: #00A3E0;
  min-width: 70%;
  box-shadow: none;
}
  @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%;
    }
  }
.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 #00A3E0;
}
@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;
}
.ctaSuscription{
  display: inline-block;
  padding: 15px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border:none;
  outline: none;
  text-transform: uppercase;
  text-decoration: none;
  font-family: Peugeot-Regular;
  transform: rotateZ(360deg);
  transition: all .2s ease;
  border-radius: 0;
  font-size: 12px;
}
.ctaSuscription::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;
}
.ctaSuscription:hover::before{
  width: 100%;
  transition: width .4s ease-out;
}
@media screen and (max-width: 450px) {
	.ctaSuscription{
	  font-size: 9px;
	}
}
.cta{
  display: inline-block;
  padding: 15px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border:none;
  outline: none;
  text-transform: uppercase;
  text-decoration: none;
  font-family: Peugeot-Regular;
  transform: rotateZ(360deg);
  transition: all .2s ease;
  border-radius: 0;
  font-size: 12px;
}
.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;
    }
  }
.cta-salir{
  font-family: Peugeot-Regular;
  background-color: white;
  color: #162133;
  text-transform: none;
}
  @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-salir span{
  color: #00A3E0;
  font-weight: 100;
}
.cta-azul{
  background-color: #162133;
  color: white;
}
.cta-azul-mi-cuenta{
	background-color: #00A3E0;
	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;
}
.cta-blanco{
  background-color: white;
  color: #00A3E0 !important;
}
  @media screen and (max-width: 767px) {
    .cta-blanco{
      width: 100%;
      text-align: left;
    }
  }
.cta-blanco:hover, .cta-blanco:focus, .cta-blanco:visited, .cta-blanco:active{
  text-decoration: none;
  color: #00A3E0;
}
.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;
}
.cta-borde-azul{
  border: 1px solid #00A3E0;
  background-color: white;
  color: #00A3E0 !important;
}
  @media screen and (max-width: 767px) {
    .cta-borde-azul{
      width: 100%;
      text-align: left;
    }
  }
.cta-borde-azul:hover, .cta-borde-azul:focus, .cta-borde-azul:visited, .cta-borde-azul:active{
  text-decoration: none;
  color: #00A3E0;
}
.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;
}
.cta-banner-principal{
  background-color: #00A3E0;
  color: #FFF !important;
  margin-top: 15px;
}
  @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{
  border: 1px solid #00A3E0;
  background-color: white;
  padding: 7px;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  color: #00A3E0 !important;
  text-align: center;
  width: 130px;
}
.cta-vermas:hover, .cta-vermas:focus, .cta-vermas:visited, .cta-vermas:active{
  text-decoration: none;
  color: #00A3E0 !important;
}
.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;
}
.linea-cta-vermas{
  position: absolute;
  border: none;
  border-bottom: 1px solid #00A3E0;
  width: 100%;
  top: 50%;
  margin: 0;
  z-index: -10;
}
/* 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-micuenta .icon-bar{
  background-color: #162133;
}
.navbar-micuenta>.navbar-nav{
  width: 100%;
  display: table;
  background: #e5e5e5;
}
.navbar-micuenta>.navbar-nav>li{
  text-transform: uppercase;
  float: none;
  display: table-cell;
}
.navbar-micuenta>.navbar-nav>li>a{
  color: #162133;
  text-align: left;
  padding: 15px 15px;
  font-family: Peugeot-Regular;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navbar-micuenta>.navbar-nav>li:first-child>a{
  margin-left: 0;
}
.navbar-micuenta-ultimo{
  margin-right: 0 !important;
}
.navbar-micuenta>.navbar-nav>li>a:hover,
.navbar-micuenta>.navbar-nav>li>a:focus{
  z-index:1000;
  background-color: #e5e5e5;
  box-shadow:rgba(0, 0, 0, 0.3) 0 16px 16px 0;
  -webkit-box-shadow:rgba(0, 0, 0, 0.3) 0 16px 16px 0;
  -moz-box-shadow:rgba(0, 0, 0, 0.3) 0 16px 16px 0;
  outline: none;
}
.navbar-micuenta-selected{
  background-color: #162133 !important;
  color: white !important;
}
.navbar-micuenta-ctas-ocultos{
  display: none !important;
}
  @media screen and (max-width: 991px) {
    .navbar-micuenta.navbar-header{
      float: none;
    }
    .navbar-micuenta>.navbar-nav{
      border-bottom: 3px solid #162133;
    }
    .navbar-micuenta>.navbar-nav{
      margin: 0;
      display: block;
    }
    .navbar-micuenta>.navbar-nav>li{
      width: auto;
      border-top: none;
      margin-right: 0;
      display: block;
    }
    .navbar-micuenta>.navbar-nav>li>a{
      font-family: Peugeot-Regular;
      text-align: center;
      padding: 10px 15px;
      border-bottom: 1px solid #eaeaea;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      border-top: 0;
      margin-left: 0;
      background: none;
    }
    .navbar-micuenta>.navbar-nav>li>a>br{
      display:  none;
    }
    .navbar-micuenta>.navbar-nav>li>a:hover{
      background-color: #e2e2e3;
      box-shadow: none;
      -webkit-box-shadow :none;
      -moz-box-shadow: none;
    }
    .navbar-micuenta-selected{
      background-color: rgba(112,109,116,0) !important;
      color: #162133 !important;
      font-family: Peugeot-Regular !important;
    }
    .navbar-micuenta-ctas-ocultos{
      display: block !important;
    }
  }
/* Navbar Público */
.navbar-publica{
  text-transform: uppercase;
  margin-left: 130px !important;
}
@media (max-width: 520px) {
  .navbar-publica{
      margin-left: 0px !important;
  }
}
.navbar-publica a{
  color: #162133;
}
  @media screen and (max-width: 1024px) {
    .navbar-publica a{
      font-size: 12px;
    }
  }
.navbar-publica a:hover{
  background-color: white;
}
.navbar-header.navbar-publica{
  position: absolute;
  right: 10px;
  top: 17px;
}
.navbar-publica .icon-bar{
  background-color: #162133;
}
.navbar-publica>.navbar-nav>li>a{
  position: relative;
  color: #162133;
  text-align: left;
  padding: 11px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-right: 2px;
}
.navbar-publica>.navbar-nav>li>a>div{
	height: 50px;
	vertical-align: middle;
	display: table-cell;
}
.navbar-publica>.navbar-nav>li:last-child>a{
  color: #00A3E0;
}
.navbar-publica-ultimo{
  margin-right: 0 !important;
}
.navbar-publica>.navbar-nav>li>a:hover,
.navbar-publica>.navbar-nav>li>a:focus{
  z-index:1000;
  background-color: white;
  outline: none;
}
.navbar-publica>.navbar-nav>li>a:hover,
.navbar-publica>.navbar-nav>li>a:focus{
  z-index:1000;
  background-color: white;
  outline: none;
}
.navbar-publica-selected>a::before{
  width: 100% !important;
  background-color: rgba(22,33,51,1) !important;
}
  @media screen and (max-width: 992px) {
    .navbar-publica-selected>a::before{
      width: 0 !important;
    }
  }
.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;
    }
    .navbar-publica a{
      font-size: 14px;
    }
    .navbar-publica ul{
      margin-top: 0;
      margin-left: 0;
    }
    .navbar-publica>.navbar-nav{
      border-bottom: 0;
    }
    .navbar-publica>.navbar-nav{
      margin: 0;
    }
    .navbar-publica>.navbar-nav>li{
      width: auto;
      border-top: none;
      margin-right: 0;
    }
    .navbar-publica>.navbar-nav>li>a{
      font-family: Peugeot-Regular;
      text-align: center;
      padding: 10px 15px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
    }
    .navbar-publica>.navbar-nav>li>a>br{
      display:  none;
    }
    .navbar-publica>.navbar-nav>li>a:hover,
    .navbar-publica>.navbar-nav>li>a:focus,
    .navbar-publica>.navbar-nav>li>a:active,
    .navbar-publica>.navbar-nav>li>a:visited
    {
      box-shadow: none;
    }
    .navbar-publica>.navbar-nav>li>a:hover{
      background-color: #e2e2e3;
      -webkit-box-shadow :none;
      -moz-box-shadow: none;
    }
    .navbar-publica-selected a{
      background-color: rgba(112,109,116,0) !important;
      color: #162133 !important;
      font-family: Peugeot-Regular !important;
    }
    .navbar-publica-ctas-ocultos{
      display: block !important;
    }
  }
/* Botonera Planes */
  @media screen and (max-width: 1199px){
    .botonera-planes{
      width: 940px;
    }
  }
  @media screen and (max-width: 992px){
    .botonera-planes {
      margin-left: -25px;
      width: 720px;
      z-index: 10000;
    }
  }
.botonera-planes>ul{
  padding: 0 15px;
}
.botonera-planes>ul>li{
  display: inline-block;
  text-align: center;
}
.botonera-planes>ul>li:hover{
  background-color: #efefef;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.botonera-planes>ul>li>a{
  padding: 0 10px;  
}
@media (max-width: 520px) {
	.botonera-planes>ul>li{
	  padding: 10px;
	}
	.botonera-planes>ul>li>a{
	  padding: 0px;  
	}
}
.botonera-planes>ul>li>a>img{
  max-height: 130px;  
}
.botonera-planes a:hover{
  text-decoration: none;
  background: none;
}
.botonera-planes h5{
  color: #00A3E0;
}
.botonera-planes-link:hover{
  color: #2E2C2F;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
  @media screen and (max-width: 767px){
    .botonera-planes {
      margin-top: 0 !important;
      margin-left: -25px;
      width: 720px;
      z-index: 10000;
    }
    .botonera-planes>ul{
      border-bottom: 1px solid #efefef;
      border-top: 1px solid #efefef;
    }
    .botonera-planes>ul>li>a>img{
      display: none;  
    }
    .botonera-planes h5{
      display: inline;
      margin: 0;
      font-size: 14px;
      color: #AEAAB5;
      font-weight: 100;
      font-family: Peugeot-Regular;
    }
    .botonera-planes-link{
      display: none;
    }
  }
/*  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>h1{
  font-family: Peugeot-Regular;
  margin: 0;
  line-height: 100%;
}
.micuenta-login-bienvenida>h5,
.micuenta-login-bienvenida>h2,
.micuenta-login-bienvenida>h1{
  font-weight: normal;
  margin: 0;
  line-height: 100%;
}
.micuenta-login-bienvenida>h1>div>span{
  color: #1d8cdf;
}
.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;
}
.micuenta-login-bienvenida>p>a{
  color: white;
  font-family: Peugeot-Regular;
}
  @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{
  text-transform: uppercase;
  font-family: Peugeot-Regular;
  margin: 0;
}
.micuenta-login-form>div>h5>span{
  color: #1d8cdf;
}
.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{
  color: #00A3E0;
  text-transform: uppercase;
}
.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 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: #00A3E0;
}
.forms-micuenta select:focus{
  border-bottom: 2px solid #00A3E0;
  box-shadow: none;
}
.forms-micuenta .form-group{
  margin-bottom: 25px
}
.tusdatos-form-actualizar button{
  margin-top: 30px;
}
/* Tus Cuotas */
.cuota-del-mes{
  padding: 30px;
  border: 1px solid #00A3E0;
  margin: 0 -30px;
}
.cuota-del-mes p{
  margin-bottom: 15px;
}
.cuota-del-mes-resumen{
  text-transform: uppercase;
  color: #00A3E0;
  font-size: 22px;
  font-family: Peugeot-Regular;
}
.cuota-del-mes-resumen span{
  font-family: Peugeot-Regular;
}
.cuota-del-mes-ctas,
.cuota-del-mes-ctas li{
  padding:0 !important;
}
.cuotas-otros-items{
  border-top: 3px solid #00A3E0;
  margin: 30px -30px 0 -30px;
  padding: 30px;
}
.cuotas-otros-items a{
  cursor: pointer;
}
.cuotas-otros-items button,
.cuotas-otros-items button:focus{
  border: none;
  background-color: white;
  color: #00A3E0;
  font-family: Peugeot-Regular;
  text-transform: uppercase;
  padding: 0;
  outline: none;
}
.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-otros-items a{
  font-family: Peugeot-Regular;
  color: #00A3E0;
}
.cuotas-historial{
  padding-top: 30px;
}
.cuotas-historial-titulo{
  padding: 30px;
  background-color: #f1f1f1;
  margin: 0 -30px;
}
.cuotas-historial-titulo h5{
  float: left;
}
.cuotas-historial-titulo .cta-borde-gris{
  background-color: #f1f1f1 !important;
  margin-bottom: -10px;
}
  @media screen and (max-width: 1199px) {
    .cuotas-historial-titulo .cta-borde-gris{
      margin-bottom: 0;
    }
  }
.cuotas-historial-titulo .col-xs-12.col-sm-7{
  text-align: right;
}
.cuotas-historial-listado{
  margin: 30px 0;
}
  @media screen and (max-width: 767px) {
    .cuotas-historial-listado{
      margin: 0 -30px;
      padding: 30px 0;
    }
  }
  @media screen and (max-width: 400px) {
    .cuotas-historial-listado{
      font-size: 11px;
    }
  }
.cuotas-historial-tabla{
  width: 100%;
}
.cuotas-historial-tabla th{
  text-transform: uppercase;
  padding: 0 10px 10px 10px;
  text-align: center;
  border-bottom: 3px solid #f1f1f1;
}
.cuotas-historial-tabla th:nth-child(1){
  width: 10%;
}
.cuotas-historial-tabla th:nth-child(2){
  width: 20%;
}
.cuotas-historial-tabla th:nth-child(3){
  width: 30%;
}
.cuotas-historial-tabla th:nth-child(4){
  width: 20%;
}
.cuotas-historial-tabla tr>td:nth-child(5){
  width: 20%;
}
.cuotas-historial-tabla tr>td:nth-child(1){
  width: 10%;
}
.cuotas-historial-tabla tr>td:nth-child(2){
  width: 20%;
}
.cuotas-historial-tabla tr>td:nth-child(3){
  width: 30%;
}
.cuotas-historial-tabla tr>td:nth-child(4){
  width: 20%;
}
.cuotas-historial-tabla tr>td:nth-child(5){
  width: 20%;
}
.cuotas-historial-tabla td{
  text-align: center;
  padding: 7px;
  border-bottom: 1px dotted #f1f1f1;
}
.cuotas-historial-tabla span{
  font-family: Peugeot-Regular;
}
.cuotas-historial-tabla a{
  color: #00A3E0;
  font-family: Peugeot-Regular;
}
.cuotas-historial-fila-azul{
  color: #00A3E0;
}
  @media screen and (max-width: 991px) {
    .cuotas-historia-hide{
      display: none;
    }
  }
.cuotas-reactivacion{
  padding: 30px;
  border: 1px solid #00A3E0;
  margin: 0 -30px 30px -30px;
  color: #00A3E0;
}
.cuotas-reactivacion-opciones button{
  margin: 30px 0;
}
/* Sorteo y Licitación */
.sorteo-resultados{
  padding: 30px;
  margin: 0 -30px 30px -30px;
  background-color: #00A3E0;
  color: white;
}
.sorteo-resultados-mensaje{
  border: 1px solid white;
  padding: 15px;
  text-transform: uppercase;
  margin: 30px 0;
}
.sorteo-resultados-mensaje span{
  font-family: Peugeot-Regular;
}
.sorteo-resultados-tabla th,
.sorteo-ofertas-ganadoras-tabla th{
  text-transform: uppercase;
  padding-right: 30px;
  font-weight: 100;
  font-family: Peugeot-Regular;
}
.sorteo-resultados-aviso{
  margin: 30px 0 15px 0;
  padding: 15px;
  border-top: 1px solid #57a1d8;
  border-bottom: 1px solid #57a1d8;
}
.sorteo-ofertas-ganadoras-tabla{
  margin-bottom: 30px;
}
.sorteo-proximo-acto{
  border: 1px solid #00A3E0;
  margin: 0 -30px;
  padding: 30px;
}
.sorteo-proximo-acto h5{
  color: #00A3E0;
  margin-bottom: 30px;
}
.sorteo-proximo-acto-datos span{
  text-transform: uppercase;
  color: #00A3E0;
  font-family: Peugeot-Regular;
}
.acto-adjudicacion span {
	font-size: 14px;
	text-transform: uppercase;
    color: #00A3E0;
}
.acto-adjudicacion div {
	font-size: 14px;
}
.acto-adjudicacion li {
	margin-bottom: 5px;
}
/* Carpeta de Crédito */
.carpeta-de-credito-mensaje{
  padding: 30px;
  margin: 0 -30px 30px -30px;
  border: 1px solid #00A3E0;
  color: #00A3E0;
}
.carpeta-credito-concesionario p{
  text-transform: uppercase;
  margin-bottom: 30px;
}
.carpeta-credito-concesionario-datos li{
  padding: 0;
}
.carpeta-credito-concesionario-datos span{
  text-transform: uppercase;
  font-family: Peugeot-Regular;
}
/* Pedido de Vehículo */
.pedido-vehiculo ul,
.pedido-vehiculo li{
  padding: 0;
}
.pedido-vehiculo-mensaje{
  padding: 30px;
  margin: 0 -30px 30px -30px;
  border: 1px solid #00A3E0;
  color: #00A3E0;
}
.pedido-vehiculo-vehiculo{
  color: #00A3E0;
  text-transform: uppercase;
}
.pedido-vehiculo-vehiculo span{
  font-family: Peugeot-Regular;
}
.pedido-vehiculo-concesionario{
  display: block;
  text-transform: uppercase;
  padding: 30px !important;
  margin: 30px -30px !important;
  border-top: 1px solid #d4d3d5;
  border-bottom: 1px solid #d4d3d5;
}
.pedido-vehiculo-concesionario span{
  font-family: Peugeot-Regular;
}
.pedido-vehiculo-pendiente{
  font-family: Peugeot-Regular;
  text-transform: uppercase;
}
.pedido-vehiculo-pendiente-aviso{
  margin-top: 30px;
}
.pedido-vehiculo-pendiente-conceptos{
  margin-bottom: 30px !important;
}
.pedido-vehiculo-pendiente-pagos{
  margin: 30px 0 0 0;
}
/* Adhesión Debito Automático */
.adhesion-debito-opciones{
  padding: 30px;
  margin: 30px -30px;
  background-color: #00A3E0;
  color: white;
}
.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;
    }
  }
.lugares-pago-data a{
  font-family: Peugeot-Regular;
  color: #00A3E0;
}
/*  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
=============================*/
.navbar-brand{
  text-transform: uppercase;
  color: #162133;
  font-family: Peugeot-Regular;
  display: none;
}
  @media screen and (max-width: 991px) {
    .navbar-micuenta-container .navbar-brand{
      display: block;
    }
  }
.navbar-collapse{
  padding: 0;
}
.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: #000;
  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-focused {
  border-bottom-color: #00A3E0 !important;
}
.md-datepicker-input {
  height: auto !important;
  border-radius: 0 !important;
  font-size: 14px;
  color: #00A3E0;
}
.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;
}

.model-characteristic-button {
  background-color: rgb(0, 126, 219); 
  color: white; 
  margin: auto; 
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 10px;
}

.suscription-model-box-name {
  color: #00A3E0; 
  text-align: center;
  font-size: 12px;
}

.previous-arrow {
  color: #1d8cdf; 
  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 #1d8cdf; 
  color: #1d8cdf; 
  font-weight: bold;
}

.suscription-step-number-completed {
  border: 2px solid #1d8cdf; 
  background-color: #1d8cdf; 
  padding-left: 5px; 
  font-size: 11px;
}

.suscription-progress-line-completed-long {
  width: 13px; 
  height: 60px; 
  border-right: 2px solid #1d8cdf;
}

.suscription-substeps-circle {
  border: 2px solid #1d8cdf; 
  background-color: #1d8cdf; 
  margin-left: 7px;
  width: 10px; 
  height: 10px;
  font-size: 1px; 
  line-height: 15px;
}

.suscription-select-color {
  border-bottom: 1px solid #d4d4d4; 
  color: rgb(0, 126, 219); 
  margin-top: 10px; 
  margin-bottom: 0px;
}

.next-button {
    height: 40px;
    line-height: 10px;
    margin-bottom: 15px;
    margin-top: 0px !important;
    margin-right: 20px;
    background-color: #00A3E0;
    color: #FFF !important;
}

.next-button-disabled {
    height: 40px;
    line-height: 10px;
    margin-bottom: 15px;
    margin-top: 0px !important;
    margin-right: 20px;
    background-color: #c0c0c0;
    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: 21px;
    content: "";
    vertical-align: top;
    float: right;
    margin-left: 20px;
}

.next-button-disabled:after {
    background-image: url(../images/sprites-peugeot.png);
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    width: 13px;
    height: 14px;
    content: "";
    vertical-align: top;
    float: right;
    margin-left: 20px;
}

@media (max-width: 520px) {
	.next-button:after {
		display:none;
	}
	.next-button-disabled:after {
		display:none;
	}
}

.previous-button {
  display:inline;
  height: 40px;
    line-height: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    
    border: 1px solid #00A3E0;
    background-color: white;
    color: #00A3E0 !important;
}

/* Botonera Desplegable Menu */
.botonera-desplegable-menu {
  margin-top: 15px !important;
  margin-left: -20px;
  padding: 0;
  width: 300px;
  border-radius: 0;
}
  @media screen and (max-width: 1199px){
    .botonera-desplegable-menu{
      width: 300px;
    }
  }
  @media screen and (max-width: 992px){
    .botonera-desplegable-menu {
      margin-left: -25px;
      width: 300px;
      z-index: 10000;
    }
  }
.botonera-desplegable-menu>ul{
  padding: 0 15px;
}
.botonera-desplegable-menu>ul>li{
  display: inline-block;
  text-align: center;
  padding: 10px; 
}
.botonera-desplegable-menu>ul>li:hover{
  background-color: #efefef;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.botonera-desplegable-menu>ul>li>a{
  padding: 0 10px;  
}
.botonera-desplegable-menu>ul>li>a>img{
  max-height: 130px;  
}
.botonera-desplegable-menu a:hover{
  text-decoration: none;
  background: none;
}
.botonera-desplegable-menu h5{
  color: #00A3E0;
}
.botonera-desplegable-menu-link:hover{
  color: #2E2C2F;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px){
  .botonera-desplegable-menu {
    margin-top: 0 !important;
    margin-left: -25px;
    width: 300px;
    z-index: 10000;
  }
  .botonera-desplegable-menu>ul{
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
  }
  .botonera-desplegable-menu>ul>li>a>img{
    display: none;  
  }
  .botonera-desplegable-menu h5{
    display: inline;
    margin: 0;
    font-size: 14px;
    color: #AEAAB5;
    font-weight: 100;
    font-family: Peugeot-Regular;
  }
  .botonera-desplegable-menu-link{
    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__landing-welcome h1{
  font-family: Peugeot-BoldItalic;
  text-transform: uppercase;
}
.contenedor__landing-welcome h4{
  font-family: Peugeot-Bold;
  text-transform: uppercase;
}
.contenedor__landing-welcome a{
  background-color: white;
  color: #162133 !important;
  font-family: Peugeot-Bold;
  z-index: 10;
  margin-bottom: 1em;
}
.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;
}
.suscription-plan-button {
  padding: 20px; 
  background-color: #00A3E0; 
  color: white; 
  text-align: left; 
  font-size: 17px;
}
.suscription-step-text {
	font-size: 14px; 
	margin-left: 5px; 
	display: inline; 
	color: #444;
}
.suscription-substep-text {
	font-size: 14px;
	margin-left: 13px; 
	display: inline; 
	color: #444;
}
.epiron-colo-fondo{
    background: #162133;
    cursor: pointer;
}
.epiron-mensaje-info{
    margin-top: 9px;
    margin-bottom: 10px;
    font-size: 13px;
}
#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: Peugeot-Regular;
    font-size: 13px;
    background-color: black;
}
.epiron-botones-acciones{
    color: white;
    border: none;
    font-family: Peugeot-Regular;
    font-feature-settings: initial;
    line-height: initial;
}
#epiron-boton-id{
    background-color: black;
}
.adhesionTarjetaLeyenda {
	font-size: 10px; 
	margin-top: 15px;
}

.sandbox-badge__title {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1;
}
.sandbox-badge__text {
    color: #009ee3;
    font-size: 12px;
}
.offer-amount-text {
	font-size: 13px;
}
.resolucion p {
	font-size: 14px;
}
.haber-adherente-tabla{
  table-layout: fixed;
  width: 100%;
}
.haber-adherente-tabla th{
  text-transform: uppercase;
  padding: 0 10px 10px 0px;
  text-align: left;
  border-bottom: 3px solid #f1f1f1;
}
.haber-adherente-tabla th:nth-child(1){
  width: 10%;
}
.haber-adherente-tabla th:nth-child(2){
  width: 20%;
}
.haber-adherente-tabla th:nth-child(3){
  width: 30%;
}
.haber-adherente-tabla th:nth-child(4){
  width: 20%;
}
.haber-adherente-tabla tr>td:nth-child(5){
  width: 20%;
}
.haber-adherente-tabla tr>td:nth-child(1){
  width: 10%;
}
.haber-adherente-tabla tr>td:nth-child(2){
  width: 20%;
}
.haber-adherente-tabla tr>td:nth-child(3){
  width: 30%;
}
.haber-adherente-tabla tr>td:nth-child(4){
  width: 20%;
}
.haber-adherente-tabla tr>td:nth-child(5){
  width: 20%;
}
.haber-adherente-tabla td{
  text-align: left;
  padding: 7px 7px 7px 0px;
  border-bottom: 1px dotted #f1f1f1;
}