.step-indicator {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.fieldset-cf7mls-wrapper .fieldset-cf7mls {
    width: 90%;
}
.wpcf7-form .cf7mls_next, 
.wpcf7-form .cf7mls_back {
    display: inline-block;
    padding: 10px 15px;
    margin: 10px;
    background-color: #555;
    color: white;
    border: none;
    cursor: pointer;
    text-decoration: none;
    border: 2px solid var(--wp--preset--color--custom-color-1);
    border-radius: 50px;
}

.wpcf7-form .cf7mls_back {
    background-color: var(--wp--preset--color--base-2);
    border-color: var(--wp--preset--color--custom-color-1);
    color: var(--wp--preset--color--custom-color-1);
}
.wpcf7-form .cf7mls_next {
    background-color: var(--wp--preset--color--custom-color-1);
}

.st-stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.st-stepper .st-label {
	color: #222;
}
.st-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.st-circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    background: #fff;
    border: 2px solid #8F8F8F;
    color: #8F8F8F;
}

.st-circle.st-check {
    background: #127277;
    border: 2px solid #127277;
    color: #fff;
}
.st-line {
    width: auto;
    height: 2px;
    background: #8F8F8F;
    flex-grow: 1;
    position: relative;
    top: -32px;
}

.st-label {
    margin-top: 5px;
    font-size: 15px;
    color: #777;
    width: 100px;
}

.st-active .st-circle {
    background: red;
    border-color: red;
    color: #fff;
}

.st-active-lr .st-circle {
    border: 2px solid #127277;
    color: #127277;
}

.st-active .st-label, 
.st-active-lr .st-label {
    font-weight: bold;
    color: #222;
    width: 100px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    border-color: #dc3232;
    font-size: 12px;
}

.error-message {
    color: red;
    font-size: 11px;
    margin-top: -10px;
}
.st-modal1,
.st-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}
.st-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

/* Contenedor del modal */
.st-modal-content1,
.st-modal-content {
    background-color: white;
    width: 50%;
    max-width: 600px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
}

/* Botón de cerrar */
.st-close1,
.st-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    border: none;
    background: none;
}

/* Estilos del botón rojo */
.st-btn-agree1,
.st-btn-agree {
    background-color: red;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
    width: 100%;
}

/* Título del modal */
.st-modal-title1,
.st-modal-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

/* Contenido del modal */
.st-modal-body1,
.st-modal-body {
    text-align: justify;
    max-height: 300px;
    overflow-y: auto;
}
.st-fecha-hora-container {
    display: flex;
    gap: 10px; /* Espacio entre los campos */
    width: 100%;
}
.st-fecha-container,
.st-hora-container {
    width: 50%; /* Cada campo ocupa el 50% */
}
.st-fechacita,
.st-horacita {
    width: 100%;
}

.st-claimbooks-container {
    display: flex;
    gap: 10px; /* Espacio entre los campos */
    width: 100%;
}
.st-field1-container,
.st-field2-container {
    width: 50%; /* Cada campo ocupa el 50% */
}
.st-claimbooks-container p {
	margin: 0;
}
.st-field1,
.st-field2 {
    width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: red;
    color: red;
}
.wpcf7 .wpcf7-not-valid-tip {
    color: red;
}

.st-claimsbook-container {
    border: 2px dashed #0093A8; /* Borde punteado azul */
    padding: 10px 15px;
    text-align: center;
    display: inline-block;
    border-radius: 8px;
    background: #F9F9F9; /* Fondo claro */
    max-width: 300px;
    margin: 10px auto;
}

.st-claimsbook-title {
    color: #666;
    font-size: 14px;
    margin: 0;
}

.st-claimsbook-code {
    font-size: 18px;
    font-weight: bold;
    color: #0073aa; /* Azul */
    margin: 5px 0 0;
}

.st-claimsbook-container.st-error {
    border: 2px dashed red;
    color: red;
}

