/****  FONTS  ****/
.font-weight-bold {
  font-weight: bold;
}

.pay-method-1 {
  padding-right: 30px;
}

.pay-method-1 > div {
  padding-bottom: 12px;
}

@media (max-width: 991px) {
  .pay-method-2 {
    margin-left: 15px;
  }
}

.bloques .col-sm-3 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.bloques .col-sm-9.info {
  width: 70%;
  padding: 0 25px;
}

#rsp .marginLayout {
  width: 5%;
  float: left;
  display: block;
  min-height: 10px;
}

.bloques .row {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.list-group-item:last-child {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

#rsp button {
  padding-top: 5px;
  padding-left: 20px;
  background: #353333;
  color: white;
  padding-right: 20px;
  padding-bottom: 5px;
}

button,
input,
select,
textarea {
  font-style: normal;
  padding-top: 3px;
  font-size: inherit;
  line-height: inherit;
  padding-bottom: 4px;
}

#rsp .doubtButton {
  width: 100%;
}

#rsp .col-md-12.menuDesk {
  padding: 0;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.fclear {
  clear: both;
}

.center {
  margin: 0 auto;
}

.active {
  display: block;
}

#main-menu-vertical ul {
  margin-bottom: 0 !important;
}

#rsp {
  width: 100%;
  background: white !important;
  box-sizing: border-box !important;
  font-family: Roboto-Condensed, sans-serif;
  padding: 30px 0;
}

#rsp .separador {
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.43) !important;
}

#rsp .list-group {
  margin-bottom: 0 !important;
}

#tax .col-md-6.bloque1 {
  padding-left: 0;
  padding-right: 15px;
}

#tax .bloque1 .col-md-12 {
  padding-left: 0;
}

#tax .bloque1 .col-md-12 p {
  color: black;
}

.seccion .bloqueInfo {
  padding-left: 0;
  padding-right: 0;
}

#envios .col-md-6,
#envios .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

/* HEADER */
#rsp .header .black {
  width: 100%;
  height: 65px;
  background-color: #fff;
}

#rsp .header .black::after {
  content: '';
  width: 100%;
  height: 3px;
  display: block;
  position: relative;
  top: 65px;
  left: 0;
  z-index: 101;
  background:
    -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0.15) 0,
      rgba(0, 0, 0, 0.15) 1%,
      rgba(0, 0, 0, 0) 100%
    );
  background:
    -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.15) 0,
      rgba(0, 0, 0, 0.15) 1%,
      rgba(0, 0, 0, 0) 100%
    );
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.15) 0,
      rgba(0, 0, 0, 0.15) 1%,
      rgba(0, 0, 0, 0) 100%
    );
}

#rsp .header .grey {
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, #efefef 0, #fff 100%);
}

#rsp .header .grey::after {
  content: '';
  width: 100%;
  height: 3px;
  display: block;
  position: relative;
  top: 50px;
  left: 0;
  z-index: 101;
  background:
    -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0.15) 0,
      rgba(0, 0, 0, 0.35) 1%,
      rgba(0, 0, 0, 0) 100%
    );
  background:
    -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.15) 0,
      rgba(0, 0, 0, 0.35) 1%,
      rgba(0, 0, 0, 0) 100%
    );
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.15) 0,
      rgba(0, 0, 0, 0.35) 1%,
      rgba(0, 0, 0, 0) 100%
    );
}

#rsp .container {
  width: 100%;
  max-width: 1000px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}

#rsp .container .bloques .subBloque {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
}

#rsp .container .bloques .m-subnav {
  overflow: hidden;
  font-weight: 400;
  font-style: normal;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.33);
}

#rsp .container .bloques .m-subnav .m-subnav-header {
  color: #fff;
  position: relative;
  padding: 17px;
  text-align: left;
  font-size: 18px;
  padding-bottom: 30px;
  background: #3643BA;
  margin: 0;
}

.title-p-sm {
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.title-p-sm span {
  position: relative;
  top: 4px;
}

.list-group-item {
  border: 0;
  border-top: 1px solid #ddd;
}

.list-group-item:hover {
  background-color: #f5f6f6 !important;
}

.pull-left {
  color: #393939;
  font-weight: bold;
}

.disponible {
  color: green;
  font-weight: bold;
  }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  -webkit-border-top-right-radius: -1px;
  border-top-right-radius: -1px;
  -webkit-border-top-left-radius: -1px;
  border-top-left-radius: -1px;
}

.m-subnav .m-subnav-header::before {
  display: none;
}

.boton-azul {
  float: left;
  line-height: 25px;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-style: normal !important;
  position: relative;
  top: 10px;
  margin: 0 auto;
  padding-top: 4px;
  padding-left: 18px;
  width: 150px;
  height: 30px;
  color: white;
  background:
    -webkit-linear-gradient(
      bottom,
      rgba(0, 120, 188, 1),
      rgba(15, 182, 238, 1)
    );
  background:
    -o-linear-gradient(
      bottom,
      rgba(0, 120, 188, 1),
      rgba(15, 182, 238, 1)
    );
  background:
    -moz-linear-gradient(
      bottom,
      rgba(0, 120, 188, 1),
      rgba(15, 182, 238, 1)
    );
  background:
    -ms-linear-gradient(
      bottom,
      rgba(0, 120, 188, 1),
      rgba(15, 182, 238, 1)
    );
  background:
    linear-gradient(
      bottom,
      rgba(0, 120, 188, 1),
      rgba(15, 182, 238, 1)
    );
}

