html,
body {
  height: 100%;
}
/*.percent {
    background: -webkit-gradient(linear, left top, right top, color-stop(40%,#F00), color-stop(40%,transparent));
    background: -moz-linear-gradient(left center, #F00 40%, transparent 40%);
    background: -o-linear-gradient(left, #F00 40%, transparent 40%);
    background: linear-gradient(to right, #F00 40%, transparent 40%);
}*/
.text-vieja {
  color:#CC66A3;
}
#menuToggle {
  position: fixed;
  top: 51px;
  left: 0px;
  z-index: 900;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  background: rgba(0,0,0,0.25);
  -webkit-transition: all .1s ease-in-out;
     -moz-transition: all .1s ease-in-out;
      -ms-transition: all .1s ease-in-out;
       -o-transition: all .1s ease-in-out;
          transition: all .1s ease-in-out;
}
#menuToggle:hover {
  color: #ffffff;
  background: rgba(0,0,0,0.2);
  -webkit-transition: all .1s ease-in-out;
     -moz-transition: all .1s ease-in-out;
      -ms-transition: all .1s ease-in-out;
       -o-transition: all .1s ease-in-out;
          transition: all .1s ease-in-out;
}
.menu {
  position: fixed;
  left: -240px;
  width: 300px;
  height: 100%;

  -webkit-transition: all .1s ease-in-out;
     -moz-transition: all .1s ease-in-out;
      -ms-transition: all .1s ease-in-out;
       -o-transition: all .1s ease-in-out;
          transition: all .1s ease-in-out;
}

.wrapper-aside.menu-open {
  left: 0px;
  -webkit-transition: all .1s ease-in-out;
     -moz-transition: all .1s ease-in-out;
      -ms-transition: all .1s ease-in-out;
       -o-transition: all .1s ease-in-out;
          transition: all .1s ease-in-out;
}
.menu-wrap {
  position: absolute;
  top: 0;
  left: 0px;
  width: 240px;
  height: 100%;
  background-color: #eeeeee;
  padding: 0px 10px;
  -webkit-transition: all .1s ease-in-out;
     -moz-transition: all .1s ease-in-out;
      -ms-transition: all .1s ease-in-out;
       -o-transition: all .1s ease-in-out;
          transition: all .1s ease-in-out;
}

.wrapper-aside {
  position: fixed;
  height: 100%;
  width:240px;
  left: -240px;
  top: 0;
  color: #333333;
  z-index: 1000;
  display: table;
  -webkit-transition: all .1s ease-in-out;
     -moz-transition: all .1s ease-in-out;
      -ms-transition: all .1s ease-in-out;
       -o-transition: all .1s ease-in-out;
          transition: all .1s ease-in-out;
}

.wrapper {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}
.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}
.wrapper > .box {
  bottom: 0;
  /* increase for footer use */
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  background-attachment: fixed;
}
.wrapper > .box > .row {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}
.wrapper > .box > .row > .column {
  height: 100%;
  overflow: auto;
  *zoom: 1;
}
.wrapper > .box > .row > .column:before,
.wrapper > .box > .row > .column:after {
  content: "";
  display: table;
}
.wrapper > .box > .row > .column:after {
  clear: both;
}
.wrapper > .box > .row > .column.wrapper-section .col-sm-9.full {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.wrapper > .box > .row > .column.wrapper-section .col-sm-9.full .padding {
  margin-left: -15px;
  margin-right: -15px;
}
.wrapper-aside header {
  margin: 110px 0 20px 0;
  text-align: center;
}
.wrapper-aside header > article {
  margin: auto;
  max-width: 200px;
}
/*.wrapper-aside header > article > img {
  border: 3px solid rgba(255, 255, 255, 0.4);
}*/
.wrapper-aside header h1 {
  font-size: 30px;
  font-weight: 800;
  margin-top: 25px;
  text-shadow: 0 2px rgba(255, 255, 255, 0.8);
}
.wrapper-aside header h2 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 7px;
  text-shadow: 0 2px rgba(255, 255, 255, 0.8);
}
.wrapper-aside nav {
  padding-bottom: 30px;
}
.wrapper-aside nav .pager {
  padding: 0;
  margin: 0;
  margin-bottom: 6px;
}
.wrapper-aside nav .pager a,
.wrapper-aside nav .pager a:focus {
  background-color: #00a69a;
  border-radius: 22.5px;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
  color: #eeeeee;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  width: 45px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.wrapper-aside nav .pager a:hover,
.wrapper-aside nav .pager a:focus:hover {
  background-color: #262b37;
  text-shadow: none;
}
.wrapper-aside footer {
  bottom: 8px;
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  text-align: center;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 2px rgba(255, 255, 255, 0.8);
}
.wrapper-section {
  background-color: rgba(246,248,246,.4);
}
.wrapper-section .wrapper-padding {
  padding-top: 45.5px;
  padding-left: 35px;
  padding-right: 35px;
}
@media (max-width: 768px) {
  .wrapper-section .wrapper-padding {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.wrapper-section .wrapper-padding section .margin-bottom {
  margin-bottom: 30px;
}
.wrapper-section .wrapper-padding section.margin-bottom {
  margin-bottom: 30px;
}
.wrapper-section .wrapper-padding section h2 {
  font-size: 30px;
  font-weight: 300;
}
.wrapper-section footer#signature-footer {
  color: #eeeeee;
  padding-bottom: 35px;
  text-shadow: 0 -2px rgba(0, 0, 0, 0.7);
}
.wrapper-button {
  text-align: center;
}
.verdecin {
  background-color: #69A460;
  color: #fff !important;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
/* === Side Bar Menu === */
.verdeson {
  background-color: #487140;
  color: #fff !important;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.verdesuelo {
  background-color: #598A51;
  color: #fff !important;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.grisecillo {
  background-color: #aaa;
  color: #fff !important;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.verde {
  background-color: #A67479;
  color: #fff !important;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.verde1 {
  background-color: #A45C66;
  color: #fff !important;
}
.verde2 {
  background-color: #713F46;
  color: #fff !important;
}
.verde3 {
  background-color: #B1636E;
  color: #fff !important;
}
.verde4 {
  background-color: #F08796;
  color: #fff !important;
}
.back{
  background-color: #ddd;
  color: #7E140C !important;
}
/* entire container, keeps perspective */
.flip-container {
  cursor: pointer;
  vertical-align: middle;
  perspective: 1000;
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
  transform: rotateY(180deg);
}
.flip-container, .front, .back {
  width:100%;
  height: 60px;
}
/* flip speed goes here */
.flipper {
  transition: 0.3s;
  transform-style: preserve-3d;
  position: relative;
}
/* hide back of pane during swap */
.front, .back {
  vertical-align: middle;
  padding: 15px 0px;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}
/* vertical flipping */
.vertical.flip-container {
  position: relative;
}
.vertical .back {
  transform: rotateX(180deg);
}
.vertical.flip-container .flipper {
  transform-origin: 100% 30px; /* half of height */
}
.vertical.flip-container:hover .flipper {
  transform: rotateX(-180deg);
}
/* back, initially hidden pane */
.back {
  transform: rotateY(180deg);
}
