/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
 */
/* 
Created on : 27/02/2016, 02:44:29 PM
    Author     : juan
*/
@font-face {
  font-family: "IOS8-Icons-Regular";
  src: url("../fonts/IOS8-Icons-Regular.eot?#iefix") format("embedded-opentype"), 
       url("../fonts/IOS8-Icons-Regular.woff") format("woff"), 
       url("../fonts/IOS8-Icons-Regular.ttf")  format("truetype");
}
@font-face {
  font-family: "materialdesignjim-Regular";
  src: url("../fonts/materialdesignjim-Regular.eot?#iefix") format("embedded-opentype"), 
       url("../fonts/materialdesignjim-Regular.woff") format("woff"), 
       url("../fonts/materialdesignjim-Regular.ttf")  format("truetype");
}

@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/Gotham-Book.woff2') format('woff2'),
       url('../fonts/Gotham-Book.woff') format('woff'),
       url('../fonts/Gotham-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Light';
  src: url('../fonts/Gotham-Light.woff2') format('woff2'),
       url('../fonts/Gotham-Light.woff') format('woff'),
       url('../fonts/Gotham-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-BookItalic';
  src: url('../fonts/Gotham-BookItalic.woff2') format('woff2'),
       url('../fonts/Gotham-BookItalic.woff') format('woff'),
       url('../fonts/Gotham-BookItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


/*===============================================================================
    GENERIC INFO STYLES
=================================================================================*/
.error{
    font-size: 1em !important;
    color: #FF5454 !important;
}
.italic{
    font-family: Gotham-BookItalic;
}
.msg-advertencia{
    color: #FF5454;
    font-size: 16px;
    margin-top: 1em;
}
body{
    color: #757873;
    font-family: Gotham-Book;
}

.line {
    border-bottom: 1px #009fe3 dotted;
    height: 20px;
    width: 100%;
    clear: both;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: Gotham-Book;
}


h2,h3{
    color: #009FE3;
}
h2{
    font-size: 23px;
}
h3{
    font-size: 20px;
}
h4{
    font-size: 16px;
}
h2 span{
    color: #CEDF00;
}
.container{
    font-size: 18px;
}

a{
    color: #009fe3;
}
a.a__underline--not{
  text-decoration: none;
}

.v-center {
	display:table;
}
.v-center > div[class*='col-']
{
    display: table-cell;
    vertical-align:middle;
    float:none;
}
.logo{
    width: 276px;
    height: auto;
}
.logo-recarga-automatica{
    width: 150px;
    height: auto;
}
@media (max-width: 768px) {
    .modal_recuperar_contrasenia_descripcion .modal-body{
        padding:5px;
    }
}

.input-group{
    width: 100%;
}

.alert-danger {
    background-color: #da291c;
    border-color: #ebccd1;
     color: #fff;
}
.modal-dialog .alert-success {
    background-color: transparent;
     color: #fff;     
}

.alert {
    padding: 8px;
    margin-bottom: 0px;
    
    border-radius: 4px;
    text-align:center;
   
}
.alert .alert-message{
    
    text-align: center;
}
.alert-message >p
{
    margin: 0;
}
.modal-dialog .modal-body .btn{
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 6px;
    padding-bottom: 6px;
}

/*================================
    BOOTSTRAP EXTENDS STYLES
==================================*/

@media (max-width: 768px) {
    .text-xs-left { text-align: left; }
    .text-xs-right { text-align: right; }
    .text-xs-center { text-align: center; }
    .text-xs-justify { text-align: justify; }
    .v-center-xs {
	display:table;
    }
    .v-center-xs > div[class*='col-']{
        display: table-cell;
        vertical-align:middle;
        float:none;
    }
    #navbar-collapse-secundario .navbar-nav>li a {
      margin-left: 15px;
      margin-right: 15px;
    }
}
@media (min-width: 768px) { /*sm*/

    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
    .v-center-sm {
	display:table;
    }
    .v-center-sm > div[class*='col-']{
        display: table-cell;
        vertical-align:middle;
        float:none;
    }
}
@media (min-width: 992px) { /*md*/
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
    .v-center-md {
	display:table;
    }
    .v-center-md > div[class*='col-']{
        display: table-cell;
        vertical-align:middle;
        float:none;
    }    

}
@media (min-width: 1200px) { /*lg*/
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
    .v-center-lg {
	display:table;
    }
    .v-center-lg > div[class*='col-']{
        display: table-cell;
        vertical-align:middle;
        float:none;
    }    
}


/*===============================================================================
    HEADER STYLES
=================================================================================*/
#logo{
    width: 276px;
    height: auto;
}

/******menu principal***************/
#menu_principal{
    border: none;
    margin: 0;
}
#menu_principal .navbar-nav>li:not(:last-child){
    border-right: solid 2px #757873;
}
#menu_principal .navbar-nav>li a{
    color: #757873;
    font-size: 1.1em;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
    background: none;
}
#menu_principal .navbar-nav li a:not(.a__item--entity):hover, #menu_principal .navbar-nav li.active a:not(.a__item--entity){
    border-bottom: 2px solid #05AADD;
}
#menu_principal .navbar-nav>li.iniciar_sesion a{
    color:#F28B00;
}
#menu_principal .navbar-nav>li.iniciar_sesion a:hover{
    border-bottom: 2px solid #F28B00;
}
#menu_principal #navbar-collapse-principal{
    padding-top: 32px;
}
#menu_principal #navbar-collapse-admin{
    padding-top: 21px;
}
/******menu secundario***************/
#menu_secundario{
    background-color: #05AADD;
    background-image: none;
    margin: 0;
    border:none;
    border-radius: 0;
}
#menu_secundario .navbar-collapse{
    padding: 0;
}
#menu_secundario .navbar-nav>li a{
    color: #fff;
    font-size: 1.2em;
    background: none;
}
#menu_secundario .navbar-nav>li:hover, #menu_secundario .navbar-nav>li.active{
    background-color: #0094c7;
}
@media screen and (max-width: 1100px){
    #logo{
        width: 7em;
    }
    #logo img
    {
      width: 7em;
      margin-left: 0.5em;
    }
}
@media (min-width: 992px) and (max-width: 1100px){
   #menu_principal #navbar-collapse-principal{
        padding-top: 16px;
    }
    #menu_secundario .navbar-nav>li a{
        font-size: 1.1em;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 992px){
   #menu_secundario .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: auto;
        float: none;
        width: 100%;
    }
    #menu_secundario .navbar-nav>li {
        display: table-cell;
        float: none;
        text-align: center;
    }
    #menu_principal .navbar-nav>li a.a__item--entity {
      background-color: #05AADD;
      color: #fff;
      padding-left: 15px;
      padding-right: 15px;
      border-radius: 12px 12px 0 0;
      margin-left: 9px;
      margin-right: 9px;
    }
    #menu_principal .navbar-nav>li a.a__item--entity:hover {
      background-color: #f28b00;
    }
} 

