@font-face{
    font-family: 'DIN Next W01 Light';
    src: url('../fonts/DINNextW01Light.ttf');
}

@font-face{
    font-family: 'Proxima NovaW01 Regular';
    src: url('../fonts/ProximaNovaW01Regular.ttf');
}

@font-face {
  font-family: 'Futura-LT-Light';
  src: url(../fonts/FuturaLTLight.ttf);
}

@font-face {
  font-family: 'Work Sans';
  src: url(../fonts/worksans.ttf);
}

@font-face {
    font-family: 'cookie-regular';
    src: url('../fonts/cookie/Cookie-Regular.ttf');
}

@font-face {
    font-family: 'Cantata-One', 'Times New Roman';
    src: url('../fonts/Cantata/CantataOne-Regular.woff2') format('woff2'),
         url('../fonts/Cantata/CantataOne-Regular.woff') format('woff'),
         url('../fonts/Cantata/CantataOne-Regular.ttf') format('truetype'),
         url('../fonts/Cantata/CantataOne-Regular.svg#CantataOne-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.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: #3871c1;
    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: 'Cantata-One', 'Times New Roman';*/
    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: 'Cantata-One', 'Times New Roman';*/
    font-weight: bold;
    color: black!important;
}

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

body,
input, select, textarea{
    /*font-family: 'Cantata-One', 'Times New Roman';*/
}

h1{
    /*font-family: 'Cantata-One', 'Times New Roman';*/
}

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

footer .footer-list li a{
    color: white!important;
    /*font-family: 'Cantata-One', 'Times New Roman';*/
    font-size: 20px!important;
    text-decoration: none!important;
    font-weight: normal!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: #3871c1;
}

table tr td.td-button .button-pay.active, table tr:first-child td.td-button .button-pay {
    background-color: #4ba234!important;
    color: white!important;
    /*font-family: 'Cantata-One', 'Times New Roman';*/
    font-size: 15px!important;
}

table tr td.td-button .button-pay.active, table tr:first-child td.td-button .button-pay:hover, .pay-button:hover {
    background-color: rgb(75 162 52 / 60%)!important;
    color: white!important;
    border-color: transparent!important;
    font-size: 15px!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: 0px;
    border-bottom-left-radius: 0px;
}

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

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

.button-pay {
    background-color: #3871c1;
    padding: 8px 40px;
    font-size: 15px;
    text-decoration: none!important;
    cursor: pointer;
    color: white!important;
    font-weight: 600;
    min-width: 90px;
    /*font-family: 'Cantata-One', 'Times New Roman';*/
    font-weight: normal!important;
    border-radius: 0px;
    height: 35px!important;
}

.button-pay:hover {
  color: white!important;
  background-color: rgb(102 45 145 / .8)!important;
  padding: 8px 40px;
  height: 35px!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: 'Cantata-One';*/
    font-size: 15px;
    transition-property: all, visibility;
    transition-duration: 0.2s, 0s;
    transition-timing-function: ease, ease;
    transition-delay: 0s, 0s;
    background: #3871c1;
    border-radius: 50px;
    margin: 0px auto;
    text-decoration: none !important;
}

.form-group.button-search .btn.btn-default.btn-block:hover{
    background-color: rgb(102 45 145 / .8)!important;
    border-color: rgb(102 45 145 / 0)!important;
    color: white!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: 'Cantata-One', 'Times New Roman';*/
    font-size: 18px;
    transition-property: all, visibility;
    transition-duration: 0.2s, 0s;
    transition-timing-function: ease, ease;
    transition-delay: 0s, 0s;
    background: #3871c1;
    border-radius: 50px;
    margin: 0px auto;
    text-decoration: none !important;
    color: white;
}

.bottom-header:hover{
    color: white;
    background: #3871c1;
}

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

.address-footer{
    font-size: 18px;
    color: #fff;
    /*font-family: 'Cantata-One', 'Times New Roman';*/
}

.footer-text{
    position: absolute;
    bottom: 0;
    color: #fff;
    /*font-family: 'Cantata-One', 'Times New Roman';*/
    font-size: 12px;
}

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

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

.social-red{
    position: absolute!important;
    top: 30px;
}

.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: #3871c1!important;
    font-weight: normal;
}

