/* ==========================================================================
   RESET
   ========================================================================== */

/* http://meyerweb.com/eric/tools/css/reset/
       v2.0 | 20110126
       License: none (public domain)
    */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;

  width: auto !important;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*:focus {
  outline: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* layout */
body {
  position: relative;
}
body div#wrap {
  max-width: 1080px;
  margin: 0 auto !important;
  float: none !important;
  font-family: Helvetica, Arial, sans-serif; /* margin: 0 5%; */
}
.body-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.over-x-auto {
  overflow-x: auto;
}

@media only screen and (max-width: 1080px) {
  body div#wrap {
    margin: 0;
  }
}

/*** MENU MOBILE ***/

[off-canvas] {
  background-color: lightgrey !important;
  z-index: 100;
}

.menu-item {
  padding: 10px 0;
  margin: 10px 0;
  background-color: #70228f;
  text-align: center;
  font-size: 20px;
}

.menu-item a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.menu-item:first-child {
  margin-top: 15px;
}

/*** VIDEO LOGIN ***/

.video-login {
  margin-top: 10px;
  display: flex;
}

.video-login .video {
  flex-basis: 0;
  flex-grow: 1;
  height: 380px;
  padding: 15px 10px;
  background-color: #ececea;
  display: flex;
  justify-content: center;
}
.video-login iframe {
  width: 100%;
  height: 100%;
}

.video-login .login-signup {
  flex-basis: 0;
  flex-grow: 0.7;
  background-color: #ececea;
}

/*** LOGIN SIGNUP ***/

.login-signup .login-signup-options {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background-color: white;
}
.login-signup .login-signup-options .option {
  background-color: lightgrey;
  color: #518bc5;
  padding: 15px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  flex-basis: 0;
  flex-grow: 1;
}
.login-signup .login-signup-options .option:last-child {
  margin-right: 10px;
  flex-grow: 1.2;
}
.login-signup .login-signup-options .option.active {
  margin-top: 0;
  background-color: #ececea;
  font-size: 22px;
}

.login-signup .login-signup-forms {
  flex-basis: 0;
  flex-grow: 1;
  padding: 25px 10px;
}

/*** FORMS ***/

.login-signup-forms form {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
}

.login-signup-forms label,
input {
  display: inline-block;
}

.login-signup-forms label {
  width: 40%;
  text-align: right;
}

.login-signup-forms label + input {
  margin: 5px 0 0 4%;
}

.login-signup-forms input + input {
  float: right;
}

.login-signup-forms .button-wrap,
.forgot-password {
  margin: 25px 0;
  text-align: center;
}

.login-signup-forms .button-wrap button {
  padding: 7px 50px;
  color: white;
  background-color: #f9a950;
  border: none;
  cursor: pointer;
}

.login-signup-forms .forgot-password {
  color: blue;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.login-signup-forms .forgot-password:hover {
  font-size: 18px;
}

.login-signup-forms form .help-text {
  font-size: 12px;
  margin-top: 3px;
  text-align: center;
}

.login-signup-forms .terms-conditions {
  text-align: center;
}

/* layout / HEADER */

body div#wrap > header {
  height: 130px;
  background-color: #e3e3dd;
  position: relative;
}
body div#wrap > header h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/header/logo.png);
  height: 100px;
  width: 270px;
  background-position: 0px;
  text-indent: -9999px;
}
body div#wrap > header h1 a {
  height: 99px;
  width: 345px;
  display: block;
}

div#box-user-top {
  background-color: #1e4194;
  height: 30px;
}
div#box-user-top a {
  float: right;
  /*     display: block; */
  /*background-color: #00c1f0;*/
  line-height: 30px;
  padding: 0 25px;
  color: #fff;
  margin-left: 2px;
  font-size: 12px;
  /*text-transform: uppercase;*/
  text-decoration: none;
}
div#box-user-top a.dark {
  color: white;
  /*  background-color: #dacb00;*/
  padding: 0 55px;
  margin-left: 0px;
}

div#box-user-top span {
  float: right;
  margin-left: 2px;
}
div#box-user-top span input {
  height: 30px;
  border-width: 0px;
  margin: 0;
  width: 150px;
  padding: 0 9px;
  font-size: 14px;
  background-color: #666;
}
body div#wrap > header nav {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0px;
}
body div#wrap > header nav a {
  display: inline-block;
  background-color: #518bc5;
  color: #fff;
  text-decoration: none;
  line-height: 48px;
  padding: 0 20px;
  font-size: 17px;
  margin-right: 1px;
}

/* LAYOUT / footer */

body div#wrap > footer {
  padding-top: 1px;
  clear: both;
}

body div#wrap > footer > div.nuestrosClientes {
  padding: 0;
}
body div#wrap > footer ul {
}
body div#wrap > footer ul li {
  display: inline-block;
  padding-right: 25px;
}
body div#wrap > footer ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
body div#wrap > footer p {
  font-size: 12px;
  margin: 15px 0px 0;
  text-align: center;
}
body div#wrap > footer p a {
  color: #fff;
}

/* PAGINA ESTATICA */

.staticPage {
  margin: 30px 30px 20px;
  color: #6c6c6f;
}
.staticPage:after {
  content: "";
  clear: both;
  display: block;
}
.staticPage h1 {
  font-size: 29px;
  color: #5e9fe1;
  margin: 15px 0;
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
}
.staticPage ul {
}
.staticPage ul li {
  margin-bottom: 10px;

  list-style-type: disc;
  margin-left: 17px;
}
.staticPage p {
  font-size: 13px;
}

/* home */

section#part-home {
  /* height: 975px; */
  position: relative;
  padding-top: 10px;
}
section#part-home aside {
  float: right;
  width: 450px;
  position: relative;
  background-color: #ececea;
  height: 410px;
  padding-left: 100px;
}
section#part-home aside > nav {
  height: 85px;
  width: 450px;
  position: relative;
}
section#part-home aside > nav a {
  display: inline-block;
  width: 40%;
  position: absolute;
  top: 0;
  height: 85px;
  background-color: #dededa;
}
section#part-home aside > nav a:hover {
  text-decoration: none;
}
section#part-home aside > nav a.item_activo {
}
section#part-home aside > div {
  width: 100%;
  display: none;
}

section#part-home aside > div.item_activo {
  display: block;
}