@media (max-width: 992px) {

    /*****CHANGE COLLAPSE MENU FOR TABLET********************/
    #menu_principal .navbar-header ,
    #menu_secundario .navbar-header 
    {
        float: none;
    }
    #menu_principal .navbar-left, #menu_principal .navbar-right ,
     #menu_secundario .navbar-left, #menu_secundario .navbar-right 
    {
        float: none !important;
    }
    #menu_principal .navbar-toggle ,
    #menu_secundario .navbar-toggle 
    {
        display: block;
    }
    #menu_principal .navbar-collapse ,
    #menu_secundario .navbar-collapse 
    {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    #menu_principal .navbar-fixed-top ,
    #menu_secundario .navbar-fixed-top 
    {
        top: 0;
        border-width: 0 0 1px;
    }
    #menu_principal .navbar-collapse.collapse ,
    #menu_secundario .navbar-collapse.collapse 
    {
        display: none!important;
    }
    #menu_principal .navbar-nav ,
    #menu_secundario .navbar-nav 
    {
        float: none!important;
        margin-top: 7.5px;
    }
    #menu_principal .navbar-nav>li ,
    #menu_secundario .navbar-nav>li 
    {
        float: none;
    }
    #menu_principal .navbar-nav>li>a ,
    #menu_secundario .navbar-nav>li>a 
    {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #menu_principal .collapse.in,
    #menu_secundario .collapse.in
    {
        display:block !important;
    }

    /************************/

    #menu_principal .navbar-nav li a.a__item--entity:hover, #menu_principal .navbar-nav li.active a.a__item--entity{
      border-bottom: 2px solid #05AADD;
  }
  #navbar-collapse-secundario .navbar-nav>li a br {
    display: none;
  }
}


/*===============================================================================
    FOOTER STYLES
=================================================================================*/
footer{
    clear: both;
    font-size: 12px;
    color: #009fe3;
}
footer .footer_barra{
    background-image: url(../img/footer_barra.png);
    background-repeat: repeat-x;
    height: 6px;
    
}
footer #atencion_cliente{
    background-size: cover;
    color: #fff;
    position: relative;
    width: 100%;
    overflow: hidden;
}
footer #atencion_cliente img{
    width: 100%;
}
footer #atencion_cliente #atencion_cliente_text{
    position: absolute;
    left: 7%;
    top: 7%;
    font-size: 21px;
}

footer .content{
    padding: 20px;
    font-size: 1.2em;
    margin:0 auto ;
}
footer .img_logo{
    width: 99px;
    height: 25px;
}
footer #libro_reclamacion{

}
footer #libro_reclamacion img{
    width: 63px;
}
.align-text{
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 13px;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}
.footer-separate{
    margin-bottom: 0.5em;
}
.footer-img{
    width: 63px;
    height: 34px;
}
.libro_reclamacion_text{
    display: inline-block;
}
.sinPadding{
    padding: 0;
}
.sinPadding-left{
    padding-left: 0;
} 
.footer_item{
    /*height: 70px;*/
    margin-top: 15px;
    padding-bottom: 8px;
    padding-top: 8px;
}
footer .footer_item:not(:last-child){
    border-right: dotted 3px #009fe3;
}
@media (min-width: 768px) and (max-width: 992px) {
    footer #atencion_cliente #atencion_cliente_text{
        left: 7%;
        top: 10%;
        font-size: 16px;
        line-height: normal;
    }
    footer .footer_item{
        height: 86px;
    }
    footer .footer_item:nth-child(1), 
    footer .footer_item:nth-child(2) 
    {
         border-bottom: dotted 3px #009fe3;
    }
}
@media (max-width: 768px) {
    footer .footer_item{
         border-bottom: dotted 3px #009fe3;
         border-right: none !important;
    }
    footer #atencion_cliente #atencion_cliente_text{
        left: 6%;
        top: 10%;
        font-size: 14px;
        line-height: normal;
    }
}
@media (max-width: 600px) {
    footer #atencion_cliente #atencion_cliente_text{
        left: 10%;
        top: 11%;
        font-size: 12px;
        line-height: normal;
    }
}

@media (max-width: 420px) {
    footer #atencion_cliente #atencion_cliente_text{
        left: 2%;
        top: 5%;
        line-height: normal;
    }
    footer #atencion_cliente img{
        /*width: auto;
        height: 65px;
        left: -50px;
        position: relative;*/
        width: auto;
        height: 121px;
        left: -328px;
        position: relative;
    }
    .width-req {
        width: 270px;
    }
}

/*================================
    RECOVER PASSWORD  STYLES
==================================*/

#recoverPasswordModal{
    color: #fff;
    text-align: center;
}
#recoverPasswordModal .modal-dialog{
    width: 400px;
}
#recoverPasswordModal .modal-content .modal-body{
    background-color: #F28B00;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