.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;
    align-items: center;
}

.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!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: #3871c1;
}


/* 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;
  color: #3871c1;
  /*font-family: 'Cantata-One', 'Times New Roman'!important;*/
}

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;
  font-family: 'Open-Sans', Arial!important;
  color: black;
}

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

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

label b{
  margin-right: 8px;
  display: flex;
  align-items: center;
  font-family: 'Open-Sans', Arial!important;
}

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:#3871c1;
}

.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: #3871c1!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;
    /*font-family: 'Cantata-One', 'Times New Roman'!important;*/
}

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

.form-horizontal .form-group input{
    padding: 0px 10px;
    /*border-left: 2px solid #3871c1!important;*/
    font-family: Open Sans, Helvetica, Arial!important;
    font-size: 14px!important;
    border-right-width: 2px!important;
    border-top-width: 2px!important;
    border-bottom-width: 2px!important;
    border-radius: 15px!important;
    height: 38px;
    border:2px solid #ccc;
}

.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-color: #ccc;
}

.form-horizontal .col-12.flex .col-xs-12.col-sm-6.col-md-6 .form-group label {
    font-size: 13px!important;
    font-family: 'Open-Sans', 'Times New Roman';
    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: #3FAF23!important;
    padding: 8px 22px;
    font-size: 15px!important;
    text-decoration: none!important;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    min-width: 90px;
    /*font-family: 'Cantata-One', 'Times New Roman';*/
    font-weight: bold!important;
    border-radius: 15px!important;
    outline: none;
    width: 180px!important;
    height: 35px!important;
}

.pay-button.mb-10.float-right:hover{
    background-color: #348121!important;
    color: #fff!important;
    font-size: 15px!important;
    padding: 8px 22px;
    width: 180px!important;
    height: 35px!important;
}

.label-payment{
    /*font-family: 'Cantata-One', 'Times New Roman';*/
    font-size: 14px!important;
}

.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;
    border-radius: 10px;
    -webkit-box-shadow: 3px 2px 8px 0px rgb(0 0 0 / 65%);
    box-shadow: 3px 2px 8px 0px rgb(0 0 0 / 35%);
}

table thead tr td{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: rgb(102 45 145 / 70%)!important;
    border-bottom: 4px solid #3871c1;
}

table thead tr td label{
    color: white!important;
}

.table-info tbody tr:last-child td{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-right-radius: 0px;
}

.table-info tbody tr:last-child td:last-child{
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0px;
    font-size: 16px;
}

.table-info tbody tr td{
    font-size: 14px;
    /*font-family: 'Cantata-One', 'Times New Roman';*/
    text-align: left;
    vertical-align: middle;
    color: white!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: 0px!important;
    min-width: 150px;
}

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

.error-search{
    color: #8f2929;
    font-size: 14px;
    background-color: rgb(255 0 0 / 20%);
    position: absolute;
    width: 100%;
    max-width: 405px;
    text-align: center;
    border-radius: 3px;
    padding: 10px;
    line-height: 1.1;
}

.error-search:empty{
    background-color: transparent;
    position: absolute;
}

/* pay success*/

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

.btn-download.btn-back{
    background-color: transparent;
    padding: 10px 42px;
    font-size: 17px;
    text-decoration: none!important;
    cursor: pointer;
    color: #3871c1!important;
    font-weight: 600;
    min-width: 90px;
    /*font-family: 'Cantata-One', 'Times New Roman';*/
    font-weight: normal!important;
    border-radius: 0px;
    outline: none;
    border:2px solid #3871c1!important;
}