.boton-amarillo {
  line-height: 25px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-style: normal !important;
  position: relative;
  top: 10px;
  margin: 0 auto;
  padding-top: 4px;
  padding-left: 32px;
  width: 150px;
  height: 30px;
  color: black;
  background:
    -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, #fef63a),
      color-stop(100%, #eec423)
    );
  background: -webkit-linear-gradient(top, #fef63a 0%, #eec423 100%);
  background: -o-linear-gradient(top, #fef63a 0%, #eec423 100%);
  background:
    -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#fef63a),
      to(#eec423)
    );
  background: linear-gradient(to bottom, #fef63a 0%, #eec423 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fef63a, endColorstr=#eec423, GradientType=0);
}

.boton-azul.right::before {
  font-family: 'DecathlonCube', sans-serif;
  content: '\E00B';
  position: absolute;
  top: 3px;
  left: auto;
  right: 6px;
  height: 100%;
  z-index: 1;
}

.boton-amarillo.right::before {
  font-family: 'DecathlonCube', sans-serif;
  content: '\E00B';
  position: absolute;
  left: auto;
  right: 6px;
  height: 100%;
  z-index: 1;
}

.boton-amarillo.right:hover {
  color: #646464;
}

.boton-amarillo.right::after {
  content: '';
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 50%;
  max-width: 38px;
  height: 100%;
  background-size: 38px, auto;
  background: rgba(255, 255, 255, 1) !important;
  -webkit-transform: skew(-14deg);
  -ms-transform: skew(-14deg);
  -o-transform: skew(-14deg);
  transform: skew(-14deg);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0.15;
}

.boton-azul.right::after {
  content: '';
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 50%;
  max-width: 38px;
  height: 100%;
  background-size: 38px, auto;
  background: rgba(255, 255, 255, 1) !important;
  -webkit-transform: skew(-14deg);
  -ms-transform: skew(-14deg);
  -o-transform: skew(-14deg);
  transform: skew(-14deg);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0.15;
}

.arrow-r::after {
  color: grey;
  font-family: 'DecathlonCube', sans-serif;
  content: '\E00B';
  position: relative;
  left: auto;
  right: -5px;
  height: 100%;
  z-index: 1;
}

.list-group-item:first-child {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/*******************   SECCIONES  ***************************/

.m-accordion .title-p {
  font-weight: 600;
}

.bloque-seguimiento__delivery-companies {
  padding-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper-currier {
  margin-bottom: 8px;
  width: 100%;
}

.bloque-seguimiento__delivery-companies .imagen {
  width: 100%;
  height: 50px;
  margin-right: 10px;
  text-align: center;
}

.bloque-seguimiento__delivery-companies p {
  position: relative;
  top: 15px;
  color: black;
  text-align: center;
}

.bloque-seguimiento__delivery-companies .soltec {
  background: #ffcc02;
  width: 44px;
  height: 44px;
  position: relative;
  top: 5px;
  border-radius: 50%;
}

.bloque-seguimiento h2 {
  margin-bottom: 8px;
}

#empresa {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

#empresa .imagen {
  width: 100%;
  text-align: center;
}

#empresa img {
  width: 107%;
}

span.history-date {
  font-family: Roboto-Condensed, sans-serif;
  color: #3643BA;
  font-weight: bold;
  float: left !important;
  padding-right: 2px;
}

#empresa #collapseHist .col-xs-1 {
  width: 50px;
}

#empresa #collapseHist .col-xs-1 p {
  color: #337ab7;
}

#empresa #collapseHist .col-xs-11 {
  width: 320px;
}

#empresa textarea {
  width: 100%;
}

#empresa .idForm {
  width: 50px;
}

#empresa label {
  color: #337ab7;
}

#empresa select {
  width: 99%;
}

#empresa .centradoEmpresa {
  width: 150px;
  margin: 0 auto;
}

#empresa .formmulario {
  width: 100%;
  height: 100%;
  padding-bottom: 90px;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  background: #f7f7f7;
}

#empresa .subBloque2 {
  margin-top: 20px;
}

#facturaElectro .m-accordion .panel-group .panel .panel-title {
  font-style: normal;
}

#facturaElectro .m-accordion .panel-group .panel {
  box-shadow: none;
}

.menuResponsive {
  display: none;
}

.menuResponsive h4 {
  color: white;
  text-align: center;
}

.menuResponsive .icon {
  /* background: #f4f4f4; */
  display: inline-block;
  -webkit-border-radius: 99em;
  border-radius: 99em;
  position: absolute;
  top: 30px;
  right: 20px;
  height: 30px;
  width: 30px;
  margin-top: -16px;
  border-color: #c8c8c8;
  border: 1px solid transparent;
  text-align: center;
}

.menuResponsive a.collapsed .icon::before {
  color: white;
  content: '\E009';
  margin-top: 6px;
}

.menuResponsive .icon::before {
  content: '\E008';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: 4px;
  color: white;
}

.m-accordion .panel-group .panel .panel-title .icon {
  border-color: transparent !important;
}

.m-accordion .panel-group .panel {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.11);
}

#empresa .m-accordion {
  padding-right: 0;
}

.panel-group .panel {
  border-radius: 0 !important;
  margin: 0 0 24px 0;
}

.m-accordion .panel-group .panel .panel-title a.collapsed .icon::before {
  margin-top: 0;
}

#rsp .icon {
  font-size: 30px;
  font-family: DecathlonCube, sans-serif;
  color: #444;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  zoom: 1;
  border: 0;
  margin-right: 10px;
  text-align: center;
}

#rsp .bloqueInfo .icon {
  font-size: 30px;
}

#facturaElectro .bloqueInfo .icon {
  font-size: initial;
}

.m-accordion .panel-group .panel .panel-title .icon::before {
  content: '\E008';
  font-size: 17px;
  color: rgba(57, 57, 57, 0.68);
  margin-top: 0;
}

.cuadro {
  padding-left: 0;
  padding-right: 50px;
  padding-top: 10px;
  width: 90%;
  background: #fff;
}

.tarjeta,
.paypal,
.banco,
.checque {
  margin-bottom: 20px;
}

#cambio .magasin {
  padding-left: 15px;
}

.magasin .illustration-etape {
  background-position: 0 0;
}

.rembourse .illustration-etape {
  background-position: -224px 0;
}

.preuve .illustration-etape {
  background-position: -112px 0;
}

#aperturas center {
  margin-top: 10px;
}

#aperturas .mapa iframe {
  width: 100%;
  height: 300px;
  margin-top: 30px;
}

#aperturas .boton-azul {
  width: auto;
  padding-right: 60px;
  margin-bottom: 20px;
}

#aperturas strong {
  margin-right: 10px;
}

#aperturas .iconoShare {
  width: 245px;
  margin: 0 auto;
  margin-top: 10px;
  clear: both;
}

#aperturas .m-accordion {
  margin-top: 20px;
}

#aperturas .m-accordion p {
  margin-bottom: 0;
}

#cambio {
  padding-bottom: 20px;
}

#cambio .icon {
  float: left;
}

#cambio span {
  color: black;
  font-weight: bold;
}

img.icon {
  width: 30px;
}

#cambio .col-xs-1 {
  width: 6%;
}

#cambio .col-xs-11 {
  padding-left: 0;
}

#cambio .schema-etape .row {
  margin-bottom: 5px !important;
}

.promesaCambio {
  width: 100%;

  /* background: #0075C2; */
  height: 200px;

  /* padding-top: 30px; */
  max-width: 650px;

  /* margin-bottom: 20px; */
}

.promesaCambio .bloque1 {
  position: relative;
  background: #0071b2;
  height: 200px;
  overflow: hidden;
}

.promesaCambio .titlePromesa {
  position: relative;
  padding-top: 50px;
  transform: rotate(-10deg);
  line-height: 28px;
  color: white;
  letter-spacing: 1px;
  margin: 0 auto;
  width: 230px;
  right: 20px;
}

.promesaCambio .bloque2 {
  height: 200px;
  background: white;
}

.promesaCambio .titlePromesa span {
  color: white !important;
  font-weight: bold;
}

.titlePromesa span {
  color: white !important;
  padding-left: 39px;
}

