form {
    background-color: #ffffff;
    width: 100%;
    display: flex;
    flex-direction: column;
 border-radius: 16px;
border: 1px solid #E9EEF3;
}
div#form-step-1,
div#form-step-2,
div#form-step-3{
display: flex;
flex-direction: column;
margin-inline: auto;
}
#form-steps h1{
    color: #ff6600;
    font-family: "Roboto", Arial, sans-serif;
    font-style: normal;
    font-size: 30px;
    font-weight: 700; 
    text-align: center; 
    margin-block: 20px;
}
#form-steps{
margin-inline:2%;
display: flex;
flex-direction: column;
}
    
.error-cf7-message{
text-align:center;
margin-block-end:16px;
font-size: 16px;
font-family: Roboto;

}
#form-steps label,
#form-steps select,
#form-steps input,
#form-steps select option,
p.policies{
    color: #676380;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;  
     		 
}
label[for="userDataOwner"] {
    display: block; /* para que ocupe todo el ancho del contenedor */
    text-align: center; /* para centrar el texto */
  }
#form-steps select,    
#form-steps select option{
    padding-inline: 10px;
}
#form-steps input{
    padding-inline-start: 16px;
}
#form-steps select,
#form-steps input{
    display: block;
    margin-block-start: 12px;
    border: 1px solid #E9EEF3;
    border-radius: 12px;
    width: 540px;
    height: 54px;
    box-sizing: border-box;
}

#userDataOwner,
#oui-member{
display:flex;
align-content: flex-start;
margin-block-end: 12px;
}
p:has(input[type="radio"][name*="-your-choice"]){
display:flex;
column-gap: 4px;
font-size:16px;
color:#676380;
}
#userDataOwner span,
#oui-member span{
display:flex;
column-gap:4px;
}
#userDataOwner input[type=radio][name="userDataOwner"],
#oui-member input[type=radio][name="oui-member"]{
width:30%!important;
margin-block-start: 6px;
}
div.member-info p input[type="radio"][name*="-your-choice"] {
margin-block-start: 6px!important;
width:6%!important;
}
#userDataOwner span.wpcf7-list-item-label,
#oui-member span.wpcf7-list-item-label{
font-size:16px;
color:#676380;
}
#userDataOwner span.wpcf7-list-item span.wpcf7-list-item-label {
    min-width: fit-content;
}
input#auxiliary-email {
margin-block-end: 20px;
}
#form-steps input[type=radio]{
    height: 16px;
    display: flex;
}
#form-steps span[data-name="oui-member"]{
    display: flex;
}
input#your-phone,
input#contact-phone{
padding-inline-start: 50px;
}
span[data-name="comment"] {
        font-size: 12px;
        display: block;
        margin-block-end: -20px;
    }
    label[data-name="address"]{
        display: block;
        margin-block-end: 0px;
    }
#form-steps select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%237A7A7A' d='M145.941 192.941L256 303l110.059-110.059c6.248-6.248 16.379-6.248 22.627 0s6.248 16.379 0 22.627L256 348.627l-110.059-110.059c-6.248-6.248-6.248-16.379 0-22.627s16.379-6.248 22.627 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.7rem center;
    background-size: 1.5em 1.5em;
    padding-right: 2.5em;
}
#form-steps select::after{
    content: "";
    position: absolute;
    top: 0.9rem;
    right: 0.7rem;
    border-style: solid;
    border-width: 0.3em 0.3em 0 0;
    display: inline-block;
    padding: 0.15em;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    pointer-events: none;
    color: #E9EEF3;
}

#form-steps select option {
     border: 2px solid red;
    }
#form-step-1{
    display: flex;
