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

.ceoImg {
  border-radius: 50%;
  margin: auto;
}

.bloques .row {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-bottom: 25px;
}

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

a {
  color: #575859;
}

#rsp input {
  padding-left: 8px;
  float: left;
  margin-right: 5px;
}

#rsp button {
  padding-top: 5px;
  background: #5c5c5c;
  color: white;
  width: 100%;
  padding-bottom: 5px;
  position: relative;
  top: -2px;
}

#rsp h2 {
  line-height: 18px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 10px 0 5px;
  color: #0083c1;
  font-weight: 400;
}

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

* {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

html,
body {
  width: 100% !important;
}

h3 {
  border-top: 0px !important;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.fclear {
  clear: both;
}

.center {
  margin: 0 auto;
}

.active {
  display: block;
}

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

#rsp {
  width: 100%;
  background: white !important;
  box-sizing: border-box !important;
  font-family: "roboto-condensed", sans-serif;
}

#rsp a {
  cursor: pointer;
  text-decoration: none;
}

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

#rsp h3 span {
  font-weight: bold;
  color: #0082c3;
}

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

#rsp .col-md-12.menuResponsive .panel-body {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/*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: 1200px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0 auto;
  margin-top: 30px !important;
}

#rsp .row.bloqueSeguimiento {
  padding-left: 20px !important;
  padding-right: 30px !important;
}

#rsp .container .bloques .m-subnav {
  overflow: hidden;
  font-weight: 400;
  font-style: normal;
}

#rsp .container .bloques .m-subnav .m-subnav-header {
  color: #fff;
  position: relative;
  padding: 15px;
  text-align: left;
  font-size: 18px;
  padding-bottom: 30px;
  background: #fff;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 0px;
}

#rsp .container .bloques a:hover {
  color: #0072b0;
}

.title-p-sm {
  /* font-family:'roboto-bold',sans-serif; */
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.cta-v2.cta-v2--alt {
  margin-bottom: 30px;
}

.title-p-sm span {
  /* font-family: 'roboto-bold-italic',sans-serif; */
  position: relative;
  top: 4px;
}

.list-group-item {
  background-color: white !important;
}

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

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

.pull-left {
  font-size: 13px;
  font-family: "roboto-condensed", sans-serif;
  color: black;
}

.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 {
  content: "";
  background: #0082c3;
  width: 100%;
  height: 100px;
  position: absolute;
  top: -76px;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: skewY(-10deg);
  -ms-transform: skewY(-4deg);
  -o-transform: skewY(-4deg);
  -o-transform-origin: 110% 100%;
  transform-origin: 110% 100%;
  z-index: 0;
}

.boton-azul {
  float: left;
  line-height: 25px;
  font-size: 13px;
  font-family: roboto-condensed;
  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-family: roboto-condensed;
  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";
  content: "\E00B";
  position: absolute;
  top: 3px;
  left: auto;
  right: 6px;
  height: 100%;
  z-index: 1;
}

.boton-amarillo.right:before {
  font-family: "DecathlonCube";
  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: 0px;
  left: auto;
  right: 0px;
  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: 0px;
  left: auto;
  right: 0px;
  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";
  content: "\E00B";
  position: relative;
  left: auto;
  right: -5px;
  height: 100%;
  z-index: 1;
}

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

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

/*******************   SECCIONES  ***************************/
.panel-body {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* #rsp .icon{margin-right:10px;float:left;text-align: center;} */
#rsp .panel-primary .icon {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 10px;
  cursor: pointer;
}

#entrega .bloqueSeguimiento span.icon.icon-pin {
  font-size: 36px;
  color: #0082c3;
}

#entrega .cta-v2.cta-v2--alt.puntos-recogida {
  width: 94%;
  text-align: left;
  display: block;
}

#entrega .imagenTop {
  width: 100%;
  text-align: center;
}

#entrega .imagenTop img {
  width: 80%;
  border: solid 8px #e6e6e6;
}

#entrega .entregaGratis img {
  float: left;
  margin-right: 20px;
}

#entrega .entregaGratis p {
  padding-top: 13px;
  max-width: 400px;
  float: left;
  width: 100%;
}

#entrega span.picto-camion {
  font-family: "DecathlonCube";
  font-size: 36px;
  speak: none;
  margin-right: 15px !important;
  float: left !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  zoom: 1;
}

#entrega span.picto-camion:before {
  left: 1px;
  float: left;
  content: "\E056";
  font-size: 50px;
  top: -9px;
  position: relative;
  color: #0082c3;
}