section#part-home aside > div form {
}
section#part-home aside > div form div {
  margin-bottom: 10px;
}
section#part-home aside > div form#fm-signup div {
  margin-bottom: 0px;
}

section#part-home aside > div form#fm-signup a#reloadCaptcha {
  padding-left: 140px;
  padding-top: 18px;
  float: left;
}
section#part-home aside > div form#fm-signup div#recaptcha_image {
  margin-left: 4px;
  width: 210px !important;
  float: left;
}

section#part-home aside > div form#fm-signup div#recaptcha_image img {
  width: 210px;
}

section#part-home aside > div form#fm-signup div#recaptcha_widget {
  padding-top: 10px;
}

section#part-home aside > div form#fm-signup input#btn-registrate {
  padding-top: 10px;
}

section#part-home aside > div form#fm-login a#reloadCaptcha {
  padding-left: 140px;
  padding-top: 18px;
  float: left;
}
section#part-home aside > div form#fm-login div#recaptcha_image {
  margin-left: 4px;
  width: 210px !important;
  float: left;
}

section#part-home aside > div form#fm-login div#recaptcha_image img {
  width: 210px;
}

section#part-home aside > div form#fm-login div#recaptcha_widget {
  padding-top: 10px;
}

section#part-home aside > div form div label {
  width: 40%;
  display: inline-block;
}
section#part-home aside > div form div input {
  font-size: 15px;
  width: 210px;
  line-height: 23px;
}
section#part-home aside > div form > input {
  margin-left: 172px;
}
section#part-home aside > div form > p {
  margin: 15px 0 0 163px;
  width: 216px;
  font-size: 12px;
  text-align: center;
}
section#part-home aside > div form#fm-signup > p {
  margin: 0px 0 16px 163px;
  font-size: 9px;
}
section#part-home aside > div form > p a {
}

section#part-home aside > div#box-singup form {
  padding: 9px 15px 0px 30px;
}
section#part-home aside > div#box-singup form div {
}
section#part-home aside > div#box-singup form div label {
  line-height: 33px;
  text-align: right;
  font-size: 15px;
  vertical-align: top;
  font-family: cursive;
}
section#part-home aside > div#box-singup form div input {
}
section#part-home aside > div#box-singup form div div {
  font-size: 13px;
  width: 214px;
  margin-left: 170px;
  margin-bottom: 5px;
  /*     font-family: cursive; */
}
section#part-home aside > div form div div#recaptcha_image {
  font-size: 13px;
  width: 214px;
  margin-left: 80px;
  margin-bottom: 0px;
}
section#part-home aside > div#box-login form {
}
section#part-home aside > div#box-login form div {
}
section#part-home aside > div#box-login form div label {
  font-size: 15px;
  line-height: 33px;
  vertical-align: top;
  text-align: right;
  font-family: cursive;
}
section#part-home aside > div#box-login form div input {
}

section#part-home aside > nav a.item_crea {
  left: 0;
  width: 58%;
  height: 75px;
  border-top: 10px solid #fff;
}
section#part-home aside > nav a.item_cuenta {
  right: 0;
  border-width: 10px 10px 0 0;
  border-color: #fff;
  border-style: solid;
  width: 40%;
  height: 75px;
}
section#part-home aside > nav a.item_crea.item_activo {
  height: 85px;
  background-color: #ececea;
  border-top-width: 0;
}
section#part-home aside > nav a.item_cuenta.item_activo {
  border-width: 0;
  width: 60%;
  height: 85px;
  background-color: #ececea;
}

section#part-home aside > nav a div {
  color: #518bc5;
  text-transform: uppercase;
  font-size: 14px;
  padding: 29px 0 0 15px;
}

section#part-home aside > nav a div span {
  color: #20adff;
}

section#part-home aside > nav a.item_activo div {
  font-size: 22px;
}

section#part-home aside > div > form {
  padding: 35px 15px 15px 30px;
  height: 295px;
  width: 92%;
}
section#part-home aside > div#box-login {
}
section#part-home aside > div#box-singup {
}

section#part-home #slide_article {
  overflow: hidden;
  height: 410px;
  width: 743px;
  position: absolute;
  left: 0px;
  top: 10px;
}

#dinamic_slide_article {
  height: 410px;
  width: 743px;
  position: absolute;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 4px;
}
#dinamic_slide_article ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 410px;
  list-style: none;
}

#dinamic_slide_article ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 743px;
  height: 410px;
  background: #46b5ec;
  text-align: center;
  line-height: 300px;
}

a.control_prev,
a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover,
a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

section#part-home article {
  width: 745px;
  height: 410px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0;
  display: none;
}
section#part-home article.item_activo {
  display: block;
}
section#part-home article a {
}
section#part-home article a img {
}

section#part-home > nav {
  position: absolute;
  top: 425px;
  left: 0;
  font-size: 0px;
  width: 1200px;
}
section#part-home > nav a {
  display: inline-block;
  background-color: #8a8c8f;
  color: #fff;
  line-height: 21px;
  padding: 15px 35px 0;
  font-size: 17px;
  margin-left: 4px;
  text-transform: uppercase;
  text-decoration: none;
  height: 55px;
  vertical-align: top;
  position: relative;
}
section#part-home > nav a:hover,
section#part-home > nav a.item_activo {
  background-color: #20adff;
}

section#part-home > nav a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 0px;
  height: 0px;
  border-bottom: 22px solid #fff;
  border-left: 22px solid #65cce7;
}
section#part-home > nav a:hover:after,
section#part-home > nav a.item_activo:after {
  display: none;
}
section#part-home > nav a.item_1 {
  margin: 0;
}
section#part-home > nav a.item_2 {
}
section#part-home > nav a.item_3 {
  float: right;
  margin: 0;
  padding: 15px 35px 0;
}

#slider_foot {
  position: absolute;
  left: 0;
  top: 495px;
  width: 1200px;
  overflow: hidden;
  height: 490px;
  border-top: 5px solid #20adff;
}
#slider_foot ul {
}
#slider_foot ul li {
}
#slider_foot ul li img {
  width: 100%;
}

/* PAGINA ESTATICA * FAQ */

body.guia_home_goToQuestions .staticPage {
}
body.guia_home_goToQuestions .staticPage h1 {
  margin-bottom: 20px;
}

