/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,800,600");
.m-l-5 {
  margin-left: 5px; }

#header {
  width: 100%;
  position: relative;
  z-index: 999; }
  #header .main-nav {
    background-color: white;
    -webkit-box-shadow: 0 3px 6px rgba(58, 127, 182, 0.12);
    -moz-box-shadow: 0 3px 6px rgba(58, 127, 182, 0.12);
    box-shadow: 0 3px 6px rgba(58, 127, 182, 0.12); }
  #header a.branding {
    display: block; }
    #header a.branding .brand-img {
      float: none;
      margin: 24px auto 23px auto;
      text-align: center;
      max-width: 271px; }
  #header .navbar-toggle {
    margin-right: 0;
    margin-top: 0;
    background: none;
    position: absolute;
    right: 20px;
    top: 25px;
    border: none; }
    #header .navbar-toggle:focus {
      outline: none; }
    #header .navbar-toggle .icon-bar {
      background-color: #3a7fb6;
      height: 3px; }
    #header .navbar-toggle:hover .icon-bar {
      background-color: #3a7fb6; }
  #header .navbar-fixed-top .navbar-collapse {
    max-height: inherit;
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  #header .main-nav .nav {
    margin-top: 20px; }
    #header .main-nav .nav .nav-item a {
      font-weight: 600;
      text-transform: uppercase;
      font-size: 15px;
      color: #15306c;
      background: none; }
    #header .main-nav .nav .nav-item.active a {
      color: #3a7fb6; }
    #header .main-nav .nav .nav-item a:hover {
      color: #3a7fb6; }
    #header .main-nav .nav .nav-item a:focus {
      outline: none; }
    #header .main-nav .nav .dropdown-menu {
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      margin: 0;
      border: none;
      text-transform: none;
      min-width: 180px;
      background: #eef6fc; }
      #header .main-nav .nav .dropdown-menu a {
        padding: 8px 20px;
        color: #15306c;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1; }
        #header .main-nav .nav .dropdown-menu a:hover {
          background: #3a7fb6;
          color: white; }
    #header .main-nav .nav .open > a,
    #header .main-nav .nav .open > a:hover,
    #header .main-nav .nav .open > a:focus {
      background: none; }
  #header .planes a {
    color: #3ab67a !important;
    border: solid 3px #3ab67a;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    top: -3px; }
    #header .planes a:hover, #header .planes a:focus, #header .planes a:active {
      color: #3a7fb6 !important;
      border-color: #3a7fb6; }

@media only screen and (max-width: 767px) {
  #header a.branding .brand-img {
    float: none;
    margin: 20px auto 16px 20px;
    max-width: 220px; }
  #header .planes a {
    top: inherit;
    margin-left: 10px;
    margin-right: 10px; }
    #header .planes a:hover, #header .planes a:focus, #header .planes a:active {
      color: #3a7fb6 !important;
      border-color: #3a7fb6; }
  #header .navbar-nav a {
    text-align: center; } }

@media only screen and (min-width: 768px) {
  #header a.branding .brand-img {
    float: none;
    margin: 20px auto 16px 0; }
  #header .main-nav .nav .dropdown-menu {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    border: none;
    text-transform: none;
    min-width: 180px;
    background: #3a7fb6; }
    #header .main-nav .nav .dropdown-menu:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #3a7fb6;
      position: absolute;
      right: 35px;
      top: -10px; }
    #header .main-nav .nav .dropdown-menu a {
      padding: 8px 20px;
      color: white;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1; }
      #header .main-nav .nav .dropdown-menu a:hover {
        background: #15306c;
        color: white; } }

html,
body {
  width: 100%;
  height: 100%; }