.bloqueEntrega .cta-v2 {
  margin-top: 15px;
}

#entrega .info2 {
  clear: both;
}

#entrega .info2 img {
  float: left;
  margin-right: 10px;
}

#entrega .info2 p {
  width: auto;
  padding-top: 5px;
}

#entrega .infoAdi .col-xs-10 {
  padding-left: 5px;
}

#entrega .infoAdi .row {
  padding-left: 0px !important;
}

#collapseEntrega .infoAdi .col-xs-1 {
  padding-right: 3px;
  width: 4%;
}

#collapseCorreos .infoAdi .col-xs-1 {
  width: 4%;
}

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

/* #entrega h1{padding-left: 35px;position: absolute;font-family: roboto-bold;font-size: 15px;top: 0px;left: 0px;width: 100%;background: white;border: solid 1px gainsboro;padding-top: 20px;padding-bottom: 20px;font-weight: bold;} */
#entrega h2 {
  /* font-family: roboto-bold; */
  /* font-style:italic; */
  margin-top: 0px;
}

#entrega h3 {
  border-bottom: solid 1px black;
  margin-top: 0px;
  font-size: 17px;
  line-height: 1.2;
}

#entrega .clickBloque p {
  text-align: center;
  margin-top: 20px;
}

#entrega .clickBloque .imagen {
  text-align: center;
}

#entrega .clickBloque .centrado {
  width: 150px;
  margin: 0 auto;
  text-align: left;
}

#entrega .bloqueFinal {
  /* border-top:solid 2px #E0E0E0; */
  /* border-bottom:solid 2px #E0E0E0; */
  /* border-left:solid 1px #E0E0E0; */
  /* border-right:solid 1px #E0E0E0; */
  padding-top: 15px;
  padding-bottom: 10px;
  width: 99%;
  margin-left: 0px;
}

#entrega .bloqueFinal .imagen {
  width: 100%;
  height: 50px;
  /* float:left; */
  margin-right: 10px;
  text-align: center;
}

#entrega .bloqueFinal p {
  position: relative;
  top: 15px;
  font-family: roboto-condensed;
  color: black;
  text-align: center;
}

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

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

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

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

#entrega .icon-envio:before {
  padding: 3px;
  padding-top: 3px;
  border-radius: 25px;
  background: #337ab7;
  font-size: 23px;
  color: white;
  content: "\E058";
}

#entrega .icon-workshop:before {
  padding: 3px;
  padding-top: 3px;
  border-radius: 25px;
  background: #337ab7;
  font-size: 23px;
  color: white;
  content: "\E056";
}

#entrega .icon-info:before {
  padding: 3px;
  padding-left: 4px;
  border-radius: 25px;
  background: #337ab7;
  font-size: 23px;
  color: white;
  content: "\E023";
}

#entrega li .icon-arrow:before {
  background: none;
  font-size: 11px;
  color: black;
  content: "-";
}

#entrega li {
  text-decoration: none;
  list-style: none;
  margin-bottom: 10px;
  padding-left: 0px;
  /* font-style: italic; */
}

#collapseHist .row {
  margin-bottom: 0px;
}

#collapseValor h3 {
  color: #0082c3;
}

#rsp .container .bloques .cta-v2.cta-v2--alt:hover {
  color: white;
}

.centradoEmpresa {
  padding-right: 20px;
  padding-left: 20px;
}

#empresa h1 {
  font-family: Roboto-Condensed;
  font-size: 29px;
  margin-bottom: 30px;
}

#empresa h2 {
  font-family: Roboto-Condensed;
}

#empresa h3 {
  font-family: Roboto-Condensed;
  font-style: italic;
  font-size: 20px;
}

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

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

#empresa .panel-body {
  padding-top: 30px !important;
}

#empresa #collapseValor .panel-body h3 {
  margin-top: 0px;
}

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

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

#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: 100%;
  margin: 0 auto;
}

#empresa #collapseEmpresa .panel-body {
  padding-bottom: 30px;
}

#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;
}

.m-accordion .panel-group .panel .panel-title a {
  background: #f5f5f5 !important;
  color: black;
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  height: 40px;
  padding: 10px;
  font-weight: 100;
  border-width: 0 0 0 0px;
}

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

.panel-primary > .panel-heading {
  padding-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: grey;
}

.menuResponsive {
  display: none;
}