#recoverPasswordModal .modal-body .btn{
    font-size: 15px;
    font-weight: bold;
}
#recoverPasswordModal .modal-body h4{
    text-align: left;
}
#recoverPasswordModal .modal-body h2, #recoverPasswordModal .modal-body h3, #recoverPasswordModal .modal-body a{
    color: #fff
}
#recoverPasswordModal .form-group{
    text-align: left;
}
#recoverPasswordModal .modal-body .btn{
   color: #f28b00;
}
#recoverPasswordModal .glyphicon{
    color: #F28B00;
}
/******************************************/
/*confirmacion popup******/
.confirmacion_popup{
    color: #fff;
    text-align: center;
}
.orange-confirmacion{
    background-color: #F28B00;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.lightblue-confirmacion{
    background-color: #05AADD;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.red-confirmacion{
    background-color: #e0333d;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.confirmacion_popup .modal-body .btn{
    font-size: 15px;
    font-weight: bold;
}
.red-confirmacion .btn{
   color: #e0333d;
}
.orange-confirmacion .btn{
   color: #f28b00;
}
.lightblue-confirmacion .btn{
    color: #05AADD;
    width: 50%;
}
.lightblue-confirmacion .aqui{
    color: #FFFFFF;
    text-decoration: underline;
}
.aqui:hover {
    color: white !important;
    text-decoration: underline;
    cursor: pointer;
}
.aqui {
    color: white !important;
    text-decoration: underline;
}
.mensaje-confirmacion{
    margin: 1em;
    padding: 1em 2em 1em 2em;
    font-size: 1.1em;
}
.logo-confirmacion{
        width: 244px;
}
.padding-btn{
    padding-bottom:1em;
}
@media screen and (min-width: 768px){
    .confirmacion_popup .modal-dialog {
        width: 495px;
        margin: 30px auto;
    }
    .type-question--wrapper{
      display: flex;
      align-items: center;
    }
}




/*********************************************/

/*================================
    LOGIN  STYLES
==================================*/
/*******generic*************/
#loginModal{
    color: #fff;
    text-align: center;
}
#loginModal .modal-body, #loginModal .modal-body > .row{
    padding: 0;
    margin: 0;
}
#loginModal .form-group{
    text-align: left;
}
#loginModal .modal-body h4{
    text-align: left;
}
#loginModal .modal-body h2, #loginModal .modal-body h3, #loginModal .modal-body a{
    color: #fff
}
#loginModal .modal-body a{
  text-decoration: underline;   
}
#loginModal #login, #loginModal #recarga{
    padding: 20px;
    vertical-align: top;
}
#loginModal .modal-body form .tipos{
    min-height: 34px; 
    padding-left: 15px;
}
#loginModal .modal-body form .tipos > div{
    padding: 0;
}

#loginModal.modal-recarga #login, #loginModal.modal-login #recarga{
    display: none;
}
#loginModal.modal-login #login, #loginModal.modal-recarga #recarga{
   width: 100%; 
}
#loginModal.modal-login #login{
    border-bottom-right-radius: 6px;
}

#loginModal.modal-recarga #recarga{
    border-bottom-left-radius: 6px;
}
#loginModal .modal-body .btn{
    font-size: 15px;
    font-weight: bold;
}
/********login*******************/
#loginModal #login{
    background-color: #F28B00;
     border-bottom-left-radius: 6px;
}
#loginModal #login .glyphicon{
    color: #F28B00;
}
#loginModal #login .btn{
   color: #f28b00;
}
/*****recarga**********/
#loginModal #recarga{
    background-color: #05AADD;
    border-bottom-right-radius: 6px;
}
#loginModal  #recarga .glyphicon{
    color: #05AADD;
}
#loginModal #recarga .btn{
    color:#05AADD;
}

#modal_recargadirecta .modal-dialog {
    width: 400px;
    text-align: center;
}
#modal_recargadirecta .modal-body{
    background-color: #05AADD;
    
    color: #fff;
}
#modal_recargadirecta .modal-body h2,
#modal_recargadirecta .modal-body h3, 
#modal_recargadirecta .modal-body a{
   color: #fff; 
}

#modal_recargadirecta .form-group{
    text-align: left;
}
#modal_recargadirecta .modal-body h4{
    text-align: left;
}
#modal_recargadirecta .modal-body form .tipos{
    min-height: 34px; 
    padding-left: 15px;
}
#modal_recargadirecta .glyphicon{
    color: #05AADD;
}
#modal_recargadirecta .btn{
    color:#05AADD;
}
#modal_recargadirecta .form-group{
    text-align: left;
}
#modal_recargadirecta .modal-body form .tipos > div{
    padding: 0;
}
#modal_recargadirecta .modal-body .btn{
    font-size: 15px;
    font-weight: bold;
}
@media (min-width: 992px) {
    #loginModal .modal-dialog{
        width: 800px;
    }
    #loginModal.modal-recarga .modal-dialog, #loginModal.modal-login .modal-dialog{
        width: 400px;
    }
}


/*===============================================================================
    BANNER STYLES
=================================================================================*/
#banner{
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-bottom: 7px solid #CEDF00;
}

#banner img{
    width: 100%;
}
#banner #box{
    position: absolute;
    top: 29%;
    right: 20px;
    background-color: rgba(5, 170, 221, 0.7);
    padding: 20px; 
    color: #fff;
    font-size: 26px;
}
#banner.pag-preguntas-frecuentes #box {
    top: 12%;
    left: 40px;
    right: auto;
}
#banner #box a{
    color: #fff;
    text-decoration: underline;
}

#banner .barra_verder{
    background-color: #CEDF00;
    height: 7px;
}

#banner.banner-donde #box{
    right: 20px;
    left: auto;
}
#banner.banner-quees #box{
    bottom: 5px;
    top: auto;
}
#banner.banner-beneficios #box{
    top: 17px;
    left: 15px;
    width: 14em;
}
#banner.banner-como #box{
    top: auto;
    left: auto;
    bottom: 10px;
    right: 10px;
}