.promesaBloque2 {
  text-align: center;
}

.promesaBloque2 .imagen {
  width: 100%;

  /* max-width: 90px; */
  text-align: center;
}

.promesaBloque2 .imagen img {
  max-width: 100px;
  width: 100%;
}

.promesaCambio .subtitulo {
  color: #0071b2;
  width: 170px;
  text-align: center;
  margin: 0 auto;
}

.promesaCambio .bloque1::before {
  background: white;
  content: '';
  position: absolute;
  width: 200px;
  height: 250px;
  top: -50px;
  right: -150px;
  transform: rotate(-10deg);
}

#pago img {
  width: 22px;
}

#tax .imagen {
  text-align: center;
}

#tax span {
  color: #0071b2;
  font-weight: bold;
}

#tax .col-xs-1 {
  padding-left: 0;
  width: 20px !important;
  padding-right: 0;
}

#tax .col-xs-11 {
  padding-left: 0;
  margin-left: 0;
  width: 90%;
}

#tax .schema-etape {
  margin-top: 20px;
}

#tax .bloque2 .schema-etape {
  padding-left: 40px;
}

#envios .botonDuda {
  width: auto;
  margin: 0 auto;
  margin-top: 20px;
  justify-content: left;
}

#envios .boton-azul {
  padding-left: 10px;
}

#envios p {
  padding-right: 40px;
}

#postVenta {
  text-align: center;
}

#postVenta h3 {
  text-align: center;
  font-style: italic;
}

#postVenta .imagen {
  text-align: center;
  cursor: pointer;
}

#postVenta .imagen p {
  text-align: center;
}

#postVenta .imagen img {
  width: 100px;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 20px;
}

#postVenta .servicio img {
  width: 200px;
  height: 140px;
}

#postVenta .boton-azul {
  padding-top: 10px;
  padding-right: 60px;
  padding-bottom: 8px;
  margin: 0 auto !important;
  float: none;
  width: auto !important;
}

#postVenta #collapseMante .row {
  margin-bottom: 0 !important;
  padding-bottom: 40px;
  width: 100%;
  margin: 0 auto;
}

#postVenta #heading01 h4 {
  text-align: left;
}

#postVenta #heading02 h4 {
  text-align: left;
}

#postVenta #heading03 h4 {
  text-align: left;
}

#postVenta .logo img {
  width: 270px;
  margin-top: -5px;
}

#postVenta .info {
  margin-bottom: 30px;
}

#postVenta iframe {
  margin-bottom: 30px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  height: 300px;
}

#postVenta .pictos {
  width: 100% !important;
  padding-bottom: 0 !important;
  padding-left: 66px !important;
  margin: 0 auto;
  margin-bottom: 20px !important;
}

#postVenta .pictos .imagen {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}

#postVenta .pictos .imagen img {
  width: 70px;
  height: 70px;
}

#postVenta .servicio h3 {
  margin-bottom: 20px;
}

#postVenta .grupo1 {
  width: 370px;
  height: 100%;
  float: left;
}

#postVenta .grupo2 {
  width: 280px;
  height: 100%;
  float: left;
}

#montaje .row.bloque {
  width: 100%;
  margin: 0 auto;
}

#montaje .bloque .row {
  padding: 7px 0;
  width: 100%;
  margin: 0 auto;
}

#montaje .fondoGrey {
  background: #c5c5c5;
}

#montaje .precio {
  text-align: right;
  font-weight: bold;
}

.row.bloque2 {
  width: 100%;
  margin: 0 auto;
}

.row.bloque2 > div {
  margin-bottom: 30px;
}

.row.bloque2 .link {
  text-decoration: underline;
  color: #3643BA;
}

#montaje .bordertable {
  border-right: solid 1px lightgray;
}

#montaje .producto {
  width: 160px;
}

#montaje .col-md-4 {
  padding: 0;
}

.botonMontaje {
  width: 150px;
  margin: 0 auto;
}

#prensa {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

#prensa form .row {
  margin-bottom: 10px;
}

#prensa textarea {
  width: 100%;
  height: 300px;
  resize: none;
}

#prensa textarea:focus {
  outline: none;
}

#prensa span {
  position: relative;
  top: -2px;
}

#prensa button {
  border: none;
}

#prensa input {
  margin-left: 15px;
}

.seccion .cta-v2 {
  width: 100%;
  margin-top: 20px;
  max-width: 375px;
}

.seccion .m-accordion .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}

.seccion .panel-body .form-control {
  width: 100%;
  margin-bottom: 10px;
}

.seccion .panel-body .cta {
  width: 100%;
  margin-bottom: 10px;
}

.bloque2 .opciones {
  color: black;
}

#ventaEmpresas {
  padding-left: 20px;
  padding-right: 20px;
}

#ventaEmpresas .contacto {
  background: #0072b0;
  padding-left: 20px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 20px;
  margin-top: 20px;
  color: white;
}

#ventaEmpresas .venta1 {
  margin-bottom: 40px;
}

#ventaEmpresas .venta2 {
  margin-bottom: 40px;
}

#ventaEmpresas .intro {
  margin-top: 15px;
  padding-top: 28px;
}

#ventaEmpresas .contacto .row {
  padding-left: 5px !important;
}

#ventaEmpresas img {
  width: 100%;
}

#ventaEmpresas .icon-envio::before {
  padding: 3px;
  padding-top: 3px;
  font-size: 23px;
  color: white;
  content: '\E039';
}

#ventaEmpresas .icon-tlf::before {
  padding: 3px;
  padding-top: 3px;
  font-size: 23px;
  color: white;
  content: '\E001';
}

#seguridad .headerSeg {
  background: #0081c5;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  height: 35px;
  padding-top: 7px;
}

#seguridad .headerSeg .titulo {
  text-align: left;
  font-style: italic;
}

#seguridad .imagen img {
  width: 100%;
}

#seguridad .headerSeg span {
  float: right;
}

#seguridad .info {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  height: 100%;
}

#seguridad .row {
  margin-bottom: 20px;
  margin-left: 0;
  margin-top: 30px;
  padding: 10px !important;
  box-shadow: 0 0 10px 0 rgba(183, 183, 183, 0.6);
}

#seguridad .cta-wraper {
  width: 100%;
  text-align: center;
}

#seguridad .tracked {
  width: 150px;
  margin-top: 5px;
  float: right;
}

#seguridad .cta-blue {
  background-color: #3643BA;
  color: white;
  transition: none;
}

#seguridad .cta-blue::after {
  background-color: #0074af;
  transition: none;
}

#seguridad a:hover {
  text-decoration: none;
}

#tarjetaDecath {
  padding-right: 30px;
}

#tarjetaDecath .number-etape {
  position: relative;
  top: 25px;
  background: #0072b0;
  padding-left: 1px;
}