/* Contenedor principal del formulario */
.st-form-claimsbook-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    text-align: center;
}

/* Estilos generales para inputs */
.st-form-claimsbook-container input {
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #8F8F8F;
    height: 46px;
    margin-top: 4px;
    font-family: 'Santander Micro Text', sans-serif;
    color: #727272;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #f9f9f9;
    transition: border-color 0.3s ease-in-out;
}


.st-form-claimsbook-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
    font-family: 'Santander Micro Text', sans-serif;
    text-align: left;
}

/* Cambio de borde en el input al enfocarlo */
.st-form-claimsbook-container input:focus {
    border-color: red;
    outline: none;
}

.st-buttons { 
    display: flex; 
    gap: 10px; 
    margin-top: 20px; 
}

.st-btn { 
    padding: 10px 20px; 
    border-radius: 30px; /* Bordes redondeados */
    font-weight: bold; 
    font-size: 16px;
    cursor: pointer; 
    text-decoration: none;
    text-align: center;
    font-family: 'Santander Micro Text', sans-serif;
    transition: background 0.3s, color 0.3s, border 0.3s; 
    border-radius: 30px !important;
}

/* Botón con fondo blanco y borde rojo */
.st-print { 
    background: white; 
    color: red; 
    border: 2px solid red; 
}

/* Hover del botón blanco: fondo rojo y texto blanco */
.st-print:hover { 
    background: red; 
    color: white; 
}

/* Botón con fondo rojo y texto blanco */
.st-confirm { 
    background: red; 
    color: white; 
    border: 2px solid red; 
}

/* Hover del botón rojo: mantiene el color */
.st-confirm:hover { 
    background: darkred; /* Un tono más oscuro al pasar el mouse */
    border-color: darkred;
}
/* Botón de envío estilizado */
.st-btn-submit {
    width: 140px;
    padding: 12px 20px;
    font-weight: 700;
    font-size: 16px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-family: 'Santander Micro Text', sans-serif !important;
    transition: background-color 0.3s, transform 0.3s;
    position: relative;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

/* Efecto hover en botón */
.st-btn-submit:hover {
    background-color: darkred;
    transform: scale(1.05);
}

/* Botón de regresar */
.st-btn.st-back {
    display: inline-block;
    width: 100px;
    padding: 12px 20px;
    font-weight: 700;
    font-size: 16px;
    background-color: rgb(255, 255, 255);
    color: red;
    border-radius: 30px;
    text-decoration: none;
    font-family: 'Santander Micro Text', sans-serif;
    transition: background-color 0.3s, transform 0.3s;
    margin-top: 10px;
    margin: 10px;
    border: 2px solid red;
}

/* Efecto hover en botón de regresar */
.st-btn.st-back:hover {
    background-color: red;
    transform: scale(1.05);
    color: rgb(255, 255, 255);
}

.st-success {
    color: rgb(0, 0, 0);
    font-weight: bold;
    margin-top: 10px;
}
.st-error {
    color: red;
    font-weight: bold;
    margin-top: 10px;
}
.st-error-message {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}
.st-input-error {
    border: 2px solid red;
}

.st-form-buttons {
    display: flex;
    gap: 10px; /* Espacio entre los botones */
    align-items: center;
    justify-content: flex-start; /* Alineación a la izquierda */
    margin-top: 20px;
}

.st-btn {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    border: 2px solid red;
}
.st-form-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
}
.st-back {
    background: white;
    color: red;
}

.st-submit {
    background: red;
    color: white;
    border: none;
}
#claimsbook-message {
    display: none;
    color: rgb(0, 0, 0);
    font-family: 'Santander Micro Text';
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
    padding: 8px;
    border: 1px solid rgb(0, 0, 0);
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
}



/*  Formulario flotante y Cancelar cuenta */

.st-primary-color{
    color: var(--wp--preset--color--custom-color-1);
}

