@import url('fonts.css');
.cfe {
  color: #01814E;
}
.secondary {
  color: #4e4044;
}
body,
html {
  font-family: 'Gotham Book', 'Roboto', Arial, sans-serif;
  color: #4e4044;
  font-size: 14px;
  background-color: #e1e1e1;
}
body strong,
html strong {
  font-family: 'Gotham Bold', 'Roboto', Arial, sans-serif;
}
.header,
header {
  height: 64px;
  background-color: #eb0029;
  background-repeat: repeat-x;
  background-image: url('../images/navigation.png');
  background-size: 43.5px 64px;
}
.header + .container,
header + .container {
  margin-top: 20px;
}
a {
  color: #eb0029;
}
a:hover {
  color: #b80020;
}
h1 {
  margin-top: 40px;
  font-size: 30px;
  text-transform: uppercase;
  color: #eb0029;
  letter-spacing: -1px;
}
h1 strong {
  font-size: 16px;
  color: #4e4044;
  font-weight: normal;
}
h2 {
  color: #4e4044;
  text-transform: uppercase;
}
img.img-responsive.center-block + h2 {
  margin: 20px auto 30px auto;
}
h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: #4e4044;
  margin-bottom: 20px;
}
h4 {
  margin: 15px auto;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #4e4044;
  color: #4e4044;
  padding-bottom: 10px;
}
h5 {
  font-size: 18px;
  color: #eb0029;
}
h5 a {
  color: #4e4044;
}
.help {
  font-size: 15px;
  vertical-align: middle;
}
.help.cvv {
  color: #eb0029;
}
.help:hover {
  color: inherit;
}
.error {
  color: #eb0029;
}
.valido {
  color: green;
}
.panel {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding: 15px;
}
#beneficios .panel {
  border: none;
}
.copy {
  font-size: 10px;
}
.widget {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  color: #67666b;
}
.widget.apps {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #67666b;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.plate {
  background-color: #E9E8E8;
  padding: 40px 0;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #67666b;
}
.carousel-control.left,
.carousel-control.right {
  background: transparent;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-chevron-left {
  color: #eb0029;
}
.carousel-control .mdi {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
  margin-left: -10px;
  color: #eb0029;
}
.carousel-caption h3 {
  color: #eb0029;
}
.modal-content {
  background-color: #EEEEEE;
}
.modal-content .form-group {
  margin-bottom: 6px;
}
.modal-content form-control {
  border: 1px solid #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.modal-content form-control[disabled] {
  background-color: #FCFCFC;
  border-color: #FCFCFC;
}
.modal-content select {
  margin-bottom: 6px;
}
.modal-content .input-group-addon {
  color: #4e4044;
  background-color: #FCFCFC;
  border: 1px solid #FCFCFC;
  border-radius: 4px;
}
.btn.btn-primary {
  background-color: #eb0029;
  border-color: #eb0029;
}
.selcet_services {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding: 10px;
  text-align: center;
  font-size: 0px;
}
.selcet_services .service {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  position: relative;
  padding: 10px;
  margin: 0 10px 10px 10px;
  display: inline-block;
  width: 210px;
  height: auto;
  min-height: 200px;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  vertical-align: top;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.selcet_services .service2 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  position: relative;
  padding: 10px;
  margin: 0 10px 10px 10px;
  display: inline-block;
  width: 210px;
  height: auto;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  vertical-align: top;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.selcet_services .service:hover,
.selcet_services .service:focus {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}
.selcet_services .service a {
  display: block;
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0px;
  height: 100%;
  text-decoration: none;
}
.selcet_services .service p {
  color: #4C4C4C;
  font-size: 12px;
}
.select_service_title {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  border-bottom: 2px solid #eb0029;
  text-align: center;
  margin-bottom: 20px;
}
.select_service_title h2 {
  font-size: 16px;
  margin-bottom: 0px;
}
.select_service_title span {
  font-size: 12px;
  text-transform: none;
  color: #4e4044;
  margin-bottom: 10px;
}
.select_service_title::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f00;
  position: absolute;
  bottom: -10px;
  transform: translateX(-50%);
  left: 50%;
}
.redem_code {
  text-align: center;
  width: 240px;
  padding: 15px;
  margin: 10px auto;
}
.redem_code span {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
.redem_code #code {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.redem_code #code input {
  padding: 0px;
  margin: 0px;
  border: none;
  width: 100%;
  text-align: center;
  color: #000;
  background-color: #EEEEEE;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  outline: 0px;
  padding: 10px;
  margin-top: 5px;
}
.selects {
  padding: 0px;
  margin: 0px;
  border: none;
  width: 100%;
  text-align: center;
  color: #000;
  background-color: #EEEEEE;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  outline: 0px;
  padding: 10px;
  margin-top: 5px;
}
.redem_code #code input:hover,
.redem_code #code input:focus {
  -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.35);
}
.redem_code #code .loading {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: 0;
  margin-right: 10px;
  z-index: 99;
}
.redem_code #code .loading .glyphicon {
  color: #eb0029;
}
.spin {
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
#st_Monto{
  width: 100%;
    padding: 10px;
    height: 42px;
    text-align: center;
    text-align-last: center;
    font-size: 16px;
    border: none;
    background-color: #EEEEEE;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    outline: 0px;
    padding: 10px;
    margin-top: 5px;

}
.extra-img-promos{
  height: 75px !important;
}
.p-monto{
  text-align: center;
  font-size: 18px;
  margin-top: 3px;
  font-weight: bold;

}
.form-group label{ 
    font-size: 14px;
    text-align: left;
    width: 100%;
    padding-left: 5px;
}
.row p.lsaldo{
    height: 35px;
    margin: 0px;
    font-size: 16px;
    line-height: 35px;
}
.ltext{
    height: 20px;
    margin: 0px;
    font-size: 12px;
    line-height: 20px;
}
.lab-text{
    font-size: 14px;
    text-align: left;
    width: 100%;
    padding-left: 5px;
}