#tarjetaDecath .bloqueFinal {
  border-top: solid 2px #e0e0e0;
  border-bottom: solid 2px #e0e0e0;
  border-left: solid 1px #e0e0e0;
  border-right: solid 1px #e0e0e0;
  padding-bottom: 30px;
  margin-top: 20px;
  margin-left: 0;
}

#tarjetaDecath .bloqueFinal p {
  text-align: center;
}

#tarjetaDecath .bloqueFinal .boton-azul {
  padding-right: 50px;
  width: auto;
}

#tarjetaDecath .bloqueFinal .centrado {
  width: 240px;
  height: auto;
  margin: 0 auto;
}

#tarjetaDecath .boardLayout .col-xs-1 {
  width: 35px;
}

#tarjetaDecath .boardLayout .imagen {
  margin-bottom: 40px;
}

#tarjetaDecath .boardLayout p {
  line-height: normal;
  text-align: left;
}

#tarjetaDecath .boardLayout .tet {
  padding-left: 10px;
}

#tarjetaDecath .boardLayout .tet .icon-x {
  padding-right: 20px;
}

#tarjetaDecath .boardLayout .row {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.number-etape {
  float: left;
  width: 28px;
  height: 30px;
  line-height: 30px;
  font-weight: 100;
  color: #fff;
  background: #0072b0;
  border-radius: 30px;
  text-align: center;
  display: block;
  padding: 0 2px 0 0;
  padding-left: 3px;
  margin: 0 auto 5px;
  margin-right: 10px;
}

/****** CAMBIOS ****/
.schema-etape .row {
  /* padding-left:30px !important; */

  /* padding-right:30px !important; */

  /* margin-bottom:20px; */
}

#tiendasMob {
  display: none;
}

.connecte .illustration-etape {
  background-position: -336px 0;
}

.prepare .illustration-etape {
  background-position: -448px 0;
}

.depose .illustration-etape {
  background-position: -560px 0;
}

.baseline-etape {
  margin-top: 10px;
  color: #3643BA;
}

.contacto p {
  position: relative;
  top: 4px;
}

/**************** BEGIN TARJETA REGALO       *************************/

/* RESET STYLE HTML 5 */
div#tarjetaReg * {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

div#tarjetaReg {
  display: block;
  line-height: 1;

  /* OSSATURE */
  width: 100%;
  max-width: 700px;
  margin: 0 37px;
}

div#tarjetaReg blockquote,
div#tarjetaReg q {
  quotes: none;
}

div#rsp table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* SMOOTH RESPONSIVE */
#tarjetaReg * {
  -webkit-transition: all 0.32s ease-out;
  -chrome-transition: all 0.32s ease-out;
  -khtml-transition: all 0.32s ease-out;
  -moz-transition: all 0.32s ease-out;
  -ms-transition: all 0.32s ease-out;
  -o-transition: all 0.32s ease-out;
  transition: all 0.32s ease-out;
}

#tarjetaReg img {
  display: block;
  width: 100%;
}

/* CTA */
#tarjetaReg .btnall {
  margin: 0 auto 25px;
  position: relative;
  height: 40px;
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: 40px;
  color: #191919;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 49px 0 10px;
  display: inline-block;
  background-color: #f7df2f;
  background-image: -webkit-linear-gradient(#fef63a 0%, #eec523 100%);
  background-image: -moz-linear-gradient(#fef63a 0%, #eec523 100%);
  background-image: -ms-linear-gradient(#fef63a 0%, #eec523 100%);
  background-image: -o-linear-gradient(#fef63a 0%, #eec523 100%);
  background-image: linear-gradient(#fef63a 0%, #eec523 100%);
  box-shadow: 0 4px 10px #333;
}

#tarjetaReg .boton-azul {
  float: none;
}

#tarjetaReg .btnall span {
  display: block;
  width: 39px;
  height: 40px;
  line-height: 40px;
  background:
    url('http://tarjetaregalodecathlon.es/nuevo/img/rightbox.png') top
    no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}

#tarjetaReg .boton-azul.right::before {
  font-family: 'DecathlonCube', sans-serif;
  content: '\E00B';
  position: absolute;
  top: 7px;
  left: auto;
  right: 6px;
  height: 100%;
  z-index: 1;
}

/* Mon CSS */
div#top {
  position: absolute;
}

#maincontainer {
  padding-bottom: 0;
}

/* Step 1 */
#tarjetaReg .step1 {
  display: block;
  position: relative;
  overflow: hidden;
}

#tarjetaReg .masterpiece {
  width: 59%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  background: url(fd-intro.jpg) bottom left no-repeat;
}

#tarjetaReg .orangePart {
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: #1c83c1;
}

#tarjetaReg .inside-step {
  max-width: 960px;
  display: block;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}

#tarjetaReg .bx50-left {
  margin-top: 1%;
  width: 60%;
  display: inline;
  float: left;
  padding-bottom: 4%;
}

#tarjetaReg .bx50 {
  width: 40%;
  display: inline;
  float: left;
  margin-top: 24px;
  margin-top: 1px;
  padding-bottom: 19px;
}

#tarjetaReg img.visuel-carte {
  max-width: 215px;
  margin: 0 auto;
  margin-left: 31%;
}

#tarjetaReg .avantages {
  max-width: 568px;
  margin-top: 27px;
}

#tarjetaReg .avantages-mob {
  display: none;
}

/* Step 2 */
#tarjetaReg .step2 {
  display: block;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}

#tarjetaReg .inside-box {
  margin: 0 auto;
  padding-top: 10%;
  padding-right: 4%;
  display: block;
}

#tarjetaReg .aligncenter {
  display: block;
  text-align: center;
}

#tarjetaReg .bx33 {
  width: 33%;
  display: inline;
  float: left;
  margin-bottom: 35px;
}

#tarjetaReg .visu-offre {
  max-width: 274px;
  margin: 0 auto;
}

#tarjetaReg .visu-pro {
  max-width: 274px;
}

#tarjetaReg .visu-consulte {
  max-width: 274px;
}

#tarjetaReg .step2 .bouton {
  bottom: 0;
}

/* step 3 */
#tarjetaReg #step3 {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-bottom: 30px;
}

#tarjetaReg #step3 .inside-step {
  padding-bottom: 0;
}

#rsp .bouton {
  text-align: center;
  margin-top: 27px;
}

#tarjetaReg .text-para {
  margin: 0 auto;
  margin-top: 82px;
  line-height: 27px;
}

#tarjetaReg #step3 .bx50 {
  width: 50%;
  display: inline;
  float: left;
  margin-top: 24px;
}

#tarjetaReg .visu-collection {
  margin: 0 auto;
  max-width: 340px;
  margin-top: 25px;
}

/* step 4 */
.step4 {
  background-color: #fff;
}

#tarjetaReg .step4 {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
}

#tarjetaReg .visu-perso {
  max-width: 602px;
  margin: 0 auto;
  margin-top: 10px;
}