@media (max-width: 992px) {
    #banner.banner-beneficios #box{
        top: 14px;
        left: 10px;
        font-size: 22px;
        
    }
}
@media (max-width: 768px) {
    #banner #box{
        font-size: 20px;
        padding: 7px;
        top: 10%;
    }
    #banner.banner-donde #box{
        top: 2%;
        right: 2px;
    }
}
@media (max-width: 558px) {
    #banner #box{
        font-size: 12px !important;
    }
    #banner.banner-beneficios #box{
        top: 2px;
        
    }
}

/*===============================================================================
    CONTENT INFO STYLES
=================================================================================*/
.info{
    position: relative;
    padding-right: 175px;
    padding-bottom: 20px;
    min-height: 140px;
}

.info-beneficios{
    position: relative;
    padding-bottom: 20px;
    min-height: 140px;
    text-align: justify;
}

.info .info_content{
    text-align: justify;
}

.info .info_content img{
    max-width: 80%;
}
.info .info_img{
    position: absolute;
    right: 25px;
    top: 0%;
    width: 133px;
    text-align: center;
}
.info .top_img{
    top:46%;
}
.info .medios_pago img{
    margin: 20px;
    width: 90px;
}
.marg_qr {
    margin: 10px 20px !important;
}
.d_logo_yape {
    width: 93px !important;
    margin: 6px 14px !important;
}
@media screen and (max-width: 445px){
    .d_logo_fpay {
        float: right;
    }
    .d_logo_yape {
        margin: 6px 20px !important;
    }
}

.info .info_content .info_adicional{
    font-size: 0.7em;
    margin-top: 20px;
}
.item{
    margin-top: 10px;
    position: relative;
}
.item_text{
    display: inline-block;
    padding-left: 40px;
    text-align: left;
}
#adquirir_beneficios .icon_car{
    position: absolute;
    top: 115px;
    right: 0px;
}
.pasos{
    margin-top: 20px;
    min-height: 92px;
}
.pasos-left{
    float: left;
    margin-right: 20px;
}
.pasos_text{
    padding-top: 15px;
    height: 92px;
    vertical-align: middle;
    display: table-cell;
}
.circle_pasos{
    border: 8px solid #f28b00;
    border-radius: 50px;
    display: inline-block;
    height: 92px;
    line-height: 24px;
    padding-top: 15px;
    text-align: center;
    vertical-align: middle;
    width: 92px;
}
.arrows{
    width: 80px;
    display: inline-block;
}
.container.preguntas_frecuentes{
    font-size: 18px;
    
}
.container.preguntas_frecuentes h3{
    margin-top: 28px;
    margin-bottom: 6px;
}
.container.preguntas_frecuentes h3.preguntas_frecuentes--title{
  margin: 0;
}
.container.preguntas_frecuentes .preguntas-frecuentes__item {
  margin-top: 28px;
  margin-bottom: 6px;
}
table#tasa-recarga {
    font-size: 12px;
    width: 100%;
    margin-top: 25px;
}
table#tasa-recarga td, table#tasa-recarga th {
    border: 1px solid #DDDDDD;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}
table#tasa-recarga td{
    padding-bottom: 10px;
    padding-top: 10px;
}
table#tasa-recarga th {
 background-color: #CEDF00;   
}
table#tasa-recarga th.th-azul{
    background-color: #009FE3;
    color: #fff;
}

@media (max-width: 1200px) {
    .pasos{
        min-height: 70px;
    }
    .arrows{
        width: 80px;
    }
    .circle_pasos{
        width: 70px;
        height: 70px;
        padding-top: 10px;
        border-width: 6px;
    }
    .pasos_text{
        height: 70px;
        padding-right: 15px;
        text-align: left;
    }
}

@media (max-width: 768px) {
    .info {
        padding-right: 0;
    }
    .icon.info_img {
        font-size: 30pt !important;
        line-height: 30pt !important;
    }
    .info .info_img {
        right: 0;
        top: -4%;
        width: 42px;
        display: none;
    }
    #adquirir_beneficios .icon_car{
        display: none;
    }
    .v-center > div[class*='col-'] {
        display: block; 
        float: left;
    }
    .container.preguntas_frecuentes h3{
        font-size: 18px;
    }
    .container.preguntas_frecuentes{
        font-size: 16px;
    }
    table#tasa-recarga td, table#tasa-recarga th {
        padding: 3px;
    }
    
    .pasos{
        margin-top: 15px;
    }

    .pasos_text{
        padding-top: 2px;
        height: 50px;
        text-align: justify;
    }
    .arrows{
        width: 40px;
    }
    .circle_pasos{
        width: 50px;
        height: 50px;
        padding-top: 9px;
        border-width: 4px;
        font-size: 15px;
        line-height: 15px;
        padding-left: 2px;
    }
}