body {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #15306c;
  line-height: 28px;
  background: #fff url("../images/bg-top.png") repeat-x top center; }

p {
  margin-bottom: 30px; }

a {
  color: #3ab67a;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none; }

.title {
  padding-top: 65px;
  padding-bottom: 65px; }
  .title h1 {
    font-weight: 800;
    margin: 0 0 20px 0; }
    .title h1 span {
      color: #3a7fb6; }
    .title h1.number-code {
      font-size: 22px;
      font-weight: 500;
      text-transform: uppercase; }
      .title h1.number-code span {
        display: block;
        font-size: 24px;
        font-weight: 800; }
        @media only screen and (max-width: 768px) {
          .title h1.number-code span {
            font-size: 15px; } }

h2 {
  font-size: 32px;
  color: #3a7fb6; }

h3 {
  font-size: 26px;
  color: #3a7fb6; }

h4 {
  font-size: 18px;
  color: #3a7fb6; }

.view-more {
  padding: 10px 12px;
  background-color: #3ab67a;
  color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .view-more:hover, .view-more:focus, .view-more:active {
    background-color: #3a7fb6;
    color: white; }

/* CONTENT BLOCK HOLDERS */
.content-block {
  width: 100%;
  padding: 100px 0;
  z-index: 100;
  position: relative; }

.content-block-nopad {
  width: 100%;
  z-index: 100;
  position: relative; }

#search-box input[type="text"] {
  border: solid 1px #3ab67a;
  height: 38px;
  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  color: #3a7fb6; }

#search-box .input-group-btn {
  left: 18px; }

#search-box button[type="submit"] {
  background-color: #3ab67a;
  border: solid 1px #3ab67a;
  color: white;
  height: 60px;
  width: 60px;
  padding: 0;
  font-size: 28px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  #search-box button[type="submit"]:hover, #search-box button[type="submit"]:focus, #search-box button[type="submit"]:active {
    background-color: #59ca93;
    outline: none; }

#search-box .glyphicon {
  vertical-align: middle; }

#planes .infoPlan h2 {
  margin-top: 0;
  line-height: 35px;
  font-size: 26px; }

#planesTable {
  background: #fff url("../images/bg-top.png") repeat-x top center; }
  #planesTable .planMain {
    background-color: white;
    box-shadow: 0 0 10px rgba(58, 127, 182, 0.2); }
    #planesTable .planMain .planMonth {
      padding: 40px; }
      #planesTable .planMain .planMonth .name h2 {
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 800;
        color: #15306c;
        margin-top: 0; }
        #planesTable .planMain .planMonth .off {
        font-size: 24px;
        color: #747c8f;
        text-decoration: line-through;
        font-weight: 600; }
      #planesTable .planMain .planMonth .price {
        font-size: 40px;
        font-weight: 600;
        color: #3ab67a;
        margin-bottom: 6px; }
      #planesTable .planMain .planMonth .small {
        font-size: 14px;
        font-weight: 500; }
      #planesTable .planMain .planMonth .promo_text {
        font-size: 16px;
        color: red;
        text-align: right;
        font-weight: 500; }
      #planesTable .planMain .planMonth .buy a, #planesTable .planMain .planMonth .buy button[type="submit"] {
        font-size: 17px;
        font-weight: 500;
        color: #3a7fb6;
        text-transform: uppercase;
        background-color: transparent !important;
        display: block;
        padding: 10px 35px;
        border: solid 3px;
        border-color: #3a7fb6 !important;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        width: 200px;
        margin: 20px auto 35px auto; }
        #planesTable .planMain .planMonth .buy a:hover, #planesTable .planMain .planMonth .buy a:focus, #planesTable .planMain .planMonth .buy a:active, #planesTable .planMain .planMonth .buy button[type="submit"]:hover, #planesTable .planMain .planMonth .buy button[type="submit"]:focus, #planesTable .planMain .planMonth .buy button[type="submit"]:active {
          color: white !important;
          border-color: #3ab67a !important;
          background-color: #3ab67a !important; }
      #planesTable .planMain .planMonth .list ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        #planesTable .planMain .planMonth .list ul li {
          font-size: 17px;
          color: #3a7fb6;
          font-weight: 500; }
    #planesTable .planMain .planYear {
      padding: 40px;
      background-color: #eef6fc; }
      #planesTable .planMain .planYear .off {
        font-size: 24px;
        color: #747c8f;
        text-decoration: line-through;
        font-weight: 600; }
      #planesTable .planMain .planYear .price {
        font-size: 40px;
        font-weight: 600;
        color: #3a7fb6;
        margin-top: 10px;
        margin-bottom: 6px; }
      #planesTable .planMain .planYear .small {
        font-size: 14px;
        font-weight: 500; }
      #planesTable .planMain .planYear .promo_text {
        font-size: 16px;
        color: red;
        text-align: right;
        font-weight: 500; }
      #planesTable .planMain .planYear .buy a {
        font-size: 17px;
        font-weight: 500;
        color: #3a7fb6;
        text-transform: uppercase;
        background-color: white;
        display: block;
        padding: 10px 35px;
        border: solid 3px #3a7fb6;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        width: 200px;
        margin: 20px auto 35px auto; }
        #planesTable .planMain .planYear .list ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        #planesTable .planMain .planYear .list ul li {
          font-size: 17px;
          color: #3a7fb6;
          font-weight: 500; }
        #planesTable .planMain .planYear .buy a:hover, #planesTable .planMain .planYear .buy a:focus, #planesTable .planMain .planYear .buy a:active {
          color: white;
          border-color: #3ab67a;
          background-color: #3ab67a; }
    #planesTable .planMain.feature {
      margin-top: -20px;
      margin-bottom: -20px;
      padding-top: 20px;
      z-index: 1000;
      position: relative; }
      #planesTable .planMain.feature .planYear {
        padding-bottom: 60px; }
  #planesTable .textInfo {
    padding-top: 90px; }

