fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 15px 5px 15px!important;
    margin: 0 0 15px 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
}
legend.scheduler-border {
    text-align: left !important;
    width:auto;
    padding:0px 10px 5px 10px;
    border-bottom:none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 9pt !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#shipping{
    font-size: 11pt;
    padding-left: 5px;
}
.btn-compra:hover{
    background: #28a745;
    border:1px #28a745 solid;
    color: #FFF;
}
#paso1 #cererr{
    position: absolute;
    top: 15px;
    right: 30px;
}
.btn-compra:disabled,
.btn-compra[disabled]{
    background: #28a745;
    border:1px #28a745 solid;
    color: #FFF;
}
.btn-compra{
    width: 100%;
    height: 40px;
    text-align: center;
    border:1px #ffd71c solid;
    border-radius: 0 0 10px 10px;
    background: #ffd71c;
    color: #101010;
    font-size: 14pt;
    font-family: "Roboto";
    font-weight: 700;
    transition: all 0.3s;
}
#paso1 h5{
    font-family: "Roboto";
    font-weight: 700;
    color: #101010;
    font-size: 13pt;
    text-align: center;
    line-height: 130%;
    padding: 0;
    margin: 5px 0 10px 0;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}
.titulo_jd{
    height: 50px;
    width: 100%;
    margin: 15px 0 0 0;
}
#paso1 h2{
    font-family: "Roboto";
    font-weight: 700;
    color: #0d501a;
    font-size: 14pt;
    text-align: center;
    line-height: 130%;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}
#paso1 h3{
    font-family: "Roboto";
    font-weight: 700;
    color: #363636;
    font-size: 13.5pt;
    text-align: center;
    line-height: 140%;
    padding: 0;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}
