@import url(https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

/* Import Google Web Fonts */
/* Price plans container */
.plans {
  line-height: 23px;
  margin: auto;
  padding: 1px;
  width: 100%;
  font-family: "Open Sans", arial, verdana;
  /* border: 1px solid #EEE; */
  zoom: 1;
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* Plan */
.plan,
.plans_descriptions {
  width: 100%;
  overflow: hidden;
  min-width: 200px;
  float: left;
  list-style-type: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.plans_descriptions .plan_price_name {
  background-color: #f3f3f3;
  height: 50%;
}

.plan {
  background-color: #fff!important;
}

/* Plan descriptions wide screens */
.plan_block {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.plan:last-of-type .plan_block {
  border-right: none;
}

/* Plan name */
.plan_tip {
  font-weight: 500;
  overflow: hidden;
  line-height: 40px;
  margin: -30px -50px 20px;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  color: #FFF;
  font-size: 1em;
  background: #FF983C;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 5px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.plan_header {
  text-align: center;
  text-transform: uppercase;
}

/* Plan price */
.plan_price_name {
  font-weight: 300;
  color: #808080;
}

.price_block {
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  margin: 0 -50px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  color: #FFF;
  background-color: #FF983C;
  height: 140px;
}

.y .price_block, .y .plan_tip {
  color: #000;
}

.plan .p-3 {
  background-color: #FF983C;
}

.g .price_block, .g .plan_tip, .g .p-3 {
  background-color: #1db24b;
}

.b .price_block, .b .plan_tip, .b .p-3 {
  background-color: #2a3b50;
}

.y .price_block, .y .plan_tip, .y .p-3 {
  background-color: #fce642;
}

.e .price_block, .e .plan_tip, .e .p-3 {
  background-color: #6f6f69;
}

.price_amount {
  padding-top: 40px;
  height: 100px;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  font-weight: 700;
}

.price_value {
  line-height: 1em;
  font-family: "Oswald", sans-serif;
  display: block;
  font-size: 2em;
}

.price_cents {
  vertical-align: top;
  line-height: 1em;
  font-size: 0.6em;
}

.price_period {
  font-size: 1.2em;
  display: block;
  font-weight: 300;
}

.plan_name {
  font-family: "Oswald", sans-serif;
  font-size: 1.5em;
  line-height: 54px;
}

.plan .plan_name {
  margin: 5px auto;
}

/* Plan features */
/* Features Column */
.plans_descriptions {
  display: none;
}

.plans_descriptions .plan_price_name {
  vertical-align: middle;
  display: table-cell;
}

.plans_descriptions .plan_header {
  height: 388.5px;
  width: 100%;
  display: table;
}

.plans_descriptions .plan_name {
  font-size: 2em;
}

.plans_descriptions .plans_descriptions .plan_price_name {
  display: table;
}

.plans_descriptions .plan_block {
  padding-bottom: 98px;
}

.plan_features_descriptions {
  padding: 0;
  background-color: #fff;
}

.plan_features {
  padding: 0;
}

.plan_features a {
  color: inherit;
}

.plan_features li,
.plan_features_descriptions li {
  height: 6rem;
  list-style-type: none;
  color: #808080;
  padding: 1rem;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  /* white-space: nowrap; */
}

.plan_features_descriptions li {
  color: #000!important;
}

.plan_features_descriptions li:nth-of-type(odd) {
  background: #f3f3f3;
}

.plan_features li:nth-of-type(odd) {
  background: #fdf4ec;
}

.g .plan_features li:nth-of-type(odd) {
  background: #dcfce6;
}

.b .plan_features li:nth-of-type(odd) {
  background: #deedff;
}

.y .plan_features li:nth-of-type(odd) {
  background: #fff8c5;
}

.plan_features_descriptions li:last-child {
  border-bottom: none;
}

/* Feature Line */
.feature_line {
  height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600!important;
}

.feature_line .plan_feature_name {
  margin-bottom: 0.5rem;
}

.feature_line.value_center {
  text-align: center;
}

.plan_feature_name {
  font-weight: 400;
}

.plan_feature_value {
  font-weight: bold;
}

.plan_feature_value a {
  text-decoration: underline;
}

.fa-search:hover, .fa-download:hover, .feature_line:hover .fa-search, .feature_line:hover .fa-download {
  transform: scale(1.5);
}

.fas {
  margin-right: 5px;
  font-size: 1.5em;
  vertical-align: middle;
}

/* Footer */
.footer_bar {
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  margin: 50px -50px -70px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  height: 70px;
  background: #FF983C;
}

.g .footer_bar {
  background: #1db24b;
}

.b .footer_bar {
  background: #2a3b50;
}

.y .footer_bar {
  background: #fce642;
}

.e .footer_bar {
  background: #4e4d47cf;
}

/* Order button */
.plan_order {
  padding: 15px;
  height: 68px;
}

.plan_button {
  width: 150px;
  vertical-align: center;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  font-size: 1.1em;
  background: #FF983C;
  display: block;
  margin: 9px auto;
  text-align: center;
  line-height: 50px;
}

.g .plan_button {
  background: #1db24b;
}

.b .plan_button {
  background: #2a3b50;
}

.y .plan_button {
  background: #fce642;
}

/* Animations */
.plan:hover {
  color: #000 !important;
}

/* .g:hover {
  background-color: #199741!important;
}

.b:hover {
  background-color: #212f3f!important;
}

.y:hover {
  background-color: #e9d226!important;
} */

.plan:hover .feature_n {
  color: #000;
}

.plan:hover .plan_button:hover {
  color: #FF983C;
  border: 2px solid #FF983C;
  background-color: #FFF;
}

/* .g:hover .plan_button:hover {
  color: #1db24b;
  border: 2px solid #1db24b;
}

.b:hover .plan_button:hover {
  color: #2a3b50;
  border: 2px solid #2a3b50;
}

.y:hover .plan_button:hover {
  color: #fce642;
  border: 2px solid #fce642;
} */

/* .plan:hover .plan_button {
  border: 3px solid #FFF;
  background-color: #ffb36f;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
} */

/* .g:hover .plan_button {
  background-color: #25da5e;
}

.b:hover .plan_button {
  background-color: #3b526e;
}

.y:hover .plan_button {
  background-color: #fae967;
} */

.plan:hover .plan_block {
  border-right: none;
}

/* .plan:hover .plan_tip {
  max-height: 50px;
} */

.plan:hover .plan_features li {
  color: #000;
}

/* .plan:hover .plan_features li:nth-of-type(odd) {
  background: #FF983C;
} */

/* .g:hover .plan_features li:nth-of-type(odd) {
  background: #1db24b;
}

.b:hover .plan_features li:nth-of-type(odd) {
  background: #2a3b50;
}

.y:hover .plan_features li:nth-of-type(odd) {
  background: #fce642;
} */

.plan:hover .plan_price_name {
  color: #000;
}

/* Responsive */
/* Medium Devices, Desktops */
@media only screen and (min-width: 768px) {
  .plan {
    width: 50%;
  }

  /* .plan:hover .plan_tip {
    margin: -35px -50px 0px;
  }

  .plan_tip {
    max-height: 0px;
  } */

  .footer_bar {
    margin: 30px -50px -60px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .plans_descriptions {
    display: block;
  }

  .plans_descriptions,
  .plan {
    width: 20%;
  }

  .plan_features li {
    text-align: center;
  }

  .plan_feature_name {
    display: none;
  }

  .feature_icon {
    display: none;
  }

  .plan .feature_y {
    color: #FF983C;
  }

  .g .feature_y {
    color: #1db24b;
  }

  .b .feature_y {
    color: #2a3b50;
  }

  .y .feature_y {
    color: #000;
  }

  .feature_y,
  .feature_n {
    display: inline;
  }
}

/* CUSTOM STYLES */
@media only screen and (min-width: 1200px) {
  .header-fixed {
    position: fixed;
    overflow: hidden;
    z-index: 1;
    background-color: #f3f3f3;
    /* top: la altura del .h-ref; */
    /* width: el ancho del .plans_descriptions; */
  }

  .price_hidden {
    display: none;
    flex-direction: column;
    font-size: 1.5rem;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    color: #fff;
  }

  .y .price_hidden{
    color: #000;
  }

  .price_hidden .hid_pack {
    font-size: 1rem;
  }

  .p-relative {
    position: relative;
  }
}  

.btn-manual {
  background-color: #2a3b50;
  font-weight: 600;
  transition: 0.3s;
}

.btn-manual:hover {
  background-color: #141414;
}