body {
  width: 100%;
  font-family: 'Nunito', sans-serif;
}
a:hover, a:focus, a:visited {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
}
.nopadding {
  padding-left: 0;
  padding-right: 0;
}
.rosa {
  color: #AE4073;
}
.fucsia {
  color: #C40335;
}
.granate {
  color: #8C3F66;
}
.azul {
  color: #001D7E;
}
.gris {
  color: #5B5B5F;
}
.contenedor {
  max-width: 960px;
  margin: 0 auto;
}
header {
  background-image: url(../img/esteve.png);
  background-position: top right;
  background-repeat: no-repeat;
}
.titulo {
  background: #AE4073; /* Rosa*/
  color: #FFF;
  padding: 10px 5px;
}
.titulo1 {
  background: #DF464B; /* Rosa*/
  color: #FFF;
  padding: 10px 5px;
}
.titulo h1, .titulo1 h1 {
  color: #FFF;
  margin: 0;
  text-align: center;
  font-size: 1.8vw;
  padding: 1% 0;
}
.titulo img, .titulo1 img {
  padding: 10% 0;
}
.contenido {
  padding: 2% 15px;
  font-size: 23px;
}
.textos {
  text-align: center;
}
hr.discont {
  /*border-bottom: 1px dashed #AE4073;*/
}
.div_discont {
    border: 1px dashed #AE4073;
    padding: 15px;

}
.iconocal {
  padding: 3% 0;
  text-align: center;
}
.iconocal h2 {
  font-size: 1.8vw;
  margin: 0;
  padding: 10px 0;
}
.paso {
  padding: 20px;
}
.dentro {
  border: 1px dashed #AE4073;
  position: relative;
  padding: 15px 20px;
  text-align: center;
  font-size: 20px;
  display: table;
  height: 180px;
}
.dentro p {
  display: table-cell;
  vertical-align: middle;
}
.paso:before {
  content: url(../img/next.png);
  position: absolute;
  right: -13px;
  top: 43%;
}
.paso:last-child:before {
  content: "";
}
.owl-carousel .owl-item img {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.calculadora {
  padding: 20px 0;
}
.titulo {
  /*background: #DF464B;*/
  background: #AE4073;
  margin-bottom: 5px;
}
.titulo1 {
  background: #DF464B;
  margin-bottom: 5px;
}
.titulo h3, .titulo1 h3 {
  color: #FFF;
  margin: 0;
}
.selector {
  margin-bottom: 5px;
  border: 1px solid #8C3F66;
  padding: 10px 20px;
}
.selector p {
  margin: 0;
  padding: 10px 0;
}
.rango {
  height: 50px;
}
.rango .col-xs-4 {
  position: relative;

}
.rango p {
  font-size: 14px;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -50px;
}
.rango div:first-child p {
  text-align: left;
}
.rango div:last-child p {
  text-align: right;
}

/* Sliders */
.slider.slider-horizontal {
  width: 100%;
}
.slider.slider-horizontal .slider-track {
  background: #89878C;
}
.slider.slider-horizontal .slider-selection {
  background: #8C3F66;
  border-radius: 25px;
}
.slider-handle {
  position: absolute;
  top: -5px;
  width: 30px;
  height: 30px;
  background-color: #DF464B;
  background-image: none;
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border: 0 solid transparent;
}
.slider.slider-horizontal .slider-handle {
    margin-left: -14px;
}
.slider.slider-horizontal .slider-track {
    height: 15px;
    width: 100%;
    margin-top: -7px;
    top: 50%;
    left: 0;
    border-radius: 25px;
}
.tit {
  word-wrap: break-word;
}
.restit {
  background: #001D7E;
  color: #FFF;
}
.res {
  padding: 0 5px;
}
.res h5 {
  border: 1px solid #001D7E;
  padding: 9px;
  margin: 0;
  color: #001D7E;
  font-weight: bold;
}
.mini {
  font-size: 16px;
  padding: 10px 0;
}
h5 {
  font-size: 22px;
}
.coments {
  background: #8C3F66;
  color: #FFF;
}
textarea.form-control {
  padding-top: 20px;
}
.botondesc {
  padding-bottom: 20px;
}
span {
  font-weight: bold;
}
.logo {
  margin-bottom: 20px;
}
.solapa {
  max-width: 740px;
  margin: 0 auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-box-shadow: -2px -2px 11px 0 rgba(19,18,18,.35), 0 1px 2px rgba(0,0,0,.8);
  box-shadow: -2px -2px 11px 0px rgba(19, 18, 18, 0.35), 0 1px 2px rgba(0, 0, 0, 0.8);
  padding: 20px;
}
.solapa .solint {
  padding: 15px;
}
footer {
  background: #434040;
  color: #FFF;
  padding: 15px 0;
}
footer p {
  margin: 0;
}
footer .left {
  text-align: left;
}
footer .right {
  text-align: right;
}
@media (max-width:960px) {
  header {
    background-image: url(../img/esteve3.png);
  }
  .titulo h1, .titulo1 h1 {
    font-size: 2.8vw;
  }
}
@media (max-width:767px) {
  .botondesc {
    text-align: center;
  }
}
@media (max-width:600px) {
  .paso {
    padding: 40px;
  }
  .paso:before {
    right: 5px;
  }
  .owl-carousel .owl-item img {
    display: block;
    width: 50%;
    padding: 10px 0;
    margin: 0 auto;
  }
  .selector {
    padding: 5px;
  }
  .tit, .tot {
    padding-left: 0;
    padding-right: 0;
  }
  .tit p {
    font-size: 16px;
  }
  .rango p {
    font-size: 10px;
  }
  .titulo h3, .titulo1 h3 {
    font-size: 16px;
  }

}
@media (max-width:480px) {
  header {
    background-image: url(../img/esteve2.png);
  }
  .titulo h1, .titulo1 h1 {
    font-size: 3.2vw;
  }
  .contenido {
    font-size: 18px;
  }
  .tit p {
    font-size: 12px;
  }
  .res h5 {
  font-size:15px;
  padding: 12px 9px;
  }

}