.st-wrap-float-form{
    width: 100% !important;
    flex-basis: 100% !important;
}

.st-wrap-float-form{
    display: block !important;
}

.st-float-form{
    position: relative;
    
}

/** se modifica para formularios de solicitar crédito **/

.st-financiera .wpcf7 .st-vehicular-form select, .st-financiera .wpcf7 .st-vehicular-form textarea, .st-financiera .wpcf7 .st-vehicular-form input{
    margin-top: 0;
}

.st-vehicular-form .st-form .st-frm-text{
    font-size: 13px;
    letter-spacing: -0.5px;
}   

.st-float-form .st-frm-txt-1{
	font-size: 16px;
}

.st-vehicular-form .st-frm-txt-1{
    font-size: 15px;
}


.st-wrap-float-form  .st-form{
    gap: 16px;
}

.st-wrap-float-form  .st-form .wpcf7-not-valid-tip{
    position: absolute;
}

.st-legal-text{
    gap: 8px;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.st-float-form .st-form{
    padding-top: 16px;
}

.st-box-shadow-5{
	box-shadow: 0 2px 4px 0 rgba(82, 112, 148, 0.2), 0 1px 10px 0 rgba(82, 112, 148, 0.12), 0 4px 5px 0 rgba(82, 112, 148, 0.14)
}


.wpcf7-form .fieldset-cf7mls .cf7mls-btns{
    min-height: auto !important;
}

.st-float-form form, .st-form-cancelar form{
    padding: 32px;
    border-radius: 8px !important;
} 

.st-float-form .st-form-title{
    margin-top: 0;
    margin-bottom: 16px;
    font-size: clamp(17.905px, 1.119rem + ((1vw - 3.2px) * 1.052), 28px);
}

.st-float-form .fieldset-cf7mls-wrapper .fieldset-cf7mls{
    padding: 0;
    margin: 0;
    width: 100%;
}

    .st-wrap-float-form .st-float-form .st-form input,
    .st-wrap-float-form .st-float-form .st-form select,
   	.st-wrap-float-form .st-float-form .st-form textarea{
        width: 100% !important;
        padding: 12px;
        margin-top:0;
        box-sizing: border-box;
        height: 48px;
    }
    
    .st-wrap-float-form .st-float-form .st-form input::placeholder,
    .st-wrap-float-form .st-float-form .st-form select{
    	font-size: 14px;
    }


@media (min-width: 1060px) {
    .st-float-form{
        position: absolute;
        position: -webkit-sticky;
        max-width: 430px;
        z-index: 5;
        width: 430px;
    }

    .st-wrap-float-form{
        display: flex !important;
    }

     /**.st-float-form .st-form-title{
        font-size: 24px;
    }

    No olvidar quitar esto */

    /* .st-float-form p, .st-float-form input, .st-float-form  select, .st-float-form  textarea{
        font-size: 14px !important;
    }  
    .st-float-form{
    	position: relative;
    	padding: 0px;
    }
    
    .st-wrap-float-form .st-float-form .st-form input,
    .st-wrap-float-form .st-float-form .st-form select,
    .st-wrap-float-form .st-float-form .st-form textarea{
        height: 44px;
    }
    
    .st-wrap-float-form .st-float-form .st-form input::placeholder,
    .st-wrap-float-form .st-float-form .st-form select{
    	font-size: 13px;
    }
    
    .st-float-form .wpcf7 .wpcf7-not-valid-tip{
    	font-size: 9px !important;
        margin-top: 0px !important;
    }*/
}


@media (min-width: 1366px) {

    .st-float-form{
        position: absolute;
        position: -webkit-sticky;
        max-width: 430px;
        z-index: 5;
        width: 430px;
    }

    .st-wrap-float-form{
        width: auto !important;
        flex-basis: auto !important;
    }

    .st-float-form .st-form-title{
        font-size: 30px;
    }

}

.st-form input:focus,
.st-form select:focus{
    outline-width: 0px;
}

.st-form p, .st-float-form p{
    margin-top: 0;
    margin-bottom: 0;
}

.st-form{
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 32px;

}

.st-form .st-form-divider{
    margin: 0;
    width: 100%;
    padding: 0;
    color: #23779a;
    font-weight: 600;
    font-size: 18px;
}

.st-form .st-form-cols{
    display: flex;
    gap: 16px;
}

.st-form .wpcf7-form-control-wrap{
    width: 100% !important;
}

.st-form .st-form-col-2{
    width: 20%;
}

.st-form .st-form-col-3{
    width: 30%;
}

.st-form .st-form-col-4{
    width: 40%;
}

.st-form .st-form-col-8{
    width: 60%;
}

.st-form .st-form-col-6{
    width: 50%;
}

.st-form .st-form-col-9{
    width: 70%;
}

.st-form .st-form-col-10{
    width: 80%;
}

.st-form .st-form-col-12{
    width: 100%;
}

.st-form .action-button{
    min-width: 200px !important;
    width: 100%;
}

.fieldset-cf7mls .cf7mls-btns{
    min-height: auto;
} 

.st-float-form .cf7mls-btns .cf7mls_next.action-button, .st-float-form .wpcf7-form-control.wpcf7-submit.has-spinner{
    margin: 18px 0 0 0;
    float: left;
    min-width: 200px;
    height: 48px;
}

/* .st-aceptance{
    display: flex;
    flex-direction: row;
} */



.st-financiera .wpcf7 .st-form-mi-espacio select, .st-financiera .wpcf7 .st-form-mi-espacio textarea, .st-financiera .wpcf7 .st-form-mi-espacio input{
    margin-top: 0;
}

/*
.st-form .wpcf7-response-output{
    display: none !important;
}

*/

.st-float-form .st-form + p{
    display: none;
}

@media (min-width: 1440px) {
	
    .st-float-form .st-frm-txt-1{
        font-size: 16px;
    }
    
    .st-float-form .st-form{
        padding-top: 32px;
    }
    
    .st-legal-text{
        gap: 8px;
        display: flex;
        flex-direction: column;
        margin-top: 16px;
    }
    
    .st-float-form .cf7mls-btns .cf7mls_next.action-button, .st-float-form .wpcf7-form-control.wpcf7-submit.has-spinner{
        margin: 30px 0 0 0;
        float: left;
        min-width: 200px;
        height: 48px;
    }
    
    .st-wrap-float-form .st-float-form .st-form input,
    .st-wrap-float-form .st-float-form .st-form select,
    .st-wrap-float-form .st-float-form .st-form textarea{
        height: 48px;
    }
    
    .st-float-form .wpcf7 .wpcf7-not-valid-tip{
    	font-size: 11px !important;
        margin-top: 0px !important;
    }
    
}

.st-form .st-frm-text{
    font-size: 12px;
}

.st-form .st-link-text, .st-form .st-link-text.wpcf7-acceptance-link.check_tyc{
    color: #EC0000 !important;
}


/** Whitout Shadow Card */

.st-section-a.st-without-shadow .st-card-banner{
    box-shadow: unset;
}

.st-form-banner form{
    padding: 0;
    background-color: transparent !important;
}

.st-form-banner .st-form{
    padding-top: 0;
   
}

/* Contenedor general */

.st-form input, .st-form select{
    border-radius: 8px;
    border: 2px solid #cccccc;
}

/* Contenedor general */
.currency-switch {
  /*margin: 20px auto;*/
}

/* Ocultar los radios originales */
.currency-switch input[type="radio"] {
  display: none;
}

.currency-switch .wpcf7-list-item.first, .currency-switch .wpcf7-list-item.last{
    margin: 0 !important;
}
/* Contenedor del switch */
.currency-switch .wpcf7-radio {
  display: flex;
  background: #cdecee59;
  border-radius: 12px;
  padding: 5px;
  position: relative;
  justify-content: space-between;
  height: 40px;
}

/* El indicador deslizante */
.currency-switch .switch-indicator {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 88px;
  height: 40px;
  background: #fff;
  border-radius: 12px;
  transition: all 0.3s ease;
  z-index: 1;
}

/* Etiquetas */
.currency-switch .wpcf7-list-item-label {
  width: 88px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  z-index: 2;
  position: relative;
  color: #000;
  cursor: pointer;
}

/* Texto activo */
.currency-switch input[type="radio"]:checked + .wpcf7-list-item-label {
  color: #23779a;
  background-color: #fff;
  border-radius: 12px;
}

.currency-switch .wpcf7-radio label{
    display: block;
    margin-right: 0;
    height: auto;
}

/* Mover el indicador cuando se selecciona la segunda opción */
.currency-switch input[type="radio"][value="$"]:checked 
  + .wpcf7-list-item-label {
}

.currency-switch input[type="radio"][value="$"]:checked
  + .wpcf7-list-item-label::before {
  content: "";
}

/* Movimiento del indicador */
.currency-switch input[type="radio"][value="$"]:checked
  + .wpcf7-list-item-label {
}

.currency-switch input[type="radio"][value="$"]:checked
  + .wpcf7-list-item-label {
}

/* Truco final: mover el indicador según el radio seleccionado */
.currency-switch input[value="S/"]:checked ~ .switch-indicator {
  transform: translateX(0);
}

.currency-switch input[value="$"]:checked ~ .switch-indicator {
  transform: translateX(55px);
}



.soy-cliente-button input {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-family: 'Santander Micro Text';
    font-weight: 700;
    font-size: 16px;
    border-radius: 50px;
    background-color: var(--wp--preset--color--custom-color-1) !important;
    color: #fff;
    border: 0;
}

.st-container-message .st-full-image-container{
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    height: 100%;
}

.st-container-message .st-full-image-container figure{
    height: 100%;
}

.st-container-message .st-full-image-container figure img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .st-col-mobile{
        padding: 20px !important;
    }

    .st-col-mobile .st-form{
        padding: 0 15px;
    }

    .soy-cliente-button{
        padding: 0 15px;
    }
}