@media (max-width: 558px) {
    .pasos-left{
        float: none;
    }
    .pasos_text{
      height: auto;   
    }
}
/*===============================================================================
    ICONS INFO STYLES
=================================================================================*/
.icon{
   display: inline-block; 
   line-height: 0px;
   text-decoration: none;
}
.icon.item_icon{
    color: #009FE3;   
    font-family: IOS8-Icons-Regular,Arial;
    font-size: 22.0pt;   
    position: absolute;
    line-height: 22pt;
}
.icon.icon_phone{
    color: #fff;   
    font-family: IOS8-Icons-Regular,Arial;
    font-size: 26pt;   
}
.icon.icon_email{
    color: #fff;   
    font-family: IOS8-Icons-Regular,Arial;
    font-size: 26pt;   
}
.icon.icon_car{
    color: #F28B00;   
    font-family: materialdesignjim-Regular,Arial;
    font-size: 60pt;  
}
.icon.icon_foco{
    color: #F28B00;   
    font-family: materialdesignjim-Regular,Arial;
    font-size: 60pt;  
    line-height: 60pt;
    transform: rotate(180deg);
}
.icon.icon_row{
    color: #F28B00;   
    font-family: materialdesignjim-Regular,Arial;
    font-size: 80pt;  
    line-height: 80pt;
    transform: rotate(180deg);
}
.info_img.people_group, .info_img.card_send{
    width: 106px;
}
.icon.item_icon.item_digit {
    font-size: 17pt;
    line-height: 11pt;
}
.item_text_two {
    display: inline-block;
    text-align: left;
    text-align: justify;
    color: #009FE3;
    margin-top: 20px;
    margin-bottom: 10px;
}
/*===============================================================================
    GENERIC  STYLES
=================================================================================*/
.error{
    font-size: 13px !important;
    color: #da291c!important;
}
.separate{
    margin-bottom: 2em;
}
.disabled-input{
    background: #CCCACA !important; 
    pointer-events: none;
    cursor: default;  
}
.btn-confirmacion{
    background: #05AADD;
    color: white;
    width: 9em;
}
.modal-header,.modal-footer{
    border:none;
}
 .modal-footer{
    margin: 0;
    padding-top: 0;
    text-align: center;
}
.title-mensaje-confirmacion{
    font-weight: bold;
    color: black;
    font-size: 18px;
    text-align: center;
}
.description-mensaje-confirmacion{
    color: black;
    font-size: 16px;
    text-align: center;
}
.description-mensaje-confirmacion-izq{
    color: black;
    font-size: 16px;
}
.padding-modal{
    padding-left: 2em;
    padding-right: 2em;
}
.txtalgn-center
{
    text-align: center;
}
.modal_post_pago_consulta_descripcion
{
    background: #05AADD;
    color: white;    
   
}
.modal_phone
{
    text-align: center;
    font-size: 2em;
}
.modal_post_pago_consulta_header
{
    background: white;
}
.modal-body_post_pago_text
{
    font-size: 1.2em;
    padding: 1em;
    text-align: center;
}
.btn-cerrar-modal
{
    width: 14em;
    padding: 0.3em 1em;
    font-size: 1.2em;
    color: #05AADD;
    border-radius: 5px;
}
.modal_recuperar_contrasenia_descripcion
{
    background: #f28b00;
    color: white;
    width: 75%;
    margin: 0 auto;
}
.recuperar-title
{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 1em;
}
.contenedor-Form-recupcontra
{
    margin: 0 auto;
    width: 100%;
    text-align: left;
}
.contenedor-Form-recupcontra input
{
    width: 100%;
}
.color-orange
{
    color:#f28b00;
}
.color-lighblue
{
    color: #05AADD;
}
.alto-box{
    height: 430px;
}
.active-aside{
    color:#757873 !important;
}
.item .fa{
    color: #F28B00;
    font-size: 3em;
    padding: 0.1em;
}
.item .fa_place {
    font-size: 22pt;
}
.item .fa-google {
  font-size: 2em;
}
.item .fa-phone {
    font-size: 2.4rem;
}
.item .fa_other_icons {
    font-size: 14pt;
}
.title-planta {
    color: #F28B00;
}
.text_url {
    display: inline-block;
}
@media (max-width: 768px) {
    .text_url {
        word-wrap: break-word;
        width: 320px;
    }
}
/******estilo paginacion datatable ************/
.dataTables_paginate {
    text-align: center;
    float: none;
    margin-top: 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{

    padding: 5px 10px 5px 10px;
    margin-left: 2px;
    text-align: center;
    cursor: pointer;
    color: #333 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    text-decoration: none;
    background: rgba(242, 139, 0, 0.54);
    color:white !important;

}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background: rgba(5, 170, 221, 0.55);
    color:white !important;
    text-decoration: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
    cursor: default;
    color: #666 !important;
}
.bg-modal-transparent
{
    background-color: rgba(171, 171, 171, 0.631373);
}
.modal-backdrop{
    background: #999 !important;
    opacity: 0.5 !important;
}

.error-validacion{
    border: 2px solid rgba(255, 45, 45, 0.88) !important;
}  

.border-celeste-modal
{
    border: 3px solid #05AADD
}
.ltr-stron
{
    font-weight: bold;
    color: #383737;
}
.contenedor-modal-comprobante
{
    padding: 2em 0em;
    border-radius:8px; 
}
.monto-modal
{
    font-size: 1.3em;
    padding: 1em 0em;
}
.padModalText
{
    padding: 0em 2em;
}
.texto-asterisco-modal
{
    margin-top: 1em;
}
.btn-x-modal-celeste
{
    opacity: 1;
    background: #05AADD !important;
    color: white;
    height: 1em;
    width: 1em;
    border-radius: 50%;
}
.bgselect{
    background: #f28b00 !important;
}
.borderselect{
    border:2px solid #f28b00 !important;
}
.dashedselect {
    border-bottom: 2px dashed #f28b00 !important;
}
.dashedselectTop {
    border-top: 2px dashed #f28b00 !important;
}
.ncolorselect{
    color: #f28b00 !important;
}
.bgselectTransparent {
      border-top: 2px solid rgba(242, 139, 0, 0.33) !important;
    background: rgba(242, 139, 0, 0.33) !important;
}
.colorselect{
    color: #f28b00;
}
.color-white{
    background: #fff !important;
}
.inline-block-middle
{
    display: inline-block;
    vertical-align: middle;
}
.icon_peaje1-top
{
    margin-top: 0.6em;
}
.icon_foco-top
{
    margin-top: 0.8em;
}
.icon_peaje-top
{
    margin-top: 2.5em;
}
.tick-316
{
    padding-right:12px !important;
}
.modal_comprobante_afilacion_contenedor
{
    
}
.click_achi
{
    cursor: pointer;
}
.tick-289
{
    
}
.algn-left
{
    text-align: left;
}
.inputColor
{
    color: #555 !important;
}
.epas-line
{
    display: inline-block;
}
.text-algn-right
{
    text-align: right;
}
.wid10
{
    width: 10em;
}
#div_errores
{
    text-align: center;
    padding-top:2em;
}