/* step 5 */
#tarjetaReg #step5 {
  display: block;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  padding-bottom: 30px;
}

#tarjetaReg .carte-mag {
  max-width: 383px;
  margin: 0 auto;
}

#tarjetaReg .box {
  max-width: 193px;
  margin: 0 auto;
  padding-bottom: 10px;
}

#tarjetaReg .bx50-mag {
  width: 50%;
  display: inline;
  float: left;
  margin-top: 20px;
}

#tarjetaReg .text-box {
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
}

#tarjetaReg .text-desc {
  text-align: center;
}

@media (max-width: 1024px) {
  #tarjetaReg .masterpiece {
    width: 59%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: url(fd-intro.jpg) bottom left no-repeat;
  }

  #tarjetaReg .orangePart {
    width: 64%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: #1c83c1;
  }

  #tarjetaReg .bx50-left {
    margin-top: 4%;
    width: 65%;
    display: inline;
    float: left;
    padding-bottom: 4%;
  }

  #tarjetaReg .bx50 {
    width: 35%;
    display: inline;
    float: left;
    margin-top: 58px;
  }

  #tarjetaReg .picto-cado {
    margin-left: -19%;
  }

  #tarjetaReg .bx50-mag {
    width: 100%;
    display: inline;
    float: none;
    margin-top: 20px;
  }

  #tarjetaReg .text-box {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  #tarjetaReg .bx50 {
    margin-left: -38px;
  }

  #tarjetaReg .bx33 {
    float: none;
  }

  #tarjetaReg .visu-consulte {
    margin: 0 auto;
  }

  #tarjetaReg .visu-pro {
    margin: 0 auto;
  }

  #tarjetaReg #step3 .bx50 {
    float: none;
  }

  #tarjetaReg .text-para {
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 660px) {
  #tarjetaReg .step1 {
    background: #1c83c1;
  }

  #tarjetaReg .bx50-left {
    clear: both;
    width: 100%;
    float: none;
    display: block;
    text-align: center;
  }

  #tarjetaReg .bx50 {
    clear: both;
    width: 100%;
    float: none;
    display: block;
    margin: 0 auto;
  }

  #tarjetaReg .bx33 {
    float: none;
    margin: 0 auto;
  }

  #tarjetaReg .visu-consulte {
    margin: 0 auto;
  }

  #tarjetaReg .visu-pro {
    margin: 0 auto;
  }

  #tarjetaReg #step3 .bx50 {
    float: none;
  }

  #tarjetaReg .text-para {
    margin-top: 21px;
  }

  #tarjetaReg .inside-step {
    margin: 0 auto;
    padding-bottom: 60px;
  }

  #tarjetaReg img.visuel-carte {
    margin: 0 auto;
  }

  #tarjetaReg .picto-cado {
    display: none;
  }

  #tarjetaReg .bx50-2 {
    float: none;
    padding-bottom: 10%;
  }

  #tarjetaReg h3 {
    margin-bottom: 5%;
  }

  #tarjetaReg .avantages {
    display: none;
  }

  #tarjetaReg .avantages-mob {
    display: block;
    width: 233px;
    margin: 0 auto;
  }

  #tarjetaReg .btnall {
    font-size: 15px;
  }
}

@media (max-width: 330px) {
  #tarjetaReg .btnOgea {
    font-size: 10px;
    margin-left: 0 !important;
  }
}

/**************** END TARJETA REGALO       *************************/

/****************  SEGUROS DEPORTIVOS   *************************/

/* RESET STYLE HTML 5 */
div#seguro * {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: Arial, Helvetica, sans-serif;
}

.ui-btn-text,
.ui-btn-inner {
  display: none;
}

/* HTML5 display-role reset for older browsers */
div#seguro {
  display: block;
  line-height: 1;
  width: 100%;
}

div#seguro blockquote,
div#rsp q {
  quotes: none;
}

div#seguro blockquote::before,
div#seguro blockquote::after,
div#seguro q::before,
div#seguro q::after {
  content: '';
  content: none;
}

div#seguro table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* SMOOTH RESPONSIVE */
#seguro * {
  -webkit-transition: all 0.32s ease-out;
  -chrome-transition: all 0.32s ease-out;
  -khtml-transition: all 0.32s ease-out;
  -moz-transition: all 0.32s ease-out;
  -ms-transition: all 0.32s ease-out;
  -o-transition: all 0.32s ease-out;
  transition: all 0.32s ease-out;
}

/* CTA */
#seguro .btnall {
  margin: 0 auto 25px;
  position: relative;
  height: 40px;
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 40px;
  color: #191919;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 49px 0 10px;
  display: inline-block;
  background-color: #f7df2f;
  background-image: -webkit-linear-gradient(#fef63a 0%, #eec523 100%);
  background-image: -moz-linear-gradient(#fef63a 0%, #eec523 100%);
  background-image: -ms-linear-gradient(#fef63a 0%, #eec523 100%);
  background-image: -o-linear-gradient(#fef63a 0%, #eec523 100%);
  background-image: linear-gradient(#fef63a 0%, #eec523 100%);
  box-shadow: 0 4px 10px #333;
}

#seguro .btnall span {
  display: block;
  width: 39px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

#seguro .btnOgea {
  width: auto;
  text-align: left;
  padding-top: 7px;
  padding-left: 10px;
  height: 29px;
  padding-right: 60px;
}

#seguro .boton-azul.right::before {
  top: 7px;
}

#seguro .boton-azul {
  float: none;
  margin: 0 auto;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  width: auto;
  padding-right: 60px;
}

/* Mon CSS */

/* Step 1 */
#seguro .masterpiece {
  width: 59%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

#seguro .step1 {
  display: block;
  position: relative;
  overflow: hidden;
}

#seguro .inside-step {
  max-width: 960px;
  display: block;
  margin: 0 auto;
  padding: 20px;
  padding-top: 0 !important;
  position: relative;
  text-align: center;
}

#seguro .bx50 {
  width: 50%;
  display: inline;
  float: left;
}

#seguro .clear-both {
  width: 100%;
  height: 0;
  display: block;
  clear: both;
}

#seguro p.intro {
  padding: 0;
  color: #fff;
  line-height: 20px;
  display: block;
  width: 75%;
  padding-bottom: 10px;
  margin-top: 8%;
  position: relative;
  z-index: 3;
}

#seguro .arrow {
  max-width: 51px;
  float: right;
  margin-top: 25px;
  z-index: 3;
  position: relative;
}

#seguro img.illu-sports {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 6%;
  z-index: 3;
  position: relative;
}

#seguro .orangePart {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #1c83c1;
}

#seguro .step1 .bouton {
  text-align: center;
  padding-top: 30px;
  width: 100%;
  z-index: 3;
  position: relative;
  padding-bottom: 20px;
}

/* Step 2 */
#seguro .step2 {
  display: block;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}