#news .newsBox .item {
  min-height: 420px;
  display: block;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  #news .newsBox .item .newsContent {
    padding: 20px;
    color: #15306c; }
    #news .newsBox .item .newsContent h2 {
      color: #3a7fb6;
      font-size: 20px;
      font-weight: 500;
      margin-top: 0;
      line-height: 28px;
      display: block; }
    #news .newsBox .item .newsContent .date {
      font-size: 13px;
      color: #80b0d6; }
    #news .newsBox .item .newsContent p {
      margin-bottom: inherit; }
    #news .newsBox .item .newsContent a.view-more {
      position: absolute;
      right: 30px;
      bottom: 35px; }
  #news .newsBox .item:hover {
    background-color: #eef6fc; }
    #news .newsBox .item:hover h2 {
      color: #3ab67a; }

.pagination li a {
  border-color: #3a7fb6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .pagination li a:hover {
    background-color: #3ab67a;
    color: white; }

.pagination li.active a {
  background-color: #3ab67a; }

#single-news #primary .newsHeader {
  text-align: center; }
  #single-news #primary .newsHeader h2 {
    color: #15306c; }
  #single-news #primary .newsHeader .date {
    font-size: 13px;
    color: #80b0d6; }
  #single-news #primary .newsHeader .addthis-icons {
    margin-top: 15px;
    margin-bottom: 30px; }

#single-news #primary .newsThumbnail {
  margin-bottom: 30px; }

#single-news #primary .newsContent img {
  max-width: 100%; }

#single-news #secondary aside h3 {
  border-left: 3px solid #3ab67a;
  background-color: #eef6fc;
  padding: 15px;
  text-transform: uppercase;
  color: #15306c;
  font-size: 18px; }

#single-news #secondary aside ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  #single-news #secondary aside ul li {
    border-bottom: solid 1px #eef6fc; }
    #single-news #secondary aside ul li a {
      color: #3a7fb6;
      display: block;
      padding: 10px 15px; }
      #single-news #secondary aside ul li a:hover, #single-news #secondary aside ul li a:focus, #single-news #secondary aside ul li a:active {
        color: #3ab67a; }

