@import url("gridlex.min.css");

#ge-container {
  /* background: #fff; */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
  /*max-width: 1170px; */
  margin: auto;

}

#ge-container h2{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  color: #333;
}

#ge-container h3{
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24.2px;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #333;
  background: none;
}

#ge-container a{
  color: #333;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  margin: 1%;
}

#ge-container a:hover{
  color: #000;
  text-decoration: none;
}

#ge-container .ge-header {
  padding: 15px 5% 5px 5%;
  background-color: #F1F1F1;
  border: 1px solid #ddd;
  border-bottom: none;
}

#ge-container .ge-body {
  padding: 10px 5% 10px 5%;
  border: 1px solid #ddd;
  background: #fff;
}

#ge-container .ge-btn-orange{
  background-color: rgb(235, 161, 0);
  background-image: none;
  border-bottom-color: rgb(235, 161, 0);
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(235, 161, 0);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgb(235, 161, 0);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgb(235, 161, 0);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-style: solid;
  border-top-width: 1px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-block;
  font-family: 'Bree Serif', sans-serif;
  font-size: 18px;
  font-weight: normal;
  height: 46px;
  line-height: 24px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-user-select: none;
}

.ge-btn {
  color: #fff!important;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}

.ge-btn:focus,
.ge-btn:active:focus,
.ge-btn.active:focus,
.ge-btn.focus,
.ge-btn:active.focus,
.ge-btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ge-btn:hover,
.ge-btn:focus,
.ge-btn.focus {
  color: #333;
  text-decoration: none;
}
.ge-btn:active,
.ge-btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.ge-btn.disabled,
.ge-btn[disabled],
fieldset[disabled] .ge-btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
.ge-btn-lg,
.ge-btn-group-lg > .ge-btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.ge-btn-sm,
.ge-btn-group-sm > .ge-btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.ge-btn-xs,
.ge-btn-group-xs > .ge-btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.ge-btn-block {
  display: block;
  width: 100%;
}
.ge-btn-block + .ge-btn-block {
  margin-top: 5px;
}

.ge-btn-green {
  background-color: #839F00;
  border-color: #839F00;
  color: #fff;
}
.ge-btn-green:hover,
.ge-btn-green:focus,
.ge-btn-green:active,
.ge-btn-green.active {
  background-color: #6e8600;
  border-color: #596c00;
  color: #fff;
}
.ge-btn-green.disabled:hover,
.ge-btn-green.disabled:focus,
.ge-btn-green.disabled:active,
.ge-btn-green.disabled.active,
.ge-btn-green[disabled]:hover,
.ge-btn-green[disabled]:focus,
.ge-btn-green[disabled]:active,
.ge-btn-green[disabled].active,
fieldset[disabled] .ge-btn-green:hover,
fieldset[disabled] .ge-btn-green:focus,
fieldset[disabled] .ge-btn-green:active,
fieldset[disabled] .ge-btn-green.active {
  background-color: #839F00;
  border-color: #839F00;
  color: #fff;
}

.ge-btn-yellow {
  background-color: #EBA100;
  border-color: #EBA100;
  color: #fff;
}
.ge-btn-yellow:hover,
.ge-btn-yellow:focus,
.ge-btn-yellow:active,
.ge-btn-yellow.active {
  background-color: #d29000;
  border-color: #b87e00;
  color: #fff;
}
.ge-btn-yellow.disabled:hover,
.ge-btn-yellow.disabled:focus,
.ge-btn-yellow.disabled:active,
.ge-btn-yellow.disabled.active,
.ge-btn-yellow[disabled]:hover,
.ge-btn-yellow[disabled]:focus,
.ge-btn-yellow[disabled]:active,
.ge-btn-yellow[disabled].active,
fieldset[disabled] .ge-btn-yellow:hover,
fieldset[disabled] .ge-btn-yellow:focus,
fieldset[disabled] .ge-btn-yellow:active,
fieldset[disabled] .ge-btn-yellow.active {
  background-color: #EBA100;
  border-color: #EBA100;
  color: #fff;
}

.ge-btn-yellow-transparent {
  background: none;
  border-color: #EB8B00;
  color: #EB8B00;
}
.ge-btn-yellow-transparent:hover,
.ge-btn-yellow-transparent:focus,
.ge-btn-yellow-transparent:active,
.ge-btn-yellow-transparent.active {
  background: none;
  border-color: #EB8B00;
  color: #EB8B00;
}
.ge-btn-yellow-transparent.disabled:hover,
.ge-btn-yellow-transparent.disabled:focus,
.ge-btn-yellow-transparent.disabled:active,
.ge-btn-yellow-transparent.disabled.active,
.ge-btn-yellow-transparent[disabled]:hover,
.ge-btn-yellow-transparent[disabled]:focus,
.ge-btn-yellow-transparent[disabled]:active,
.ge-btn-yellow-transparent[disabled].active,
fieldset[disabled] .ge-btn-yellow-transparent:hover,
fieldset[disabled] .ge-btn-yellow-transparent:focus,
fieldset[disabled] .ge-btn-yellow-transparent:active,
fieldset[disabled] .ge-btn-yellow-transparent.active {
  background: none;
  border-color: #EB8B00;
  color: #EB8B00;
}

#ge-container .text-right{
  text-align: right;
}

.ge-light{
  color: #878787!important;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
}

.ge-light:hover,
.ge-light:active,
.ge-light:focus {
  outline: none;
  text-decoration: none;
  color: #5e5e5e;
}

.ge-size-18{
  font-size: 18px!important;
}

.ge-bold{
  font-weight: bold!important;
}

.ge-img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
}

/* prueba */

[class*=ge-grid-middle]>.ge-col{/* flex-basis:100%; *//* max-width:100%; *//* flex-basis: 100%; *//* max-width: 100%; */}