#seguro .inside-box {
  padding-top: 10%;
  padding-right: 4%;
  display: block;
}

#seguro .aligncenter {
  display: block;
  text-align: center;
}

#seguro .puce1 {
  width: 108px;
  height: 68px;
  display: block;
}

#seguro .puce2 {
  width: 108px;
  height: 68px;
  display: block;
}

#seguro .puce3 {
  width: 108px;
  height: 68px;
  display: block;
}

#seguro .puce4 {
  width: 108px;
  height: 68px;
  display: block;
}

#seguro .puce5 {
  width: 108px;
  height: 68px;
  display: block;
}

#seguro .texte {
  margin-left: 15%;
}

#seguro p.detail {
  text-align: left;
  padding-bottom: 25px;
  margin-left: 22%;
  line-height: 16px;
}

#seguro .petite-colone {
  width: 15%;
  float: left;
  display: block;
}

#seguro .grande-colone {
  float: left;
  width: 85%;
  display: block;
}

#seguro .bouton-step2 {
  float: right;
  margin-top: 8%;
}

/* step 3 */
#seguro .step3 {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-bottom: 30px;
}

#seguro .step3 .inside-step {
  padding-bottom: 0;
}

#seguro .avantages {
  width: 90%;
}

#seguro .avantages-mob {
  display: none;
}

/* step 4 */
#seguro .step4 {
  display: block;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  padding-top: 20px;
}

#seguro .cadena {
  max-width: 123px;
  float: left;
}

#seguro .petite-colone-step4 {
  float: left;
  padding-right: 3%;
  display: block;
}

#seguro .grande-colone-step4 {
  float: left;
  display: block;
}

#seguro .puce6 {
  width: 108px;
  height: 68px;
  display: block;
}

#seguro .puce7 {
  width: 108px;
  height: 68px;
  display: block;
}

#seguro .puce8 {
  width: 108px;
  height: 68px;
  display: block;
}

#seguro p.detail strong {
  text-decoration: underline;
}

#seguro .bouton-center {
  text-align: center;
}

/* step 5 */
#seguro .step5 {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 2%;
}

#seguro .bx50-step5 {
  width: 57%;
  float: left;
}

#seguro .bx51-step5 {
  width: 40%;
  float: left;
  background: #fc3;
  padding: 11px;
  margin-top: 1%;
}

#seguro .pro {
  text-align: right;
  padding-bottom: 15px;
  margin-top: 60px;
}

#seguro .marge1 {
  color: black;
  line-height: 21px;
  float: left;
  font-weight: 500;
}

#seguro .marge1 strong {
  text-decoration: underline;
}

#seguro .marge2 {
  color: black;
  line-height: 21px;
  float: left;
  font-weight: 500;
}

#seguro .marge2 strong {
  text-decoration: underline;
}

/* step 6 */
#seguro .step6 {
  display: block;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}

#seguro .marge1 font {
  color: #1c83c1;
  font-weight: 600;
}

/* Step 7 */
#seguro .step7 {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
}

#seguro .puce9 {
  width: 108px;
  height: 68px;
  display: block;
}

#seguro .puce10 {
  width: 108px;
  height: 68px;
  display: block;
}

#seguro .puce11 {
  width: 108px;
  height: 68px;
  display: block;
}

@media (max-width: 1024px) {
  #seguro .masterpiece {
    width: 59%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
  }

  #seguro .orangePart {
    width: 64%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: #1c83c1;
  }

  #seguro p.ss-titre br {
    display: none;
  }

  #seguro .bx50-step6 .marge1 {
    text-align: center;
    float: none;
  }

  #seguro h4 {
    margin-top: 3%;
  }
}

@media (max-width: 660px) {
  #seguro .step1 {
    background: #1c83c1;
  }

  #seguro .arrow {
    display: none;
  }

  #seguro p.intro {
    margin-left: 32px;
  }

  #seguro .bx50 img {
    padding-top: 3%;
  }

  #seguro .btnall {
    font-size: 16px;
  }

  #seguro .bx50 {
    clear: both;
    width: 100%;
    float: none;
    display: block;
    text-align: center;
  }

  #seguro .bouton-step2 {
    text-align: center;
    float: none;
  }

  #seguro .bx50-2 {
    clear: both;
    width: 100%;
    float: none;
    display: block;
    text-align: center;
  }

  #seguro p.detail {
    text-align: center;
    margin: 0 auto;
  }

  #seguro .texte {
    text-align: center;
    margin: 0 auto;
  }

  #seguro .petite-colone {
    height: 20px;
  }

  #seguro .grande-colone {
    margin-bottom: 4%;
  }

  #seguro .avantages {
    display: none;
  }

  #seguro .avantages-mob {
    display: block;
    width: 240px;
    margin: 0 auto;
  }

  #seguro .marge1 {
    text-align: center;
    width: 176%;
  }

  #seguro .bx51-step5 {
    background: #fc3;
    width: 92%;
    margin-bottom: 13%;
    margin-left: 4%;
  }

  #seguro .marge2 {
    text-align: center;
    margin: 0 auto;
  }

  #seguro .bx50-step6 {
    width: 57%;
    float: left;
  }

  #seguro p.para {
    margin-left: -7%;
    text-align: center;
  }

  #seguro .step7 .petite-colone {
    float: none;
    margin-left: 28%;
  }

  #seguro .step7 .grande-colone {
    margin-left: -12%;
    width: 107%;
    margin-bottom: -10%;
  }

  #seguro .step7 .texte {
    text-align: center;
    margin-top: 25%;
    margin-left: 22%;
  }
}

@media (max-width: 330px) {
  #seguro .btnOgea {
    font-size: 10px;
    margin-left: 0 !important;
  }
}

/****************  FIN SEGUROS DEPORTIVOS   *************************/

.static-image-holder02 {
  text-align: center;
}

/**** MEDIA QUERIES GENERAL *****/
@media (min-width: 1200px) {
  #prensa textarea {
    width: 600px;
  }
}

@media (max-width: 1200px) {
  #rsp .container {
    width: 100%;
  }

  #empresa #collapseHist .col-xs-11 {
    width: 300px;
  }
}

@media (max-width: 1121px) {
  #postVenta .pictos {
    padding-left: 0 !important;
  }
}

@media (max-width: 1032px) {
  #postVenta .grupo2 {
    width: 280px;
    height: 100%;
    margin: 0 auto;
    float: none;
  }

  #postVenta .grupo1 {
    width: 370px;
    height: 100%;
    margin: 0 auto;
    float: none;
  }
}

