
@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.otf') format('opentype');

}
@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Book.otf') format('opentype');
}
@font-face {
    font-family: 'Gotham-Black';
    src: url('../fonts/Gotham-Black.otf') format('opentype');
}
@font-face {
    font-family: 'Gotham-Medium';
    src: url('../fonts/Gotham-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.otf') format('opentype');
}
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: 'Gotham-Bold';
    /*font-family: "Open Sans", Arial, sans-serif;*/
    font-size: .93em;
    line-height: 1.75;
    color: #000;
    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,
img {
  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 {
  /*font-family: "Open Sans", Arial, sans-serif;*/
  color: #000;
  font-weight:200 !important;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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;
}


/*menu*/
.main-header {
  position: fixed;
  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;
}

.btn-activate {
    padding-top: 44px;
}

#btnActivate {
    text-transform: uppercase;
    font-size: 0.95em;
    color: #fff;
    font-weight: 600;
}

@media (min-width: 320px) {
    .main-header {
       top: 0px;
    }
}
.main-headerfix {
  position: fixed;
  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;
}
#menu-wrapper {
  background-color: #FFF;
  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 {
        text-transform: uppercase;
        font-size: 0.95em;
        color: #000;
        font-weight: 600;
        line-height: 100px;
        padding-top: 37px;
    }
    .main-menu ul li.active a {
        /*border-bottom: 3px solid #e1251b;
        padding-bottom: 5px;
        color: #000;*/
        background-color: #d9d6d6;
        border-radius: 13px;
        padding: 10px;/**/
    }

.main-menu-anonymous ul li {
    display: inline-block;
    margin: 0 10px;
}

.main-menu-anonymous ul li:last-child {
    margin-right: 35px;
}

    .main-menu-anonymous ul li a {
        text-transform: uppercase;
        font-size: 0.95em;
        color: #282828;
        font-weight: 600;
        line-height: 100px;
        padding: 10px 25px;
    }

     .main-menu-anonymous ul li.active a {
        color: #FFF;
        background-color: gray;
        padding: 10px 15px 10px 15px;
        border-radius: 13px;
    }

    .main-menu-anonymous ul li a:hover {
        color: #e1251b !important;
    }

.menu-responsive {
    display: none;
    background-color: rgb(35, 35, 35);
    margin-bottom: 10px;
    text-align:center;
}
.menu-responsive ul li {
  padding: 5px 0px 5px 5px;
}
.menu-responsive ul li a {
    display: block;
    color: white;
    font-size: 14px;
    font-weight:600;
}
.menu-responsive ul li input {
    font-weight: 600;
}
    .menu-responsive ul li.active a {
        color: #e1251b;
        font-weight: 600;
    }
a.toggle-menu {
    width: 36px;
    height: 36px;
    border-radius: 5px;
    float: right;
    /*margin-top: 33px;*/
    margin-right: 30px;
    margin-left: 10px;
    padding-top: 2px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    background: #e1251b;
    display: inline-block;
    color: #fff;
}

a.toggle-login{
    width: 36px;
    height: 36px;
    border-radius: 3px;
    float: right;
    /*margin-top: 33px;*/
    margin-right: 5px;
    padding-top: 2px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    background-color: #d5d5d5;
    color: #444;
}

/*menu...*/

/*gral*/
.img-contact-fix {
    position: absolute;
}