.contenedor-boton-pago
{
    margin-top:1.2em;
}

.btn_sgtePaso
{
  position: relative;  
}
.btn-pagar-a
{
    position: absolute;
    right: 0;
}
/*
@media (max-width: 1300px){
    .btn_sgtePaso
    {
        left: 35% !important;
    }
}
*/

#term-slide {
    margin: auto;
    text-align: center;
}

@media (max-width: 1000px){
    .contenedor-boton-pago
    {
        margin-top: 0em;
        height: 2.3em;
    }
    .alto-box{
        height: auto ;
    }
}
@media screen and (max-width: 1200px){
  .paqueteEpass
  {
    font-size: 12px !important; 
  }
  .precio{
    font-size: 2.5em !important;
  }

}

.recogerTag{
    width: 23em;
    padding-top: 0.6em;
  }
.recogerTagLabel{
        text-align: right;
    color: #383737;
    font-weight: bold;
}
.separateModal
{
    margin: 0.5em 0em;
}
.texto-asterisco-modal-3
{
    margin-top: -1em;

}
.sinFWB
{
    font-weight: normal;
}
.algn-left
{
    text-align: left;
}

.padding-left4por
{
    padding-left: 3.6%;
}
.sinPadding-right{
    padding-right: 0;
}
.dospts
{
    font-weight: bold;
    color: #383737;
    display: inline-block;
    width: 1em;
    text-align: center;
}
.dospts-2
{
    font-weight: bold;
    color: #383737;
    display: inline-block;
    width: 1em;
    text-align: center;
}
.inline2pts
{
    display: inline-block;
    width: 77%;
    vertical-align: top;
}
@media screen and (max-width: 991px){
    
    .padding-left4por
    {
        padding-left: 0;
    }

    .algn-left
    {
        text-align: right;
    }

}



@media screen and (max-width: 600px){
    .algn-left
    {
        text-align: left;
    }
}

.endFooter
{
    margin-bottom: 2em;
}
#correo-user-zkt-error,#inputPw-error,#password-error,#type-error,#nroType-error,#correo-recupera-pw-error{
    color: #fc0303 !important;
}

.padModal
{
    padding-top: 1em;
    padding-bottom:1em;
}
.desaAqdquirirOtraRecarga
{
    padding-bottom:1em;
    text-align: center;
}
.textCenter
{
    text-align: center;
}
.divHide
{
    display: none;
}
.shoh-modal-login-dashboard
{
    color: #009fe3 !important;
}
.alert button
{
    margin-top: 0.3em;
}
.alert
{
    color: rgba(0, 0, 0, 0.8);
}
.bold{
    font-weight: bold;
}
.epassGreen{
    color:#CEDF00;
}
.redPdf{
    color:#e0333d;
}
.textdonwlodpdf{
    color:#757873;
    font-size: 16px;
}
.textdonwlodpdf:hover{
    color:#757873;
}
.mcolor_beneficios > a {
    background: #fff !important;
    color: #009fe3 !important;
}
.padding_right0 {
    padding-right: 0px;
}
.m_caja_textos {
    border: 2px solid #e4e4e4;
    margin-right: 7px;
    margin-bottom: 7px;
    padding-top: 7px;
    display: inline-block;
}
.m_caja_main {
    margin-bottom: 14px;
}
.pasos_tag_epass {
    text-align: center;
}
.border_img_pasos {
    border: 2px solid #e4e4e4;
}
.img_pasos {
    border: 2px solid #e4e4e4;
}
.m_rtp {
    text-align: center;
}
.m_repsol {
    display: inline-block;
    max-width: 468px;
}
@media (max-width: 768px){
    .img_pasos {
        max-width: 100% !important;
        margin-bottom: 7px;
    }
    .m_repsol {
        text-align: center;
        display: block;
    }
}
.beneficios_n {
    color: #F28B00;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 14px;
}
.mcolor_e_placa > a {
    background: #f28b00 !important;
}
.color_texto_eplaca {
    color: #f28b00;
}

.banner_gasolinera_dk {
    text-align: center;
    margin: 7px;
}

.banner_gasolinera_mb {
    text-align: center;
    margin: 7px;
    display: none;
}

.banner_gasolinera_home_mb {
    text-align: center;
    margin: 7px;
    display: none;
}

@media only screen and (max-width: 1000px) and (min-width: 768px) {
    .banner_gasolinera_dk img {
        width: 100%;
    }
}

@media screen and (max-width: 768px){
    .banner_gasolinera_dk {
        display: none !important;
    }
}

@media screen and (max-width: 768px){
    .banner_gasolinera_mb {
        display: block;
    }
    .banner_gasolinera_mb img{
        width: 100%;
    }
    .banner_gasolinera_home_mb {
        margin-top:21px;
        display: block;
    }
}

.banner_gasolinera_login {
    cursor: pointer;
    display: inline-block;
}

