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%;
  vertical-align: baseline;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-family: "argumentumregular", sans-serif;
  font-size: 1em;
  color: #666666;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}


ol,
ul {
  list-style: none;
}
a {
  color:#999;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a:focus {
  outline: none;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}
a:hover {
  color: black;
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
form,
header,
hgroup,
nav,
section
{
  display: block;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]:-webkit-search-decoration {
  -webkit-appearance: none;
}
h1, h2, h3, h4, h5, h6 {
  color: #021689;
  font-weight:700 !important;
}

.h1, h1 {
    font-size: 2.1rem;
}

.h2, h2 {
    font-size: 1.9rem;
}

.h3, h3 {
    font-size: 1.7rem;
}

.h4, h4 {
    font-size: 1.5rem;
}

.h5, h5 {
    font-size: 1.3rem;
}

.h6, h6 {
    font-size: 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

hr{
    border: none;
    border-top: 1px solid #e8e8e8;
    width: 100%;
    margin: 20px auto;
}

button,
input,
select,
textarea {
  border: 1px solid #d5d5d5;
  outline: 0;
  padding: 10px 12px;
  color: #666666;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: #666666;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
	height: 12px;
}

::-webkit-scrollbar-track {
    background-color: #FFFFFF;
}
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #021689;
}

.logo a{
    display: block;
}

/*menu*/
.main-header {
    position: fixed;
    top: 10px;
    left:10px;
    right:10px;
    margin: 0 auto;
    z-index: 99;
    background: #FFF;
    border-radius: 40px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

.main-headerfix {
    position: fixed;
    top:0px;
    width: 100%;
    margin: 0 auto;
    z-index: 99;
    background: #FFF;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-box-shadow: 0px 3px 8px -4px rgba(69,69,69,1);
    -moz-box-shadow: 0px 3px 8px -4px rgba(69,69,69,1);
    box-shadow: 0px 3px 8px -4px rgba(69,69,69,1);
}
#menu-wrapper {
  background-color: transparent;
  overflow: visible;
}
.main-menu ul li {
  display: inline-block;
  margin: 0 10px;
}
.main-menu ul li:last-child {
  margin-right: 35px;
}
.main-menu ul li a {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    color: #021689 !important;
    font-weight: 400;
    padding-bottom: 8px;
    padding-top: 6px;
}
.main-menu ul li.active a {
    border-bottom: 3px solid #79b856 !important;
    padding-bottom: 5px;
    color: #79b856 !important;
}

.main-menu ul li a.active {
    color: #79b856 !important;
}

.menu-responsive {
    display: none;
    background-color: transparent;
    padding-bottom: 10px;
}
.menu-responsive ul li {
  padding: 5px 0px 5px 5px;
}
.menu-responsive ul li a {
  display: block;
  color: #444;
  text-transform: uppercase;
  font-size: 14px;
}
.menu-responsive ul li.active a {
    color: #7ab956;
    font-weight: 600;
}
a.toggle-menu {
    display: inline-block;
    float: right;
    width: 36px;
    height: 36px;
    margin-top: 23px;
    margin-right: 30px;
    background-color: #50ba4d;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: initial;
    font-size: 1.3em;
}

a.toggle-login{
    width: 36px;
    height: 36px;
    border-radius: 3px;
    float: right;
    margin-top: 23px !important;
    margin-right: 15px;
    padding-top: 2px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    background-color: #d5d5d5;
    color: #444;
}

/*menu...*/
.form-control{
    border-color: none !important;
    box-shadow: 0 0 0 0 !important;
}

/*gral*/
.heading-section {
    margin-bottom: 60px;
}
.heading-section-2 {
    margin-bottom: 10px;
}
@media (min-width: 320px) {
    .heading-section, .heading-section-2 {
       margin-top: 30px;
    }
}
.heading-section h2 {
    font-size: 1.8em;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 30px;
}
.heading-section-2 h2 {
    font-size: 28px;
    font-weight: 600;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 30px;
}
.heading-section h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.heading-section p {
    color: #444444;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
}
.content-section {
    margin-top: 10px;
    padding-top: 25px;
}



.txt-red{
    color: #e00c23;
}
.txt-white{
    color: #fff;
}
.vacio {
    padding: 60px;
}
.vaciotop {
    padding: 68px;
}
.vacio-slider {
    padding: 100px;
}
.vacio-anchor{
    position: absolute;
    margin-top: 40px;
    padding: 10px;
}

.cont_powered{
    background: #2b3079;
    padding-top: 17px;
}

.powered{
    padding-bottom: 15px;
}

.tbnombre p{
    color: #fff;
    background: #444;
    padding: 3px;
    font-weight: 600;
}
.marcaspequenas img{
    height: 60px;
}
.marcaspequenas a{
    display: inline-block;
    padding: 20 10;
    margin-bottom: 20px;
}
.marcasquees img{
    height: 100px;
    display: inline-block;
    padding: 0px 10px;
    margin-bottom: 20px;
}
.seccionbullet ul li{
    display: inline-block;
    padding: 20px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    padding-left: 35px !important;
}

.checkbox{
    padding-left:50px;
}

.checkbox2 {
    color: #fff !important;
    padding: 10px 0px;
}

/*gral...*/
/*esp*/
.req {
    color: #e00c23;
}
/*esp...*/

/*botones*/
.boton {
    color: white;
    background-color: #FF9A00;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 100;
    font-size:1.1em;
    border:none;
    outline: none !important;
}

.boton:hover, .boton:focus{
    background-color: #fbb243;
    color: #fff;
    transition-duration: 0.3s;
}

.boton a{
    color: #fff;
}

.boton-grey {
    color: #fff;
    background-color: #444;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 100;
    font-size:1.1em;
    border:none;
    outline: none !important;
}

.boton-grey:hover, .boton-grey:focus{
    background-color: #6d6d6d;
    color: #fff;
    transition-duration: 0.3s;
}

.boton-red {
    color: #fff;
    background-color: #db3333;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 100;
    font-size:1.1em;
    border:none;
    outline: none !important;
}

.boton-red:hover, .boton-red:focus{
    background-color: #e85858;
    color: #fff;
    transition-duration: 0.3s;
}

.botonmax {
    color: #FFFFFF;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 100;
    font-size: 1.1em;
    width: 90%;
    margin-top: 10px;
    border: none;
    background: #7ab956;
    outline: none !important;
}

@media only screen and (max-width: 320px) {
    .botonseccion {
		background: #84bfbf;
    width: 90px;
    height: 90px;
    text-align: center;
    border-radius: 5%;
    color: #fff;
    font-size: .9em;
    cursor: pointer;
    margin: 1px;
    }
}

.boton2 {
    color: white;
    background-color: #c1482c;
    padding: 12px 20px;
    border-radius: 3px;
    font-weight: 100;
    border:none;
}

/*botones...*/

/*formulario*/
.fechanac {
    margin-left: 0px;
}
.formulariopie{
    font-weight: 400;
    /*font-size: 8pt;*/
    text-align: left;
    padding: 5px 30px;
}
.formulariopie2{
    font-weight: 400;
    font-size: 8pt;
    text-align: center;
    padding: 5px 30px;
}
.formularioclave{
    font-weight: 400;
    font-size: 8pt;
    text-align: left;
    padding-left: 20px;
}
.formularioreq{
    font-weight: 400;
    font-size: 8pt;
}
.registro label{
   margin-top: 7px;
}
/*formulario.../*

/**como funciona*/
.reglas {
    background: #e00c23;
    height: 70px;
    width: 70px;
    text-align: center;
    border-radius: 10px;
}
.funciona{
    margin-bottom: 60px;
}
.reglas p{
    color: #fff;
    padding-top: 20px;
    font-weight: 500;
}
/*como funciona...*/

/*contactanos y footer*/
footer .footer-nav{
    background: #021689;
    color: #FFF;
}

footer .footer-nav a {
    display: inline-block;
    color: #fff;
    font-size: 0.9em;
    margin: 10px;
}

.bluemx {
    background: #8db8e6;
    font-size: 0.7em;
    line-height: 0.8em;
    padding-bottom: 5px;
}

.bluemx a {
    color: #101E40;
}

.bgfooter{
    background-color: #021689;
}

#contact {
    margin-top: 0;
    padding: 0;
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #021689;
}