flex-direction: column;
align-items: center;
}
div#dynamic-fields{
    display: flex;
    flex-direction: column;
    margin-inline: auto;
}
#form-steps h2,
div#dynamic-fields h3,
div#dynamic-fields h4,
div#summary h3{
    color: #7A7A7A;
    font-family: "Roboto", Arial, sans-serif;
    font-style: normal;
    font-size: 24px;
    font-weight: 700; 
    text-align: center;   
}
div#dynamic-fields h3,
div#dynamic-fields h4{
margin-block:10px;
}
button.next-step,
button.prev-step,
div.buttons p button.prev-step,
div.buttons p button.next-step,
#form-step-3 input[type="submit"]{
    color: #fff;
    background-color: #ff5a00!important;
    font-family: "Roboto", Arial, sans-serif;
    font-style: normal;
    font-size: 12px;
    padding: 14px 24px;
    border-radius: 5px;
    border-color:#ff5a00;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: fit-content;
    margin-top:20px;
    margin-bottom:20px;
    min-width: 112px;
}
#form-step-3 input[type="submit"]:hover,
button.next-step:hover,
button.next-step a,
#form-step-1 > p:nth-child(19) > button:hover{
background-color: #ff9900;
border: 1px solid #ff9900;
border-radius: 5px;
color: white;
}
#form-step-1 > p:nth-child(19) > button {
background-color: #ff5a00;
}
#form-step-1 > p:nth-child(9) {
width:100%;
}
#form-step-1 > p:nth-child(9) > label > span > span > span.wpcf7-list-item.first > input[type=radio],
#form-step-1 > p:nth-child(9) > label > span > span > span.wpcf7-list-item.last > input[type=radio]{
display:inline;
}
span.span-required {
color: red;
margin-inline-start: 4px;
}
#form-step-1 > p:nth-child(12) > label > span:nth-child(2){
display: block;
margin-block-end: -30px;
font-size: 12px;
}
div.ticket-item{    
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div.ticket-item span.wpcf7-form-control-wrap input.wpcf7-number{
width: 70%!important;
height: 24px!important;
font-size: 14px!important;
border-radius: 6px!important;
padding-inline-start: 10px!important;
}
div.ticket-item  p  span.wpcf7-form-control-wrap{
width: 10%
}
div.ticket-item > p {
display:flex;
align-items:center;
justify-content: space-between;	
}

span.title-ticket{
color: #28222a;
font-size: 14px;
}
div.registration-ticket,
.summary-table{	
border: 1px solid #EEEEEE;
border-radius: 16px;
margin-block: 10px;
padding: 20px;
color: #A5ACB2;
font-size: 14px;
}
div.registration-ticket hr {
border: 1px solid #EEEEEE;
margin-block: 4px;
}
div.buttons{
display: flex;
justify-content:center;
/*column-gap: 20px;*/
}
div.buttons p{
display: flex;
justify-content: center;
column-gap:10px;
}
div#summary{
margin-block-start:20px;
}
table.summary-table, 
table.summary-table th,
table.summary-table td{
border:none;
}
table.summary-table tr td:first-child, 
table.summary-table tr th:first-child {
text-align: left;
}
table.summary-table tr td:not(:first-child), 
table.summary-table tr th:not(:first-child) {
text-align: center;
}
table.summary-table tr td.summary-total{
text-align:right;
}
table.summary-table tr:nth-child(odd) {
background-color:#F7F7F7;
}
table.summary-table tr:last-child {
font-weight:500;
font-size:1.2em;
color:#535F6D;

}
#form-steps input[type="radio"][name="your-choice"] {
width: 2%;
display: inline-block;
}
#form-steps input[type="text"][name="your-allergies"]{
margin-block-end: -40px;
}
select#your-regitration{
    margin-inline: auto;
}
#form-step-2 div.ticket-item span input[type="number"]{
    margin-inline-start: 24px;
}
#form-step-2 select#your-registration {
    width: 100%;
    min-width: 540px;
}
#form-step-3 h2{
margin-block:30px;
}
#form-step-3 p{
font-size:16px;
color: #676380;
}
div#form-step-3 p:last-of-type{
margin-block-start:60px;
}

div[data-id="group-Individual"]{
    width: 564px;
}
/*#form-step-3 input[type="submit"],
#form-step-3 button.prev-step{
margin:0px;
}*/
.member-info {
margin-block: 20px;
}
.member-info h4{
color: #676380;
}
#form-step-3 span[data-name="acceptance-549"] label{
display: flex;
align-items: center;
column-gap: 10px;
}
#form-step-3 input[type="checkbox"][name="acceptance-549"]{	
width: 20px;
height: 20px;
margin-block-end: 14px;
}
#form-step-3 li{	    
font-size: 16px;
color: #676380;
}
/*#form-step-3 div.buttons {
margin-block: 20px;
}*/
span.your-choice{
    display: flex;
}
span.your-choice input[type="radio"]{
    margin-block-start: 8px!important;
}
#form-step-3 > label:nth-child(8){
    margin-block-start: 60px;
}
div.policy-div{
    max-width: 564px;
    margin-inline: auto;
}
.page-id-10615 section.lvsy-page-title.lvsy-parallax.default-title,
.woocommerce-checkout section.lvsy-page-title.lvsy-parallax.default-title,
.page-id-10690 section.lvsy-page-title.lvsy-parallax.default-title{
    display: none;
}
.page-id-10638 form.checkout.woocommerce-checkout button#moneris_place_order.button.alt{
	width: 100%;
    padding: 0px;
    margin-top: 10px;
    font-size: 15px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.page-id-10638 form.checkout_coupon.woocommerce-form-coupon input.button[name="apply_coupon"] {
    color: white;
}
input[name*='-contact-phone']::placeholder {
    color: #63616ce6;
}
div.wpcf7-response-output{
    text-align: center;
    display: flex;
    justify-content: center;
}

.woocommerce .blockUI.blockOverlay {
	background:none!important;
        position: relative!important;
}
.woocommerce .blockUI.blockOverlay::before {
display:none;
}

#page-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    font-size: 22px;
    color: #B12036;
    font-weight: bold;
    transition: opacity 0.4s ease; /* Para fade-out suave */
}

#page-preloader.fade-out {
    opacity: 0;
    pointer-events: none;
}

/* Loader circular animado */
#page-preloader .loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #B12036;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}

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