.menuResponsive .panel-primary {
  border-color: #393939;
}

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

.menuResponsive .panel-primary > .panel-heading {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 5px;
  color: #fff;
  background-color: #0082c3;
}

.menuResponsive .icon {
  border-color: #c8c8c8;
}

#rsp .panel-group .panel + .panel {
  margin-top: 0px;
}

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

.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-heading + .panel-collapse > .panel-body,
.m-accordion .panel-group .panel .panel-title a.collapsed .icon {
  border: none;
}

#entrega .m-accordion .panel-group .panel .panel-title {
  width: 100%;
  display: table;
}

.m-accordion .panel-group .panel .panel-title .icon {
  display: initial;
  position: initial;
  top: initial;
  right: initial;
  height: initial;
  width: initial;
  margin-top: initial;
  text-align: initial;
  background: initial;
  border-radius: initial;

  float: right;
  position: relative;
  top: -8px;
}

.m-accordion {
  padding-left: 10px;
  padding-right: 30px;
}

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

.panel-primary {
  border-color: #f4f4f4 !important;
  /* box-shadow: 2px 2px 0 0 #d1d1d1 !important; */
  /* margin-bottom:15px !important; */
}

#rsp .panel-group .panel {
  border-radius: 0px !important;
  box-shadow: none;
}

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

.m-accordion .panel-group .panel .panel-title .icon:before {
  content: "\E008";
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  margin-top: 6px;
  color: rgba(57, 57, 57, 0.68);
}

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

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

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

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

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

#aperturas h1 {
  font-family: roboto-condensed;
  font-size: 29px;
  margin-bottom: 30px;
}

#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 h2 {
  font-family: roboto-bold;
  font-style: italic;
}

#aperturas h3 {
  color: #0071b2;
  font-size: 17px;
  font-family: roboto-bold;
  margin-bottom: 2px;
}

#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: 0px;
}

#cambio {
  padding-bottom: 20px;
}

#cambio h1 {
  font-family: roboto-condensed;
  font-size: 29px;
  margin-bottom: 30px;
}

#cambio h2 {
  font-family: roboto-bold;
  font-style: italic;
}

#cambio h3 {
  font-family: roboto-bold;
  font-size: 17px;
  color: #0071b2;
  margin-bottom: 30px;
}

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

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

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

#cambio .magasin,
#cambio .preuve,
#cambio .rembourse {
  text-align: center;
}

#cambio .magasin .baseline-etape,
#cambio .preuve .baseline-etape,
#cambio .rembourse .baseline-etape {
  font-family: roboto-bold;
}

#cambio .connecte,
#cambio .prepare,
#cambio .depose,
#cambio .rembourse {
  text-align: center;
}

#cambio .connecte .baseline-etape,
#cambio .prepare .baseline-etape,
#cambio .depose .baseline-etape,
#cambio .rembourse .baseline-etape {
  text-align: center;
  font-family: roboto-bold;
}

#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;
  font-size: 30px;
  font-family: roboto-bold;
  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;
  font-size: 20px;
  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);
}

#tax h1 {
  font-family: roboto-condensed;
  font-size: 29px;
  margin-bottom: 30px;
}

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

#tax h2 {
  font-family: roboto-bold;
  font-style: italic;
  margin-bottom: 30px;
}

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

#tax .col-xs-1 {
  width: 45px;
}

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

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

#envios h1 {
  font-family: roboto-condensed;
  font-size: 29px;
  margin-bottom: 30px;
}

#envios .botonDuda {
  width: 150px;
  margin: 0 auto;
}

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

#envios h2 {
  font-style: italic;
  font-size: 20px;
  font-family: roboto-bold;
}

#envios h3 {
  font-size: 16px;
  font-family: roboto-bold;
  color: #0072b0;
  margin-bottom: 4px;
}

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

#postVenta {
  text-align: center;
}

#postVenta h1 {
  font-family: roboto-condensed;
  font-size: 29px;
  text-align: left;
  margin-bottom: 20px;
}

#postVenta h3 {
  text-align: center;
  font-family: roboto-bold;
  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: 0px !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: 0px !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 .panel-body {
  padding-top: 30px !important;
}

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

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

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

#rsp .pregFrecuentes {
  clear: both;
  padding-top: 15px;
  padding-bottom: 11px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  background: #2e71ae;
  color: white;
  padding-left: 80px;
  position: relative;
  max-width: 772px;
}