/* Thank you screen float form **/

.st-finish-message{
    box-sizing: border-box;
    text-align: center;
}

.st-finish-message p{
    width: 100% !important;
    margin: 0 !important;
}

.st-finish-message .st-box{
    display: flex;
    flex-direction: column;
}

.st-title-message{
    font-size: 24px;
    font-weight: 700;
    color: #23779A;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

/*
.wpcf7-response-output{
    display: none !important;
}
*/

.st-decription-message{
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
}

.st-box{
    background-color: #DEEDF2;
    border-radius: 8px;
    padding: 16px 16px 16px 16px;
    box-sizing: border-box;
    margin-top: 15px;
}

.st-box{
    display: flex;
    gap:5px;
    margin-bottom: 24px;
}

.st-box .st-box-left{
    flex-basis: 40%;
    padding-bottom: 16px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

/* Nuevo formulario flotante */

.st-box .st-box-right{
    flex-basis: 60%;
    align-items: flex-end;
    display: flex;
    justify-content: center;
}

.st-box .st-box-right p{
    display: flex;
    align-self: end;
}

.st-box-title{
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    color: #23779A;
    margin: 0 !important;
    padding-bottom: 18px;
}

.st-button-wrrap{
    float: left;
}

.st-btn-santander {
    margin-bottom: 0 !important;
    margin-left: 0px !important;
    border-radius: 50px !important;
}

.st-link-wrapper .st-link{
    color: #23779A;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}



/* Simulador*/


.st-simulador-credito-vehicular .fieldset-cf7mls-wrapper .fieldset-cf7mls{
    padding: 0px;
    box-sizing: border-box;
}

.st-simulador-credito-vehicular .fieldset-cf7mls-wrapper .fieldset-cf7mls{
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.st-form .wpcf7-radio .wpcf7-list-item{
    margin: 0 !important;
}

.range-wrapper {
  position: relative;
  width: 100%;
}

.range-wrapper input[type="range"] {
  width: 100%;
  margin: 30px 0 10px;
}

.range-value {
  position: relative;
  top: 0;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #727272;
}

.range-labels p{
    padding-top: 15px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #666;
}

/* RESET */
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px !important; /* Grosor de la barra */
  background: #8d8d8d57; /* Color base (gris) */
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  border: 0 !important;
  padding: 0 !important;
}

/* TRACK – Chrome, Edge, Safari */
/* La Bolita (Thumb) */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #127277 !important; /* Tu color verde */
  border: 2px solid #FFFFFF; /* Un borde blanco para que resalte */
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  margin-top: 0px !important; /* Centra la bolita respecto a la barra de 6px */
  cursor: pointer;
  transition: transform 0.1s ease;
}

input[type="range"]:active::-webkit-slider-thumb {
  transform: scale(1.2); /* Se agranda un poco al tocarla */
}

/* THUMB – Chrome, Edge, Safari */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 32px;
  width: 32px;
  background: #F0F0F0; /* plomo oscuro */
  border-radius: 50%;
  margin-top: -12px;
  cursor: pointer;
}

/* TRACK – Firefox */
input[type="range"]::-moz-range-track {
  height: 6px;
  background: #8d8d8d57;
  border-radius: 4px;
}

/* THUMB – Firefox */
input[type="range"]::-moz-range-thumb {
  height: 24px;
  width: 24px;
  background: #127277;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  cursor: pointer;
}

input[type="range"]::-moz-range-progress {
  background-color: #127277;
  height: 6px;
  border-radius: 4px;
}

/* Para evitar borde azul en focus */
input[type="range"]:focus {
  outline: none;
}

/* .st-radio-card {
  cursor: pointer;
} */

.st-radio-card input {
  display: none;
}


/* GRID */
.st-radio-cards > p{
    display: none;
}
.st-radio-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.st-simulador-credito-vehicular p{
    margin: 0 !important;
}

/* CARD BASE */
.st-card-content {
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 40px 0px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  text-align: center;
  /* cursor: pointer; */
  position: relative;
}

.st-card-content .st-title{
    font-weight: 700;
    font-size: 20px;
    margin-top: 0;
}

.st-card-content .st-subtitle{
    font-size: 14px;
    color: #727272;
}

.st-card-content .st-subtitle, .soy-cliente-button p, .st-card-content .st-price{
    padding: 0 !important;
    margin: 0 !important;
}

.st-card-content .st-price{
    font-size: 26px;
    color: #23779A;
    font-weight: 700;
    padding-top: 14px !important;
    padding-bottom: 24px !important;
}

.st-card-content .st-status-label{
    display: none;
}

.st-card-content.st-is-selected .st-status-label{
    position: absolute;
    background: #3366FF;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    position: absolute;
    top:8px;
    right: -15px;
    display: block;
}

.st-card-content .st-status-label p{
    margin: 0;
    padding: 0;
}

/* CARD ACTIVA (cuando JS la marca) */
.st-card-content.st-is-selected {
  border: 2px solid #3366FF;
  box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.15);
}


