.tff-container {
  padding-top: 30px;
  padding-bottom: 80px; }
  .tff-container .header h3 {
    color: #5070a9;
    font-size: 27px;
    margin-bottom: 8px;
    padding-top: 35px; }
  .tff-container .header hr {
    border-top: 2px solid #acacac;
    margin-top: 0px;
    width: 45px; }
  .tff-container .cols {
    margin-bottom: 30px; }
    .tff-container .cols ul.list {
      height: 35px;
      display: inline; }
      .tff-container .cols ul.list li {
        display: inline-flex; }
        .tff-container .cols ul.list li h3 {
          font-size: 19px;
          margin-bottom: 0px;
          color: #696969; }
        .tff-container .cols ul.list li span {
          color: #696969;
          font-size: 30px;
          line-height: 55px;
          margin: 3px 9px; }
        .tff-container .cols ul.list li h3.type-plan {
          color: #433985;
          font-weight: 600; }
    .tff-container .cols hr {
      border-top: 1px solid #acacac;
      width: 78px;
      margin-top: 0px; }
    .tff-container .cols h4 {
      color: #696969;
      font-size: 15px;
      margin-bottom: 3px; }
    .tff-container .cols i.abono {
      color: #5070aa;
      display: inline-block;
      font-size: 17px;
      font-weight: bold;
      width: 100%; }
    .tff-container .cols a {
      background-color: #90cbda;
      border-radius: 20px;
      color: white;
      display: inline-block;
      font-size: 15px;
      margin-top: 20px;
      padding: 5px 20px;
      text-decoration: none; }
    .tff-container .cols a:hover {
      background-color: #433985; }

.tff-container .wrap-form {
  position: static; }
  .tff-container .wrap-form .loading ul li {
    background-color: #433985; }
  .tff-container .wrap-form .thnks {
    display: none;
    font-size: 19px;
    color: #5070aa; }
  .tff-container .wrap-form a.link-form {
    float: left; }
  .tff-container .wrap-form .link-form {
    background-color: #90cbda;
    border-radius: 40px;
    box-shadow: none;
    color: white;
    margin: auto;
    text-transform: capitalize;
    padding: 0px 20px;
    margin-bottom: 22px; }
  .tff-container .wrap-form .link-form:hover {
    background-color: #433985; }

.tff-container ul.requisitos h3 {
  color: #696969;
  margin-top: 0px;
  font-size: 16px; }

.tff-container ul.requisitos .title_plan {
  color: #433985;
  font-size: 19px;
  font-weight: 600; }

.tff-container ul.list {
  height: 35px; }
  @media (min-width: 400px) {
    .tff-container ul.list {
      margin-bottom: 35px; } }
  .tff-container ul.list li {
    display: inline-flex; }
    .tff-container ul.list li h3 {
      font-size: 19px;
      margin-bottom: 0px;
      color: #696969; }
    .tff-container ul.list li span {
      color: #696969;
      font-size: 30px;
      line-height: 55px;
      margin: 3px 9px; }
    .tff-container ul.list li .type-plan {
      color: #433985; }

@media (min-width: 768px) {
  .tff-container .content-price {
    width: 800px;
    margin-bottom: 60px; } }

@media (min-width: 768px) {
  .tff-container .wrap-form {
    width: 800px; } }

.loading ul {
  width: 100%;
  margin: 20px auto;
  text-align: center; }
  .loading ul li {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin: 0 7px; }
    .loading ul li:nth-child(1) {
      -webkit-animation: loading 1s ease-in-out infinite;
      -moz-animation: loading 1s ease-in-out infinite;
      -ms-animation: loading 1s ease-in-out infinite;
      animation: loading 1s ease-in-out infinite; }
    .loading ul li:nth-child(2) {
      -webkit-animation: loading 1s ease-in-out infinite 0.3s;
      -moz-animation: loading 1s ease-in-out infinite 0.3s;
      -ms-animation: loading 1s ease-in-out infinite 0.3s;
      animation: loading 1s ease-in-out infinite 0.3s; }
    .loading ul li:nth-child(3) {
      -webkit-animation: loading 1s ease-in-out infinite 0.6s;
      -moz-animation: loading 1s ease-in-out infinite 0.6s;
      -ms-animation: loading 1s ease-in-out infinite 0.6s;
      animation: loading 1s ease-in-out infinite 0.6s; }

.loading {
  display: none; }

@-webkit-keyframes loading {
  0%, 30% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1); }
  51%, 80% {
    transform: scale(0.6);
      transform--webkit-transform: scale(0.6);
      transform--moz-transform: scale(0.6); }
  99%, 100% {
    transform: scale(1);
      transform--webkit-transform: scale(0.6);
      transform--moz-transform: scale(0.6); } }

@-moz-keyframes loading {
  0%, 30% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1); }
  51%, 80% {
    transform: scale(0.6);
      transform--webkit-transform: scale(0.6);
      transform--moz-transform: scale(0.6); }
  99%, 100% {
    transform: scale(1);
      transform--webkit-transform: scale(0.6);
      transform--moz-transform: scale(0.6); } }

@-ms-keyframes loading {
  0%, 30% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1); }
  51%, 80% {
    transform: scale(0.6);
      transform--webkit-transform: scale(0.6);
      transform--moz-transform: scale(0.6); }
  99%, 100% {
    transform: scale(1);
      transform--webkit-transform: scale(0.6);
      transform--moz-transform: scale(0.6); } }

@keyframes loading {
  0%, 30% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1); }
  51%, 80% {
    transform: scale(0.6);
      transform--webkit-transform: scale(0.6);
      transform--moz-transform: scale(0.6); }
  99%, 100% {
    transform: scale(1);
      transform--webkit-transform: scale(0.6);
      transform--moz-transform: scale(0.6); } }