.btn-download{
    background-color: #3871c1;
    padding: 10px 42px;
    font-size: 17px;
    text-decoration: none!important;
    cursor: pointer;
    border:2px solid #3871c1!important;
    color: white!important;
    font-weight: 600;
    min-width: 90px;
    /*font-family: 'Cantata-One', 'Times New Roman';*/
    font-weight: normal!important;
    border-radius: 0px;
    outline: none;
}

.btn-download:hover{
    background-color: #3871c1a6;
    border-color:transparent!important;
    color: white!important;
}

.btn-download.btn-back,
.greeting-block a{
    border-radius: 0px!important;
    color: white!important;
}

.btn-download.btn-back:hover{
    background-color: #3871c1;
    color: white!important;
    border-radius: 0px!important;
}

.ml25p{
    margin-left: 22%;
}

.mt-3.center-modal .modal-dialog .modal-content{
    width: 470px;
    height: 321px;
}

.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: 'Cantata-One', 'Times New Roman';*/
    padding-bottom: 7px;
}

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

.col-7 button.button-search{
    width: 43%;
    height: 35px;
    background: #3871c1;
    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: 'Cantata-One', 'Times New Roman';*/
    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: 'Cantata-One', 'Times New Roman';*/
}

.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: 'Cantata-One', 'Times New Roman';*/
    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: 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: initial;
    padding-left: 24px;
    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: 0px;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '\f00c';
    width: 19px;
    height: 19px;
    background: #3871c1;
    border-radius: 0px;
    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);
}

[type="checkbox"] + label.has-error:before {
    border-color: red;
}

.justify-end{
    justify-content:flex-end!important;
    padding-right: 30px!important;
}

.justify-start{
    justify-content: flex-start!important;
}

.center-buttom {
    text-align: center;
}

.logo-container{
    margin-bottom: 0px;
    height: 100px;
    border-bottom: 8px solid #dddddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h75{
  height: 75px!important;
}

.hidden{
  visibility: hidden;
}

.d-none{
  display: none;
}

.p-absolute{
  position: absolute!important;
}

.language-bar.p-absolute.w-auto{
    top: 30px;
    padding:0px;
}

.language-bar.p-absolute select {
    height: 40px!important;
    font-size: 14px!important;
    color: black!important;
    text-transform: capitalize!important;
}

.language-bar.p-absolute select option{
  font-size:14px!important;
  color:black!important;
  text-transform: capitalize!important;
}

select{
    /*font-family: 'Cantata-One'!important;*/
    padding: .375rem .75rem!important;
    padding-top: 0.375rem!important;
    padding-right: 0.75rem!important;
    padding-bottom: 0.375rem!important;
    padding-left: 0.75rem!important;
}

.form-control:hover, .form-control:focus, select:hover, select:focus {
    border: 3px solid #3871c1!important;
}

.form-control,
select{
    width: 100%;
    height: 64px;
    border:2px solid #ddd!important;
    border-radius:0px!important;
    /*font-family: 'Cantata-One', 'Times New Roman';*/
}

.form-control:hover,
.form-control:focus,
select:hover,
select:focus{
    border:2px solid #3871c1!important;
    /*font-family: 'Cantata-One', 'Times New Roman';*/
}

.p-absolute.left{
    top: 31px;
    left: 5px;
    color: black;
    /*font-family: Cantata-One,sans-serif;*/
}


a,
.p-absolute.left a {
    color: black!important;
    font-size: 14px;
    /*font-family: 'Cantata-One', 'Times New Roman';*/
    line-height: 1.5;
    font-weight: normal!important;
}

.btn,
.background-white div label, .background-white div span, .background-white div span label{
    font-weight: normal!important;
}

.main-container{
    background-color: #f1f1f1;
}

footer {
    background-color: #828486!important;
    color: white!important;
    padding: 10px 0px 0px!important;
}