body.guia_home_goToQuestions .staticPage > div h2 {
  color: #175eac;
  font-size: 17px;
  margin-bottom: 10px;
}
body.guia_home_goToQuestions .staticPage > div div {
  margin-bottom: 11px;
}
body.guia_home_goToQuestions .staticPage > div div div.question {
  font-size: 17px;
  color: #5e9fe1;
  line-height: 27px;
  cursor: pointer;
}
body.guia_home_goToQuestions .staticPage > div div div.question em {
  color: #518bc5;
}
body.guia_home_goToQuestions .staticPage > div div div.answer {
  color: #000;
  margin: 15px 45px 15px 20px;
  font-size: 13px;
  line-height: 18px;
}

/* PAGINA ESTATICA * COST */
body.guia_home_goToCost .staticPage {
}
body.guia_home_goToCost .staticPage h1 {
  margin-bottom: 20px;
}
#col_costo {
  width: 80%;
  float: left;
}
#col_comprador {
  float: right;
}
body.guia_home_goToCost .staticPage > div h2 {
  color: #175eac;
  font-size: 17px;
  margin-bottom: 10px;
}
body.guia_home_goToCost .staticPage > div div {
  margin-bottom: 11px;
}
body.guia_home_goToCost .dec {
  font-style: italic;
}
body.guia_home_goToCost .concept {
  font-size: 15px;
  color: #1669a8;
}
body.guia_home_goToCost .description {
  font-size: 14px;
}
body.guia_home_goToCost .staticPage > div div div.question {
  font-size: 17px;
  color: #5e9fe1;
  line-height: 27px;
  cursor: pointer;
}
body.guia_home_goToCost .staticPage > div div div.question em {
  color: #518bc5;
}
body.guia_home_goToCost .staticPage > div div div.answer {
  color: #000;
  margin: 15px 45px 15px 20px;
  font-size: 13px;
  line-height: 18px;
}

/* PAGINA ESTATICA * DONDE */

body.guia_home_goToWhereLoad {
}
body.guia_home_goToWhereLoad .staticPage {
}
body.guia_home_goToWhereLoad .staticPage h1 {
}
body.guia_home_goToWhereLoad .staticPage form {
  background-color: #518bc5;
  padding: 5px 10px;
  border-radius: 11px 10px 0px 0px;
  padding-top: 7px;
}
body.guia_home_goToWhereLoad .staticPage form input {
  width: 100%;
}
body.guia_home_goToWhereLoad .staticPage ul#detalle_help {
  height: 80px;
}
body.guia_home_goToWhereLoad .staticPage ul#detalle_help li {
  float: left;
  width: 210px;
  margin: 0 15px 0 0;
}
body.guia_home_goToWhereLoad .staticPage ul#detalle_help li em {
  font-size: 40px;
  float: left;
  margin: 0 10px 0 0;
  height: 80px;
  display: block;
  color: #007ac0;
}
body.guia_home_goToWhereLoad .staticPage ul#detalle_help li p {
  font-size: 14px;
  line-height: 19px;
  color: #175eac;
}
body.guia_home_goToWhereLoad .staticPage #mapa_donde {
  width: 100%;
  height: 430px;
}
body.guia_home_goToWhereLoad .staticPage #mapa_donde .info_mapa {
  width: 200px;
  min-height: 50px;
}
body.guia_home_goToWhereLoad .staticPage #mapa_donde .info_mapa h6 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 5px;
}
body.guia_home_goToWhereLoad .staticPage #mapa_donde .info_mapa address {
}
body.guia_home_goToWhereLoad .staticPage #mapa_donde .info_mapa address em {
  display: block;
  font-size: 85%;
}

body.guia_home_goToWhereLoad .staticPage h2 {
  margin: 35px 20px;
  border-bottom: 2px solid #518bc5;
  padding-bottom: 5px;
}
body.guia_home_goToWhereLoad .staticPage ul#listado_carga {
  margin: 10px 110px;
}
body.guia_home_goToWhereLoad .staticPage ul#listado_carga li {
  list-style: none;
  margin: 0 0 10px;
}
body.guia_home_goToWhereLoad .staticPage ul#listado_carga li h6 {
  font-size: 25px;
  margin-bottom: 7px;
}
body.guia_home_goToWhereLoad .staticPage ul#listado_carga li address {
  font-size: 110%;
}
body.guia_home_goToWhereLoad .staticPage ul#listado_carga li address em {
  display: block;
  font-size: 80%;
}

/* MAIN / box_cuenta */
/*div.account div.account-info { width: 378px; height: 100%; margin: 0px; background-color: #518bc5; }*/
div.account div.account-info div.account-text {
  font-size: small;
  text-transform: uppercase;
  color: white;
  padding: 25px;
}
div.account div.account-info div.account-text .account-title {
  display: block;
  font-size: 100%;
  font-weight: 100;
}
div.account div.account-info div.account-text .bold {
  font-size: 105%;
  font-weight: normal;
  line-height: 20px;
}
div.account div.account-info div.account-text .bold a {
  color: #fff;
  font-size: 85%;
  vertical-align: middle;
  font-weight: normal;
}
div.account div.account-info div.account-text .bold a:hover {
  text-decoration: none;
}

div.account-buttons {
  margin-top: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
div.user-balance-container {
  background-color: #f58641;
  height: 48px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
}
div.user-balance-disponible-container {
  background-color: #1fa95c;
  height: 48px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
}
div.user-balance-disponible-container span {
  display: inline-block;
  margin-right: 10px;
}

div.user-balance-mistarjetas-container {
  height: 48px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
}
div.user-balance-container span {
  display: inline-block;
  margin-right: 10px;
}
.account-buttons .wrap-account-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
}
div.user-balance-container span.user-balance {
  padding: 0;
  margin: 0;
}
div.user-balance-disponible-container span.user-balance {
  padding: 0;
  margin: 0;
}
div#dv-withdrawal {
  text-align: center;
  height: 48px;
  background-color: #518bc5;
}
div#dv-withdrawal a {
  display: inline-block;
  padding: 0 20px;
  color: white;
  line-height: 48px;
}

@media only screen and (max-width: 1100px) {
  .account-buttons .wrap-account-items {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    height: 90px;
  }
  #ingreso-transf {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .account-buttons {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .user-balance-container {
    margin-right: 0 !important;
  }
}

/* MAIN / tranferencia */

.section-transferir {
  padding: 15px 0;
  background-color: #eee;
}

.section-transferir .title {
  padding: 7px 0 5px 10px;
  font-weight: bold;
  color: #666;
}