#rsp .pregFrecuentes:before {
  font-family: DecathlonCube;
  position: absolute;
  top: 11px;
  right: 35px;
  content: "\E007";
  color: white;
  font-size: 16px;
}

#montaje h1 {
  font-family: roboto-condensed;
  font-size: 29px;
  margin-bottom: 30px;
}

#montaje h2 {
  font-size: 20px;
  font-family: roboto-bold;
  font-style: italic;
}

#montaje .row {
  width: 90%;
  margin: 0 auto;
  padding-top: 7px;
  padding-bottom: 7px;
}

#montaje .fondoGrey {
  background: #c5c5c5;
}

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

#montaje .producto {
  width: 160px;
}

#montaje .bloque {
  border: 0px !important;
  margin-top: 20px;
  margin-bottom: 40px !important;
}

#montaje .bloque .row {
  border: solid 1px #c5c5c5;
}

#pago h1 {
  font-family: roboto-condensed;
  font-size: 29px;
  margin-bottom: 40px !important;
}

#pago h2 {
  font-family: roboto-bold;
  font-style: italic;
}

#pago .row {
  border: solid 2px #0082c3;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  width: 90%;
  margin-left: 0px;
}

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

#pago .row .imagen img {
  width: 60px;
}

#pago .row p {
  text-align: center;
  line-height: 5px;
  font-family: roboto-bold;
}

#pago .cuadro .imagenTitulo {
  width: 30px;
  margin-right: 10px;
}

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

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

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

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

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

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

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

#prensa h1 {
  font-family: roboto-condensed;
  font-size: 29px;
  margin-bottom: 30px;
}

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

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

#prensa textarea:focus {
  outline: none;
}

#prensa textarea {
  resize: none;
}

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

#prensa button {
  border: none;
}

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

.seccion h2 {
  font-size: 15px;
  /* font-family:roboto-condensed; */
}

.infoAdi p {
  font-size: 12px;
}

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

#ventaEmpresas h1 {
  font-family: roboto-condensed;
  font-size: 29px;
}

#ventaEmpresas h2 {
  font-family: roboto-bold;
  font-style: italic;
  font-size: 20px;
}

#ventaEmpresas h3 {
  font-family: roboto-bold;
  font-size: 16px;
  color: #0072b0;
  margin-bottom: 4px;
}

#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 .venta1 h2 {
  margin-bottom: -5px;
}

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

#ventaEmpresas .venta3 h2 {
  margin-bottom: -5px;
}

#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 h1 {
  font-family: roboto-condensed;
  font-size: 29px;
  margin-bottom: 30px;
}

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

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

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

#seguridad .headerSeg span {
  float: right;
}

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

#seguridad .row {
  border: solid 1px #0081c5;
  margin-bottom: 30px;
  width: 95%;
  margin-left: 0px;
}

#seguridad p {
  position: relative;
  top: 30px;
  font-size: 14px;
}

#seguridad .botonSeg {
  position: relative;
  top: 20px;
}

#tarjetaDecath {
  padding-right: 30px;
}

#tarjetaDecath h1 {
  font-family: roboto-condensed;
  font-size: 29px;
  margin-bottom: 30px;
}

#tarjetaDecath h2 {
  font-family: roboto-bold;
  font-style: italic;
  margin-bottom: 0px;
}

#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: 0px;
}

#tarjetaDecath .bloqueFinal h3 {
  text-align: center;
  font-size: 16px;
  color: #0072b0;
}

#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-size: 20px;
  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 {
  text-align: center;
  margin-top: 10px;
}

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

/**************** BEGIN TARJETA REGALO       *************************/
/* RESET STYLE HTML 5 */
div#tarjetaReg * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: roboto-condensed, sans-serif;
}

div#tarjetaReg {
  display: block;
}

div#tarjetaReg {
  line-height: 1;
}

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;
}

/* OSSATURE */
div#tarjetaReg {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 0 37px;
}

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

/* CTA */
#tarjetaReg .btnall {
  margin: 0 auto 25px;
  position: relative;
  height: 40px;
  font-family: roboto-bold, Arial;
  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 #333333;
}

#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";
  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 h1 {
  margin-top: -20px;
  margin-bottom: 7px;
  font-family: roboto-bold, arial;
  font-size: 35px;
  color: white;
  text-transform: uppercase;
  position: relative;
  font-weight: 100;
  letter-spacing: 0px;
  margin: 0;
  padding: 18px 0 10px;
}