.default-wp-page {
  clear: both;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #3a7fb6; }
  .default-wp-page .previous {
    float: left;
    padding: 30px 0; }
  .default-wp-page .next {
    float: right;
    padding: 30px 0; }

.clearfix {
  display: block; }

.results h2.encontrados {
  font-size: 22px;
  text-align: center;
  color: #15306c;
  margin-top: 40px;
  margin-bottom: 50px;
  font-weight: 400; }
  .results h2.encontrados span {
    color: #3a7fb6; }

.results h3 {
  padding: 0 10px;
  border-left: solid 7px #3ab67a;
  color: #15306c;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600; }

.results table thead {
  background-color: #eef6fc;
  font-size: 12px;
  color: #3a7fb6;
  text-transform: uppercase;
  font-weight: 800; }
  .results table thead th {
    padding-top: 20px;
    padding-bottom: 20px;
    border-color: fade(#3a7fb6, 30%); }

.results table tbody tr td {
  padding-top: 20px;
  padding-bottom: 20px;
  border-color: fade(#3a7fb6, 30%); }

.results table .txtCenter {
  text-align: center; }

.results table .btnDetalle,
.results table .btnAdd {
  padding: 8px 13px;
  background-color: #3a7fb6;
  color: white;
  border: 0 none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 22px;
  display: inline-block;
  text-align: center;
  outline: none; }
  .results table .btnDetalle span,
  .results table .btnAdd span {
    font-size: 14px; }

.results table .btnDetalle {
  background-color: #3a7fb6; }
  .results table .btnDetalle i {
    top: 3px;
    left: 0px; }
  .results table .btnDetalle:hover, .results table .btnDetalle:focus, .results table .btnDetalle:active {
    background-color: #5998ca; }

.results table .btnAdd {
  background-color: #3ab67a; }
  .results table .btnAdd i {
    top: 3px;
    left: 1px; }
  .results table .btnAdd:hover, .results table .btnAdd:focus, .results table .btnAdd:active {
    background-color: #59ca93; }

.results .table-hover > tbody > tr:hover {
  background-color: fade(#eef6fc, 70%); }

@media screen and (max-width: 720px) {
  .results {
    padding: 0; }
  h3 {
    font-size: 1.4em;
    line-height: 1.4em;
    text-align: center; }
  h2 {
    font-size: 1.6em;
    line-height: 1.6em;
    text-align: center; }
  .button-responsive-stack,
  .form-responsive-stack button,
  .form-responsive-stack {
    display: block;
    width: 100%; }
  .table-responsive-stack {
    border-radius: 1em; }
  .table-responsive-stack thead {
    display: none; }
  .table-responsive-stack td {
    display: block;
    text-align: center; }
  .table-responsive-stack tr {
    border: 1px solid fade(#3a7fb6, 30%); }
  .table-responsive-stack.table-first-highlight td:first-child {
    background-color: #eef6fc;
    font-size: 1.1em;
    border-top-color: #fff; }
  .table-responsive-stack td {
    display: block;
    text-align: center; }
  .table-responsive-stack td:before {
    content: attr(data-th);
    display: block;
    text-align: center;
    font-size: 12px;
    color: #3a7fb6;
    text-transform: uppercase;
    font-weight: 800; }
  .btnDetalle,
  .btnAdd {
    width: 90%; } }

#busqueda-detalle .btnDetalle,
#busqueda-detalle .btnAdd {
  padding: 8px 13px;
  background-color: #3a7fb6;
  color: white;
  border: 0 none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 22px;
  display: inline-block;
  text-align: center;
  outline: none; }
  #busqueda-detalle .btnDetalle span,
  #busqueda-detalle .btnAdd span {
    font-size: 14px; }

#busqueda-detalle .btnDetalle {
  background-color: #3a7fb6; }
  #busqueda-detalle .btnDetalle i {
    top: 3px;
    left: 0px; }
  #busqueda-detalle .btnDetalle:hover, #busqueda-detalle .btnDetalle:focus, #busqueda-detalle .btnDetalle:active {
    background-color: #5998ca; }

#busqueda-detalle .btnAdd {
  background-color: #3ab67a; }
  #busqueda-detalle .btnAdd i {
    top: 3px;
    left: 1px; }
  #busqueda-detalle .btnAdd:hover, #busqueda-detalle .btnAdd:focus, #busqueda-detalle .btnAdd:active {
    background-color: #59ca93; }

#busqueda-detalle .alert.alert-warning {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }
  @media only screen and (max-width: 768px) {
    #busqueda-detalle .alert.alert-warning {
      margin-top: 80px; } }

.totop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 104400;
  display: none; }

#login-form span.glyphicon {
  display: none; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 6px 1px; }

.page-results body.modal-open #header, .page-results body.modal-open .content-block-nopad {
  z-index: 1; }

.page-results #advancedsearch.fade.in {
  background: rgba(0, 0, 0, 0.5); }

.page-results .modal .modal-footer button {
  margin-bottom: 0px; }

.page-results .modal-backdrop {
  z-index: 0; }

@media (min-width: 992px) and (max-width: 1200px) {
  #planesTable .planMonth .name {
    min-height: 52px; } }

.brand-swapps {
  margin-top: 20px; }
  .brand-swapps a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
    .brand-swapps a img {
      margin-left: 5px;
      margin-right: 2px; }
    .brand-swapps a .sw {
      color: #98979a;
      text-transform: uppercase;
      letter-spacing: -2px;
      font-weight: 800; }
    .brand-swapps a .apps {
      color: #757476;
      text-transform: uppercase;
      letter-spacing: -2px;
      font-weight: 800; }

.paginator {
  display: inline-block;
  border: 1px solid #15306c;
  border-radius: 4px; }
  .paginator .current {
    background: #3ab67a;
    color: #fff; }
  .paginator div {
    padding: 5px 17px;
    display: inline-block;
    font-size: 18px;
    border-right: 1px solid #15306c; }
    .paginator div:last-child {
      border: none; }

#principal {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../images/bg-hero.jpg") center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  #principal .text-vertical-center {
    display: table-cell;
    vertical-align: middle; }
  #principal .message {
    position: absolute;
    z-index: 10; }
  #principal h1 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px; }
    #principal h1 span {
      color: #3a7fb6; }
  #principal .how-works {
    padding: 15px 0; }
  #principal .btn-how-works {
    border-radius: 50px;
    border: solid 2px #3a7fb6;
    color: #3a7fb6;
    display: inline-block;
    font-size: 1.2em;
    line-height: 28px;
    margin: 30px auto;
    padding: 10px 5px 10px 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 260px; }
    #principal .btn-how-works .glyphicon {
      font-size: 1.733em;
      left: 10px;
      position: absolute;
      top: 8px; }
    #principal .btn-how-works:hover {
      color: white;
      border-color: white;
      background-color: rgba(58, 127, 182, 0.8); }

#homeServices .icon {
  position: absolute;
  left: -50px;
  top: 0; }

#homeServices .content {
  padding-bottom: 20px; }
  #homeServices .content h2 {
    font-size: 26px;
    font-weight: 500;
    margin-top: 0; }

