/* Estilos base para la lista de medios de pago */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
.list-group > .collapse a.listado-medios-de-pago:first-child,
.list-group > .collapse.collapsing a.listado-medios-de-pago:first-child,
.list-group > .collapse.in a.listado-medios-de-pago:first-child,
.list-group > .collapse[aria-expanded="true"] a.listado-medios-de-pago:first-child {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    -webkit-transition: border-radius 0s !important;
    transition: border-radius 0s !important;
}

.list-group > a.colapsable:last-of-type:not(.active) {
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.list-group > a.colapsable:last-of-type:has(+ div.collapse[aria-expanded="true"]) {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.list-group > a.colapsable:last-child {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
}


.list-group > .collapse.in {
    margin-top: -1px;
}

.list-group > div.collapse:last-child a.listado-medios-de-pago:last-child {
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.list-group > div.collapse:not(:last-child) a.listado-medios-de-pago:last-child {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

a.listado-medios-de-pago {
    cursor: pointer;
    padding: 10px 15px !important;
    min-height: 82px;
    background-color: #ffffff;
    border-radius: 0;
}

a.listado-medios-de-pago:first-child {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

a.listado-medios-de-pago:last-child {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.listado-medios-de-pago.active {
    background-color: #F2F4E8;
    border-color: #4C5501;
    color: #333333;
    z-index: 0 !important;
    position: relative;
}

.listado-medios-de-pago.active:hover {
    color: #333333;
    background-color: #F2F4E8!important;
    border-color: #4C5501;
}

.listado-medios-de-pago:hover {
    transition: background-color 0.1s linear;
    background-color: #F2F4E8 !important;
}

.listado-medios-de-pago input[type="radio"] {
    accent-color: #4C5501;
    width: 18px;
    height: 18px;
}

.listado-medios-de-pago.active input[type="radio"] {
    accent-color: #4C5501;
}


/* hasta aquí el snippet */

textarea[name=instrucciones] { 
    resize: none;
    margin: 0px;
}

body {
    font-family: "DM Sans", sans-serif;
    padding-top: 0;
}

.parrafo {
    padding: 10px 0px;
}

.title {
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 10px !important;
    padding-top: 0px !important;

}

.subtitle {
    font-weight: bold;
    padding-bottom: 10px !important;
    padding-top: 0px !important;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.parrafo a {
    color: #555555;
    font-weight: 700;
}

.sameWidth {
    min-width: 110px;
}

.second-navbar .navbar-nav li .menu-activo {
    background-color: #7c8346;
    color: #fff
}

.second-navbar .navbar-nav li .menu-activo:hover {
    background-color: #2d768c;
    color: #fff
}

input.invalid {
    background: url("/app/img/required-btn.png") no-repeat 0px 0px;
    background-position: right 5px center;
    background-repeat: no-repeat;
}

div.invalid {
    color: #f73b3b;
}

.box-pay {
    background-color: #fff;
    border-top: 1px solid #BAC191;
    border-left: 1px solid #BAC191;
    border-right: 1px solid #BAC191;
    padding-bottom: 20px;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    padding-left: 25px;
    padding-right: 25px;
}

.padding-checkout, .pay-header {
    padding-left: 75px;
    padding-right: 75px;
}

@media (max-width: 768px) {
    .padding-checkout, .pay-header {
        padding-left: 0px;
        padding-right: 0px;
    }

    .box-pay {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.media-heading {
    font-weight: bold;
}

.padding-20 {
    padding-right: 20px;
}

.media-object {
    margin-left: 35px;
}

#contenedorPadre {
    position: relative;
}

#contenedorHijo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 30%;
    margin: auto;
}

.radio-medio-pago {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
}

@media only screen and (max-width : 480px) {
.titulo-medio-pago {
    font-size: 1.1em;
}

}

.vertical-center {
    display: inline-block!important;
    vertical-align: middle!important;
    float: none!important;
}

.flow-barcode {
    width: 90%;
    display: block;
}

.btn {
    box-shadow: none !important;
    font-weight: 700 !important;
    -webkit-box-shadow: none !important;
}

.btn-flow-gw {
    color: #fff!important;
    background-color: #4C5501 !important;
    border-color: #4C5501 !important;
    margin-right: 5px;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    border-radius: 5px!important;
}

.btn-flow-gw:hover, .btn-flow-default:hover {
    color: #fff !important;
    background-color: #7c8346 !important;
    border-color: #7c8346 !important;
}

.btn-flow-default {
    color: #fff!important;
    background-color: #4C5501 !important;
    border-color: #4C5501 !important;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    border-radius: 5px!important;
}

.btn-flow-pay {
    min-width: 150px;
    font-size: 14px;
    border-radius: 5px !important;
    padding: 10px;
    margin-top: 10px;
}

.form-control {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.form-control:focus {
    border-color: #4C5501;
    box-shadow: none;
}

.pay-header h1 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
    word-break: break-all;
    color: #555;
}

.pay-header select {
    font-size: 18px;
}

b, strong {
    font-weight: 600;
}

.pay-header {
    font-size: 14px;
}

.pay-header .amount {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.amount-green {
    color: #4C5501BA;
    font-weight: bold;
}

.pay-header strong {
    font-weight: 800;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

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

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

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

.pb-10 {
    padding-bottom: 10px;
}

.listado-medios-de-pago {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.listado-medios-de-pago.active {
    z-index: 0 !important;
    margin-bottom: 0px;
}

.listado-medios-de-pago.active:hover {
    border-color: #4C5501;
}

p, a, ul, ol, table, figcaption {
}

.h4, h4 {
    font-size: 16px;
}

.radio-item {
    display: inline-block;
    position: relative;
}
  
.radio-item input[type='radio'] {
    display: none;
}
  
.radio-item label {
    color: #666;
    font-weight: normal;
}
  
.radio-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    /*
    top: 5px;
    margin: 0 5px 0 0;*/
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 1px solid rgb(85, 85, 85);
    background-color: transparent;
}

.radio-item input[type=radio]:checked + label:before {
    content: " ";
    display: inline-block;
    position: relative;
    /*
    top: 5px;
    margin: 0 5px 0 0;*/
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 1px solid #7c8346;
    background-color: transparent;
}
  
.radio-item input[type=radio]:checked + label:after {
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 4px;
    left: 4px;
    content: " ";
    display: block;
    background: #4C5501;
}

.listado-medios-de-pago.active:hover .radio-item input[type=radio]:checked + label:after {
    background: #4C5501;
}

.btn-flow-link {
    color: #4C5501!important;
    font-weight: 600;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.btn-flow-link:hover {
    cursor: pointer!important;
    color: #F2F4E8;
}

.btn-flow-link[disabled], .btn-flow-link:hover[disabled]{
    cursor: not-allowed !important;
    text-decoration: none;
    color: #F2F4E8!important;
}

/* LOADING */
.icon-container {
    position: absolute;
    right: 25px;
    top: 11px;
}

@media screen and (max-width: 576px) {
    .icon-container {
        top: 10px;
    }
}

.loader {
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block;
    animation: around 5.4s infinite;
}
  
@keyframes around {
    0% {
      transform: rotate(0deg)
    }
    100% {
      transform: rotate(360deg)
    }
}
  
.loader::after, .loader::before {
    content: "";
    background: #eee;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: #333 #333 transparent transparent;
    border-style: solid;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: around 0.7s ease-in-out infinite;
}
  
.loader::after {
    animation: around 0.7s ease-in-out 0.1s infinite;
    background: transparent;
}

.icon-btn-pago .loader {
    margin-top: 25px;
}

#return-to-top {
    bottom: 90px!important;
}

.pay-commerce {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.pay-description {
    font-weight: bold;
    font-size: 20px;
}

.pay-description-sub {
    font-size: 0.8em;
    font-weight: normal;
}

.pay-number {
    font-weight: bold;
    font-size: 16px;
}

.pay-btn-amount {
    font-weight: 800!important;
}

.pay-btn-amount-sm {
    font-weight: 800!important;
    font-size: 22px;
}

.pay-btn-amount-multicurrency span, .pay-btn-amount-currency span  {
    font-size: 22px;
    display: inline-block;
    font-weight: 700;
}

.pay-btn-amount-multicurrency select {
    margin-left: 10px;
    max-width: 85px;
    display: inline-block;
    font-size: 18px;
    padding-right: 0;
}

.pay-btn-amount-currency select {
    font-size: 18px;
    padding-right: 0;
}


.pay-btn-amount-multicurrency-inline input {
    display: inline-block;
    max-width: calc(100% - 100px);
}

.pay-btn-amount-multicurrency-full input {
    max-width: 100%;
}

.pay-btn-amount-multicurrency-full div.invalid {
    margin-top: 10px;
}

.pay-btn-amount-currency {
    display: block;
}

.pay-header h3, .pay-header-info h3 {
    font-weight: 600;
}

.pay-units-amount, .pay-btn-amount-multicurrency input, .pay-btn-amount-multicurrency-full input  {
    font-size: 22px;
    padding-left: 16px;
    padding-right: 16px;
}

.pay-header-currency-selector {
    display: inline-block;
    max-width: 80px;
    padding: 0px 5px;
    height: 37px;
}

.pay-result-icon {
    max-width: 80px;
}

.pay-card-icon {
    max-height:24px;
}

.pay-result-medio {
    max-width: 150px;
}

.btn-md {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.3333333;
    padding-top: 14px;
    padding-bottom: 14px;
}

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

.form-flow label {
    font-weight: 600;
}

.btn-flow-express {
    color: #ffffff !important;
    background-color: #4C5501 !important;
    border-color: #4C5501 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 5px;
    min-width: 120px;
    padding: 10px;
}

.btn-flow-express:hover {
    background-color: #7c8346 !important;
    border-color: #7c8346 !important;
}

.btn-flow-express-inv {
    border: 1px solid #4C5501;
    color: #4C5501 !important;
    -webkit-text-stroke: 0px #4C5501;
    background-color: #ffffff !important;
    border-color: #4C5501 !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 5px;
    margin-right: 5px;
    min-width: 150px;
    padding: 10px 20px;
    box-shadow: none;
}

.btn-flow-express-inv:hover {
    background-color: #F2F4E8 !important;
    border-color: #F2F4E8 !important;
    border: 1px solid #4C5501 !important;
}

.btn-flow-express-gray {
    color: #ffffff !important;
    background-color: #4C5501 !important;
    border-color: #4C5501 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 5px;
    min-width: 120px;
}

.btn-flow-express-gray:hover {
    background-color: #7c8346 !important;
    border-color: #7c8346 !important;
}

.btn-flow-express-dark {
    color: #ffffff !important;
    background-color: #4C5501 !important;
    border-color: #4C5501 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 5px;
}

.btn-flow-express-dark:hover {
    background-color: #7c8346 !important;
    border-color: #7c8346 !important;
}

.input-group-addon-rounded {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    font-size: 18px;
}

/**
New checkout footer
 */
.checkout-footer {
    border-radius: 0 0 10px 10px;
    background-color: #4C5501;
    padding: 20px;
}

.checkout-footer span {
    color: #fff;
}

.img-polaroid {
    border-radius: 15px;
    width: 150px;
}

.form-pay-body {
    margin-left: 80px;
    margin-right: 80px;
}

.padding-0 {
	padding: 0px;
}

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

.marginl-8{
    margin-left: 8px;   
}

.footer-link {
    color: #fff !important;
}

.footer-hr {
    width: 90%; 
    opacity: .4
}

.mb-0 {
    margin-bottom: 0px;
}

.mt-10-cond {
    margin-top: 0px;
}

@media (max-width: 768px) {
    .mt-10-cond {
        margin-top: 10px;
    }
}

.mt-20-cond {
    margin-top: 0px;
}

@media (max-width: 768px) {
    .mt-20-cond {
        margin-top: 20px;
    }
}

#expressModal span a, #expressModal p a {
    color: #677023!important;
}

.btn-express-quotes-range>.btn-group .btn {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
}

.btn-express-quotes-range>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-right: 1px solid #dbdbdb;
}

.list-group-item-resend .radio-item label {
    margin-bottom: 0px!important;
}

.list-group-item-resend .media {
    margin-top: 5px!important;
}

.list-group-item-resend .media-body {
    vertical-align: middle!important;
}

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

.font-20 {
    font-size: 20px!important;
}

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