#tarjetaReg h2 {
  color: white;
  font-size: 20px;
  font-family: roboto-bold, arial;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#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 .boton-amarillo.right {
  font-family: roboto-bold, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}

#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 h3 {
  margin-top: 20px;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  font-family: roboto-bold, arial;
  font-size: 30px;
}

#tarjetaReg h3 strong {
  color: #1c83c1;
  font-family: roboto-bold, arial;
  font-size: 30px;
}

#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 strong {
  font-family: roboto-bold, arial;
  text-transform: uppercase;
  font-size: 25px;
}

#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;
  font-family: roboto-bold, arial;
  text-align: center;
  padding-bottom: 10px;
}

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

@media (max-width: 1024px) {
  #tarjetaReg h4 {
    font-size: 20px;
    margin-left: 20px;
  }

  #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: 0px !important;
  }
}

/**************** END TARJETA REGALO       *************************/
/****************  SEGUROS DEPORTIVOS   *************************/
/* RESET STYLE HTML 5 */
div#seguro * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  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;
}

div#seguro {
  line-height: 1;
}

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;
}

/* OSSATURE */
div#seguro {
  display: block;
  width: 100%;
}

div#seguro p {
  font-size: 13px;
}

/* CTA */
#seguro .btnall {
  margin: 0 auto 25px;
  position: relative;
  height: 40px;
  font-family: roboto-bold, Arial;
  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 #333333;
}

#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: 0px !important;
  position: relative;
  text-align: center;
}

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

#seguro h1 {
  font-family: roboto-bold, arial;
  font-size: 27px;
  color: white;
  text-transform: uppercase;
  position: relative;
  font-weight: 100;
  letter-spacing: 0px;
  margin: 0;
  padding: 18px 0 10px;
  z-index: 3;
}

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

#seguro p.intro {
  padding: 0;
  color: #fff;
  font-size: 12px;
  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 h2 {
  margin-top: 20px;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  font-family: roboto-bold, arial;
  font-size: 24px;
  padding-bottom: 30px;
}

#seguro h2 strong {
  color: #1c83c1;
  font-weight: bold;
  font-family: roboto-bold, arial;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 30px;
}

#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 h4 {
  font-weight: bold;
  font-family: roboto-bold, arial;
  font-size: 24px;
  padding-bottom: 20px;
  margin-left: 21%;
}

#seguro h4 strong {
  color: #1c83c1;
  font-weight: bold;
  font-family: roboto-bold, arial;
  font-size: 24px;
}

#seguro p.detail {
  font-size: 15px;
  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 h3 font {
  color: #1c83c1;
  font-weight: bold;
  font-family: roboto-bold, arial;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 50px;
}

#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;
}

#seguro p.para {
  font-size: 15px;
  text-align: left;
  padding-bottom: 25px;
  line-height: 16px;
  margin-top: 5%;
}

@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 p.detail {
    font-size: 15px;
    text-align: left;
    padding-bottom: 25px;
    margin-left: 22%;
    line-height: 20px;
  }

  #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 h2 {
    font-size: 29px;
  }

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

  #seguro .puce1 {
  }

  #seguro .puce2 {
  }

  #seguro .puce3 {
  }

  #seguro .puce4 {
  }

  #seguro .puce5 {
  }

  #seguro .puce6 {
  }

  #seguro .puce7 {
  }

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

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

  #seguro h4 {
    font-size: 20px;
    margin-left: 23%;
    text-align: left;
    margin-top: 4%;
  }

  #seguro h4 strong {
    font-size: 20px;
    margin-top: 4%;
    text-align: left;
    width: 100%;
  }

  #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%;
  }

  #seguro h3 {
    font-size: 29px;
    width: 108%;
    text-align: left;
  }

  #seguro h3 span {
    font-size: 25px;
    font-family: roboto-bold, arial;
  }
}

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

/****************  FIN SEGUROS DEPORTIVOS   *************************/
/****************** BEGIN FINANCIACION ****************/
/* RESET STYLE HTML 5 */
div#financiacion * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: Arial, Helvetica, sans-serif;
  outline: 0;
}

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

/* HTML5 display-role reset for older browsers */
div#financiacion {
  display: block;
}

div#financiacion {
  line-height: 1;
}

div#financiacion ol,
div#financiacion ul {
  list-style: none;
}

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

div#financiacion blockquote:before,
div#financiacion blockquote:after,
div#financiacion q:before,
div#financiacion q:after {
  content: "";
  content: none;
}

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