.section-transferir form {
  display: flex;
  justify-content: space-between;
}

.section-transferir form .field {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 10px;
}
.section-transferir form .field-submit {
  flex: 0.7;
  justify-content: flex-end;
}
.section-transferir form .field-submit button {
  height: 30px;
  border: 0;
  background-color: #f58641;
  color: white;
  font-size: 16px;
}
.section-transferir form .field label {
  margin-bottom: 15px;
  color: #666;
}
.section-transferir form .field input {
  margin: 0;
  padding: 7px;
  border: 0;
}

@media only screen and (max-width: 1100px) {
  .section-transferir {
    padding: 15px 10px;
  }
  .section-transferir form {
    flex-direction: column;
    height: 300px;
  }
}

section#tabla_egreso {
}

section.tabla {
  margin: 15px 0;
  clear: both;
}
section.tabla > header {
  background-color: #518bc5;
  color: #fff;
  line-height: 46px;
}
section.tabla > header h1 {
  font-weight: bold;
  display: inline-block;
  width: 250px;
  padding: 0 14px;
  text-transform: uppercase;
  font-size: 19px;
  line-height: inherit;
}
section.tabla > header h1 em {
  font-weight: normal;
}
section.tabla > header span {
  font-size: 11px;
}
section.tabla table {
  border-spacing: 3px;

  border-collapse: separate;
  margin: -3px auto 0;
  width: 100%;
  display: block;
  overflow-x: auto;
}
section.tabla table thead {
}
section.tabla table thead tr {
}
section.tabla table thead tr th {
  background-color: #efefef;
  margin-right: 19px;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 11px;
  color: #666;
  min-width: 103px;
  width: 1%;
}
section.tabla table tbody {
}
section.tabla table tbody tr {
}
section.tabla table tbody tr td {
  line-height: 40px;
  font-size: 10px;
  text-align: center;
  background-color: f6f6f6;
}
section.tabla footer {
  text-align: right;
  min-height: 27px;
}
section.tabla footer a {
  color: #aaa;
  font-size: 13px;
  display: inline-block;
  padding-right: 16px;
  line-height: 30px;
}
section.tabla footer a:hover {
}

section.tabla div.filtro {
  border-radius: 0 0 5px 5px;
  background-color: #00c1f0;
  border-bottom: 1px solid #999;
  color: #fff;
  padding: 15px 15px;
}
section.tabla div.filtro form {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

section.tabla div.filtro form .field {
  display: inline-block;
  margin-right: 18px;
  text-align: center;
  width: 130px;
}
section.tabla div.filtro form .field label {
  font-size: 83%;
  color: #fff;
  line-height: 18px;
}
section.tabla div.filtro form .field input {
  width: 100%;
  padding: 4px 6px;
  font-size: 17px;
  border: 0px solid;
  margin: 0 0 0 5px;
}

section.tabla div.filtro form .field select {
  width: 100%;
  padding: 4px 6px;
  font-size: 17px;
  border: 0px solid;
  margin: 0 0 0 5px;
}

section.tabla div.filtro form #filter-form-button {
  background-color: #f58641;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: inherit;
  border: 0px solid;
  /*width: 169px;*/
  top: 16px;
  right: 0px;
  line-height: 23px;
}

section.tabla .remember {
  padding: 0 15px 10px;
  font-size: 12px;
  line-height: 20px;
}

select.generic-select {
  padding: 4px 6px;
  font-size: 14px;
  margin: 0 0 0 5px;
}

input.generic-input {
  padding: 4px 6px;
  font-size: 14px;
  margin: 0 0 0 5px;
}

input.generic-main-button {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: inherit;
  top: 16px;
  right: 0px;
  line-height: 23px;
  margin-bottom: 2px;
}
input.generic-button {
  font-size: 12px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: inherit;
  top: 16px;
  right: 0px;
  line-height: 23px;
  margin-bottom: 2px;
}

section.invoice-generation {
  padding-bottom: 35px;
  padding-top: 15;
  border-bottom: 1px solid #dedede;
  background-color: #efefef;
}

section.invoice-options {
  padding-bottom: 30px;
  padding-top: 15;
  border-bottom: 1px solid #dedede;
  background-color: #efefef;
}

.actions-form {
  padding-top: 1px;
  padding-left: 20px;
}

section.tabla > footer div.paginador {
}
section.tabla > footer div.paginador input.pager-button {
  background-color: #f58641;
  color: #fff;
  border: 0px solid;
  font-size: 14px;
  line-height: 20px;
  width: 110px;
  margin-right: 5px;
}

/* USER / Mi perfil */
body.guia_home_goToUserProfile {
}
body.guia_home_goToUserProfile .staticPage {
  margin-bottom: 110px;
}
body.guia_home_goToUserProfile .staticPage form {
}

.guia_home_goToUserProfile form .gm-col-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.guia_home_goToUserProfile form .gm-col-container .col_1 {
  margin-right: 50px;
}

body.guia_home_goToUserProfile .staticPage h2 {
  color: #5e9fe1;
  margin: 10px 0px 15px 1px;
  padding: 0px 0px 5px 0px;
  border-bottom: 1px solid #efefef;
  display: block;
  line-height: 23px;
  font-size: 18px;
}
body.guia_home_goToUserProfile .staticPage form .button-wrap {
  text-align: center;
  margin-top: 25px;
}
body.guia_home_goToUserProfile .staticPage form .col_1 .field,
body.guia_home_goToUserProfile .staticPage form .col_2 .field {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 10px 0;
}
body.guia_home_goToUserProfile .staticPage form .col_1 .field label,
body.guia_home_goToUserProfile .staticPage form .col_2 .field label {
  flex-basis: 6em;
  flex-grow: 0;
  margin-top: 7px;
}
body.guia_home_goToUserProfile .staticPage form .col_1 .field input,
body.guia_home_goToUserProfile .staticPage form .col_2 .field input {
  flex: auto;
  height: 30px;
  padding-left: 1em;
}
@media only screen and (max-width: 725px) {
  .guia_home_goToUserProfile form .gm-col-container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    margin: 15px 0;
  }
  .guia_home_goToUserProfile form .gm-col-container .col_1 {
    margin-right: 0;
  }
}
/*body.guia_home_goToUserProfile .staticPage form .field label {
    width: 100px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}
body.guia_home_goToUserProfile .staticPage form .field input {
    padding: 5px;
    font-size: 15px;
    width: 305px;
}*/
body.guia_home_goToUserProfile .staticPage form .field input {
  width: 250px;
}
body.guia_home_goToUserProfile .staticPage form input[type="submit"] {
  background-color: #f58641;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: inherit;
  border: 0px solid;
  width: 169px;
  line-height: 23px;
}