h1, h2, h3, h4, h5, span, a, li, i {
  font-family: 'Exo', sans-serif; }

.font-lato {
  font-family: 'Lato', sans-serif; }

a {
  cursor: pointer; }


.tff-header {
  background: url(../img/header.jpg) no-repeat top center;
  background-size: cover;
  height: 471px; }
  @media (min-width: 1024px) {
    .tff-header {
      padding-top: 80px; }
      .tff-header .col-left {
        width: 40%; }
      .tff-header .container .subtitle {
        font-size: 41px;
        margin-top: 82px; }
      .tff-header .container .title {
        float: right; }
      .tff-header .container ul li {
        line-height: 23px;
        margin-top: 15px; }
        .tff-header .container ul li h5 {
          font-size: 18px; } }
  @media (max-width: 1024px) {
    .tff-header {
      padding-top: 15px; }
      .tff-header .col-left {
        width: 100%; }
      .tff-header .container .title {
        float: left; }
      .tff-header .container ul li {
        margin-top: 0px; }
        .tff-header .container ul li h5 {
          font-size: 11px; } }
  @media (max-width: 700px) {
    .tff-header .container ul li {
      margin-top: 0px; }
      .tff-header .container ul li h5 {
        font-size: 11px; } }
  @media (max-width: 480px) {
    .tff-header .container .subtitle {
      font-size: 29px;
      margin-top: 0px; } }
  .tff-header .container .title {
    font-size: 67px;
    display: table-cell; }
    .tff-header .container .title .icon-header {
      background: url("../img/icon-header.png") no-repeat 36px 1px;
      background-size: 27px;
      display: block;
      height: 61px;
      width: 81px; }
  .tff-header .container .subtitle {
    font-weight: 100; }
  .tff-header .container h1, .tff-header .container h2 {
    color: white; }
  .tff-header .container ul {
    margin-top: 20px;
    margin-left: 20px;
    padding: 0px;
    color: #90cbda; }
    .tff-header .container ul li {
      line-height: 23px;
      padding: 0px; }
      .tff-header .container ul li h5 {
        display: inline;
        font-weight: 100;
        line-height: 0px;
        color: white; }