.linea_box{
    width: 100%;
    height: 1px;
    background: #cacaca;
    margin: 10px 0;
}
#paso1{
    padding: 40px 40px;
}
.modal{
    padding-right: 0 !important;
}
.imagen-box img{
    max-height: 220px !important;
}
.modal-content{
    position: relative;
}
.pasos.activo{
    position: relative !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 5 !important;
}
.pasos{
    visibility: hidden;
    width: 100%;
    opacity: 0;
    transition: all 0.3s;
    position: absolute;
    z-index: 4;
}
.formulario{
    width: 100%;
    margin: auto;
}
#paso2{
    max-width: 460px !important;
    width: 100%;
    margin: auto;
}
#paso1{
    max-width: 850px !important;
    width: 100%;
    margin: auto;
    border-radius: 0 !important;
}
.imagen-box{
    height: 235px;
    width: 100%;
    text-align: center;
}
.box_producto{
    border-radius: 10px 10px 0 0;
    border: 1px #cacaca solid;
    padding: 20px 20px 0 20px;
}
.modal-dialog{
    max-width: inherit !important;
}
.modal-content{
    width: auto;
}
#pagos{
    max-width: auto !important;
}
#botones_2 img{
    width: 240px;
}
#exampleModal #terminos label.error{
    color: red;
    font-size: 9pt !important;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    display: block !important;
    margin-top: -5px;
}
#terminos{
    color: #222222;
    font-size: 11pt;
    text-align: center;
}
#lista_djk li a:hover{
    text-decoration: underline;
}
#lista_djk li a{
    color: #FFF;
}
#lista_djk{
    margin: 0;
    padding: 0;
    text-align: center;
}
#lista_djk li:last-child{
    margin-right: 0;
}
#lista_djk li{
    display: inline-block;
    margin-right: 15px;
}
#pagess h3{
    font-size: 14pt;
}
#pagess h2{
    font-size: 14pt;
}
#pagess h1{
    text-align: center;
    font-size: 25pt;
    margin-bottom: 30px;
}
#pagess{
    background: #FFF;
    padding: 180px 0 40px 0;
}
.esfera img{
    width: 50px;
}
#exampleModal .modal-header .close{
    position: absolute;
    top: 15px;
    right: 15px;
}
#exampleModal .textos label.error{
    display: none !important;
}
#exampleModal .creditCardForm .payment .form-control.valid{
    border: 1px solid green !important;
}
#exampleModal .creditCardForm .payment .form-control.error{
    border: 1px solid red !important;
}
#exampleModal .modal-title{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-align: center;
    color: #222222;
    font-size: 12pt;
    margin: 15px 0 0 0;
}
.esfera{
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #195902;
    text-align: center;
    margin: -70px auto auto auto;
}
#logo.visa{
    background: url(../images/cc-visa-brands.svg);
}
#logo.mastercard{
    background: url(../images/cc-mastercard-brands.svg);
}
#logo.discover{
    background: url(../images/cc-discover-brands.svg);
}
#logo.diners{
    background: url(../images/cc-diners-club-brands.svg);
}
#logo.amex{
    background: url(../images/cc-amex-brands.svg);
}
#logo{
    position: absolute;
    top: 6px;
    right: 13px;
    width: 31px;
    height: 28px;
}
.icons_ svg{
    font-size: 18pt;
    color: #d6d6d6;
}
.icons_{
    position: absolute;
    top: 8px;
    left: 16px;
    font-size: 13pt;
    color: #777777;
}
#exampleModal .modal-dialog{
    padding-top: 60px;
}
#exampleModal .modal-header{
    background: #e8e9eb;
    display: block;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 10px 10px 0 0;
}
#exampleModal .form-control{
    min-height: auto !important;
    padding: 0 5px 0 35px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.modal-body{
    padding: 25px !important;
}
/*.modal-dialog{
    max-width: 430px !important;
}*/
#exampleModal .col-6{
    padding-left: 5px;
    padding-right: 5px;
}
#exampleModal .col-12{
    padding-left: 5px;
    padding-right: 5px;
}
#exampleModal .row{
    margin-left: -5px;
    margin-right: -5px;
}
#exampleModal  .creditCardForm .payment .form-control{
    border: 1px solid #d6d6d6;
    background: #FFF;
    border-radius: 5px;
    height: 40px;
    font-size: 10.5pt;
}
#exampleModal .modal-content{
    background-color: #f8f8f8;
    border-radius: 10px;
}
.modal-dialog, .modal-content{
    height: auto !important;
}
.no-valid{
    position: relative !important;
    font-size: 12pt !important;
    font-family: 'Roboto', sans-serif;
    color: red !important;
    text-align: center;
}
.textos > div{
    position: relative;
}
.textos label.error{
    position: absolute !important;
    font-size: 9pt !important;
    font-family: 'Roboto', sans-serif;
    color: red !important;
}
logos_vi img{
    display: inline-block;
}
#logos_vi{
    text-align: center;
}
#pagar{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 15pt;
    margin: 0;
    padding: 8px 0;
    border-radius: 10px;
}
.modal-title{
    font-family: 'Roboto', sans-serif;
    color: #222222;
    font-size: 16pt;
}
#logos_vi{
    padding-top: 25px;
}
#logos_vi img{
    width: 50px;
}
.creditCardForm .payment select{
    height: 45px;
    padding: 0;
    width: 100%;
    margin-right: 0;
}
.textos{
    margin-bottom: 15px;
}
#pay select{
    outline: none;
}
#pay input{
    outline: none;
}
#pay > .row label{
    font-family: 'Roboto', sans-serif;
    color: #222222;
    margin: 0;
    font-size: 11pt;
}
.icon_{
    text-align: center;
}
.height_100{
    height: 100%;
}
.display-tablecell-vertical-align-middle{
    display: table-cell;
    vertical-align: middle;
}
.display-table{
    display: table;
    width: 100%;
}
#botton_banner{
    position: absolute;
    right: 130px;
    margin-top: 90px;
    
}
.testimonio iframe{
    width: 100%;
    height: 400px;
}
#mensaje p{
    font-family: 'Roboto', sans-serif;
    color: #002225;
    text-align: center;
    padding: 0 15px;
    margin: 10px 0 0 0;
    font-size: 11pt;
    line-height: 140%;
}
.butut{
    display: table;
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    background: #195902;
    transition: all 0.3s;
    border: 0;
    border-radius: 5px;
    padding: 8px 20px;
    font-size: 11pt;
    margin: 15px auto auto auto;
}
#mensaje h2{
    font-family: 'Roboto', sans-serif;
    color: #002225;
    text-align: center;
    padding: 0;
    margin: 10px 0 0 0;
    font-size: 18pt;
}
.icon_.ax i{
    color: green !important;
}
.icon_.red i{
    color: red !important;
}
.icon_ i{
    font-size: 55pt !important;
}
#loaders h4{
    font-family: 'Roboto', sans-serif;
    color: #002225;
    margin: 5px 0 0 0;
    padding: 0 15px;
    text-align: center;
    line-height: 130%;
    font-size: 12pt;
    font-weight: 400;
}
#successs{
    position: absolute;
    top: 0;
    width: 100%;
    background: #FFF;
    height: 100%;
    left: 0;
    visibility: hidden;
    z-index: 3;
}
#loaders h3{
    font-family: 'Roboto', sans-serif;
    color: #002225;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: center;
    line-height: 130%;
    font-size: 16pt;
}
.filter{
    filter: blur(14px);
}
.creditCardForm{
    visibility: visible;
    transition: all 0.2s;
}
.no-visi{
    visibility: hidden !important;
}
.visi{
    visibility: visible !important;
}
.creditCardForm{
    position: relative;
    z-index: 1;
}
#loaders{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 2;
    visibility: hidden;
    transition: all 0.2s;
}
.creditCardForm {
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    padding: 0;
    color: #4c4e56;
}