body.guia_home_goToUserProfile .staticPage form .field.field_metodo {
  height: 70px;
}
body.guia_home_goToUserProfile .staticPage form .field.field_metodo label {
  display: block;
  width: 100%;
  text-align: left;
  color: #5e9fe1;
}
body.guia_home_goToUserProfile .staticPage form .field.field_metodo span {
  display: inline-block;
  width: 210px;
}
body.guia_home_goToUserProfile .staticPage form .field.field_metodo span input {
  margin: 15px 0 0 0;
  width: 23px;
}

body form.generic-form label {
  width: 131px;
  display: inline-block;
  text-align: right;
  padding-right: 10px;
}

body.guia_invoice_goToViewFullInvoice .generic-form label {
  width: 196px;
}

body form.generic-form input {
  padding: 5px;
  font-size: 15px;
  width: 305px;
}

body form.generic-form input#ip-form-submit-add-entity {
  background-color: #f58641;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: inherit;
  border: 0px solid;
  width: 169px;
  line-height: 23px;
  float: left;
  margin-left: 145px;
  margin-top: 6px;
}

body div.generic-form label {
  width: 142px;
  display: inline-block;
  text-align: right;
  padding-right: 10px;
}

body div.generic-form span {
  padding: 5px;
  font-size: 15px;
  width: 305px;
}

body div.generic-form div {
  padding-top: 5px;
  padding-left: 13px;
}

body.guia_main_goToViewFullTx .staticPage h2 {
  font-size: 19px;
  color: #5e9fe1;
  margin: 15px 0;
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  text-align: center;
}

body.guia_main_goToViewFullTx .info-section {
  float: left;
}

/* USER / olvide */

body.guia_home_goToUserPass {
}
body.guia_home_goToUserPass .staticPage {
  margin-bottom: 110px;
}
body.guia_home_goToUserPass .staticPage form {
}
body.guia_home_goToUserPass .staticPage form .col_1 {
  width: 43%;
  display: inline-block;
}
body.guia_home_goToUserPass .staticPage form .col_2 {
  width: 46%;
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  border-left: 1px solid #efefef;
  padding-left: 19px;
}
body.guia_home_goToUserPass .staticPage form h2 {
  color: #5e9fe1;
  margin: 10px 0px 15px 1px;
  padding: 0px 0px 5px 0px;
  border-bottom: 1px solid #efefef;
  display: block;
  line-height: 23px;
  font-size: 18px;
}
body.guia_home_goToUserPass .staticPage form .field {
  min-height: 40px;
}
body.guia_home_goToUserPass .staticPage form .field label {
  width: 200px;
  display: inline-block;
  text-align: right;
  padding-right: 10px;
}
body.guia_home_goToUserPass .staticPage form .field input {
  padding: 5px;
  font-size: 15px;
  width: 305px;
}
body.guia_home_goToUserPass .staticPage form > input {
  background-color: #f58641;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: inherit;
  border: 0px solid;
  width: 169px;
  line-height: 23px;

  float: right;
  margin-right: 184px;
  margin-top: 30px;
}

body.guia_home_goToUserPass .staticPage form .field.field_metodo {
  height: 70px;
}
body.guia_home_goToUserPass .staticPage form .field.field_metodo label {
  display: block;
  width: 100%;
  text-align: left;
  color: #5e9fe1;
}
body.guia_home_goToUserPass .staticPage form .field.field_metodo span {
  display: inline-block;
  width: 210px;
}
body.guia_home_goToUserPass .staticPage form .field.field_metodo span input {
  margin: 15px 0 0 0;
  width: 23px;
}

/* USER / extraccion */
body.guia_main_withdrawal,
body.guia_main_goToWithdrawal {
}

body.guia_main_withdrawal .staticPage,
body.guia_main_goToWithdrawal .staticPage {
  margin-bottom: 110px;
}

body.guia_main_withdrawal .staticPage form,
body.guia_main_goToWithdrawal .staticPage form {
}

body.guia_main_withdrawal .staticPage form h2,
body.guia_main_goToWithdrawal .staticPage form h2 {
  color: #5e9fe1;
  margin: 10px 0px 15px 1px;
  padding: 0px 0px 5px 0px;
  border-bottom: 1px solid #efefef;
  display: block;
  line-height: 23px;
  font-size: 18px;
}

body.guia_main_withdrawal .staticPage form .field,
body.guia_main_goToWithdrawal .staticPage form .field {
  min-height: 40px;
}
body.guia_main_withdrawal .staticPage form .field label,
body.guia_main_goToWithdrawal .staticPage form .field label {
  display: inline-block;
  text-align: right;
  padding-right: 10px;
}
body.guia_main_withdrawal .staticPage form .field input,
body.guia_main_goToWithdrawal .staticPage form .field input {
  padding: 5px;
  font-size: 15px;
  width: 305px;
}
body.guia_main_withdrawal .staticPage form > input,
body.guia_main_goToWithdrawal .staticPage form > input {
  background-color: #f58641;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: inherit;
  border: 0px solid;
  width: 169px;
  line-height: 23px;

  float: left;
  margin-top: 6px;
}

body.guia_main_withdrawal .staticPage form .field.field_medio,
body.guia_main_goToWithdrawal .staticPage form .field.field_medio {
}
body.guia_main_withdrawal .staticPage form .field.field_medio label,
body.guia_main_goToWithdrawal .staticPage form .field.field_medio label {
}
body.guia_main_withdrawal .staticPage form .field.field_medio > div,
body.guia_main_goToWithdrawal .staticPage form .field.field_medio > div {
  display: inline-block;
  line-height: 40px;
}
body.guia_main_withdrawal .staticPage form .field.field_terminos,
body.guia_main_goToWithdrawal .staticPage form .field.field_terminos {
}
body.guia_main_withdrawal .staticPage form .field.field_terminos label,
body.guia_main_goToWithdrawal .staticPage form .field.field_terminos label {
  line-height: 40px;
  padding-right: 0px;
  width: auto;
}
body.guia_main_withdrawal .staticPage form .field.field_terminos input,
body.guia_main_goToWithdrawal .staticPage form .field.field_terminos input {
  width: 25px;
}