footer table.table, footer table.table, footer table.table tr, footer table.table tr td, footer table.table tr th {
    border: 0px!important;
    /*font-family: 'Cantata-One';*/
    font-size: 14px;
}

.table {
    width: 100%!important;
    margin-bottom: 1rem!important;
    background-color: transparent!important;
}

legend,
.form-group label{
    font-weight: normal!important;
}

.height15 {
    height: 85%;
}
.bg-white {
    background: white;
}
.flex-center {
    display: flex;
    align-content: center;
    justify-content: center;
}

.h100 {
    height: 100%;
}

div,
.table.table-condensed.no-title.no-option-align tr th,
.table.table-condensed.no-title.no-option-align tr td{
    /*font-family: 'Cantata-One', 'Times New Roman'!important;*/
}

.modal-header.m-header-style{
    border-bottom: 0px!important;
    border-bottom: 0px!important;
    padding: 9px 0px;
}

.modal-header.m-header-style .close.close-style{
    position: absolute;
    top: 0px;
    right: -22px;
    color: white;
    background-color: #3871c1;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
}

.title-style-2{
    margin-bottom:10px;
}

.button-search.btn-color.btn-color-n1{
    width: 100%;
    background-color: #3871c1;
    padding: 6px;
    color: white;
    cursor: pointer;
}

.btn-color{
    color: white!important;
}

h4.color-white{
    color: white!important;
}

h4.color-black{
    color: black!important;
}

.close.close-style span{
    font-size: 36px!important;
    position: absolute;
    top: -5px;
}

.payment-block{
    padding-bottom: 0px!important;
    display: flex;
    align-items: center;
    border-top: 6px solid #3871c1;
    box-shadow: 3px 2px 8px 0px rgb(0 0 0 / 45%);
    background-color: #e6e7e8;
    min-height: 545px;
    padding-top: 0px!important;
}

.pb0{
    padding-bottom: 0px!important;
}

.mb20{
    margin-bottom:20px!important;
}

.media-logo{
    top: -9px!important;
}

.background-white div select,
.background-white div div select,
select{
    padding: 0px 10px;
    border-left: 2px solid #3871c1ccc!important;
    font-family: Open Sans, Helvetica, Arial!important;
    font-size: 14px!important;
    border-right-width: 2px!important;
    border-top-width: 2px!important;
    border-bottom-width: 2x!important;
    border-radius: 15px!important;
    height: 38px;
}

.background-white div select:hover,
.background-white div div select:hover,
select:hover{
    border-color:#3871c1!important;
}

.form-group .input-group .row-input .col-sm-4:nth-child(3) {
    padding-left: 15px;
}

.mt-85{
    margin-top: -85px;
}

.main-container{
    overflow: initial!important;
}

.form-group{
    text-align: left;
}

.buttons-block.maxw-100{
    max-width: 100%!important;
}

.wizard .step.wizard-step {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}

.mw-1024{
    min-width: 1024px;
}

div[step-container] {display: none}
div[step-container].active {display: block}

.mt25 {
    margin-top: 25px!important;
}

.p-left.left-0{
    left: 0px;
}

.p-right.right-0{
    right: 0px;
}

button.submit{
    width: auto!important;
}

.buttons-block button.pay-button{
    background-color: #4ba234!important;
}

.form-group.inline-checkbox label,
.form-horizontal .col-12.flex .col-xs-12.col-sm-6.col-md-6 .form-group.inline-checkbox label{
    font-size: 12px!important;
}

.col-lg-12.col-md-12.col-sm-12.col-xs-12.input-group{
    padding: 0px;
}

.form-horizontal .col-12.flex .col-xs-12.col-sm-6.col-md-6 .form-group label{
    flex: auto;
    max-width: initial!important;
    width: auto;
}

.form-group .control-label, .background-white div .required_text,
.form-horizontal .col-12.flex .col-xs-12.col-sm-6.col-md-6 .form-group label {
    font-size: 13px!important;
}

