.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*=col-]:not(:first-child),
.row.no-gutter [class*=col-]:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.calculadora-header {
  padding: 45px 0;
  background-image: url("../../../img/oficina-tecnica/calculadora-juntas/header-mobile.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.calculadora-header h1 {
  margin-top: 0;
}

.calculadora-intro {
  margin-top: 2em;
  text-align: center;
}
.calculadora-intro p {
  color: #4e4e4e;
  font-size: 1em;
}

.bloque-calculadora {
  padding: 2em 0;
}

.producto-seleccionado {
  text-align: center;
  margin-bottom: 2em;
  margin-top: 1.5em;
}
.producto-seleccionado a {
  color: #142b61;
}
.producto-seleccionado h3 {
  color: #142b61;
  font-weight: bold;
  font-size: 1.3em;
}

.header-elegir-producto {
  cursor: pointer;
}
.header-elegir-producto .list-group {
  margin-bottom: 0;
}
.header-elegir-producto .list-group-item {
  background-color: #4e5d7f;
  color: #fff;
  border: 0;
  border-radius: 0;
  background-image: url("../../../img/oficina-tecnica/calculadora-juntas/triangulo.png");
  background-size: 20px;
  background-position: 96% 12px;
  background-repeat: no-repeat;
}
.header-elegir-producto .list-group-item:hover {
  background-color: #222f60;
}

.list-group-productos .list-group-item {
  border-radius: 0;
  border: 0;
  color: #4e5d7f;
}
.list-group-productos .list-group-item:nth-child(even) {
  background: #dfdfdf;
}
.list-group-productos .list-group-item:nth-child(odd) {
  background: #f3f3f3;
}
.list-group-productos .radio {
  margin-top: 5px;
  margin-bottom: 5px;
}
.list-group-productos .list-group-item-checked {
  font-weight: bold;
  font-family: "Geogrotesque-bd";
}

.form-calculadora-juntas .col-label label {
  display: block;
  background-color: #4e5d7f;
  color: #fff;
  padding: 5px 5px;
  margin-right: 5px;
}
.form-calculadora-juntas .form-control {
  border-radius: 0;
  border: 0;
}
.form-calculadora-juntas .form-control-cm,
.form-calculadora-juntas .form-control-mm {
  background-color: #e8e8e8;
  color: #142b61;
  font-size: 20px;
  background-size: 16px;
  background-position: 64% 14px;
  background-repeat: no-repeat;
}
.form-calculadora-juntas .form-control-cm {
  background-image: url("../../../img/oficina-tecnica/calculadora-juntas/unit-cm.png");
}
.form-calculadora-juntas .form-control-mm {
  background-image: url("../../../img/oficina-tecnica/calculadora-juntas/unit-mm.png");
}

.calculadora-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calculadora-actions .btn-reset,
.calculadora-actions .btn-calcular {
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
  border: 0;
  font-size: 1.1em;
  padding: 6px 18px;
}
.calculadora-actions .btn-reset {
  background-color: #626262;
}
.calculadora-actions .btn-calcular {
  background-color: #142b61;
  font-family: "Geogrotesque-bd";
  font-weight: normal;
  letter-spacing: 1px;
}

.calculadora-results {
  border-radius: 0;
}

/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .bloque-calculadora {
    margin-bottom: 5em;
  }

  .producto-seleccionado {
    margin-top: 0;
  }

  .calculadora-header {
    padding: 0;
    background-image: url("../../../img/oficina-tecnica/calculadora-juntas/header-desktop.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 200px;
    padding-top: 60px;
  }
  .calculadora-header img, .calculadora-header div {
    display: inline-block;
  }
  .calculadora-header img {
    margin-bottom: 55px;
    max-width: 80px;
  }
  .calculadora-header div {
    margin-left: 40px;
    margin-right: 40px;
  }
  .calculadora-header h1 {
    font-size: 2.6em;
    padding-top: 0;
    margin-top: 0;
  }
  .calculadora-header p {
    font-size: 1.4em;
  }

  .calculadora-intro .claim {
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 3em;
  }
}
/* Large Devices, Wide Screens */