#homeNews {
  background-color: #f0f3f8; }
  #homeNews h2 {
    margin: 0 0 60px 0;
    color: #15306c;
    font-weight: 800; }
    #homeNews h2 span {
      color: #3a7fb6; }
  #homeNews .content {
    padding-bottom: 40px; }
    #homeNews .content h3 {
      margin: 0 0 25px 0; }
      #homeNews .content h3 a {
        color: #3a7fb6;
        font-weight: 400; }
        #homeNews .content h3 a:hover {
          color: #3ab67a; }

@media only screen and (max-width: 768px) {
  #homeNews .content {
    text-align: center; } }

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  border-color: #3a7fb6;
  color: #3a7fb6;
  font-size: 16px;
  box-sizing: content-box;
  padding: 10px 0px 10px 10px;
  -webkit-box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */ }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    color: fade(#3a7fb6, 60%); }
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    color: fade(#3a7fb6, 60%);
    opacity: 1; }
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    color: fade(#3a7fb6, 60%);
    opacity: 1; }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    color: fade(#3a7fb6, 60%); }

button[type="submit"] {
  font-size: 16px;
  background-color: #3ab67a !important;
  border-color: #3ab67a !important;
  padding-top: 16px;
  padding-bottom: 16px;
  color: white;
  text-transform: uppercase;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  button[type="submit"]:hover, button[type="submit"]:focus, button[type="submit"]:active {
    background-color: #3a7fb6;
    border-color: #3a7fb6;
    color: white;
    outline: none; }

.infoText {
  font-size: 18px;
  font-weight: 800;
  color: #3a7fb6;
  margin-top: 50px; }

input[type=radio],
input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2; }

input[type="radio"] + label,
input[type="checkbox"] + label {
  padding-left: 40px;
  min-height: 30px; }

.checkbox, .radio {
  margin-top: 0;
  margin-bottom: 0; }

input[type="radio"] + label::before,
input[type="radio"] + label::after,
input[type="checkbox"] + label::before,
input[type="checkbox"] + label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px; }

input[type="radio"] + label::before,
input[type="checkbox"] + label::before {
  border: 1px solid #3a7fb6;
  background: white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08) !important; }