body.guia_home_goToTermsAndConditions .staticPage {
}
body.guia_home_goToTermsAndConditions .staticPage h1 {
}
body.guia_home_goToTermsAndConditions .staticPage h2 {
  font-weight: bold;
  line-height: 35px;
}

body.guia_home_goToPrivacy .staticPage h3,
body.guia_home_goToSecurity h3,
body.guia_home_goToClientAtention h3,
body.guia_home_goToTermsAndConditions .staticPage h3 {
  line-height: 40px;
  margin-top: 15px;
}
body.guia_home_goToPrivacy .staticPage h4,
body.guia_home_goToSecurity h4,
body.guia_home_goToClientAtention h4,
body.guia_home_goToTermsAndConditions .staticPage h4 {
  font-size: 90%;
  margin-left: 7px;
}
body.guia_home_goToSecurity p,
body.guia_home_goToClientAtention p,
body.guia_home_goToPrivacy .staticPage p,
body.guia_home_goToTermsAndConditions .staticPage p {
  line-height: 18px;
  margin-top: 9px;
  margin-left: 17px;
}

#sc_project {
  margin: 25px 10px;
}
#sc_project aside > nav a {
  background-color: #167ac6;
}
#sc_project .nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
#sc_project .nav .link {
  flex-basis: 0;
  flex-grow: 1;
  background-color: #167ac6;
  color: white;
  padding: 20px 10px;
  text-align: center;
  cursor: pointer;
}
#sc_project .nav .link:hover {
  background-color: #1573bb;
  font-weight: bold;
}
#sc_project .nav .link.active {
  background-color: #1573bb;
  font-weight: bold;
}
@media only screen and (max-width: 850px) {
  #sc_project .nav {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  #sc_project .nav .link {
    padding: 10px;
  }
}
#sc_project .box {
  display: none;
}
#sc_project .box.active {
  display: block;
}

#sc_project aside > div.item_activo {
  display: block;
}

#sc_project aside > nav a.item_fundation {
  left: 0;
  width: 52%;
  height: 44px;
  border-top: 10px solid #fff;
}
#sc_project aside > nav a.item_people {
  left: 230;
  border-width: 10px 10px 0 0;
  border-color: #fff;
  border-style: solid;
  width: 43%;
  height: 44px;
}
#sc_project aside > nav a.item_receive {
  left: 420px;
  border-width: 10px 10px 0 0;
  border-color: #fff;
  border-style: solid;
  width: 58%;
  height: 44px;
}
#sc_project aside > nav a.item_pay {
  left: 660px;
  border-width: 10px 10px 0 0;
  border-color: #fff;
  border-style: solid;
  width: 60%;
  height: 44px;
}
#sc_project aside > nav a.item_transfer {
  left: 930px;
  border-width: 10px 10px 0 0;
  border-color: #fff;
  border-style: solid;
  text-align: center;
  width: 60%;
  height: 44px;
}

#sc_project aside > nav a.item_fundation.item_activo {
  height: 54px;
  background-color: #ececea;
  border-top-width: 0;
}
#sc_project aside > nav a.item_people.item_activo {
  border-width: 0;
  /* width: 60%; */
  height: 54px;
  background-color: #ececea;
}
#sc_project aside > nav a.item_receive.item_activo {
  border-width: 0;
  /* width: 60%; */
  height: 54px;
  background-color: #ececea;
}
#sc_project aside > nav a.item_pay.item_activo {
  border-width: 0;
  /* width: 60%; */
  height: 54px;
  background-color: #ececea;
}
#sc_project aside > nav a.item_transfer.item_activo {
  border-width: 0;
  /* width: 60%; */
  height: 54px;
  background-color: #ececea;
}

#sc_project aside > nav a div {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 0 0 0px;
}

#sc_project aside > nav a div span {
  color: #20adff;
}

#sc_project aside > nav a.item_activo div {
  font-size: 14px;
  color: #372828;
}
#sc_project > nav a.item_activo {
  background-color: #20adff;
}

#sc_project aside div .separator {
  background-color: rgb(236, 236, 234);
  height: 460px;
  width: 26px;
}
#sc_project aside > div#box-people {
  background-color: #ececea;
  /* 	  height: 460px; */
}
#sc_project aside > div#box-fundation {
  background-color: #ececea;
  /* height: 460px; */
}
#sc_project aside > div#box-receive {
  background-color: #ececea;
  height: 540px;
}
#sc_project aside > div#box-pay {
  background-color: #ececea;
  height: 540px;
}
#sc_project aside > div#box-transfer {
  background-color: #ececea;
  height: 540px;
}

#sc_project #slide_article {
  overflow: hidden;
  height: 410px;
  width: 743px;
  left: 0px;
  top: 10px;
}

#sc_project #box-people > div {
  /* */
  /*   margin-top: 20px; */
  /*   margin-left: 20px; */
  /*   font-size: 30px; */
  /*   color: #1452A2; */
  /* text-transform: uppercase; */
  /*   font-family: fantasy; */
}
#sc_project #box-receive > div {
  font-size: 30px;
  color: #1452a2;
  /* text-transform: uppercase; */
  font-family: fantasy;
}

#sc_project #box-pay > div {
  font-size: 30px;
  color: #1452a2;
  /* text-transform: uppercase; */
  font-family: fantasy;
}

#sc_project #box-transfer > div {
  font-size: 30px;
  color: #1452a2;
  /* text-transform: uppercase; */
  font-family: fantasy;
}

body.project_flow .staticPage h2 {
  color: #5e9fe1;
  margin: 10px 0px 15px 1px;
  padding: 0px 0px 5px 0px;
  border-bottom: 1px solid #efefef;
  display: block;
  line-height: 23px;
  font-size: 18px;
}

body.project_flow .staticPage label {
  width: 305px;
  display: inline-block;
  text-align: right;
  padding-right: 10px;
}

body.project_flow .staticPage .field input {
  padding: 5px;
  font-size: 15px;
  width: 305px;
}

body.project_flow .staticPage .field.field_terminos label {
  margin-left: 320px;
  line-height: 40px;
  padding-right: 0px;
  width: auto;
}
body.project_flow .staticPage .field.field_terminos input {
  width: 25px;
}