/* *** INICIO BANNER BENEFICIOS *** */
.banner-beneficios-owl .next {
    right: 1%;
}
.banner-beneficios-owl .prev{
    z-index: 3;
}
.banner-beneficios-owl .prev, .banner-beneficios-owl .next {
    color: #F28B00;
    position: absolute;
    top: 38%;
}
.banner-beneficios-owl .prev:hover, .banner-beneficios-owl .next:hover {
    color: #05AADD;
}
.banner-beneficios-owl .fa-angle-right, .banner-beneficios-owl .fa-angle-left {
    font-size: 6em;
    font-weight: bold;
    
}
.banner-beneficios-owl .owl-pagination {
    position: relative;
    top: -57px;
    text-align: center;
    height: 0;
}
.banner-beneficios-owl .owl-page {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #F28B00;
    margin: 4px;
    border-radius: 50%;
    cursor: pointer;
}
.banner-beneficios-owl .active {
    background: #05AADD;
    box-shadow: 0 0 0 1px #47a3da;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
    .banner-beneficios-owl {
        touch-action: manipulation; 
    }
}
@media screen and (max-width: 1040px) {
    .banner-beneficios-owl .owl-pagination {
        top: -25px
    }
}
@media screen and (max-width: 420px) {
    .banner-beneficios-owl .owl-page {
        height: 12px;
  	width:12px;
    }
}
/* *** FIN BANNER BENEFICIOS *** */

.footer-politicas {
    font-size: 13px;
    vertical-align:top !important;
}
.fpoliticas-separate {
    margin-bottom: 0.1em;
}
.fp-left {
    display: none;
}
.fp-padding {
    padding-left: 15px
}
@media screen and (max-width: 992px) {
    .fp-left {
        display: block;
    }
    .fp-padding {
        padding: 0px;
    }
}

.modal-footer--wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 12px;
  margin-top: 15px;
}

.payment-methods--item {
  width: 72px;
}

img.payment-methods--img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 600px){
  .modal-footer--wrapper {
    justify-content: center;
    row-gap: 12px;
    flex-wrap: wrap;
  }
  .payment-methods--item {
    width: 60px;
  }
} 
.w-100 {
  width: 100%;
}

.arrow--collapse {
  background-color: #F28B00;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
}

.arrow--collapse::after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 22px;
  position: absolute;
  width: 30px;
  height: 30px;
  color: #FFF;
  transform: translate(30%,2%);
  transform-origin: center;
  padding: 0;
  margin: 0;
}
.arrow--collapse.close--collapse::after {
  content: "\f0d8";
  font-family: FontAwesome;
  font-size: 22px;
  position: absolute;
  width: 30px;
  height: 30px;
  color: #FFF;
  transform: translate(30%,-10%);
  /* transform: translate(-28%,-1%) rotate(-180deg); */
  transform-origin: center;
  padding: 0;
  margin: 0;
}
.preguntas_frecuentes .type-question--wrapper > .col-sm-5 h2 {
  color: #F28B00;
}
.preguntas_frecuentes--header {
  display: flex;
  justify-content: space-between;
  column-gap: 12px;
}

.preguntas_frecuentes--header > :nth-child(1){
  flex-shrink: 16;
  display: flex;
  align-items: center;
}
.preguntas_frecuentes--header > :nth-child(2){
  flex-shrink: 1;
}

.preguntas-frecuentes__item a > div:nth-child(1) {
  padding-bottom: 12px;
}

@media screen and (max-width: 420px){
  .payment-methods--item {
    max-width: 38px;
  }
}
.banner__empresa--mobile {
  display: none !important;
}

@media screen and (max-width: 580px) {
  .banner__empresa--desktop{
    display: none !important;
  }
  .banner__empresa--mobile {
    display: block !important;
  }
}

.banner-beneficios--empresa  {
  position: relative;
  cursor: pointer;
}

.gota-epas-img.gota__empresa {
  position: absolute;
  left: -12px;
  width: 110%;
  bottom: 18px;
  background-color: #ffffff00 !important;
  height: auto !important;
}

.gota__empresa .gota-epas-btn  {
  background-color: rgba(242,139,0,0.42);
} 

.gota__empresa #href_planes_prepago{
  padding: 0.5em 0;
}
.w-100 {
  width: 100%;
}

.arrow--collapse {
  background-color: #F28B00;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
}

.arrow--collapse::after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 22px;
  position: absolute;
  width: 30px;
  height: 30px;
  color: #FFF;
  transform: translate(30%,2%);
  transform-origin: center;
  padding: 0;
  margin: 0;
}
.arrow--collapse.close--collapse::after {
  content: "\f0d8";
  font-family: FontAwesome;
  font-size: 22px;
  position: absolute;
  width: 30px;
  height: 30px;
  color: #FFF;
  transform: translate(30%,-10%);
  /* transform: translate(-28%,-1%) rotate(-180deg); */
  transform-origin: center;
  padding: 0;
  margin: 0;
}
.preguntas_frecuentes .type-question--wrapper > .col-sm-5 h2 {
  color: #F28B00;
}
.preguntas_frecuentes--header {
  display: flex;
  justify-content: space-between;
  column-gap: 12px;
}

.preguntas_frecuentes--header-car {
  justify-content: flex-start;
  column-gap: 30px;
}

.preguntas_frecuentes--header > :nth-child(1){
  flex-shrink: 16;
  display: flex;
  align-items: center;
}
.preguntas_frecuentes--header > :nth-child(2){
  flex-shrink: 1;
}

.preguntas_frecuentes--title-car {
  font-weight: bold;
}

.preguntas-frecuentes__item a > div:nth-child(1) {
  padding-bottom: 12px;
}
  .modal-footer--wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 12px;
  margin-top: 15px;
}

.payment-methods--item {
  width: 72px;
}

img.payment-methods--img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 600px){
  .modal-footer--wrapper {
    justify-content: center;
    row-gap: 12px;
    flex-wrap: wrap;
  }
  .payment-methods--item {
    width: 60px;
  }
}

@media screen and (max-width: 420px){
  .payment-methods--item {
    max-width: 38px;
  }
}

@media screen and (max-width: 420px) {
     /* No funciona paginator */
    /* .paqueteEpass {
        width: 25em !important;
    } */
}

@media screen and (min-width: 421px) and (max-width: 600px){
    /* No funciona paginator */
    /* .paqueteEpass {
        width: 30em !important;
    } */
}

@media screen and (min-width: 601px) and (max-width: 760px) {
    /* Agrega estilos para una pantalla entre 601px y 760px si es necesario */
}