input[type="radio"] + label::before,
input[type="radio"] + label::after {
  border-radius: 50%; }

input[type="checkbox"] + label::before,
input[type="checkbox"] + label::after {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

input[type="radio"] + label::after,
input[type="checkbox"] + label::after {
  background-color: #3ab67a;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.4) !important;
  display: none; }

input[type="radio"].blue + label::after,
input[type="checkbox"].blue + label::after {
  background-color: #3a7fb6;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.4) !important;
  display: none; }

input[type="radio"] + label::after {
  /* custom image for radio button */
  background-image: url("../images/cd-icon-radio.svg"); }

input[type="checkbox"] + label::after {
  /* custom image for checkbox */
  background-image: url("../images/cd-icon-check.svg"); }

input[type="radio"]:focus + label::before,
input[type="checkbox"]:focus + label::before {
  /* add focus effect for radio and check buttons */
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.6) !important; }

input[type="radio"]:checked + label::after,
input[type="checkbox"]:checked + label::after {
  display: block; }

input[type="radio"]:checked + label::before,
input[type="radio"]:checked + label::after,
input[type="checkbox"]:checked + label::before,
input[type="checkbox"]:checked + label::after {
  -webkit-animation: cd-bounce 0.3s;
  -moz-animation: cd-bounce 0.3s;
  animation: cd-bounce 0.3s; }

@-webkit-keyframes cd-bounce {
  0%, 100% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(0.8); } }

@-moz-keyframes cd-bounce {
  0%, 100% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(0.8); } }

@keyframes cd-bounce {
  0%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8); } }

@media only screen and (max-width: 767px) {
  button[type="submit"] {
    width: 100%; } }

.invoice-update .controls {
  display: flex; }

.pay-form #div_id_cc_name .textInput {
  padding: 0px 12px;
  box-sizing: inherit; }

.pay-form #div_id_plan_name .select, .pay-form #div_id_cc_type .select, .pay-form #div_id_installments .select {
  box-sizing: inherit; }

.pay-form .exp-date {
  display: flex;
  align-items: center; }
  .pay-form .exp-date .label {
    padding: 0;
    margin-right: 15px;
    color: inherit;
    font-size: 15px; }
    .pay-form .exp-date .label label {
      margin-bottom: 0px; }
  .pay-form .exp-date .divider {
    float: left;
    padding: 0 10px; }
  .pay-form .exp-date .col-sm-3 {
    padding: 0; }
    .pay-form .exp-date .col-sm-3 .form-group {
      margin-bottom: 0px; }
  @media (max-width: 470px) {
    .pay-form .exp-date {
      display: block; }
      .pay-form .exp-date .label {
        margin-bottom: 5px; }
      .pay-form .exp-date .form-group {
        margin-bottom: 15px !important; }
      .pay-form .exp-date .divider {
        display: none; } }