@media (max-width: 991px) {
  #rsp .centradoAmbiente {
    text-align: center;
    margin-bottom: 20px;
  }

  #rsp .centradoAmbiente a {
    margin-top: 20px;
  }

  #seguridad .imagen {
    text-align: center;
    margin-bottom: 10px;
  }

  #seguridad .botonSeg {
    width: 150px;
    margin: 0 auto;
    position: static;
  }

  #seguridad .imagen img {
    width: 160px;
  }

  #seguridad .row {
    padding-bottom: 40px;
  }

  #seguridad p {
    position: static;
  }

  #pago .segBloque {
    clear: both;
  }

  #tarjetaDecath .bloque2 {
    clear: both;
    margin-top: 70px;
  }

  .bloque-seguimiento__delivery-companies .bloque2 {
    clear: both;
    margin-top: 50px;
  }

  #tax .imagen {
    margin-bottom: 20px;
  }

  #aperturas .mapa iframe {
    margin-top: 10px;
  }

  #empresa img {
    width: 60%;
    margin: 0 auto;
  }

  #postVenta .imagen img {
    margin-bottom: 0;
  }

  #postVenta .mainPostVenta img {
    margin-bottom: 5px;
  }

  #postVenta .mainPostVenta .centrado {
    margin-bottom: 50px;
  }

  #postVenta .mainPostVenta h4 {
    margin-bottom: 0;
  }

  #postVenta .logo {
    margin-bottom: 20px;
  }

  #postVenta .info {
    margin-bottom: 35px;
  }

  #ventaEmpresas .intro {
    padding-top: 0;
  }

  #postVenta iframe {
    height: 250px;
  }

  #aperturas .bloqueMapa {
    clear: both;
  }

  #empresa #collapseHist .col-xs-11 {
    width: 400px;
  }

  #pago .bloque .primBloque {
    padding-right: 15px;
  }

  #pago .bloque .segBloque {
    padding-left: 15px;
  }

  #empresa .subBloque2 {
    clear: both;
    margin-top: 20px !important;
  }

  #empresa .imagenDeca {
    width: 90% !important;
  }

  #montaje .bordertable {
    border: 0;
  }

  #montaje .col-xs-6 {
    padding: 0;
  }
}

@media (max-width: 800px) {
#accordion .panel-body strong {
  float: none;
} 
}
@media (max-width: 801px) {
  #financiacion {
    margin: 0 !important;
    padding-left: 10px !important;
  }

  .sidebar {
    width: 100% !important;
  }

  #rsp .info {
    width: 100% !important;
  }

  #tiendasMob {
    display: block;
  }

  #tiendasDesk {
    display: none;
  }

  .menuDesk {
    display: none;
  }

  .cuadro {
    margin-left: 0;
    padding-left: 0;
    padding-right: 10px;
  }

  .tarjeta,
  .paypal,
  .banco,
  .checque {
    margin-bottom: 20px;
  }

  #prensa input {
    margin-left: 0;
  }

  #seguridad {
    padding-left: 20px;
    padding-right: 20px;
  }

  #seguridad .cta-wraper .tracked {
    float: none;
  }

  #pago .medioPago {
    margin-bottom: 20px;
  }

  #envios .boton-azul {
    margin-bottom: 30px;
  }

  #cambio .schema-etape .row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #tarjetaDecath .bloqueFinal {
    margin-bottom: 20px;
  }

  #postVenta .servicio img {
    display: none;
  }

  #postVenta #collapsePer img {
    display: none;
  }

  #tarjetaDecath .number-etape {
    top: 0;
  }

  #montaje {
    margin-bottom: 15px;
  }

  .row.bloque2 {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  #seguridad .row {
    width: 100%;
  }

  #seguridad .headerSeg {
    padding-left: 5px;
    padding-right: 5px;
  }

  #tarjetaDecath p {
    text-align: center;
  }

  #tarjetaDecath .bloqueFinal .bloque2 {
    clear: both;
  }

  #tarjetaDecath .number-etape {
    position: static;
  }
}

@media (max-width: 600px) {
  #prensa .ayuda {
    width: 125px;
    margin: 0 auto;
  }

  #prensa .ayuda .boton-azul {
    right: 0 !important;
    clear: both;
    top: 0 !important;
  }

  #rsp .info #prensa {
    padding-bottom: 10%;
  }

  #cambio .col-xs-6 {
    width: 100%;
  }

  #cambio .col-xs-11 {
    padding-left: 15px;
  }

  #tax .schema-etape .row {
    padding-left: 0 !important;
    padding-right: 10px !important;
  }

  #postVenta .mainPostVenta .pictos .col-xs-3 {
    padding-left: 0 !important;
  }

  #ventaEmpresas .venta1 p,
  #ventaEmpresas .venta2 p,
  #ventaEmpresas .venta3 p {
    padding-left: 0;
  }

  #postVenta .pictos {
    padding-bottom: 0 !important;
    margin: 0 auto;
  }

  #postVenta .pictos .imagen {
    margin-left: 0;
  }

  #postVenta .pictos .imagen img {
    width: 40px;
    height: 40px;
  }

  #empresa #collapseHist .col-xs-11 {
    width: 320px;
  }

  #postVenta .grupo1 {
    width: 224px !important;
  }

  #postVenta .grupo2 {
    clear: both;
    width: 173px !important;
  }
}

@media (max-width: 500px) {
  #tax .bloque2 .schema-etape {
    padding-left: 15px;
  }

  #tax .col-md-6.bloque2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #tax .col-md-6.bloque1 {
    padding-left: 0;
    padding-right: 0;
  }

  #rsp .col-sm-9.info {
    padding-left: 15px !important;
    padding-right: 10px !important;
  }

  #montaje .precio {
    text-align: right;
  }

  textarea {
    height: 100px;
  }

  #cambio {
    padding-right: 20px;
  }

  #postVenta .imagen img {
    width: 60px;
    height: 60px;
  }

  #tax .col-xs-11 {
    padding-right: 0;
    left: 0;
  }

  .cuadro {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  #pago .medioPago {
    margin-bottom: 30px;
  }

  #cambio .magasin,
  #cambio .preuve,
  #cambio .rembourse {
    margin-bottom: 25px;
  }

  #postVenta iframe {
    height: 200px;
  }

  #postVenta .logo img {
    width: 150px;
  }

  #collapseHist .col-md-6 {
    padding-left: 0;
  }

  #collapseHist .col-md-12 {
    padding-left: 0;
  }

  #empresa #collapseHist .col-xs-11 {
    width: 270px;
  }

  #postVenta .boton-azul {
    width: auto !important;
    padding-top: 4px;
  }
}