/* SMOOTH RESPONSIVE */
#financiacion *,
#financiacion {
  -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;
}

/* OSSATURE */
div#financiacion {
  max-width: 700px;
  display: block;
  width: 100%;
  margin: 0 30px;
}

#financiacion .bodyresponsive,
#financiacion #boxcontent {
  max-width: 1000px;
  height: auto;
  display: block;
  margin: 0 auto;
}

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

#financiacion .clear-both {
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
  overflow: hidden;
  line-height: 1px;
}

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

#financiacion .inside-step {
  max-width: 960px;
  display: block;
  margin: 0 auto;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

#financiacion .btnOgea {
  width: auto;
  text-align: left;
  margin-left: 10%;
  padding-top: 7px;
  padding-left: 10px;
  height: 29px;
  margin-bottom: 33px;
  padding-right: 60px;
}

#financiacion .btnOgea2 {
  width: auto !important;
  text-align: left;
  margin-left: 10%;
  padding-top: 7px;
  padding-left: 10px;
  height: 29px;
  margin-bottom: 33px;
  padding-right: 60px;
}

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

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

#financiacion .bx50 {
  width: 50%;
  display: inline;
  float: left;
  position: relative;
}

#financiacion .greenPart {
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: #007fca;
}

#financiacion p.specialwhite {
  padding: 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  display: block;
}

#financiacion img.carteAlsolia {
  max-width: 388px;
  margin: 0 auto;
}

#financiacion .mentionsAlsolia {
  display: block;
  text-align: left;
  width: 50%;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  margin: 0;
}

#financiacion .mentionsAlsolia a {
  color: #ffffff;
  text-decoration: underline;
}

#financiacion .mentionsAlsolia a:hover {
  text-decoration: none;
}

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

#financiacion .inside-box {
  padding: 20px 50px;
  display: block;
}

#financiacion .border-white .inside-box {
  border-right: 1px solid #ffffff;
}

#financiacion .border-dark .inside-box {
  border-left: 1px solid #e9e9e9;
}

#financiacion .fidelitepicto {
  background-position: 0 -54px;
}

#financiacion .magasinpicto {
  background-position: 0 -108px;
}

#financiacion .digitalpicto {
  background-position: 0 -162px;
}

#financiacion img.macartealsolia {
  max-width: 410px;
  margin: 0 auto;
}

/* step 3 */
#financiacion .step3,
#financiacion .step4 {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
}

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

/* step 4 */
#financiacion img.logoalsoliafr {
  max-width: 84px;
  display: inline-block;
  vertical-align: middle;
}

#financiacion .step4 p#transparency-mention {
  color: #a3a3a3;
  width: 80%;
  margin: 0 auto;
  font-size: 11px;
}

#financiacion .step4 p.specialStrong strong {
  font-size: 16px;
}

#financiacion .step4 p.specialStrong {
  font-size: 14px;
}

/* TYPO */
#financiacion h1,
#financiacion h1 font,
#financiacion h2,
#financiacion h2 font,
#financiacion h3,
#financiacion h3 font {
  position: relative;
  font-size: 30px;
  font-weight: 100;
  font-family: roboto-bold, arial;
  text-transform: uppercase;
  letter-spacing: -0.8px;
  margin: 0;
  padding: 20px 0 20px;
  position: relative;
  color: #fff;
}

#financiacion h2,
#financiacion h2 font {
  color: #191919;
  font-size: 24px;
}

#financiacion h3,
#financiacion h3 font {
  color: #191919;
  font-size: 18px;
  padding: 0;
  margin: 0 0 40px;
  display: inline-block;
}

#financiacion h1 font {
  color: #191919;
}

#financiacion h2 font {
  color: #007fca;
}

#financiacion p strong {
  font-weight: bold;
}

#financiacion p {
  font-size: 13px;
  line-height: 20px;
  padding: 0 0 15px;
  color: #191919;
}

#financiacion h1:after,
#financiacion h2:after {
  content: "";
  display: block;
  width: 59px;
  height: 60px;
  position: absolute;
  top: 0;
  left: -25px;
}

#financiacion p a {
  color: #0083c2;
  text-decoration: underline;
}

#financiacion p a:hover {
  text-decoration: none;
}

/* CTA */
#financiacion .btnall {
  margin: 0 auto 25px;
  position: relative;
  height: 40px;
  font-family: roboto-bold, Arial;
  font-size: 15px;
  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 #777;
}

