.flex{
    display: flex;
}

.pd0{
    padding:0px!important;
}

.padding-lr0{
    padding-left:0px!important;
    padding-right:0px!important;
}

.pl0{
    padding-left: 0px!important;
}

.pr0{
    padding-right: 0px!important;
}

.button-search button{
    width: 100%;
    height: 41px;
    background: #027FB5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: white;
    margin: 0px auto 0px;
    text-decoration: none!important;
    text-transform: uppercase;
    font-family: 'DIN Next W01 Light';
    font-size: 18px;
    transition: all 0.2s ease, visibility 0s;
    transition-property: all, visibility;
    transition-duration: 0.2s, 0s;
    transition-timing-function: ease, ease;
    transition-delay: 0s, 0s;
}

.button-search button:hover{
    background: repeat padding-box border-box 0% 0%/auto auto scroll linear-gradient(229deg, rgba(255, 79, 79, 0.01) 0%, rgba(29, 44, 243, 0) 100%), #FF4F4F!important;
}

.form-control{
    height: 41px;
}

.p0{
    padding: 0px;
}

h5{
    font-family: Futura-LT-Light,sans-serif;
    font-weight: bold;
    color: black!important;
}

.font-s25{
    font-size: 25px;
}

body,
input, select, textarea{
    font-family: "Work Sans", Arial, sans-serif;
}

h1{
    font-family: 'Futura-LT-Light'
}

