.sec_home header, .sec_nosotros header, .sec_planes header {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  border: none;
}

.linea-azul {
  border: 1px solid #106bad;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
  color: #106bad; }

.linea-blanca {
  border: 1px solid #FFF;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
  color: #FFF; }

.sec_planes #banner-nosotros {
  height: 400px; }
  .sec_planes #banner-nosotros h1 {
    font-size: 34px;
    line-height: 38px; }

#comparacion-planes {
  width: 100%;
  border-collapse: separate; }
  #comparacion-planes thead {
    background-color: transparent; }
    #comparacion-planes thead tr td {
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */
      text-align: center;
      background: #FFF;
      vertical-align: top;
      padding: 10px 15px; }
      #comparacion-planes thead tr td h3 {
        font-family: 'Lato', Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 30px;
        color: #106bad;
        padding-top: 10px;
        padding-bottom: 0; }
      #comparacion-planes thead tr td p {
        font-size: 16px;
        line-height: 18px;
        padding-bottom: 0; }
      #comparacion-planes thead tr td.col-estandar, #comparacion-planes thead tr td.col-custom {
        background-color: #2aa9e0; }
        #comparacion-planes thead tr td.col-estandar h3, #comparacion-planes thead tr td.col-custom h3 {
          color: #FFF; }
        #comparacion-planes thead tr td.col-estandar p, #comparacion-planes thead tr td.col-custom p {
          color: #bedef2; }
      #comparacion-planes thead tr td.col-gratis {
        border-left: 2px solid #106bad; }
    #comparacion-planes thead tr.planes-top td.col-estandar, #comparacion-planes thead tr.planes-top td.col-custom {
      -moz-border-radius: 4px 4px 0 0;
      -webkit-border-radius: 4px 4px 0 0;
      border-radius: 4px 4px 0 0;
      height: 30px; }
    #comparacion-planes thead tr.planes-top td.col-gratis, #comparacion-planes thead tr.planes-top td.col-avanzado {
      border: none; }
    #comparacion-planes thead tr.planes-titulo td {
      padding-bottom: 15px; }
      #comparacion-planes thead tr.planes-titulo td.col-gratis {
        border-top: 2px solid #106bad;
        border-left: 2px solid #106bad;
        -moz-border-radius: 6px 0 0 0;
        -webkit-border-radius: 6px 0 0 0;
        border-radius: 6px 0 0 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; }
      #comparacion-planes thead tr.planes-titulo td.col-avanzado {
        border-top: 2px solid #106bad; }
    #comparacion-planes thead tr.planes-desc td {
      padding-bottom: 0; }
    #comparacion-planes thead tr.planes-precio {
      font-size: 23px;
      color: #515151; }
      #comparacion-planes thead tr.planes-precio td {
        padding-bottom: 15px; }
        #comparacion-planes thead tr.planes-precio td.col-estandar, #comparacion-planes thead tr.planes-precio td.col-custom {
          color: #FFF; }
        #comparacion-planes thead tr.planes-precio td span {
          font-size: 14px; }
  #comparacion-planes tbody {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2aaae1+0,3c69a5+100 */
    background: #2aaae1;
    /* Old browsers */
    background: -moz-linear-gradient(top, #2aaae1 0%, #3c69a5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2aaae1 0%, #3c69a5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2aaae1 0%, #3c69a5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2aaae1', endColorstr='#3c69a5',GradientType=0 );
    /* IE6-9 */ }
    #comparacion-planes tbody tr td {
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */
      text-align: center;
      vertical-align: middle;
      padding: 10px 0;
      border-top: 1px solid #dcdcdc;
      width: 18.75%;
      font-family: 'Lato', Arial, Helvetica, sans-serif;
      font-weight: 700;
      color: #515151;
      font-size: 18px; }
      #comparacion-planes tbody tr td img {
        width: 30px;
        height: auto; }
      #comparacion-planes tbody tr td.col-carateristicas, #comparacion-planes tbody tr td.col-gratis, #comparacion-planes tbody tr td.col-avanzado {
        background-color: #fff; }
      #comparacion-planes tbody tr td.col-carateristicas {
        font-family: 'Lato', Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #515151;
        width: 25%;
        text-align: left; }
      #comparacion-planes tbody tr td.col-gratis {
        color: #515151;
        border-left: 2px solid #106bad; }
      #comparacion-planes tbody tr td.col-estandar, #comparacion-planes tbody tr td.col-custom {
        color: #fff; }
        #comparacion-planes tbody tr td.col-estandar p, #comparacion-planes tbody tr td.col-custom p {
          color: #fff; }
  #comparacion-planes tfoot tr td {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    text-align: center;
    background: #FFF;
    vertical-align: top;
    padding: 10px 15px; }
    #comparacion-planes tfoot tr td.col-estandar, #comparacion-planes tfoot tr td.col-custom {
      background-color: #3c68a4; }
      #comparacion-planes tfoot tr td.col-estandar h3, #comparacion-planes tfoot tr td.col-custom h3 {
        color: #FFF; }
      #comparacion-planes tfoot tr td.col-estandar p, #comparacion-planes tfoot tr td.col-custom p {
        color: #bedef2; }
    #comparacion-planes tfoot tr td.col-gratis {
      border-left: 2px solid #106bad; }
  #comparacion-planes tfoot tr.planes-precio {
    font-size: 23px;
    color: #515151; }
    #comparacion-planes tfoot tr.planes-precio td {
      border-top: 1px solid #dcdcdc;
      padding-top: 15px; }
      #comparacion-planes tfoot tr.planes-precio td.col-estandar, #comparacion-planes tfoot tr.planes-precio td.col-custom {
        color: #FFF; }
      #comparacion-planes tfoot tr.planes-precio td span {
        font-size: 14px; }
  #comparacion-planes tfoot tr.planes-botones td {
    padding-bottom: 20px; }
    #comparacion-planes tfoot tr.planes-botones td.col-gratis {
      border-bottom: 2px solid #106bad;
      border-left: 2px solid #106bad;
      -moz-border-radius: 0 0 0 6px;
      -webkit-border-radius: 0 0 0 6px;
      border-radius: 0 0 0 6px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
    #comparacion-planes tfoot tr.planes-botones td.col-avanzado {
      border-bottom: 2px solid #106bad; }
  #comparacion-planes tfoot tr.planes-bottom td.col-estandar, #comparacion-planes tfoot tr.planes-bottom td.col-custom {
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    height: 30px; }
  #comparacion-planes tfoot tr.planes-bottom td.col-gratis, #comparacion-planes tfoot tr.planes-bottom td.col-avanzado {
    border: none; }