body.project_flow .staticPage form > input {
  background-color: #f58641;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: inherit;
  border: 0px solid;
  width: 169px;
  line-height: 23px;
  float: left;
  margin-left: 550px;
  margin-top: 6px;
}

body.project_flow .staticPage button {
  background-color: #518bc5;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: inherit;
  border: 0px solid;
  width: 240px;
  line-height: 23px;
  float: left;
  margin-left: 2px;
  margin-top: 6px;
}

body.guia_main_goToUIAdmin .staticPage h2 {
  color: #5e9fe1;
  margin: 10px 0px 15px 1px;
  padding: 0px 0px 5px 0px;
  border-bottom: 1px solid #efefef;
  display: block;
  line-height: 23px;
  font-size: 18px;
}

.form-div .form-input-box {
  width: 75% !important;
  padding-right: 25px;
}
.form-div .form-input-box input,
.form-div .form-input-box textarea {
  width: 100% !important;
}

@media only screen and (max-width: 1000px) {
  .form-div .form-input-box {
    width: 95% !important;
  }
}

.card-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  height: 500px;
  margin-top: 35px;
}

/** NEW HOME **/

p#pasoTitulo {
  font-size: 1.4em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

div#dv-type-person label {
  flex: none;
  padding-right: 30px;

}

body,
html {
  overflow-x: hidden !important;
}
.light-color {
  color: #28a1ff;
}
.login-signup-toolbar {
  display: flex;
  font-weight: bold;
  justify-content: center;
}
.login-signup-toolbar .option {
  flex: 1;
  background-color: #ffffff;
  padding: 25px;
  cursor: pointer;
  font-size: 16px;
  color: #203b9b;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.login-signup-toolbar .option .light {
  color: #9e9e9e;
}
.login-signup-toolbar .option.active {
  background-color: #e5e6e7;
  font-size: 16px;
}
.login-signup-toolbar .signup-option {
  text-align: right;
}

div#dv-condicion-expuesta {
  display: block !important;
}
div#dv-condicion-expuesta label {
  text-align: left;
  margin-bottom: 20px;
}

.form-login-signup-wrap {
  background-color: #e5e6e7;
  min-height: 350px;
  padding: 15px 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-login-signup-wrap .form {
  width: 519px;
}
.form-login-signup-wrap .form .g-recaptcha {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.form-login-signup-wrap form .help-text {
  font-size: 12px;
  text-align: center;
  color: grey;
  flex: 1;
  padding: 3px 10px;
  width: 268px;
  height: 15px;
  display: inline-block;
  white-space: nowrap;
  margin: 10px 1px;
}
.form-login-signup-wrap form .terms-conditions {
  text-align: center;
}
.form-login-signup-wrap form .button-wrap {
  text-align: center;
  margin-top: 25px;
}
.form-login-signup-wrap form .button-wrap button {
  background-color: #1e4194;
  color: white;
  border: none;
  padding: 7px 35px;
  border-radius: 12px;
  height: 45px;
  font-size: 19px;
}
.form-login-signup-wrap form .form-input {
  display: flex;
  align-items: center;
  margin: 5px 0 5px;
}
.form-login-signup-wrap form .form-input input {
  flex: 1;
  padding: 3px 5px;
  border-radius: 15px;
  padding: 20px;
  width: 200px;
  height: 15px;
  border: 2px solid #fff;
  margin-top: 0;
}

.form-login-signup-wrap form .form-input select {
    flex: 1;
    border-radius: 15px;
    padding: 12px;
    min-width: 264px;
    height: 44px;
    border: 2px solid #fff;
    margin: 5px 0 0 4%;
}

.form-login-signup-wrap form .form-input input#archivoEstatuto, .form-login-signup-wrap form .form-input input#archivoConstancia {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 30px;
}

.form-login-signup-wrap form .form-input input#archivoDniFrontal, .form-login-signup-wrap form .form-input input#archivoDniDorso, .form-login-signup-wrap form .form-input input#archivoSelfie {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 30px;
}

input#ip-condicion-expuesta, input#ip-no-condicion-expuesta {
    display: inline-block !important;
    width: 21px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

.form-login-signup-wrap form .form-input .radio {
  flex: 1;
  padding: 3px 5px;
  border-radius: 15px;
  padding: 20px;
  height: 15px;
  border: 2px solid #fff;
  width: auto;
}

.form-login-signup-wrap form .form-input label {
  flex: 1;
  text-align: right;
  padding-right: 15px;
}

.form-login-signup-wrap form .terms-conditions {
  margin-top: 0px;
  align-items: center;
}

.form-login-signup-wrap form .terms-conditions a {
  color: #42b1fb;
}

.form-login-signup-wrap form .terms-conditions input {
  margin-left: 0px;
  font-size: 15px;
}

.leftbanner {
  background-color: #e3f5f7;
}

.rigthbanner {
  background-color: #ffffff;
}

.what-isblue {
  min-height: 450px;

  display: flex;
  padding: 20px 10px;
}

.what-is {
  min-height: 415px;

  display: flex;
  padding: 20px 10px;
}
.what-is .text {
  flex: 1;
  color: #2952b0;
  font-size: 16.1px !important;
  padding: 20px 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.5 !important;
}
.what-is .text .title {
  font-size: 31px;
  padding-bottom: 20px;
  font-weight: bold;
  line-height: 1.3 !important;
}
.mediospago .title {
  font-size: 31px;
  padding-bottom: 20px;
  font-weight: bold;
  color: #2952b0;
}

.mediospago {
  padding: 20px 5%;
}

.mediospago .content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.what-is .video {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 5%;
}
.what-is .video iframe {
  width: 420px;
  height: 300px;
}

.why {
  background-color: #e99e15;
  color: #ebece9;
  text-align: center;
  /* font-weight: bold; */
  font-size: 35px;
  padding: 75px 20px;
}
.why .white {
  /* color: #fff; */
  font-weight: bold;
}