#financiacion .btnsecond {
  display: inline-block;
  padding: 5px 10px;
  text-align: left;
  color: #343434;
  font-family: roboto-condensed, arial;
  font-size: 16px;
  text-decoration: underline;
  text-transform: uppercase;
}

#financiacion .btnsecond:hover {
  color: #fff;
  background: #23477e;
}

#financiacion .calagebox {
  max-width: 1024px;
  display: block;
  position: relative;
  margin: 0 auto;
}

/* HEAD PAGE */
#financiacion .head-page img {
  max-width: 405px;
  display: block;
  width: 100%;
  margin: 0 auto;
}

#financiacion .bloc-pos-logo {
  width: 60%;
  display: block;
  text-align: center;
  padding: 50px 0 0;
}

/*
RESPONSIVE
*/
@media (max-width: 1024px) {
}

@media (max-width: 768px) {
  #financiacion .step1 p.specialwhite {
    background: none;
  }
}

@media (max-width: 660px) {
  #financiacion .step1 {
    background: #95b908;
  }

  #financiacion .inside-step {
    padding-top: 15px;
  }

  #financiacion .bx50 {
    clear: both;
    width: 100%;
    float: none;
    overflow: hidden;
    position: relative;
    display: block;
    text-align: center;
  }

  #financiacion .step1 p.specialwhite {
    font-size: 15px;
  }

  #financiacion img.carteAlsolia,
  #financiacion img.macartealsolia {
    max-width: 200px;
  }

  #financiacion .inside-box {
    padding: 20px 0;
  }

  #financiacion .inside-box p {
    text-align: left;
  }

  #financiacion .border-white .inside-box,
  #rsp .border-dark .inside-box {
    border: none;
  }

  #financiacion h1,
  #financiacion h1 font {
    font-size: 25px;
    padding: 0;
    margin: 0 0 20px;
  }

  #financiacion h2,
  #financiacion h2 font {
    font-size: 20px;
    padding: 0;
    margin: 0 0 20px;
  }

  #financiacion h3,
  #financiacion h3 font {
    font-size: 15px;
    padding: 0;
    margin: 0 0 40px;
  }

  #financiacion p {
    font-size: 12px;
  }

  #financiacion .btnOgea {
    width: 215px !important;
  }

  #financiacion .puceexplain {
    background-size: 40px;
    width: 40px;
    height: 40px;
    left: -50px;
    margin-top: -20px;
  }

  #financiacion .fidelitepicto {
    background-position: 0 -40px;
  }

  #financiacion .magasinpicto {
    background-position: 0 -80px;
  }

  #financiacion .digitalpicto {
    background-position: 0 -120px;
  }

  #financiacion .mentionsAlsolia {
    width: 100%;
    text-align: center;
  }

  #financiacion .masterpiece {
    z-index: -1;
  }

  #financiacion .greenPart {
    z-index: -2;
  }
}

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

  #financiacion .btnOgea2 {
    font-size: 10px;
    margin-left: 0px !important;
    width: 215px;
  }
}

/*****************  END FINANCIACION *****************/
.static-image-holder02 {
  text-align: center;
}

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

  .bloqueCentrado {
    max-width: 88%;
  }
}

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

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

  #entrega .bloqueSeguimiento span.icon.icon-pin {
    display: none;
  }

  #entrega .cta-v2.cta-v2--alt.puntos-recogida {
    width: 100%;
  }
}

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

@media (max-width: 1100px) {
  .empresa-container .title-p-sm span {
    top: -4px;
    margin-left: -9px;
  }

  #rsp .container .bloques .m-subnav .m-subnav-header {
    padding: 17px;
  }
}

@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 .row {
    padding-bottom: 40px;
  }

  #seguridad p {
    position: static;
    font-size: 12px;
  }

  #pago .segBloque {
    clear: both;
  }

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

  #entrega .bloqueFinal .bloque2 {
    clear: both;
    margin-top: 50px;
  }

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

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

  #empresa img {
    margin: 0 auto;
  }

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

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

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

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

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

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

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

  #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;
  }
}