#sec-vincular {
  background-color: #fff;
}

#sec-vincular.vregistro {
  background-color: #e9e9e9;
}

#sec-vincular .top-message {
  text-align: center;
  background-color: #e9e9e9;
  border-bottom: 1px solid #dedede;
}

#sec-vincular .top-message .container {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px !important;
  padding-bottom: 20px;
}

#sec-vincular .vincular-footer {
  background-color: #e9e9e9;
  border-top: 1px solid #dedede;
}

#sec-vincular .vincular-footer p {
  padding: 0;
}

#sec-vincular .vincular-footer .container {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  font-size: 14px;
}

#sec-vincular .top-message h2 {
  margin-bottom: 0;
  font-size: 23px;
}

#sec-vincular .top-message h2 strong {
  color: #EB6B41;
}

#vincular-content {
  background-color: #fff;
  border-top: 1px solid #dedede;
  padding-bottom: 60px;
}

#vincular-content .container {
  max-width: 1000px;
}

#vincular-content .sec-register .btn.linea-azul {
  display: inline-block;
  width: auto;
}

#vincular-content .sec-register {
  padding-top: 25px;
  text-align: center;
}

#vincular-content .sec-register h3 {
  font-size: 21px;
}

#vincular-content .vincular-data h1 {
  padding-bottom: 10px;
}

#vincular-content .login-box {
  border: 1px solid #dedede;
  background-color: #f7f7f7;
  padding: 30px 60px;
  text-align: center;
  margin-top: 15px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

#vincular-content h3 {
  font-weight: 700;
  font-size: 18px;
  color: #3e3e3e;
  margin-bottom: 15px;
}

#vincular-content .login-box .log-email {
  background-image: url('../images/ico-input-mail.png');
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 28px auto;
  padding: 10px 20px 10px 55px;
}

#vincular-content .login-box .log-pass {
  background-image: url('../images/ico-input-pass.png');
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 28px auto;
  padding: 10px 20px 10px 55px;
}

#vincular-content .porque-vincular {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background-image: url('../images/bg-vincular.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 30px;
}

#vincular-content .porque-vincular .top-title {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  color: #EB6B41;
  padding-bottom: 5px;
}

#vincular-content .porque-vincular h2 {
  font-size: 20px;
  padding-bottom: 25px;
}

#vincular-content .porque-vincular .ventaja {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

#vincular-content .porque-vincular .ventaja .ico {
  width: 60px;
  height: auto;
  padding: 0;
  margin: 0;
  padding-right: 15px;
  flex-shrink: 0;
}
#vincular-content .porque-vincular .ventaja .desc h4 {
  font-size: 19px;
  color: #3e3e3e;
  margin: 0;
  padding-bottom: 5px;
}
#vincular-content .porque-vincular .ventaja .desc p {
  font-size: 14px;
}

#vincular-content .porque-vincular .cero-gs {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fafafa;
  border-radius: 10px;
  padding: 15px 25px;
  margin-top: 15px;
}

#vincular-content .porque-vincular .cero-gs .ico {
  height: auto;
  padding: 0;
  margin: 0;
  padding-right: 15px;
  flex-shrink: 0;
}
#vincular-content .porque-vincular .cero-gs p {
  font-size: 20px;
  color: #3e3e3e;
  margin: 0;
  padding-bottom: 0;
}

#vincular-content .porque-vincular .cero-gs p strong {
  font-size: 21px;
  font-weight: 700;
  color: #EB6B41;
  display: block;
}

#vincular-content .container #cuadro-login > .row {
  display: flex;
  align-items: stretch;
}

@media (max-width: 991px) {
  #sec-vincular .top-message h2 {
    font-size: 21px;
    line-height: 1.3em;
  }
  #sec-vincular #vincular-content .container {
    padding-top: 60px !important;
    padding-bottom: 0 !important;
  }
  #vincular-content .container #cuadro-login > .row {
    display: flex;
    align-items: stretch;
    flex-direction: column;
  }
  #vincular-content .login-box {
    padding: 20px;
  }
  #sec-vincular .container h1 {
    font-size: 26px;
    line-height: 1em;
  }
  #vincular-content .sec-register h3 {
    font-size: 18px;
  }
  #vincular-content .porque-vincular {
    margin-top: 25px;
  }
}