/* HOVER */
/* .st-card-content:hover {
  border: 2px solid #3366FF;
} */

.st-card-content .st-btn-select{
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 16px;
    width: 136px;
}

#cf7mls-back-btn-cf7mls_step-2, #cf7mls-next-btn-cf7mls_step-2{
    /*display: none;*/
}

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

.st-form .st-nueva-simulacion{
    cursor: pointer;
}

.st-form .st-nueva-simulacion.st-form-divider{
    padding: 32px 0 ;
    display: flex;
    align-items: center;
    justify-content: center;
}

.st-form .st-nueva-simulacion.st-form-divider p{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}


/* Contenedor principal para alinear en fila */
.tipo-credito-vehicular .wpcf7-radio {
    display: flex;
    gap: 20px; /* Espacio entre las dos opciones */
    align-items: center;
}

/* Alinear el texto con el radiobutton */
/* .tipo-credito-vehicular .wpcf7-list-item label {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 8px; 
} */

/* Cambiar el color del Radio Button */
.tipo-credito-vehicular input[type="radio"] {
    visibility: hidden;
    height: 0 !important;
    width: 0 !important;
    display: block;
    /* appearance: none;
    -webkit-appearance: none;
    width: 24px !important;
    height: 24px !important;
    border: 1px solid #127277 !important; 
    border-radius: 50% !important;
    outline: none;
    cursor: pointer;
    display: grid;
    place-content: center;
    top: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important; */
}