footer {
  background-color: #15306c; }
  footer .footer {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center; }
    footer .footer .brand-img {
      margin: 0 auto;
      padding-bottom: 40px; }
    footer .footer .footer-menu ul li {
      border-left: 1px solid #3a7fb6; }
      footer .footer .footer-menu ul li:first-child {
        border-left: 0 none; }
      footer .footer .footer-menu ul li a {
        color: white;
        display: block;
        padding: 0 5px; }
        footer .footer .footer-menu ul li a:hover {
          color: #3a7fb6; }
    footer .footer .copyright {
      color: #3a7fb6; }
      footer .footer .copyright a {
        color: #3a7fb6; }
        footer .footer .copyright a:hover, footer .footer .copyright a:focus, footer .footer .copyright a:active {
          color: white; }
    footer .footer .for-payments-law { 
      margin-top: 3em;}
      footer .footer .for-payments-law .sic{
        background-color: white;
				padding: 2.3em;
				border-radius: 5px;}

@media print {
  h3 {
    margin-bottom: 30px; }
  @page {
    size: 0cm;
    /* page-break-before: void; */
    margin-top: 3cm;
    margin-bottom: 3cm; }
  @page :first {
    margin-top: -1cm !important;
    margin-bottom: auto; }
  #freshwidget-button, .search-date, .first-hr {
    display: none !important; }
  #tawkchat-iframe-container {
    display: none !important; }
  header, footer {
    display: none !important; }
  body {
    padding: 0px;
    margin: 0px; }
  title {
    display: none !important; } }

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6; }

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-warning {
  color: black;
  background-color: orange;
  border-color: #d6e9c6; }

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7; }

/* Your CSS codes here */
html, body {
  height: 100%; }

#footer {
  height: 60px; }

/*Overriding header*/
.block-heading-three {
  margin-top: 5em; }

.thumbnail {
  border-color: #666; }

span.subtitle {
  font-size: 14px;
  letter-spacing: -1px; }

.service-content {
  position: relative;
  padding-left: 80px;
  margin-bottom: 30px; }

.service-content .service-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px #bbb;
  -moz-box-shadow: 0 0 0 2px #bbb;
  -ms-box-shadow: 0 0 0 2px #bbb;
  -o-box-shadow: 0 0 0 2px #bbb;
  box-shadow: 0 0 0 2px #bbb;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.service-content .service-icon .fa {
  position: absolute;
  left: 0;
  top: 16px;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  text-align: center;
  font-size: 32px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.service-content:hover > .service-icon .fa, .service-content-alt:hover > .service-icon .glyphicon, .service-content-alt:hover > .service-icon .fa {
  color: #32c8de;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.service-content:hover > .service-icon, .service-content-alt:hover > .service-icon {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

@media screen and (max-width: 720px) {
  .results {
    padding: 0; }
  h3 {
    font-size: 1.4em;
    line-height: 1.4em;
    text-align: center; }
  h2 {
    font-size: 1.6em;
    line-height: 1.6em;
    text-align: center; }
  .button-responsive-stack,
  .form-responsive-stack button,
  .form-responsive-stack {
    display: block;
    width: 100%; }
  .table-responsive-stack {
    border: 1px solid #c7c7c7;
    border-radius: 1em; }
  .table-responsive-stack thead {
    display: none; }
  .table-responsive-stack td {
    display: block;
    text-align: center; }
  .table-responsive-stack.table-first-highlight td:first-child {
    background: #dedede;
    font-size: 1.1em; }
  .table-responsive-stack td {
    display: block;
    text-align: center; }
  .table-responsive-stack td:before {
    content: attr(data-th);
    display: block;
    text-align: center;
    font-weight: bold; } }

.btn {
  margin-bottom: 0.5em; }

/* Logo styles*/
@font-face {
  font-family: 'expedientsregular';
  src: url("../fonts/expedients-webfont.eot");
  src: url("../fonts/expedients-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/expedients-webfont.woff2") format("woff2"), url("../fonts/expedients-webfont.woff") format("woff"), url("../fonts/expedients-webfont.ttf") format("truetype"), url("../fonts/expedients-webfont.svg#expedientsregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.logo {
  font-size: 3.3rem;
  line-height: 1.3em;
  font-weight: normal;
  font-family: 'Maven Pro', sans-serif; }

.expedientes:before {
  font-family: 'expedientsregular';
  content: 'a';
  position: relative;
  top: 0.2em;
  left: -0.1em; }

.logo a {
  color: #666; }

/*Dropdown styles*/
.dropdown > a {
  margin-right: 1em; }

.inline {
  display: inline; }

.header-2 {
  padding-bottom: 0.5em; }

.page-results .header {
  margin: 1em 0;
  font-size: 3rem; }

.page-results .search-box {
  margin-bottom: 1em; }

.page-results .search-box input.form-control,
.page-results .search-box button {
  font-size: 1.2em; }

.header {
  font-size: 3.3rem;
  color: #666;
  line-height: 3.5rem;
  text-align: center;
  margin: 2.5em 0;
  font-weight: normal; }

/*top bar*/
.tb-language {
  font-size: 1.3em;
  line-height: 3.3em; }

/*Search styles*/
.search-box {
  text-align: center; }

.search-box form {
  padding: 0 1em; }

.search-box .form-inline input.form-control {
  height: 2.5em; }

.search-box button {
  left: -5px;
  border-radius: 0 2px 2px 0;
  font-size: 1.5em;
  height: 2.5em; }

.search-box .btn {
  margin-bottom: 0; }

.top-bar {
  margin-bottom: 1em; }

.dropdown.inline .dropdown-menu {
  float: right !important;
  right: 0 !important;
  left: auto !important; }

@media (max-width: 768px) {
  .header {
    font-size: 2rem !important;
    line-height: 2.5rem;
    text-align: center; }
  .search-box .form-inline input.form-control {
    height: 3.5em; }
  .tb-language {
    font-size: 1.1em; }
  .logo {
    font-size: 3rem;
    text-align: center; }
  .header-2 .logo {
    margin: 0.5em 0; }
  .search-box button {
    display: block;
    width: 100%;
    /* left: 0;
    margin-top: 0.5em; */ } }

@media (min-width: 768px) {
  .logo {
    float: left; }
  .tb-language {
    float: right; }
  .search-box .form-inline .form-control {
    width: 50%;
    font-size: 1.5em; } }

.badge1 {
  position: relative; }

.badge1[data-badge]:after {
  content: attr(data-badge);
  position: absolute;
  top: -8px;
  right: -8px;
  font-size: .7em;
  background: #32c8de;
  color: white;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  box-shadow: 0 0 1px #333; }

.acc-title {
  color: white; }

.notification-read {
  background-color: #888 !important; }

@media print {
  footer,
  .top-bar,
  .footer,
  .sidebar,
  .submit,
  input,
  button,
  .btn,
  .detalle-subscripciones {
    display: none; } }

.invoice .table > tbody > tr > .emptyrow {
  border-top: none; }

.invoice .table > thead > tr > .emptyrow {
  border-bottom: none; }

.invoice-print {
  margin-top: 10px; }
  .invoice-print div.nit {
    margin-top: -15px; }
  .invoice-print p {
    line-height: 15px; }
  .invoice-print .panel-heading {
    padding: 0px 10px; }
  .invoice-print .panel-body {
    padding: 0px 15px; }
  .invoice-print .buyer table td {
    padding: 0px 5px;
    line-height: 30px;
    vertical-align: center; }
  .invoice-print .buyer table .input-group-addon {
    border-radius: 0px;
    border: none;
    margin-right: 2px; }
  .invoice-print .buyer table .form-control {
    min-width: 150px; }

div.dashboard p {
  line-height: 18px; }

div.dashboard div.panel-heading {
  font-size: 24px; }

div.dashboard div.inside div.panel-heading {
  font-size: 16px;
  line-height: 16px; }

div.dashboard div.inside div.summary .panel-heading {
  text-align: center; }

div.dashboard div.inside div.summary .panel-body {
  text-align: center;
  font-size: 18px;
  line-height: 18px; }
  div.dashboard div.inside div.summary .panel-body a {
    font-size: 14px; }

div.dashboard .list-icons div.fa {
  font-size: 50px; }

div.dashboard .list-icons a {
  font-size: 18px; }

div.account {
  font-size: 16px; }

@media (max-width: 421px) {
  .btn-danger.pull-right {
    white-space: inherit; } }

@media (max-width: 340px) {
  #news .newsBox .item .newsContent a.view-more {
    position: inherit;
    /* right: 30px; */
    /* bottom: 35px; */
    float: right;
    margin-top: 20px; } }

.input-group.date span.fa {
  margin-left: 10px; }

figure img {
  width: 100%;
  margin: 0 auto;
  display: block; }

.buttonHolder button:first-child, .buttonHolder button:nth-child(2) {
  margin-right: 5px; }

#notifications label {
  display: block; }

.form-control-feedback {
  top: 45px;
  right: -60px; }
