/* ── DINPro Medium — fuente local ── */
@font-face {
    font-family: 'DINNextRoundedLTW02-Reg';
    src: url('../fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/e779a118-4a48-4d02-b508-42ffcca65029.woff') format('woff'),
         url('../fonts/b7d55c7d-ef74-4820-8706-4cc32936b1ed.ttf') format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro-Medium.eot');
    src: url('../fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DINPro-Medium.woff') format('woff'),
         url('../fonts/DINPro-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro-Medium.eot');
    src: url('../fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DINPro-Medium.woff') format('woff'),
         url('../fonts/DINPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

﻿@charset "utf-8";

/*codigo secreto*/
.wrapRecibePago{
    width: 90%;
    height: 100%;
    margin: 0 auto;
    padding: 50px 0 100px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pagosheader {
    position: relative;
    float: left;
    width: 100%;
    background: #214780;
    border-bottom: 3px solid #214780;
    /*height: 112px;*/
    height: 75px;
}

.Ventana_pago {
	height: auto !important;
}

.logo-etb {
    position: relative;
    float: left;
    height: 60px;
        margin-top: 7px;
}

    .logo-etb img {
        position: relative;
        float: left;
        height: 100%;
    }


.pagosdate, .pagoscontact {
    position: relative;
    float: right;
    width: 50%;
    color: #fff;
    text-align: right;
    margin-bottom: 10px;
}

.pagosdate {
    font-size: 125%;
    font-weight: 500;
    margin-top: 16px;
}

.pagoscontact {
    font-size: 100%;
    font-weight: 300;
}

.content-pag {
    position: relative;
    min-height: 500px;
    background: #FCFCFC;
    z-index: 1;
}
.cont-headpag2{
    width: 88%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto;
    padding: 20px;
    margin-top: 0;
}
.cont-headpag2 h2{
    width: 100%;
    font-size: 1.5rem;
    font-weight: 300;
    color: #707070;
    line-height: normal;
}
.cont-headpag2 h3 {
    width: 100%;
    color: #707070;
    font-size: 1.5rem;
    font-weight: 500;
}
.cont-headpag {
    display: flex;
    gap: 10px;
}

    .cont-headpag h2 {
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 10px;
        font-size: 125%;
        font-weight: 300;
        color: #707070;
        margin-top: 80px;
    }

    .cont-headpag h3 {
        position: relative;
        float: left;
        width: 100%;
        color: #707070;
        font-size: 125%;
        font-weight: 500;
        margin-bottom: 75px;
    }

.logopse {
    position: absolute;
	/* width: 30%; */
    left: 96.8%;
    float: left;
    top: 70px;
    margin: 0px 0px 0px -117px;
}

 

.wrap-sect {
    position: relative;
    width: calc(100% - 108px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.content-pag section h2 {
    position: relative;
    float: left;
    width: 100%;
    color: #4A4A4A;
    text-transform: uppercase;
    font-size: 125%;
    margin-bottom: 30px;
    line-height: 100%;
    font-weight: 700;
    text-align: center;
    top: 6px;
}

.cont-trans {
    position: relative;
    float: left;
    width: calc(100% - 4px);
    border: 2px solid #F0F0F0;
    margin-top: -24px;
}

.ctrans-item {
    position: relative;
    float: left;
    width: calc(25% - 80px);
    padding: 40px;
    height: auto;
}

.darkitem {
    background: #F0F0F0;
    right: -93px;
}

.ctrans-item p {
    position: relative;
    float: left;
    width: 100%;
    color: #4A4A4A;
    font-size: 125%;
    line-height: 120%;
    font-weight: 300;
    margin-top: -32px;
}

    .ctrans-item p span {
        font-weight: 700;
    }

.darkitem p span {
    color: #214780;
}

.cont-user {
    position: relative;
    float: left;
    width: calc(100% - 84px);
    border-top: 2px solid #F0F0F0;
    padding: 40px;
    margin-top: -24px;
}

.input-user {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 26px;
    /* margin-top: -22px; */
    /* right: -120px; */
}

    .input-user p {
        position: relative;
        float: left;
        width: 100%;
        color: #4A4A4A;
        font-size: 112%;
        line-height: 120%;
        font-weight: 300;
        margin-bottom: 10px;
    }

    .input-user select {
        position: relative;
        float: left;
        margin-bottom: 10px;
        padding: 3px 3px 3px 0px;
        min-width: 309px;
        border: 1px solid #DDDDDD;
        font-size: 92%;
        color: #707070;
        border-radius: 5px;
        box-shadow: 1px 1px 3px rgba(0,0,0,0.12);
        right: -1px;
    }

.btns-user {
    position: relative;
    float: right;
    margin-top: -87px;
}

.user-cancel {
    position: relative;
    float: left;
    min-width: 90px;
    border-radius: 24px;
    color: #707070;
    padding: 10px 20px;
    height: 16px;
   
    text-transform: uppercase;
    background: #E0E0E0;
    text-align: center;
    margin-right: 29px;
    top: 67px;
}

.user-pay {
    position: relative;
    float: right;
    min-width: 35px;
    border-radius: 24px;
    color: #fff;
    padding: 10px 15px;
    height: 16px;
    line-height: 15px;
    text-transform: uppercase;
    background: #214780;
    text-align: center;
    margin-right: 303px;
    top: 67px;
}

.user-pay:hover {
    color: #fff;
    background: #ff5c39;
}

.user-pay2 {
    position: relative;
    float: right;
    min-width: 35px;
    border-radius: 24px;
    color: #fff;
    padding: 10px 15px;
    height: 16px;
    line-height: 15px;
    text-transform: uppercase;
    background: #214780;
    text-align: center;
    /* margin-right: 303px; */
    /* top: 67px; */
}
    

.user-cancel:hover {
    color: #E0E0E0;
    background: #707070;
}

.cont-mensaje {
    position: relative;
    float: left;
    width: calc(100% - 84px);
    padding: 40px;
}

.logo-trans {
    position: relative;
    margin: 0 auto;
    display: block;
    margin-left: 100px;
}

.mensaje-trans {
    position: relative;
    float: left;
    width: 100%;
    color: #214780;
    text-align: center;
    margin: 30px 0px;
    font-size: 240%;
    text-transform: uppercase;
}

.state-exito h1{
    color: #214780;
    line-height: 30px;
    top: -86px;
    right: -39px;
    font-family: DINPro, arial;
}

.state-delay h1, .state-rechazo h1 {
    color: #ff5c39;
	line-height: 30px;
    top: -80px;
    font-family: DINPro, arial;
}

.cont-mensaje h2 {
    border-bottom: 2px solid #F0F0F0;
    padding-bottom: 20px;
}

.table-mensaje {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom:30px;
}

    .table-mensaje td {
        
        padding:10px 0px 10px 10px;
        width:56%;
    }
    
    .table-mensaje tr td:first-child {
        
        color: #214780;
        width:44%;
        font-weight: 300;
    }

/*ipad*/
@media only screen and (min-width: 768px) and (max-width: 1025px) and (orientation: landscape) {
    body, p, table, td, th, tr, ul, ol, textarea, input, h2, h1, h3 {
        font-size: 12px;
        line-height: 15px;
    }

    .wrap {
        width: 700px
    }

    .pagosheader {
        height: 65px;
    }

    .logo-etb {
        height: 31px;
        margin-top: 16px;
    }

    .pagosdate, .pagoscontact {
        width: 55%;
        color: #fff;
        margin-bottom: 0px;
    }

    .pagosdate {
        font-size: 85%;
        font-weight: 500;
        margin-top: 16px;
    }

    .pagoscontact {
        font-size: 80%;
        font-weight: 300;
        line-height: 100%;
    }

    .content-pag {
        position: relative;
        float: left;
        width: 100%;
        min-height: 500px;
        background: #FCFCFC;
        z-index: 1;
    }

    .cont-headpag h2 {
        margin-bottom: 10px;
        font-size: 110%;
        margin-top: 30px;
    }

    .cont-headpag h3 {
        color: #707070;
        font-size: 110%;
        margin-bottom: 38px;
    }

    .logopse {
        left: initial;
        right: 0px;
        top: 20px;
        width: 70px;
        margin: 0px;
    }

    .content-pag section {
        width: calc(100% - 40px);
        margin-bottom: 30px;
        background: #fff;
        padding: 20px;
        box-shadow: 0px 2px 10px rgba(0,0,0,0.12);
    }

    .wrap-sect {
        width: auto;
    }

    .content-pag section h2 {
        font-size: 110%;
        margin-bottom: 20px;
    }

    .ctrans-item p {
        font-size: 110%;
    }

    .ctrans-item {
        width: calc(33.33% - 20px);
        padding: 15px 10px;
    }

    .darkitem {
        width: calc(90% - 20px);
        text-align: center;
        margin-left: 5%;
        margin-bottom: 20px;
        padding: 8px 10px;
    }

    .cont-user {
        padding: 0px;
        width: 100%;
    }

    .input-user select {
        margin-bottom: 0px;
        padding: 3px 30px 3px 12px;
        min-width: calc(100% - 6px);
    }

    .btns-user {
        width: 100%;
    }

    .user-cancel, .user-pay {
        min-width: calc(40% - 40px);
        width: calc(40% - 40px);
        margin: 0px 5%;
    }
}
/*mobiles*/
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
    body,
    p,
    table,
    td,
    th,
    tr,
    ul,
    ol,
    textarea,
    input,
    h2,
    h1,
    h3 {
        font-size: 12px;
        line-height: 15px;
    }

    

    .pagosheader {
        height: 38px;
    }

    .logo-etb {
        height: 31px;
        margin-top: 16px;
        top: -7px;
    }

    .pagosdate, .pagoscontact {
        width: 55%;
        color: #fff;
        margin-bottom: 0px;
    }
    

    .pagosdate {
        font-size: 85%;
        font-weight: 500;
        margin-top: 3px;
    }

    .pagoscontact {
        font-size: 80%;
        font-weight: 300;
        line-height: 100%;
    }

    .content-pag {
        position: relative;
        float: left;
        width: 100%;
        min-height: 500px;
        background: #FCFCFC;
        z-index: 1;
        margin-top: -18px;
    }

    .cont-headpag h2 {
        margin-bottom: 10px;
        font-size: 110%;
        margin-top: 30px;
    }

    .cont-headpag h3 {
        color: #707070;
        font-size: 110%;
        margin-bottom: 38px;
    }

    .logopse {
        left: initial;
        right: 0px;
        top: 20px;
        width: 70px;
        margin: 0px;
    }
    
    
    
    

    .cont-mensaje {
        position: relative;
        float: left;
        width: 100%;
        padding: 0px;
        top: -93px;
    }

    .content-pag section {
        width: calc(100% - 40px);
        margin-bottom: 30px;
        background: #fff;
        padding: 20px;
        box-shadow: 0px 2px 10px rgba(0,0,0,0.12);
    }

    .wrap-sect {
        width: auto;
    }

    .content-pag section h2 {
        font-size: 110%;
        margin-bottom: 20px;
    }

    .ctrans-item p {
        font-size: 110%;
    }

    .ctrans-item {
        width: calc(33.33% - 20px);
        padding: 15px 10px;
    }

    .darkitem {
        width: calc(90% - 20px);
        text-align: center;
        margin-left: 5%;
        margin-bottom: 20px;
        padding: 8px 10px;
    }

    .cont-user {
        padding: 0px;
        width: 100%;
    }

    .input-user select {
        margin-bottom: 0px;
        padding: 3px 30px 3px 12px;
        min-width: calc(100% - 6px);
    }

    .btns-user {
        width: 100%;
    }

    .user-cancel, .user-pay {
        min-width: calc(40% - 40px);
        width: calc(40% - 40px);
        margin: 0px 5%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
    body,
    p,
    table,
    td,
    th,
    tr,
    ul,
    ol,
    textarea,
    input,
    h2,
    h1,
    h3 {
        font-size: 12px;
        line-height: 15px;
    }
    .logo-trans {
        position: relative;
        margin: 0;
        display: block;
        width: 17%;
    }

    .state-delay h1, .state-rechazo h1 {
        color: #ff5c39;
        line-height: 30px;
        top: -87px;
        right: -39px;
    }
    .input-user p {
        position: relative;
        float: left;
        width: 100%;
        color: #4A4A4A;
        font-size: 112%;
        line-height: 120%;
        font-weight: 300;
        margin-bottom: 10px;
        right: -30px;
        
    }

     
    .cont-mensaje {
    position: relative;
    float: left;
    width: 100%;
    padding: 6px;
    margin-top: -49px;
    }

    .wrap {
        width: 360px;
    }

    .pagosheader {
        width: 100%;
        padding: 8px 12px;
        height: auto;
    }

    .logo-etb {
        height: 31px;
    }

    .pagosdate, .pagoscontact {
        width: calc(100% - 50px);
        color: #fff;
        margin-bottom: 0;
        float: right;
        text-align: right;
    }

    .pagosdate {
        font-size: 95%;
        font-weight: 500;
        margin-top: 0;
        margin-left: 0;
        position: relative;
        float: right;
    }

    .pagoscontact {
        font-size: 90%;
        font-weight: 300;
        margin-left: 0;
        position: relative;
        float: right;
    }

    .content-pag {
        position: relative;
        float: left;
        width: 100%;
        /* min-height: 500px; */
        background: #FCFCFC;
        z-index: 1;
		    height: 100%;
    }
    .cont-headpag {
        margin-top: 1px;
		padding:0px 0px 0px 14px;

    }
	

        .cont-headpag h2 {
            margin-bottom: 10px;
            font-size: 110%;
            margin-top: 30px;
        }

        .cont-headpag h3 {
            color: #707070;
            font-size: 110%;
            margin-bottom: 38px;
        }

    .logopse {
        left: initial;
        right: -31px;
        top: 20px;
        width: 70px;
        margin: 0px;
    }

    .content-pag section {
        width: 100%;
        margin-bottom: 4px;
        padding: 4px 0;
        margin-top: 0;
        margin-left: 0;
    }

    .wrap-sect {
        width: auto;
    }

    .content-pag section h2 {
        font-size: 110%;
        margin-bottom: 20px;
    }

    .ctrans-item p {
        font-size: 110%;
        margin-top: 0 !important;
    }

    .ctrans-item {
        width: 50%;
        padding: 8px 10px;
        margin-top: 0;
        box-sizing: border-box;
        float: left;
    }

    .darkitem {
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-bottom: 0;
        padding: 8px 10px;
        right: 0;
        top: 0;
    }

    .cont-user {
        padding: 0px;
        width: 100%;
        margin-top: 8px;
    }

    .input-user select {
        margin-bottom: 0px;
        padding: 3px 3px 3px 12px;
        min-width: calc(90% - 6px);
        right: -17px;
    }

    .btns-user {
        width: 103%;
        margin-top: 1px;
    }

    .user-cancel, .user-pay {
        width: 35%;
		margin: 0px 0% 23px 10px;
		font-size: 14px;
		height: 21px;
		margin-bottom: 2%;
        top: -8px;
    }
    .set1{
        margin-top: 1px !important;
        margin-left: 1px !important;
    }
    .set2{
       margin-top: -18px !important;
       margin-left: 1px !important;
    }
    
    .cont-trans{
        margin-top: 6px;
        display: flex;
        flex-wrap: wrap;
    }
    .cont-user {
        padding: 16px !important;
        margin-top: 0 !important;
    }
   

}


.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: rgba(255, 255, 255, 1);
}

    .loader::after {
        position: absolute;
        top: calc(50% - 74px);
        left: calc(50% - 54px);
        transform: translate(-50%, -50%);
        content: '';
        border: 4px solid #fff; /* Light grey */
        border-top: 4px solid #0092bc; /* Blue */
        border-radius: 250%;
        width: 100px;
        height: 100px;
        animation: spin 2s linear infinite;
        -webkit-animation: spin 2s linear infinite;
    }

    .loader::before {
        position: absolute;
        top: calc(50% - 69px);
        left: calc(50% - 49px);
        transform: translate(-50%, -50%);
        content: '';
        border: 4px solid #fff; /* Light grey */
        border-top: 4px solid #0092bc; /* Blue */
        border-radius: 250%;
        width: 90px;
        height: 90px;
        animation: spin 1.1s linear infinite;
        -webkit-animation: spin 1.1s linear infinite;
    }

    .loader .logol {
        position: absolute;
        top: calc(50% - 20px);
        left: calc(50% - 2px);
        transform: translate(-50%, -50%);
        width: 60px;
    }
	
.table-mensaje {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom:30px;
}

    .table-mensaje td {
        border-bottom: 2px solid #F0F0F0;
        
        padding:10px 0px 10px 10px;
        width:56%;
        border-bottom: 2px solid #F0F0F0;
    }
    
    .table-mensaje tr td:first-child {
        border-bottom: 2px solid #F0F0F0;
        
        width:49%;
        font-weight: 300;
        border-bottom: 2px solid #F0F0F0;
    }
.cont-mensaje {
    position: relative;
    float: left;
    width: 100%;
    padding: 0px;
    top: -44px;
  
}
.cont-headpag {
    position: relative;
    float: left;
    width: 88%;
    margin-top: -18px;
}
.new-cont-headpag {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 108px);
    margin: 0 auto;
}
.img-headpag{
    width: 20%;
}
.new-btns-user{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.new-user-cancel{
    min-width: 90px;
    border-radius: 24px;
    color: #707070;
    padding: 10px 20px;
    height: 16px;
    text-transform: uppercase;
    background: #E0E0E0;
    text-align: center;
}
.new-user-cancel:hover{
    color: #E0E0E0;
    background: #707070;
}
.new-user-pay{
    min-width: 35px;
    border-radius: 24px;
    color: #fff;
    padding: 10px 15px;
    height: 16px;
    line-height: 15px;
    text-transform: uppercase;
    background: #214780;
    text-align: center;
}
.new-user-pay:hover{
    color: #fff;
    background: #ff5c39;
}
.wrap-sect{
    position: relative;
    width: calc(100% - 108px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media (min-width:1440px){
    .wrapRecibePago{
        width: 70%;
    }
}
@media (max-width:768px){
    .cont-headpag2{
        flex-wrap: wrap;
        text-align: center;
        line-height: normal;
        gap: 6px;
        margin: 0;
        padding: 10px;
    }
    .cont-headpag2 h2, .cont-headpag2 h3 {
        font-size: 1.1rem;
        margin: 0;
    }
    .cont-headpag2 img{
        width: 55px;
        height: 55px;
    }
    .wrap-sect{
        width: auto;
    }
    .content-pag{
        margin-bottom: 0;
    }
    .content-pag section {
        display: flex;
    }
}