.footer-list li{
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

footer .footer-list li a{
    color: white!important;
    font-family: 'Futura-LT-Light';
    font-size: 20px!important;
    text-decoration: none!important;
}

footer .footer-list li a:hover{
    color: #999997!important;
    transition: color 0.4s ease 0s!important;
    transition-property: color!important;
    transition-duration: 0.4s!important;
    transition-timing-function: ease!important;
    transition-delay: 0s!important;
}

footer{
    padding: 75px 0px;
    background-color: steelblue;
}

table tr td.td-button .button-pay.active, table tr:first-child td.td-button .button-pay {
    background-color: #4ba234!important;
}

table tr td.td-button .button-pay.active, table tr:first-child td.td-button .button-pay:hover,
.pay-button:hover {
    color: #4ba234!important;
    border: 2px solid #4ba234!important;
    background-color: transparent!important;
}

.container-max{
  max-width: 1230px!important;
}

.pb30{
  padding-bottom: 30px!important;
}

.pt0{
  padding-top: 0px!important;
}

.pd0{
  padding: 0px!important;
}

.flex{
  display: flex;
}

.pl0{
  padding-left: 0px!important;
}

.pr0{
  padding-right: 0px!important;
}

table.table-pay{
  width: 100%;
}

table.table-pay tbody tr td {
    padding: 12px 10px;
    text-align: center;
    font-size: 14px;
}

table.table-pay thead tr th{
    padding: 10px 60px;
    color: #fff;
    background: #afafaf;
    text-align: center;
    font-size: 15px;
}

table.table-pay thead tr th:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

table.table-pay thead tr th:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

table.table-pay tbody tr{
  border-bottom: 1px solid #ddd!important;
}

.button-pay {
    background-color: #027fb5;
    padding: 8px 40px;
    font-size: 17px;
    text-decoration: none!important;
    cursor: pointer;
    color: white;
    font-weight: 600;
    min-width: 90px;
    font-family: "DIN Next W01 Light", sans serif ;
    font-weight: normal!important;
    border-radius: 26px;
}

.button-pay:hover {
  color: white!important;
  background-color: #2eb3ed!important;
  padding: 6px 38px;
  border: 2px solid #2eb3ed!important;
}


.form-group.button-search .btn.btn-default.btn-block{
    width: 100%;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-transform: uppercase;
    font-family: "DIN Next W01 Light";
    font-size: 18px;
    transition-property: all, visibility;
    transition-duration: 0.2s, 0s;
    transition-timing-function: ease, ease;
    transition-delay: 0s, 0s;
    background: rgb(2, 127, 181);
    border-radius: 50px;
    margin: 0px auto;
    text-decoration: none !important;
}

.form-group.button-search .btn.btn-default.btn-block:hover{
    background: linear-gradient(229deg, rgba(255, 79, 79, 0.01) 0%, rgba(29, 44, 243, 0) 100%) 0% 0% / auto repeat scroll padding-box border-box, rgb(255, 79, 79) !important;
}

.p10{
    padding: 10px;
}

.fs-17{
    font-size: 17px!important;
}

.fs-14{
    font-size: 14px!important;
}

.fs-15{
    font-size: 15px!important;
}

.fs-16{
    font-size: 16px!important;
}

.mb5{
    margin-bottom: 5px;
}

.bottom-header{
    padding: 4px 55px;
    font-family: "DIN Next W01 Light";
    font-size: 18px;
    transition-property: all, visibility;
    transition-duration: 0.2s, 0s;
    transition-timing-function: ease, ease;
    transition-delay: 0s, 0s;
    background: #2bb5f0;
    border-radius: 50px;
    margin: 0px auto;
    text-decoration: none !important;
    color: white;
}

.bottom-header:hover{
    color: white;
    background: rgb(2, 127, 181);
}

.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.address-footer{
    font-size: 18px;
    color: #fff;
    font-family: 'Futura-LT-Light';
}

.footer-text{
    position: absolute;
    bottom: 0;
    color: #fff;
    font-family: 'Futura-LT-Light';
    font-size: 12px;
}

.icon-world{
    border-right: 1px solid white;
    height: 110px;
}

.fs-21{
    font-size: 21px;
}

.social-red{
    position: absolute;
    top: 45px;
}

.social-red a i {
    font-size: 40px;
    color:white;
    padding: 0 15px;
    transition: font-size 0.4s;
}

.social-red a i:hover {
    font-size: 30px;
    padding: 0 15px;

}

.footer-cyan{
    position: absolute;
    top: 0;
    margin: 0 auto;
    width: 100%;
    background: #6cccf5;
}

.footer-cyan .info{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 80%;
    padding: 5px;
}

.footer-cyan .info p{
    color: #fff;
    display: flex;
    align-items: center;
    height: 35px;
}

.footer-cyan .info p span,
.footer-cyan .info p b{
    padding-right: 10px;
}

.footer-cyan .info p b a{
    text-decoration: none!important;
    color: white
}

.footer-cyan .info p a img{
    width: 25px;
}

.footer-cyan .info p a img:hover{
    padding-left: 2.5px;
    padding-right: 2.5px;
}

.background-holder{
    position: relative;
    height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
}

.overlay:before{
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background-color: #0003;
}

.section-title{
    color:!important;
    font-size: 25px;
    text-transform: uppercase;
    background-color: transparent!important;
    font-weight: bold;
}

.pt0{
    padding-top: 0px!important;
}

.font-s25.color-text{
    color: #ff0a00!important;
}

.footer-cyan .info p b a:hover {
    color: #999997;
    transition: color 0.4s ease 0s;
    transition-property: color;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.language-bar{
    width: 100%;
    background-color: white;
    padding: 12px 0;
    position: relative;
    display: flex;
}

.language-bar .select{
    display: flex;
    align-items: center;
    justify-content: center;
}

.language-bar .select button,
.language-bar .select a{
    display: flex;
    align-items: center;
    color: black;
    font-size:16px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

.language-bar .select button:hover,
.language-bar .select a:hover{
    color: #999997!important;
    transition: color 0.4s ease 0s!important;
    transition-property: color!important;
    transition-duration: 0.4s!important;
    transition-timing-function: ease!important;
    transition-delay: 0s!important;
}

.language-bar .col-xs-6{
    width: 100%;    
}

.language-bar .select a:last-child{
    color: #2bb5f0;
}


/* Vista de pay*/
.dualInput .row-input {
    width: 100%;
}

.form-group .input-group .row-input .float-left select,
.dualInput .input-group,
.form-horizontal .form-group input{
  width: 100%;
}

.dualInput .form-group .input-group{
  padding: 0px!important;
  max-width: 100%;
}

.form-group .input-group .row-input .col-sm-4{
  padding: 0px;
  max-width: 50%!important;
}

.col-md-6.mt-10 div.col-md-12.flex-center.mb-20,
.col-md-6.flex-content.float-r form div.col-12.flex{
  padding: 0px!important;
}

.col-md-12.mb-10 .label-payment{
  font-size: 16px;
}
form .col-xs-12.col-sm-12.col-md-6{
    float: right;
}

.pb15{
  padding-bottom: 15px!important;
}
.text-security input {
    -webkit-text-security: disc;
}

.form-group label{
  font-size: 14px;
}

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

.logo-stripe{
  width: 160px;
  margin: -28px auto 0;
}

label b{
  margin-right: 8px;
  display: flex;
  align-items: center;
}

label b i{
  margin-right: 3px;
}

.form-group input:focus{
    background-color: #fff !important;
    border-color: #2A3855;
}

.txt-capitalize {
    text-transform: capitalize!important;
}

table.table-pay thead tr th:last-child {
    min-width: 136px;
}

.blue-button{
  border-color: transparent!important;
  margin-right: 25px;
  background-color:var(--regularblue);
}

.blue-button:hover{
  background-color: #777!important;
}

.p0{
  padding:0px!important;
}

.font-s25{
  font-size: 25px;
}

.text-message{
  font-size: 18px;margin: 0px!important;margin-top: -20px!important;
}

.font-s25{
  font-size: 25px;
}

.title-expire{
  margin-bottom:0px;color: #d11b26 !important;
}

.color-text{
  color: #027fb5!important;
}

.input-search input{
  height: 41px;
}

.input-search input:focus{
    border-color: #434bdf;
    box-shadow: none;
    outline: none;
}

.float-l.padding-lr0.title.font-w600{
    font-size: 17px;
    color: #8c8c8c;
    margin-bottom: 0px;
    margin-top: 15px;
}

.form-horizontal{
    margin-top: 10px;
}

.form-horizontal .col-12.flex .col-xs-12.col-sm-6.col-md-6 .form-group input{
    height: 42px!important;
    padding: 10px!important;
    font-size: 13px!important;
    border: 1px solid #ced4da;
    border-radius: 5px;
    font-family: Futura-LT-Light,sans-serif;
}

.form-horizontal .col-12.flex .col-xs-12.col-sm-6.col-md-6 .form-group input:focus {
    background-color: #fff !important;
    outline: none;
    border: 2px solid #6cccf5;
}

.form-horizontal .col-12.flex .col-xs-12.col-sm-6.col-md-6 .form-group label {
    font-size: 13px;
    font-family: Futura-LT-Light,sans-serif;
    font-weight: bold;
}

.form-horizontal .col-12.flex .col-xs-12.col-sm-6.col-md-6 .form-group .row-input .col-sm-4.float-left:nth-child(2){
    display: none;
}

.pay-button.mb-10.float-right{
    background-color: #4ba234!important;
    padding: 10px 42px;
    font-size: 17px;
    text-decoration: none!important;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    min-width: 90px;
    font-family: "DIN Next W01 Light", sans serif;
    font-weight: normal!important;
    border-radius: 26px;
    outline: none;
}

.pay-button.mb-10.float-right:hover{
    background-color: #027fb5!important;
    border-color: #027fb5!important;
    color: #fff!important;
    font-size: 17px;
    padding: 8px 40px;
}

.label-payment{
    font-family: Futura-LT-Light,sans-serif;
}

.form-horizontal .col-12.flex .col-xs-12.col-sm-6.col-md-6 .form-group .row-input .col-sm-4.float-left .select-search:focus{
    background-color: #fff !important;
    outline: none;
    border: 2px solid #6cccf5;
}

.table-info{
    width:90%;
    border:1px solid #ccc;
    border-style: dashed;
    background: white;
}

.table-info tbody tr td{
    font-size: 14px;
    font-family: Futura-LT-Light,sans-serif!important;
}

.container.flex .row{ 
    width: 100%;
}

.table-scroll{
    padding: 0px;
}

.language-bar .select a:first-child{
    padding-left: 0px!important;
}

.language-bar .select a:last-child{
    padding-right: 30px!important;
}

.col-md-6.pr0.fs-21{
    width: 249px!important;
}

.error-search{
    color: #f00;
    padding: 5px 0px;
    font-size: 15px;
}

/* pay success*/

.col-md-4.pb30 .col-md-12 label{
    font-size: 15px;
}

.btn-download.btn-back{
    background-color: #2bb5f0;
    padding: 10px 42px;
    font-size: 17px;
    text-decoration: none!important;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    min-width: 90px;
    font-family: "DIN Next W01 Light", sans serif;
    font-weight: normal!important;
    border-radius: 5px;
    outline: none;
    border: none!important;
}

.btn-download{
    background-color: #4681b4;
    padding: 10px 42px;
    font-size: 17px;
    text-decoration: none!important;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    min-width: 90px;
    font-family: "DIN Next W01 Light", sans serif;
    font-weight: normal!important;
    border-radius: 5px;
    outline: none;
    border: none!important;
}

.btn-download:hover{
    background-color: #2bb5f0;
    color: white!important;
}

.btn-download.btn-back:hover{
    background-color: #4681b4;
    color: white!important;
}

.ml25p{
    margin-left: 22%;
}

.mt-3.center-modal .modal-dialog .modal-content{
    width: 570px;
    height: 440px;
}

.modal-header.bg-blue{
    border-bottom: none;
}

.mt-3.center-modal .modal-dialog .modal-content .col-12.mb13 .col-md-7{
    font-size: 38px;
    color: #0a81b6;
    font-family: Futura-LT-Light,sans-serif;
    padding-bottom: 7px;
}

.col-md-7.title{
    max-width: 65%;
    width: 100%;
    padding: 0;
}

.col-7 button.button-search{
    width: 43%;
    height: 35px;
    background: #2BB5F0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    margin: 0px auto 0px;
    text-decoration: none!important;
    text-transform: uppercase;
    font-family: 'DIN Next W01 Light';
    font-size: 17px;
    transition: all 0.2s ease, visibility 0s;
    transition-property: all, visibility;
    transition-duration: 0.2s, 0s;
    transition-timing-function: ease, ease;
    transition-delay: 0s, 0s;
    outline: none;
    margin: 0px;
}

.col-md-7.subtitle{
    font-size: 22px!important;
    color: #000!important;
    padding-bottom: 7px!important;
    font-weight: bold;
    font-family: futura-lt-w01-light,sans-serif!important;
}

.mt-3.center-modal .modal-dialog .modal-content .col-7 button.button-search:hover{
    background: repeat padding-box border-box 0% 0%/auto auto scroll linear-gradient(229deg, rgba(255, 79, 79, 0.01) 0%, rgba(29, 44, 243, 0) 100%), #FF4F4F!important;
}

button.close {
    outline: none;
    padding: 0px 15px!important;
}

button.close span{
    font-size: 58px;
    font-weight: normal;
    font-family: Futura-LT-Light,sans-serif;
    padding: 0;
}

.col-12.mb13 .col-md-5{
    display: flex;
    margin: 0px;
    float: right;
    position: absolute;
    right: 5px;
    width: 100%;
    top: 19px;
}

.col-12.mb13 .col-md-5 img{
    width: 224px;
}

.modal.show{
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
}

@media(max-width: 991px){
    .logo-stripe {
        width: 130px!important;
        margin: -5px auto 0;
    }

    .pay-button.mb-10.float-right{
        padding: 10px 18px!important;
    }

    .pay-button.mb-10.float-right:hover{
        padding: 8px 16px!important;
    }

    .table-info thead tr td label{
        margin-top: 0px!important;
        width: 160px;
    }

    .container{
        max-width: 100%!important;
    }

    .container.flex .row{
        flex-wrap: initial;
        width: 100%;
    }

    .table-scroll{
        overflow: auto;
    }

    table.table-pay thead tr th{
        padding: 10px 8px;
    }

    table.table-pay tbody tr td {
        padding: 12px 8px;
    }
}

@media(max-width: 767px){
    .table-info{
        width:100%;
    }

    .col-md-6.mt-10{
        margin-top: 60px;
        padding-top: 30px;
    }

    .logo-stripe{
        width: 190px!important;
        margin: -5px auto 0;
    }

    .container{
        max-width: 100%!important;
    }

    .container.flex .row{
        flex-wrap: initial;
        width: 100%;
    }

    .bottom-header{
        padding: 2px 22px;
    }

    .table-info thead tr td label{
        width: 60%!important;
    }
    
    .row.flex-center{
        width: 100%;
    }

    .address-footer.col-xs-12.col-md-12.flex-center{
        height: 420px;
    }

    .address-footer.col-xs-12.col-md-12.flex-center .col-md-6.pr0.fs-21{
        width: 100%!important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ml25p{
        margin-left: 0px;
    }

    .col-md-4.pb30 .col-md-12{
        padding-left: 0px; 
    }

    .col-md-4.pb30{
        margin-left: 15%;
    }
}

@media (max-width: 490px) {
    .bottom-header {
        padding: 2px 17px;
        font-size: 15px;
        text-align: center;
    }
}

@media (max-width: 535px){
    .btn-download{
        padding: 10px 18px;
    }
    
    .btn-download.btn-back{
        width: 165px;
        padding: 10px 19px;
    }

}

@media (max-width: 531px){
    .col-md-4.pb30{
        margin-left: 5%!important;
    }
}

@media (max-width: 448px){
    .btn-download{
        padding: 10px 10px;
        font-size: 16px;
    }

    .btn-download.btn-back{
        width: 130px;
    }
}

.form-horizontal .col-12.flex .col-xs-12.col-sm-6.col-md-6 .inline-checkbox{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.form-horizontal .col-12.flex .col-xs-12.col-sm-6.col-md-6 .inline-checkbox input[type="checkbox"]{
    width: auto;
    height: auto!important;
    margin-right: 10px;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: black;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 50px;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '\f00c';
    width: 19px;
    height: 19px;
    background: #434bdf;
    border-radius: 50px;
    position: absolute;
    font-family: 'FontAwesome';
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: normal;
    font-size: 11px;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.center-buttom {
    text-align: center;
}