@media screen and (min-width: 761px) and (max-width: 1200px) {
    /* Agrega estilos para una pantalla entre 761px y 1200px si es necesario */
    /* No funciona paginator */
}

.div-select-ex {
  padding: 10px !important;
}


/* *** INICIO WELCOME BENEFICIOS *** */
@media screen and (max-width: 768px) {

    .welcome_extra{
        display: none;
    }

    .welcome_container{
        display: inline;
    }

    .welcome_input{
        height: 2rem;
        display: block;
        appearance: none;
    }

    .welcome_label{
        position: relative;
        padding: 1em;
        background: #009fe3;
        color: #fff;
        cursor: pointer;
    }

    .welcome_label::before{
        content: "Ver más";
    }

    .welcome_input:checked ~ .welcome_label::before{
        content: "Ver menos";
    }

    .welcome_dots:has(~ .welcome_input:checked){
        display: none;
    }
    
    .welcome_extra:has(~ .welcome_input:checked){
        display: inline;
    }
}

/* *** FIN WELCOME BENEFICIOS *** */


/* *** INICIO FILTRO BENEFICIOS MOBILE *** */

.welcome_filter_wrapper{
    display: none;
}


@media screen and (max-width: 768px) {

    .welcome_filter_wrapper{
        max-height: 120px;
        display: flex;
        overflow-x: auto;
        margin-top: 40px;
    }

    .welcome_filter_wrapper::-webkit-scrollbar{
        display: none;
    }

    .welcome_filter_wrapper .item_filter_wrapper{
        min-width: 94px;
        line-height: 110px;
        text-align: center;
        margin-right: 2px;
    }
}
/* *** INICIO FILTRO BENEFICIOS MOBILE *** */


/* *** INICIO NEW CARD BENEFICIOS MOBILE *** */

.card {
    width: 390px;
    height: 265px;
    color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-family: Arial, sans-serif;
}

.card-header {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    width: 120px;
    height: 40px;
}

.card-body {
    padding: 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    position: relative;
}

.battery-image {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}

.promo-text {
    margin: 10px 0;
    font-size: 10px;
    font-weight: bold;
    text-align: justify;
    background: #1f4f99;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
}

.discount {
    margin-top: -8px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.discount-currency-container{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.discount-percent,
.discount-currency,
.discount-percent-symbol,
.discount-percent-abbreviation {
    font-weight: bold;
    color: #003156;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    line-height: normal;
}

.discount-wrapper {
    display: flex;
    align-items: center;
}

.discount-wrapper-currency{
    display: flex;
    align-items: center;
}

.discount-percent {
    font-size: 58px;
}
.discount-currency{
    font-size: 35px;
}
.discount-percent-symbol {
    font-size: 38px;
    font-weight: 900;
    line-height: 1;
}

.discount-percent-abbreviation {
    font-size: 11px;
    font-weight: 900;
    line-height: 0.5;
}

.discount-percent-symbol,
.discount-percent-abbreviation {
    height: auto;
}

.discount-info {
    font-size: 14px;
    margin-top: 10px;
    width: 120px;
    margin-left: 5px;
    color: #003156;
    border-left: solid red 1px;
    padding: 2px 0 2px 5px;
    text-align: left;
    line-height: 1;
}

.discount-info::before {
    border-left: solid red 1px;
}

.card-footer {
    position: relative;
    padding: 0 10px;
    background: #fff;
    color: #000;
}

.sedes-container {
    margin: 125px 0;
}

.title-sedes {
    text-align: left;
    display: block;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 4px;
}

.sedes-container .sedes {
    display: flex;
    gap: 3px;
}

.sedes-container .sede {
    background-color: #f23c0d;
    color: #fff;
    padding: 3px 6px;
    border-radius: 16px;
    font-size: 10px;
    font-weight: bold;
}

.cta-button {
    background-color: #ff0000;
    color: white;
    font-weight: bold;
    padding: 2px 10px;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-button img {
    height: 16px;
    width: auto;
    margin-left: 5px;
}

.cta-button:hover {
    background-color: #cc0000;
}

.terms {
    margin: 0;
    position: absolute;
    bottom: 4px;
    right: 19px;
    font-size: 8px;
    color: #555;
}

@media (max-width: 440px) {
    .card {
        width: 100%;
        max-width: 450px;
        height: auto;
        margin: 0 auto;
    }
    .card-body {
        height: 200px;
        padding: 10px;
    }
    .title-sedes {
        font-size: 18px;
    }
    .discount-percent {
        font-size: 45px;
    }
    .discount-currency{
        font-size: 27px;
    }
    .discount-percent-symbol {
        font-size: 32px;
    }
    .discount-percent-abbreviation {
        font-size: 13px;
    }
    .cta-button {
        padding: 2px 7px;
        font-size: 9px;
    }
    .discount-wrapper {
        width: 50%;
    }
    .discount-wrapper-currency{
        width: 60%;
    }
    .discount-info {
        font-size: 12px;
        margin-top: 5px;
    }
    .promo-text{
        font-size: 9px;
    }
    .card-footer{
        height: auto;
    }
    .terms {
        margin: 0;
        bottom: 1%;
        right: 14px;
        font-size: 7px;
    }
}

@media (max-width: 380px){
    .discount-percent {
        font-size: 40px;
    }
    .discount-currency{
        font-size: 25px;
    }
    .discount-percent-symbol {
        font-size: 30px;
    }
    .discount-percent-abbreviation {
        font-size: 10px;
    }
    .discount-info {
        font-size: 10px;
        margin-top: 5px;
    }
    .promo-text{
        font-size: 9px;
    }

    .terms {
        right: 15px;
        font-size:6.5px;
    }
}

@media (max-width: 344px) {
    .discount-wrapper {
        width: 40%;
    }
}


/* *** FIN NEW CARD BENEFICIOS MOBILE *** */
