.txt-boton{
  font-size: 12pt;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFFFFF;
}

.txt-desde{
  font-size: 10pt;
  color: #000000;
}

.txt-precio{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14pt;
  color: #5C9F24;
  font-weight: bold; 
}

.online_ebnto {
    width: 120px;
    height: 28px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    position: absolute;
    top: 12px;
    right: 15px;
    border-color: #9b9993;
    border-width: 1px;
    border-style: solid;
    font-weight: bold;
    font-size: 13pt;
}

/* --- button theme --- */
.btn-block {
    display:block;
    width: 100%;
}

.ebnto.is-event{
	height: 100%;
}

.ebnto:hover{
	box-shadow: 0px 4px 14px #DFE2E6;
    transform: translateY(-5px);
}

.ebnto {
    background-color: #FFFFFF;
    margin-top: 0.7rem;
    margin-bottom: 1.4rem;
    overflow: hidden;
    border: 1px solid #DFE2E6;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.ebnto__banner{
    width: 100%;
    height: 30rem;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #DFE2E6;
    background-color: #f9603a;
    background-size: cover;
}
.ebnto__banner figure {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
}

.texto_slide_principal{
  font-size: 20pt;
  color: #FFFFFF;
}

.boton_success {
  color: #FFFFFF;
  display: block;
  width: 100%;
  background: #5bbf21;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  text-shadow: none;
  padding-right: 0;
  padding-left: 0;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
}

.boton_danger {
  color: #FFFFFF;
  display: block;
  width: 100%;
  background: #e5053a;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  text-shadow: none;
  padding-right: 0;
  padding-left: 0;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
}

.boton_warning {
  color: #FFFFFF;
  display: block;
  width: 100%;
  background: #f96302;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  text-shadow: none;
  padding-right: 0;
  padding-left: 0;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
}

.boton_info {
  color: #FFFFFF;
  display: block;
  width: 100%;
  background: #00b7c6;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  text-shadow: none;
  padding-right: 0;
  padding-left: 0;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
}