/* Estilo para el estado seleccionado (el punto interior) */
.tipo-credito-vehicular input[type="radio"]::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background-color: #127277; /* Color del punto */
}

.tipo-credito-vehicular input[type="radio"]:checked::before {
    transform: scale(1);
}

/* Estilo del texto */
.tipo-credito-vehicular .wpcf7-list-item-label {
    font-size: 16px;
    color: #333;
}

.st-simulador-info .st-container-info{
    padding: 0 56px !important;
}


.st-simulador-credito-vehicular .wpcf7 .wpcf7-not-valid-tip{
    font-size: 13px;
}

/* End Simulador*/

/* Estado por defecto oculto */
.st-status-label {
    display: none;
}

/* Cuando la card tiene la clase de seleccionada */
.st-radio-card.st-is-selected .st-card-content {
    border: 2px solid #3366FF; /* O el color de tu marca */
}

.st-radio-card.st-is-selected .st-status-label {
    display: block;
    position: absolute;
    background: #3366FF;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    position: absolute;
    top:8px;
    right: 2px;
}



.st-radio-card.st-is-selected .st-status-label p{
    margin: 0;
    padding: 0;
}

.st-form-banner form.st-simulador-credito-vehicular{
    padding: 40px !important;
}

form.st-simulador-credito-vehicular fieldset[data-cf7mls-order="0"] .cf7mls-btns {
    display: none;
}