.step {
  background-color: #e6e6e6;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  padding: 50px 7%;
  color: #444444;
}
.step .step-number-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.step .step-number-title .step-number {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #202E6A; */
  color: white;
  border-radius: 50%;
  font-size: 25px;
  font-weight: bold;
  margin-right: 25px;
}
.step .step-number-title .step-title {
  flex: 1;
  font-weight: bold;
  font-size: 22px;
}
.step .step-text {
  margin-left: 75px;
  font-size: 16px;
  line-height: 22px;
}
.step .step-images {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.step .step-images .image img {
  max-width: 250px;
  max-height: 180px;
  width: 100%;
}
.step .step-images .right-arrow img {
  width: 25px;
  height: auto;
}
.step .step-images .down-arrow img {
  height: 25px;
  width: auto;
  display: none;
}

.step .step-images .arrow {
  margin: 0 10px;
}

@media only screen and (max-width: 1000px) {
  .what-is .text .title {
    font-size: 24px;
  }
  .what-is .text .content {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .what-is {
    flex-direction: column;
  }
  .what-is .video {
    display: block;
    margin: 0 auto;
  }
  .step .step-number-title .step-title {
    font-size: 20px;
  }
  .step .step-text {
    text-align: justify;
    margin-left: 0;
  }
}
@media only screen and (max-width: 650px) {
  .step .step-images {
    flex-direction: column;
  }
  .step .step-images .down-arrow img {
    display: block;
  }
  .step .step-images .image img {
    margin: 15px 0;
    max-height: 100px;
    max-width: 150px;
    height: auto;
    width: auto;
  }
  .step .step-images .image.money img {
    max-width: 110px;
  }
  .step .step-images .image.person img {
    max-width: 80px;
  }
  .step .arrow {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .form-login-signup-wrap form .form-input {
    flex-direction: column;
    align-items: stretch;
  }
  .form-login-signup-wrap form .form-input label {
    text-align: left;
    padding-bottom: 5px;
  }
  .what-is .video iframe {
    width: 100%;
    height: 100%;
    max-height: 200px;
  }
}
.image-carousel-home {
  width: 100%;
  height: auto;
}

.slick-dots {
  bottom: 20px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots li button:before {
  font-size: 20px;
}
.slick-dots li button:before {
  opacity: 1 !important;
  color: none;
}
button#slick-slide-control00:before {
  color: #d4db86;
}
button#slick-slide-control01:before {
  color: #8be4a0;
}
button#slick-slide-control02:before {
  color: #ff00ff;
}
button#slick-slide-control03:before {
  color: #4fdad5;
}

.hidden {
  display: none !important;
}

.gold-background {
  background-color: #feb741;
}
.gold-color {
  color: #dc8a00;
}

.fucsia-background {
  background-color: #bb009c;
}
.fucsia-color {
  color: #bb009c;
}

.blue-background {
  background-color: #4542b9;
}
.blue-color {
  color: #4542b9;
}

.lightblue-background {
  background-color: #00b6e2;
}
.lightblue-color {
  color: #009ec5;
}

.green-background {
  background-color: #00bc00;
}
.green-color {
  color: #00bc00;
}

footer .nipear {
  min-height: 86px;
  background-color: #1e4194;
  color: white;
  padding: 20px 5%;
}

footer .copyright {
  min-height: 97px;
  background-color: #ffffff;
  color: gray;
  padding: 20px 5%;
}

footer .nipear .links {
  min-height: 43px;
}

.image-back-white {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

@media only screen and (max-width: 1350px) {
  .header .links .link {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .header .links .link {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 1000px) {
  .header .links .link {
    font-size: 14px !important;
  }
}

.mis-datos-container {
  padding: 0 10%;
  max-width: 1000px;
}

.mis-datos-field {
  margin-bottom: 15px;
}

.mis-datos-field input {
  margin-top: 7px;
  width: 100%;
  padding: 5px;
}

@media only screen and (max-width: 600px) {
  .mis-datos-container {
    padding: 5%;
  }
}

.qr-container {
  max-width: 550px;
  margin: 25px auto;
  padding: 0 25px;
  text-align: center;
}

.qr-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.qr-subtitle,
.qr-share {
  font-size: 13px;
}

.qr-image {
  max-width: 250px;
  margin: 20px auto;
}
.qr-image img {
  width: 100%;
  height: auto;
}

.qr-pdf {
  margin-top: 15px;
}
.qr-pdf img {
  height: 50px;
  width: auto;
}

.puntos-carga-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.puntos-carga-step {
  max-width: 350px;
  margin: 25px;
  display: flex;
  align-items: center;
  font-size: 18px;
}

.puntos-carga-step .number {
  font-size: 30px;
  padding-right: 10px;
  font-weight: bold;
}

.puntos-carga-step#step1 .number {
  color: #feb741;
}
.puntos-carga-step#step2 .number {
  color: #bb009c;
}
.puntos-carga-step#step3 .number {
  color: #4542b9;
}

.search-br-wrapper {
  background-color: #ebece9;
}
.search-br-container {
  max-width: 750px;
  margin: 0 auto;
  padding: 40px 15px 25px;
}

.search-br-title {
  color: #4542b9;
  font-size: 22px;
  text-align: center;
}

.search-form-container {
  margin: 35px 0 20px;
}

#search-br-form {
  text-align: center;
}
#search-br-form input {
  width: 80%;
  display: blocK;
  padding: 20px;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 15px;
}
#search-br-form button {
  background-color: #1e4194;
  color: white;
  border: none;
  padding: 7px 35px;
  border-radius: 12px;
  height: 45px;
  font-size: 19px;
  margin-top: 20px;
}
#search-br-form button:disabled {
  background-color: darkgrey;
}

#notFoundBarcode {
  text-align: center;
  padding-top: 10px;
  font-style: italic;
  color: dimgrey;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis.ellipsis-grey div {
  background: grey;
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
#foundBarcodeContainer {
  text-align: center;
}
#foundBardcodeCuit {
  font-size: 22px;
  margin-top: 30px;
}
#foundBarCode {
  width: 100%;
  max-width: 350px;
  margin: 15px 0;
}
#foundBarcodePdf img {
  height: 45px;
}

.container-guru {
  max-width: 1250px;
  margin: 50px auto !important;
  padding: 0 25px;
}

section.tabla table tbody tr td div.pagar {
  border: 0;
  background-color: #f58641;
  color: white;
  font-size: 16px;
  vertical-align: center;
}

section.tabla table tbody tr td div.pagar a {
  color: white;
  font-size: 16px;
  vertical-align: middle;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
  padding-left: 1.5em;
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item {
  position: relative;
}

.text_small {
  font-size: 8px;
}

.Estilo_formal_1, .Estilo_formal_2 {
    margin-bottom: 20px;
    background-color: #fafafa;
    padding: 20px;
    border-radius: 5px;
    line-height: 1.4;
}