.creditCardForm label {
    width: 100%;
    margin-bottom: 10px;
}

.creditCardForm .heading h1 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #4c4e56;
}

.creditCardForm .payment {
    float: left;
    font-size: 18px;
    padding: 0;
    margin-top: 0;
    position: relative;
}

.creditCardForm .payment .form-group {
    float: left;
    margin-bottom: 15px;
}

.creditCardForm .payment .form-control {
    line-height: 40px;
    height: auto;
    padding: 0 16px;
}

.creditCardForm .owner {
    width: 63%;
    margin-right: 10px;
}

.creditCardForm .CVV {
    width: 35%;
}

.creditCardForm #card-number-field {
    width: 100%;
}

.creditCardForm #expiration-date {
    width: 49%;
}

.creditCardForm #credit_cards {
    width: 50%;
    margin-top: 25px;
    text-align: right;
}

.creditCardForm #pay-now {
    width: 100%;
    margin-top: 25px;
}

.creditCardForm .payment .btn {
    width: 100%;
    margin-top: 3px;
    font-size: 24px;
    background-color: #2ec4a5;
    color: white;
}

.creditCardForm .payment select {
    padding: 10px;
    margin-right: 15px;
}

.transparent {
    opacity: 0.2;
}
.lds-facebook {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #ff6c00;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
#visa .lazy-placeholder:after, #mastercard .lazy-placeholder:after{
    background-image: none !important;
    height: 0 !important;
    width: 100%;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
@media(max-width: 650px) {
    .creditCardForm .owner,
    .creditCardForm .CVV,
    .creditCardForm #expiration-date,
    .creditCardForm #credit_cards {
        width: 100%;
    }
    .creditCardForm #credit_cards {
        text-align: left;
    }
}


/*  Examples Section */

/*.examples {
	max-width: 700px;
	background-color: #fff;
	margin: 0 auto 75px;
	padding: 30px 50px;
	color: #4c4e56;
}

.examples-note{
    text-align: center;
    font-size: 14px;
    max-width: 370px;
    margin: 0 auto 40px;
    line-height: 1.7;
    color: #7a7a7a;
}

.examples table {
    margin: 5px 0 0 0;
    font-size: 14px;
}*/
#botones_2 img{
    margin: auto;
}
@media (max-width: 870px){
    #pasosos > div{
        margin-bottom: 30px;
    }
    #exampleModal .modal-dialog{
        padding-top: 10px !important;
    }
    #paso2{
        margin: 50px auto auto auto;
    }
}
@media (max-width: 768px){
    #paso1{
        padding: 40px 15px;
    }
    
}
@media (max-width: 768px){
    #paso1 h3 br{
        display: none;
    }
}
@media (min-width: 576px){
    .modal-dialog{
        max-width: inherit !important;
    }
}