.txt-big-red {
    color: #e00c23;
    font-size:60px;
}
.txt-bck-med {
    color: #000;
    font-size: 34px;
    margin-top: -22px;
}
.dialog-gray {
    position: relative;
    background-image: url(../images/home/dialogo.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 43%;
}
.img-dialog {
    display: block;
    position: relative;
    width: 40%;
}
.txt-dialog {
    display: block;
    position: absolute;
    bottom: -16px;
    left: 0;
    padding: 5px;
    width: 100%;
}

.contenedor-dialog2 {
    position: relative;
    display: inline-block;
    text-align: center;
    left: 20%;
}

.contenedor-dialog1 {
    position: relative;
    display: inline-block;
    text-align: center;
    left: 16%;
}
.contenedor-dialog1 img {
    width: 50%;
}
    .contenedor-dialog2 img {
        width: 60%;
    }

.centrado-n {
    position: absolute;
    top: 46%;
    left: 20%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    font-family: 'Gotham-Book';
}
.centrado-n2 {
    position: absolute;
    top: 46%;
    left: 30%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    font-family: 'Gotham-Book';
}

.position-right{
    float:right;
}

.contact-red {
    position: relative;
    background-image: url(../images/home/ContactanosRojo.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
}
.absolute-img{
    position:absolute;
}
.img-fondo-dp {
    display: block;
    margin: -33px auto;
    width: 100%;
    position: absolute;
}

.red-contact {
    /*width: -webkit-fill-available;*/
    width: 100%;
}
.contact-left {
    position: relative;
    background-image: url(../images/home/Contactanos01.png);
    background-repeat: no-repeat;
    background-size: cover;/**/
}
.contact-right {
    /*position: relative;
    background-image: url(../images/home/Contactanos02.png);
    background-repeat: no-repeat;
    background-size: cover;*/
}
.form-contact {
    padding: 15px 25px;
    background-color: #c6c6c5;
    border-radius: 0px 0px 13px 13px;
}

.img-expand {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.big-contact {
    background-image: url(../images/home/Contactanos.png);
    background-repeat: no-repeat;
    background-size: cover; /*  */
    background-color: #ececec;
    display: flex;
    background-position: center center;
    min-height: 810px;
}

.bck-gray {
    background-color: #ececec;
}

.contact-formulario {
    width: 40%;
}
.contact-dialogs {
    width: 60%;
    background-color: #ececec;
}
.space-top {
    padding-top: 25px;
}

#BtnEdit {
    position: relative;
}

.my-account-container {
    background-image: url(../images/home/DatosPersonalesFondo.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.my-card-container {
    background-image: url(../images/home/MiTarjetaFondo.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
    display: block;
    margin: 0 auto;
    width: 80%;
}

.my-cancelcard-container {
    background-image: url(../images/home/CancelarFondo.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
    display: block;
    margin: 0 auto;
   
}

.my-access-data {
    background-image: url(../images/home/DatosAccesoFondo.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
    display: block;
    margin: 0 auto;
    width: 100%;
}

#registro_ {
    background-image: url(../images/home/FondoRegistro.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
}

.txt-benefits {
    font-weight: 700;
    text-transform: uppercase;
    color: #232323;
}
.txt-benefits-details {
    color: #000;
    font-family: 'Gotham-Book';
    font-size:18px;
}
    .txt-benefits-details h2 {
        font-size: 44px !important;
        font-weight: 700 !important;
        color: #000;
    }
 
.txt-benefits-details img {
    width: 60%;
    justify-self: anchor-center;
}
.details-benefit{
    padding:32px;
}

.txt-benefits img {
    width: 100%;
    justify-self: anchor-center;
    cursor: pointer;
}
.img-steps img {
    width: 80%;
    padding-top: 8px;
}

.txt-red-steps {
    color: #e1251b;
    font-weight: 600;
    text-align: left !important;
    font-size: 36px !important;
    padding-top: 38px;
}
.img-steps {
    text-align: -webkit-right;
    padding-top: 25px;
}


.container-benefits {
    padding-left: 35px;
    padding-right: 35px;
}

.heading-section {
    margin-bottom: 60px;
}

.heading-section-2 {
  margin-bottom: 20px;
}
/*****************Cómo funciona*****************/
.funciona-main {
    padding-top: 40px;
}
.txt-funciona-1 {
    text-align: left !important;
    font-family: 'Gotham-Book';
    padding-right: 0px !important;
    padding-top: 12px;
}
.txt-funciona-3 {
    text-align: left !important;
    font-family: 'Gotham-Book';
    padding-right: 0px !important;
}
.txt-funciona-span {
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-wrap-mode: nowrap;
}

.item-right {
    text-align: right;
}
.item-red {
    color: #e1251b;
    padding-right: 0px;
    font-size: 12px;
}
.item-black {
     font-size: 35px;
}

#divFunciona {
    background-image: url('../images/home/BolasRojas.png');
    background-size: cover; /* <------ */
    background-repeat: no-repeat;
    background-position: center center;
}

@media (min-width: 320px) {
    .heading-section {
       margin-top: 30px;
    }
}

.heading-section h2 {
  font-size: 70px;
  font-weight: 700 !important;
  /*display: inline-block;
    margin-top: 40px;
    margin-bottom: 30px;*/
}

.heading-section-log h2 {
    font-size: 60px;
    font-weight: 700 !important;
    color: #000;
    padding: 50px;
    /*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;
}

.heading-section-2 h2 {
  font-size: 28px;
  font-weight: 600;
  display: inline-block;
    margin-top: 40px;
    margin-bottom: 30px;
}
.heading-section-2 h3 {
  font-size: 20px;
  font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.heading-section-2 p {
  color: #444444;
  font-size: 16px;
  font-weight: 300;
  margin-top: 10px;
}

/*.content-section {
  margin-top: 10px;
  padding-top: 25px;
}*/


/*********************************************/
/*********************************************/
.content-back-contact {
    height: 110px;
    background: linear-gradient(#fff 50%, #ececec 50%);
}

.space-gray{
    min-height:550px;
}
.img-contactanos-space {
    height:700px;
}
.img-contactanos{
    padding-top: 55px;
}
/*********************************************/
/*********************************************/
/*********************************************/
.txt-red {
    color: #e00c23;
}
.txt-white{
    color: #fff;
}
.vacio {
    padding: 50px;
}
.vaciotop {
    padding: 60px;
}
.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;
}
/*gral...*/
/*esp*/
.req {
    color: #e00c23;
}
/*esp...*/

/*botones*/
.boton {
    color: white;
    background: #e1251b;
    padding: 7px 17px;
    border-radius: 16px;
    font-weight: 100;
    font-size: 1.1em;
    border: none;
}

.fa-user {
    color: #e1251b;
}
.suc-title {
    padding-top: 25px;
    padding-right: 40px;
}
.suc-icon {
    display: -webkit-inline-box;
}

.txt-subtitle-new {
    color: #232323;
    font-weight: 100;
    text-align: center !important;
    font-size: 65px !important;
}

.boton-register {
    color: white;
    background: #e1251b;
    padding: 11px 55px;
    border-radius: 24px;
    font-size: 1.2em;
    border: none;
    font-weight: 100;
    /*font-family: 'Gotham-Book';*/
}

.boton-register:hover{
    background: rgb(176, 56, 56);
}

.boton-update {
    color: white;
    background: #e1251b;
    padding: 11px 21px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 1em;
    border: none;
    text-transform: uppercase;
}

.boton-update:hover{
    background: rgb(176, 56, 56);
}

.boton-grey {
    color: #fff;
    background-color: #444;
    padding: 7px 17px;
    border-radius: 16px;
    border:none;
    outline: none !important;
    transition-duration: 0.3s;
}


    .boton-grey:hover, .boton-grey:focus {
        background-color: #6d6d6d;
        color: #fff;
        transition-duration: 0.3s;
    }

.boton-link {
    color: white;
    background-color: #ba131e;
    padding: 7px 17px;
    border-radius: 16px;
    font-weight: 400;
    display: inline-block;
}

.boton-link:hover {
    color: white;
    opacity: 0.8;
}

.boton a{
    color: #fff;}
.botonmax {
     color: #FFFFFF;
  padding: 12px 20px;
  border-radius: 3px;
  font-weight: 100;
  font-size:1.1em;
    width: 100%;
    margin-top: 10px;
    border: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b783a9+0,ad7c9c+60 */
background: #b783a9; /* Old browsers */
background: -moz-linear-gradient(top, #b783a9 0%, #ad7c9c 60%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #b783a9 0%,#ad7c9c 60%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #b783a9 0%,#ad7c9c 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b783a9', endColorstr='#ad7c9c',GradientType=0 ); /* IE6-9 */
}

@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:#e00c23;
  padding: 12px 20px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;

}

/*botones...*/

/*formulario*/
.fechanac {
    margin-left: 0px;
    margin-right: 0px;
}
.formulariopie{
    font-weight: 400;
    font-size: 8pt;
    text-align: left;
    font-family:'Gotham-Book';
}
.formularioclave{
    font-weight: 400;
    font-size: 8pt;
    text-align: left;
    padding-left: 20px;
}
.formularioreq{
    font-weight: 400;
    font-size: 1em;
}

.formularioreq label{
    font-weight: 400;
    font-size: 0.8em;
}

.formularioreq .req{
    position: relative;
    font-weight: 400;
    font-size: 15pt;
    top: 5px;
    margin-right: 5px;
}

.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*/
.bgfooter{
    background: #000000;
}
.contact-form input {
  width: 100%;
  margin-bottom: 15px;
}
.contact-form textarea {
  width: 100%;
  max-width: 100%;
  height: 120px;
}
.footerb {
    background: #8cb7e8;
    color: #0f1d41;
    font-size: 9pt;
}
.footerb a{
    color: #0f1d41;
}
.footermodal {
    background: #282828;
    text-align: center;
    padding-left: 0px;
}
.footermodal ul li{
    display: inline;
    color: #FFFFFF;
    font-size: 10pt;
    text-align: center;
}

    .footermodal ul li a {
        color: #FFFFFF;
        font-size: 10pt;
        font-family: 'Gotham-Book';
    }
/*contactanos y footer...*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e2e2e2;
  margin: 40px 0;
}

.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;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{
    margin-left: 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;
    }
    .main-menu{
        text-align:right;
	}
}
@media screen and (max-width: 1288px)
{
    .main-menu-anonymous ul li a{
        font-size:0.95em;
    }
}
@media screen and (max-width: 1068px)
{
    .main-menu-anonymous ul li:last-child{
        margin-right: 0;
    }

    .main-menu-anonymous ul li{
        margin: 0 8px;
    }
}

@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;
    }
}





.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;
}
.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-2 {
    padding: 12px;
}

.vacio-3 {
    padding: 70px;
}

.gray-line {
    border-color: #e3e1de;
    border-width: 1px;
    border-style: solid;
    width: 84%;
    justify-self: center;
}