.tcard-body{
    background-color: rgb(102 45 145 / 70%)!important;
}

.tcard{
    background-size: cover;background-repeat: no-repeat;
}

.p10-20{
    padding:10px 20px;
}

.h55{
    height: 55px!important;
}

.h50 {
   height: 50px!important;
}

.h70{
    height:70px!important;
}

.p5-18{
    padding: 5px 18px!important;
}

.p5-10-20{
    padding: 5px 10px 5px 20px!important;
}

.p5-20{
    padding: 5px 20px!important;
}

.border-bottom{
    color: #222222!important;
}

.mt40{
    margin-top: 40px!important;
}

.ff-cantata{
    /*font-family: 'Cantata-One', 'Times New Roman'!important;*/
}

.mwidth-760 {
    width: 100%;
    max-width: 760px;
}

.step-block .form-group .control-label{
    font-size: 13px!important;
}

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

.data-style.data-enable{
    background-color: white!important;
    cursor: initial!important;
}

b.color-red{
    color: red!important;
    padding: 0px!important;
}

.color-1{
    color: #f89d42!important;
}

.b-style{
    color: #f89d42;
    font-weight: normal!important
}

.step-block .form-group .control-label{
    width: auto!important;
}

.pl-13,
.pl-13 label{
    padding-left: 13px;
}

.lbl-cursor label{
    cursor: pointer;
}