form.st-simulador-credito-vehicular fieldset[data-cf7mls-order="0"] .st-load-offers-step-1{
    display: inline-block;
    padding: 12px 63px;
    margin: 44px 0px 0 0;
    background-color: var(--wp--preset--color--custom-color-1);
    color: white;
    font-weight: 600;
    border: none;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    border: 2px solid var(--wp--preset--color--custom-color-1);
    border-radius: 50px;
}

form.st-simulador-credito-vehicular fieldset[data-cf7mls-order="1"] .cf7mls-btns {
    display: none;
}

form.st-simulador-credito-vehicular .wpcf7-response-output{
    display: none;
}


/* Nuevo estilos formularios */

.st-legal-text .st-aceptance .st-frm-text {
    font-size: 13px;
    letter-spacing: -0.5px;
}

.st-legal-text .st-aceptance p:first-child {
    float: left;
    margin-right: 8px !important;
    padding: 0;
    line-height: 0;
}

.st-legal-text .st-aceptance p:first-child .wpcf7-list-item{
    margin: 0 0px 0 0;
}

.st-legal-text .st-aceptance input[type="checkbox"] {
    margin-top: 0 !important;
}

.st-financiera .st-legal-text .st-aceptance input[type="checkbox"] {
    top: 0;
    margin-left: 0;
    margin-bottom: 0;
} 

.st-simulador-credito-vehicular .fieldset-cf7mls .st-radio-cards{
    padding: 7px;
}