@media (max-width: 400px) {
  .col-sm-9.info {
    padding-left: 5px;
    padding-right: 5px;
  }

  #postVenta .pictos {
    padding-left: 10% !important;
  }

  #tarjetaDecath .boardLayout .m-accordion {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  #tarjetaDecath .bloqueFinal .boton-azul {
    font-size: 10px;
  }

  .bloque-seguimiento__delivery-companies .imagen img {
    width: 40px;
  }

  .bloque-seguimiento__delivery-companies p {
    top: 10px;
  }

  .menuResponsive .icon {
    width: 25px;
    height: 25px;
  }

  #empresa .m-accordion {
    padding-right: 20px !important;
  }

  #empresa img {
    width: 150px;
  }

  #cambio .baseline-etape {
    margin-top: 0;
    margin-bottom: 20px;
  }

  #cambio img {
    width: 50px !important;
  }

  #aperturas .boton-azul {
    font-size: 11px;
    padding-right: 50px;
  }

  #tarjetaDecath .col-sm-11 {
    margin-bottom: 25px;
  }

  #tarjetaDecath .bloqueFinal .centrado {
    width: 200px;
  }

  #tarjetaDecath {
    padding-right: 15px;
  }

  #empresa #collapseHist .col-xs-1 p {
    margin-bottom: 0;
  }

  #empresa #collapseHist .col-xs-11 {
    width: 95%;
  }

  #cambio .col-xs-4 {
    width: 100%;
  }

  .menuResponsive a.collapsed .icon::before {
    margin-top: 4px !important;
  }

  .menuResponsive .icon::before {
    margin-top: 0 !important;
  }

  #rsp #pago .boardLayout .col-xs-1 {
    width: 30px;
  }

  #rsp #pago .boardLayout .m-accordion {
    padding-right: 10px !important;
    padding-left: 0;
  }

  #rsp #pago {
    padding-left: 10px !important;
  }

  #rsp #tarjetaDecath .boardLayout .tet .icon-x {
    padding-right: 0;
    position: relative;
    top: -10px;
  }

  #rsp #cambio .boardLayout .tet .icon-x {
    position: relative;
    top: -10px;
  }

  #cambio .boardLayout .tet .title {
    color: #444;
  }

  #cambio .boardLayout .tet {
    padding-left: 10px;
  }
}

@media (max-width: 350px) {
  #postVenta .pictos {
    padding-left: 2% !important;
  }

  #aperturas .mapa iframe {
    height: 250px;
  }

  #empresa .subBloque2 {
    clear: both;
    margin-top: 20px !important;
  }

  #empresa .formmulario {
    padding-bottom: 130px;
  }
}

@media (max-width: 300px) {
  #postVenta .pictos {
    padding-left: 0 !important;
  }
}

/** CSS COMUN A TODAS LAS LANDINGS DE SERVICIOS **/
a:hover,
a:focus {
  text-decoration: none;
}

#app {
  font-family: Roboto-Condensed, sans-serif;
}

h1 {
  font-family: Roboto-Condensed, sans-serif;
  font-size: 32px;
  font-weight: bold;
  font-style: italic;
  font-stretch: condensed;
  line-height: 1.13;
  letter-spacing: normal;
  color: #3643BA;
  margin: 0;
  text-transform: uppercase;
}

h1.h1-light {
  font-size: 24px;
  font-style: italic;
  line-height: 1.08;
  font-weight: 300;
  color: #1a1a1a;
}

h2 {
  font-family: Roboto-Condensed, sans-serif;
  text-transform: none;
  font-size: 26px;
  font-weight: bold;
  font-style: italic;
  font-stretch: condensed;
  line-height: 1.15 !important;
  letter-spacing: normal;
  color: #393939;
  margin: 0;
}

h3 {
  font-family: Roboto-Condensed, sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  font-stretch: condensed;
  line-height: 1.22;
  letter-spacing: normal;
  color: #393939;
  margin: 0;
  border-top: 0 !important;
  text-transform: uppercase;
}

h4 {
  font-family: Roboto, sans-serif;
  text-transform: none;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
  letter-spacing: normal;
  color: #393939;
  margin: 0;
}

p {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #393939;
  margin: 0;
  padding: 0;
}

p.p-complementary {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #393939;
}

.static-content-page * {
  line-height: 1.42857143 !important; /* Reset static content page class' line-height */
}

h3 span {
  float: unset !important;
}

.title-wraper {
  display: flex;
  align-items: center;
}

.title-wraper > img {
  margin-right: 10px;
  width: 30px;
}

/* Accordion */

/* Select all divs' children with an id starting with searchPostal */
div[id^='searchPostal'] {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
}

div[id^='searchPostal'] .ui-input-text {
  max-width: 200px;
  margin-right: 8px;
  align-self: stretch;
}

div[id^='searchPostal'] button {
  height: 40px;
}

div[id^='searchPostal'] input {
  height: 100%;
}

.m-accordion li > div {
  margin-bottom: 8px;
  display: flex;
  align-items: baseline;
}

.m-accordion li p {
  margin: 0;
}

.ui-link h2 {
  color: #3643BA;
}

.collapsed h2 {
  color: #393939;
}

.panel-primary .panel-heading {
  background-color: #fff !important;
  height: 56px;
}

.panel-heading::before {
  display: none;
}

.panel-body {
  padding: 0 !important;
  border: 0 !important;
}

.panel-collapse.collapse.in {
  border-color: #3643BA;
  border-width: 0 0 0 5px;
  border-style: solid;
}

.m-accordion .panel-group .panel .panel-title a {
  padding: 0;
  border-width: 0 0 0 5px;
  overflow: hidden;
  height: 56px;
  display: flex;
}

.m-accordion .panel-group .panel .panel-title a h2 {
  margin-left: 16px;
  font-size: 18px;
  align-self: center;
}

.m-accordion .panel-group .panel .panel-title a.collapsed {
  border-color: #c8c8c8;
}

#accordion .panel-body span {
  float: none !important;
}

.icon.icon-arrow::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #3643BA;
  line-height: 0;
  _border-color: #000 #000 #000 #6980fe;
  _filter: progid:dximagetransform.microsoft.chroma(color='#000000');
}

#rsp li::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #3643BA;
  line-height: 0;
  _border-color: #000 #000 #000 #6980fe;
  _filter: progid:dximagetransform.microsoft.chroma(color='#000000');
}

@media (max-width: 600px) {
  .bloque-seguimiento__delivery-companies {
    flex-wrap: wrap;
  }

  .wraper-currier {
    width: 50%;
    margin-bottom: 16px;
  }

  .wraper-currier:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 801px) {
  .container-floor .floor {
    padding: 0;
  }

  h1 {
    font-size: 26px;
    line-height: 1.85;
  }

  h1.h1-light {
    font-size: 22px;
    line-height: 1.82;
    font-weight: 300;
  }

  h2 {
    font-size: 24px;
    line-height: 1.33;
  }

  .menuResponsive {
    display: block;
    padding: 0;
  }

  .menuResponsive .panel-primary .panel-heading {
    background-color: #3643BA !important;
    border-radius: 0;
    display: flex;
    justify-content: left;
    align-items: center;
  }

  .menuResponsive .panel-collapse.collapse.in {
    border: 0;
  }

  .panel.panel-primary {
    border: 0;
  }
}