.datepicker td, .datepicker th {
    text-align: center!important;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover{
    color: white!important;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover{
    background: none;
    color: #999;
    cursor: default;
}

.has-error .input-group-addon{
    border: 2px solid red!important;
    border-right:0px!important;
    color: #b81d1d!important;
}

.justify-center{
    text-align: center;
    justify-content: center;
}

.ml10p{
    margin-left: 8%;
}

.m-w1100{
    max-width: 1100px;
    width: 100%;
}

.credit-card {
    height: 250px;
    width: 400px;
    background-image: url("../images/logos/card.svg");
    color: #fff;
    border-radius: 16px;
    font-family: 'Open-Sans', Arial!important;
    box-shadow: 2px 2px 11px #000;
}

.credit-card-body {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.credit-card h5 {
    margin-bottom: 0px!important;
    color: #FFFF!important;
}

.flex-basis-auto {
    flex-basis: auto!important;
}

.form-horizontal .form-group input[type="file"] {
    padding: 5px;
}

.credit-card input,
.credit-card p {
    background-color: transparent;
    border: none;
    color: #ffff;
    text-shadow: 1px 1px 3px #000;
}

.credit-card ::placeholder {
    color: #ffff
}

.credit-card :focus {
    border: none!important;
}

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

.credit-card [data-target="creditcard_number"] {
    text-align:center;
}

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

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

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

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

.table-offer, .table-offer tr {
    border-color: transparent!important;
    background: white!important
}

.table-offer tr:first-child  td{
    border: none!important
}

.table-offer tr:not(:first-child) td {
    border: 1px solid #ccc!important;
}

.table-offer .border-start-start-radius {
    border-start-start-radius: 11px;
}

.table-offer .border-end-start-radius {
    border-start-end-radius: 11px;
}

@media(max-width: 1440px){
    div[step-container].active {
        min-width: 300px!important;
    }

    .container.flex-center.bg-white.height15 {
        max-width: none;
    }

    .col-lg-12.col-md-12.text-center.logo-container.pay{
        height: 65px;
        padding-bottom: 0;
        justify-content: initial;
    }

    .col-md-6.col-sm-6.language {
        position: inherit;
    }
}

@media(max-width: 900px){
    p.error-search.flex-center2.mb-10 {
        display: contents;
    }
}

@media(max-width: 768px){
    .form-horizontal .form-group .col-lg-12.col-md-12.col-sm-12.col-xs-12.input-group input {
        height: 34px;
    }

    .col-md-6.flex-content.float-l.padding-lr0.mt-4 {
        width: 400px;
    }

    .logo-pay span .logo-desktop{
        display: none;
    }

}


@media(max-width: 644px){
    .form-group.button-search .btn.btn-default.btn-block {
        height: 34px;
    }

    .label-payment {
        font-size: 11px!important;
    }

    table.table-pay thead tr th {
        font-size: 11px;
    }

    .form-group.button-search .btn.btn-default.btn-block {
        font-size: 11px;
    }

    table tr:first-child td.td-button .button-pay {
        font-size: 11px!important;
    }

    h3.wizard-header {
        font-size: 22px!important;
    }

    /* .main-container{
        height: inherit!important;
    } */

    .col-xs-12.col-sm-8.col-md-8.pl0 {
        padding-right: 0;
    }

    .logo-container .logo-desktop {
        width: 142px;
    }

    .title-initial h3 {
        font-size: 15px!important;
    }

    .container.logo-pay {
        margin: 0;
        float: left;
    }


    @media (min-width:769px)
    {
        .logo-pay .logo-mobile
        {
            display: none !important;
        }
    }


    .dropdown button.btn.btn-secondary.dropdown-toggle, .language-bar .select a:last-child {
        font-size: 11px!important;
    }

    table.table-pay tbody tr td {
        padding: 10px 4px;
        font-size: 11px;
    }

    .button-pay{
        padding: 8px 8px;
    }

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

    footer{
        margin-top: 55px;
    }

    .form-group .control-label, .background-white div .required_text, .form-horizontal .col-12.flex .col-xs-12.col-sm-6.col-md-6 .form-group label {
        font-size: 11px!important;
    }

    .col-md-6.flex-content.float-l.padding-lr0.mt-4 {
        width: 92%;
    }

    .step-block .form-group .control-label {
        font-size: 12px!important;
    }

    p.error-search.flex-center2.mb-10 {
        font-size: 12px;
    }
}

@media(max-width: 420px){
    .form-group.button-search .btn.btn-default.btn-block {
        font-size: 10px!important;
    }

/*     .col-lg-12.col-md-12.text-center.logo-container.pay {
        height: 50px;
        min-height: 50px;
    } */


    .col-xs-6.select {
        width: 190px;
    }

    .table-info tbody tr td {
        font-size: 11px!important;
    }

    tbody.tcard-body b {
        font-size: 11px!important;
    }

    label.float-l.padding-lr0.title.font-w600 {
        font-size: 11px!important;
    }

    table.table-info.tcard .h70 {
        height: 40px!important;
    }

    .step-block .form-group .control-label {
        font-size: 11px!important;
    }

    .ff-open p {
        font-size: 11px;
    }
}

@media(max-width: 340px){
    .step_active_19 .col-xs-12.col-sm-6.col-md-6 {
        padding: 5px 5px;
    }

    .step_active_19 .col-xs-12.col-sm-12.col-md-12 {
        padding: 5px;
    }

    .col-md-6.flex-content.float-l.padding-lr0.mt-4 {
        width: 98%;
    }

    button.p-absolute.p-left.left-0 {
        padding: 5px!important;
        height: 34px!important;
    }

    button.p-absolute.p-right.right-0 {
        height: 34px!important;
        padding: 5px!important;
    }

    .buttons-block button.pay-button {
        font-size: 13px!important;
    }
}

@media(max-height: 800px){
    .form-group.button-search .btn.btn-default.btn-block{
        height: 35px
    }
}

@media(max-height: 630px){
    .col-lg-12.col-md-12.text-center.logo-container.pay{
        height: 65px;
        padding-bottom: 0;
        justify-content: initial;
    }

    .col-md-6.col-sm-6.language {
        position: inherit;
    }

    .form-group.button-search .btn.btn-default.btn-block{
        height: 30px
    }
}