.st-buttons-step-2{
    padding: 32px 0;
}

.st-buttons-step-2 .st-simulate-again{
    background: none;
    border: 0;
    padding: 0;
    font-size: 16px;
    color: #23779A;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    gap: 10px;
}

.st-info-simulator{
    font-size: 12px;
}

.st-card-top-box {
    padding: 0 20px;
}

.st-card-bottom-box {
    padding: 24px 20px 0;
    border-top: 1px solid #CEDEE7;
}

.st-radio-card.st-is-selected .st-card-bottom-box {
    margin-left: 20px;
    margin-right: 20px;
    padding: 24px 0 0 0;
}


/* Contenedor del formulario relativo para posicionar el loader */
.fieldset-cf7mls-wrapper {
    position: relative;
}

/* Capa de carga */
.st-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99;
    border-radius: 8px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Clase para mostrar el loader */
.st-loading-overlay.is-active {
    visibility: visible;
    opacity: 1;
}

/* Spinner básico */
.st-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #127277; /* El color de tu marca */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.st-loading-text {
    font-weight: bold;
    color: #127277;
    font-family: sans-serif;
}

.st-submit-wrapper{
    padding-top: 32px;
}

.st-submit-wrapper .wpcf7-submit{
    width: 200px;
    padding: 12px 20px;
    height: 48px;
    font-weight: 700;
    font-size: 16px;
    background-color: red;
    color: white;
    border: none;
    text-decoration: none;
    border-radius: 30px;
    cursor: pointer !important;
}

.st-confirm-submit-button{
    display: none;
}

.st-confirm-submit-button .wpcf7-submit{
    width: 0;
    height: 0;
    /* display: none; */
    position: absolute;
}

#st-server-error-msg {
    margin: 20px 0;
    width: 100%;
}

.st-error-msg-box {
    background-color: #fff1f0;
    border: 1px solid #ffa39e;
    color: #cf1322;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}

/* Estilos para botones con hover  */

.st-financiera.st-autos .wpcf7 .wpcf7-form-control.wpcf7-submit.has-spinner{
    background-color: var(--wp--preset--color--custom-color-1) !important;
}

.st-financiera.st-autos .wpcf7 .wpcf7-form-control.wpcf7-submit.has-spinner:hover{
	transform: unset;
    opacity: 1;
    background-color: #CC0000 !important;
    
}

/* Estilos mi espacio santander */

.st-mi-espacio-santander-wrap.st-container-section{
    padding: 0 var(--wp--preset--spacing--40) !important;
}

.st-mi-espacio-santander-wrap.st-container-section .st-mi-espacio-santander-title{
    font-size: 28px;
}

@media (min-width: 1280px) {
    .st-mi-espacio-santander-wrap.st-container-section .st-mi-espacio-santander-title{
        font-size: 32px;
    }
}

@media (min-width: 1440px) {
    .st-mi-espacio-santander-wrap.st-container-section{
        padding: 0 0 !important;
    }

    .st-mi-espacio-santander-wrap.st-container-section .st-mi-espacio-santander-title{
        font-size: 42px;
    }
}

/* float form */

.st-float-form .cf7mls-btns .cf7mls_next.action-button, .st-float-form .wpcf7-form-control.wpcf7-submit.has-spinner{
    font-size: 16px !important;
    font-family: 'Santander Micro Text';
    padding: 0;
}

.st-mi-espacio-santander .wpcf7-response-output{
    display: none !important;
}


@media (max-width: 781px) {
	
    .st-float-form{
    	margin-top: 40px;
        margin-bottom: 40px;
        width: 100%;
    }
	
	.st-float-form form.wpcf7-form{
    	padding: 32px;
    }
    
    .st-wrap-float-form .st-form .wpcf7-not-valid-tip{
    	position: relative;
    }
}

.st-btn-select{
	font-size: 16px;
    font-weight: 600;
}