@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;
  }

  .menuResponsive {
    display: block;
  }

  .menuDesk {
    display: none;
  }

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

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

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

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

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

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

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

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

  .seccion {
    padding-left: 0px;
  }

  #postVenta .servicio img {
    display: none;
  }

  #postVenta #collapsePer img {
    display: none;
  }

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

  #entrega {
    margin-bottom: 30px;
  }

  #montaje {
    margin-bottom: 70px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  #entrega .col-sm-6.click-express {
    padding-top: 20px;
    clear: both;
  }

  #rsp .bloqueFinal .col-md-2.col-sm-6.col-xs-6 {
    margin-bottom: 20px;
  }

  #seguridad .row {
    width: 100%;
  }

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

  #tarjetaDecath h2,
  #tarjetaDecath p {
    text-align: center;
  }

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

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

  #tarjetaDecath h2 {
    font-size: 15px;
  }

  #entrega .imagenTop img {
    display: none;
  }

  #entrega .clickBloque .boton-azul {
    margin-bottom: 20px;
  }

  #entrega .soltec {
    top: -4px;
  }
}

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

  #prensa .ayuda .boton-azul {
    right: 0px !important;
    clear: both;
    top: 0px !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: 0px !important;
    padding-right: 20px !important;
  }

  #tax h2 {
    font-size: 15px;
  }

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

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

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

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

  #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) {
  #entrega .pregFrecuentes {
    text-align: left;
    padding-left: 15px;
  }

  #entrega .pregFrecuentes:before {
    right: 15px;
  }

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

  #montaje .row {
    width: 100%;
  }

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

  textarea {
    height: 100px;
  }

  .seccion h1 {
    font-size: 22px !important;
  }

  #empresa h3 {
    font-size: 17px;
  }

  #empresa h2 {
    font-size: 17px;
  }

  #entrega h2 {
    font-size: 14px;
  }

  #entrega h3 {
    font-size: 17px;
  }

  #pago h2 {
    font-size: 15px;
  }

  #envios h2 {
    font-size: 17px;
  }

  #cambio {
    padding-right: 20px;
  }

  #cambio h2 {
    font-size: 15px;
  }

  #cambio h3 {
    font-size: 14px;
  }

  #montaje h2 {
    font-size: 17px;
  }

  #ventaEmpresas h2 {
    font-size: 16px;
  }

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

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

  #entrega .imagenTop img {
    width: 200px;
  }

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

  #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: 0px;
  }

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

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

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

@media (max-width: 400px) {
  #rsp .bloqueFinal .col-md-2.col-sm-6.col-xs-6 {
    max-width: 140px;
    margin-bottom: 20px;
  }

  #envios h2 {
    font-size: 14px;
  }

  #envios h3 {
    font-size: 13px;
  }

  #cambio h2 {
    font-size: 14px;
  }

  #cambio h3 {
    font-size: 13px;
  }

  #postVenta h3 {
    font-size: 20px;
  }

  #postVenta .mainPostVenta h4 {
    font-size: 15px;
  }

  #aperturas .panel-body h2 {
    font-size: 17px;
  }

  #aperturas .panel-body h3 {
    font-size: 15px;
  }

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

  .panel-body {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .m-accordion {
    padding-right: 10px !important;
  }

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

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

  #entrega .bloqueFinal .imagen {
    /* width: 40px; */
  }

  #entrega .bloqueFinal .imagen img {
    width: 40px;
  }

  #entrega .bloqueFinal p {
    top: 10px;
  }

  .col-sm-9.info .panel-title {
    font-size: 12px !important;
  }

  .panel-title {
    font-size: 13px !important;
  }

  .m-accordion .panel-group .panel .panel-title .icon {
    width: 25px;
    height: 25px;
    right: 2px;
  }

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

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

  #empresa img {
    width: 150px;
  }

  #cambio .baseline-etape {
    margin-top: 0px;
    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 .col-sm-11 h2 {
    margin-top: 6px;
  }

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

  #tarjetaDecath {
    padding-right: 15px;
  }

  .menuResponsive .panel-primary > .panel-heading {
    padding-bottom: 12px;
    padding-top: 15px;
  }

  .menuResponsive .icon {
    top: 24px;
  }

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

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

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

  .m-accordion .panel-group .panel .panel-title .icon:before {
    margin-top: 0px !important;
  }

  .m-accordion .panel-group .panel .panel-title a.collapsed .icon:before {
    margin-top: 4px !important;
  }

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

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

  #rsp .boardLayout .panel-body {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

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

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

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

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

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

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

  #rsp #cambio .boardLayout .panel-body {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

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

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

  #cambio .boardLayout .panel-primary #collapseCod {
    padding-bottom: 20px;
  }

  #rsp .seccion {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@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: 0px !important;
  }
}