/*contactanos y footer...*/

.marco{
    background: #000;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
}
.marco p{
        color: #fff;
}


.logosp{
    padding: 30 0 30 0;
}
.logosque{
    padding: 30 0 30 0;
}

.namebtn{
    line-height: 10pt;
}

.logosp a{
    display: inline-block;
    padding: 30px 20px !important;
    margin-bottom: 20px;
}
.popcancelar{
    padding: 50 0;
}

/** Bootstrap 5 column equal grid
 ******************************** **/
.col-xs-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5th {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5th {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5th {
        width: 20%;
        float: left;
    }
}

@media only screen and (max-width: 992px) {
	.col-md-5th {
		width:100%;
		float:none;
		display:block;
	}
    .col-md-5th.col-sm-5th {
        width: 20%;
        float: left;
    }
}
@media only screen and (max-width: 769px) {
    .col-md-5th.col-sm-5th {
		width:100%;
		float:none;
		display:block;
    }

    .vacio {
        padding: 0px !important;
    }
}




.marcas {
    padding: 0 0 5 0;
}
.marcas a{
    display: inline-block;
    padding: 30 20;
    margin-bottom: 20px;
}



.vinieta ul li {
    display: inline;
}


.bulletPM{
    font-weight: bold;
}
.bulletPM li p{
    font-weight: bold;
}




.tbtitle th{
    text-align: center;
}

.txtpopup{
    font-size: 20pt;
}

.txttext{
    display: block;
}

.box-puntos{
    background: #e00c23;
    border-radius: 10px;
    padding: 10 10 20 10;  
}
.box-puntos p{
    color: #fff;
}
.box-puntos a{
    color: #fff;
}

.popcancelar{
    position:relative;
    top:0px;
    font-size:1.9em;
    margin-bottom:20px;
}

.title-404{
	text-align: center !important;
	font-weight:600 !important;
	font-size:3.3em !important;
	margin-bottom:10px;
}

.subtitle-404{
	text-align: center !important;
	font-weight:100 !important;
	font-size:2.8em !important;
	line-height:50px;
	color: #646464;
}

.vacio-1 {
    padding: 1px;
}

.vacio-2 {
    padding: 12px;
}

.vacio-3 {
    padding: 70px;
}

@media screen and (max-width: 325px)
{
    hr{
        width: 70%;
    }
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}