
.header {
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    background-color: #fff;
    border-bottom: 0px solid #bfbfbf;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    height: 80px;
}

.andalucia_logo {
          height: 26px;
    margin-left: 25px;
    margin-top: 32px;
}

.antonio {
    font-family: "Antonio", serif !important;
}

.noto {
    font-family: "Hanken Grotesk", serif !important;
}

.regular {
    font-optical-sizing: auto !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

.flex-container {
    display: flex;
    flex-wrap: wrap; 
}

.item {
    padding: 10px;
    margin: 5px;
}

.break-line {
    flex-basis: 100%; 
}

.btn-cta {
    font-family: "Antonio", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 2px;
    display: inline-block;
    padding: 10px 50px;
    border-radius: 0px;
    text-align: center;
    text-decoration: none;
    color: #000;
    background-color: #daf33a;
    border-color: #daf33a;
    cursor: pointer;
    text-transform: uppercase;
    float: right;
    margin-top:15px;
    transition: all 0.3s;
    height:50px;
    display: flex;
    align-items: center;
}

.btn-cta:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
    text-decoration: none;
}

.btn-continue {
    font-family: "Antonio", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 2px;
    display: inline-block;
    padding: 10px 50px;
    border-radius: 0px;
    text-align: center;
    text-decoration: none;
    color: #000;
    background-color: #daf33a;
    border-color: #daf33a;
    cursor: pointer;
    text-transform: uppercase;
    margin-top:15px;
    transition: all 0.3s;
    height:50px;
    display: flex;
    align-items: center;
    max-width: 250px;
}

.btn-continue:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
    text-decoration: none;
}



.btn-code {
    font-family: "Antonio", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 2px;
    display: inline-block;
    padding: 10px 50px;
    border-radius: 0px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #000;
    border-color: #000;
    cursor: pointer;
    text-transform: uppercase;
    float: right;
    margin-top:0px;
    transition: all 0.3s;
    height:50px;
    display: flex;
    align-items: center;
}

.btn-code:hover {
    color: #000;
    background-color: #dfdfdf;
    border-color: #dfdfdf;
    text-decoration: none;
}
.btn-burguer {
    font-family: "Antonio", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 2px;
    border-radius: 0px;
    text-align: center;
    text-decoration: none;
    color: #000;
    background-color: #000;
    border-color: #000;
    cursor: pointer;
    text-transform: uppercase;
    float: right;
    margin-top:15px;
    transition: background-color 0.3s;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-left: 20px;
}

.btn-burguer span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #daf33a;
    margin: 2px 0; 
}

.btn-burguer:hover {
    background-color: #daf33a;
    border-color: #daf33a;
    text-decoration: daf33a;
}

.btn-burguer:hover span {
    background-color: #000;
}



.main {
    display: flex;
    justify-content: space-between;
    align-items: top;
    flex-direction: row;
    min-height: 100vh;
}

.main .sidebar {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 48px 24px 0px;
    gap: 48px;
    margin: 0 auto;
    width: 332px;
    background: #F5F5F5;
    background: color(display-p3 0.961 0.961 0.961);
    flex: none;
    order: 0;
    flex-grow: 0;
    padding-top: 170px;
    justify-content: space-between;
    

}

.main .sidebar .menu {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.main .sidebar .menu .item {
    display: flex;
    padding: 12px 24px;
    flex-direction: column;

}
.main .sidebar .menu .item .step {
    display: flex;
}

.main .sidebar .menu .item  .step-form .label {
    font-family: 'Hanken Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.25px;
    margin-left: 40px;
    margin-top: 15px;
    color: #000;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    cursor: pointer;
}

.main .sidebar .menu .item  .step-form.active .label {
    color: #ff5000;
}

.main .sidebar .btn-back {
    font-family: "Antonio", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 2px;
    martin-top:50px;
    margin-bottom: 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    gap: 8px;
    width: calc(100% - 60px);
    text-transform: uppercase;
    border: 1px solid #000000;
    color: #000000;
    flex: none;
    order: 0;
    flex-grow: 0;
    transition: all 0.3s;
}

.main .sidebar .btn-back:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.main .sidebar .item  .number {
    font-family: "Antonio", serif;
    width: 24px;
    height: 24px;
    background: #000;
    border-radius: 128px;
    display: flex;
    flex: none;
    flex-grow: 0;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    margin-right:15px;
    cursor: pointer;    
}

.main .sidebar .item.active  .number {
    background: #FF3900;

}


.main .sidebar .item .title {
    font-family: "Antonio", serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: left;
    margin: 0;
    cursor: pointer;
}



.main .content {
    padding-top: 120px;
    text-align: left;
    width: 100%;

}

.main .resume {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
    padding-top: 120px;

}
.main .resume .contact {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    background: #fafafa;  
    border-left: 1px solid #fafafa;
    border-right: 1px solid #fafafa;
    padding: 20px 24px 30px;
    width: 320px;
    align-items: center;

}

.main .resume .contact .title {

font-family: "Antonio", serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-size: 24px;
width: 100%;
text-align: center;

}

.main .resume .contact .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;

}

.main .resume .contact .mail {
    font-family: "Hanken Grotesk", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 10px;
    letter-spacing: 0.25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.main .resume .contact .phone {
    font-family: "Hanken Grotesk", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0.25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
}

.main .resume .contact .btn-callme {
    font-family: "Antonio", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 2px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    gap: 8px;
    width: auto;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #000000;
    color: #000000;
    flex: none;
    order: 0;
    flex-grow: 0;
    transition: all 0.3s;
}

.main .resume .contact .btn-callme:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.main .resume .summary {
    display: flex;
    flex-direction: column;
    gap: 0x;
    width: 100%;
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    background: #fff;   
    padding: 20px 40px 30px;
    align-items: start;
    flex-grow: 1;
    justify-content: start;

}

.main .resume .summary .title {
    font-family: "Antonio", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    width: 100%;
    text-align: left;
}
.main .resume .summary .cart-items {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 100%;
    margin-top: 20px;
}

.main .resume .summary .cart-items .item {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 100%;
    align-items: start;
    margin-bottom: 10px;
}

.main .resume .summary .cart-items .item .title {
    font-family: "Antonio", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    border-bottom: 1px solid #f8f8f8;
    padding-bottom: 6px;
}

.main .resume .summary .cart-items .item .extras {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 100%;
    align-items: start;
    margin-bottom: 20px;
}

.main .resume .summary .cart-items .item .extras div {
    display: flex;
    flex-direction: row;
    font-family: "Hanken Grotesk", serif;    
    font-size: 13px;
    line-height: 20px;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
    align-items: start;
    margin-bottom: 0px;
    border-bottom: 1px solid #f8f8f8;
    padding-bottom: 6px;
    padding-top: 6px;
}

.main .resume .summary .cart-items .item .extras div .btn-dash {
    color: #000;
    margin-right: 5px;
    margin-top: -1px;
}

.main .resume .summary .cart-items .item .extras div .btn-dash:hover {
    color: #ff5000;
    text-decoration: none;
}


.main .resume .summary .total {
    font-family: "Hanken Grotesk", serif;
    font-size: 14px;
    letter-spacing: 0.25px;
}

.main .resume .summary .total .amount {
    font-family: "Antonio", serif;
    font-size: 48px;
    letter-spacing: 0px;
    font-weight: 600;
    margin-bottom: 10px;
}


.btn-next {
    font-family: "Antonio", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 2px;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    padding: 10px 50px;
    border-radius: 0px;
    text-align: center;
    text-decoration: none;
    color: #000;
    background-color: #daf33a;
    border-color: #daf33a;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 15px;
    transition: all 0.3s;
    height: 50px;
    width: 100%; 
}

.btn-next:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
    text-decoration: none;
}

.wizard-form {
    display: none;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    padding: 60px;
}

.wizard-form.active {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    padding: 60px;
}

.wizard-form .title {
    font-family: "Antonio", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 34px;
    text-transform: uppercase;
}

.wizard-form .subtitle {
    font-family: "Hanken Grotesk", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

.wizard-form .form-group label {
    font-family: "Antonio", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
}

.wizard-form .form-group label.form-check-label {
    font-family: "Hanken Grotesk", serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #000;
}

.wizard-form .form-group input[type="text"], .wizard-form .form-group input[type="date"], .wizard-form .form-group input[type="password"], .wizard-form .form-group input[type="number"] {
    font-family: "Hanken Grotesk", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #000;
    border: 1px solid #808080;
    padding: 10px;
    height: 40px;
    width: 100%;
    border-radius: 0px;
}

.wizard-form .form-group select {
    font-family: "Hanken Grotesk", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #000;
    border: 1px solid #808080;
    padding: 10px;
    width: 100%;
    height: 40px !important;
    border-radius: 0px;
    
}


.wizard-form .form-control.error {
    border: 1px solid red !important;
}

::-webkit-input-placeholder {
    color: #9d9d9d; 
    font-size: 14px;
}

.st {
    font-family: "Hanken Grotesk", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color:#1B1D21;
    font-size: 13px;
    margin-top: -3px;

  }

  .st i {
    margin-right: 2px;
    display: inline-block;  

  }







/* General Styles for Radio Button */
.form-check-input[type="radio"] {
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    background: #FFFFFF; /* White */
    border: 1px solid #808080; /* Black border */
    border-radius: 23px; /* Circular shape */
    appearance: none; /* Remove default styling */
    -webkit-appearance: none; /* For Safari */
    outline: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
  }
  
  /* Styling for Selected Radio Button */
  .form-check-input[type="radio"]:checked {
    background: #ffffff;
    border: 4px solid #ff5000;
  }
  
  .form-check {
    display: flex; /* Permite alinear elementos en línea */
    align-items: center; /* Centra verticalmente los elementos */
    gap: 15px; /* Espaciado de 15px entre el botón y el label */
    padding-left: 0rem;
}
  
  .form-check-input {
    margin: 0; /* Elimina márgenes predeterminados */
  }
  
  .form-check-label {
    font-family: 'Noto', sans-serif; /* Asegura la fuente Noto */
    font-weight: 400; /* Regular weight */
    margin: 0; /* Elimina márgenes predeterminados */
    text-transform: none !important;
  }

/* Contenedor de los checkboxes */
.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  
  /* Estilo del contenedor del checkbox */
  .checkbox-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0px solid #000000; /* Borde negro */
    border-radius: 4px;
    padding: 0px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
  }
  
  /* Input oculto */
  .checkbox-input {
    display: none;
  }
  
  /* Estilo del label */
  .checkbox-label {
    font-size: 16px;
    letter-spacing:2px;
    color: #000000;
    border: 1px solid #808080; /* Borde negro */
    padding-left:20px;
    padding-right:20px;
    border-radius:0px;
    height:40px;
    min-width:80px;
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    

  }
  
  /* Estilo cuando está seleccionado */
  .checkbox-input:checked + .checkbox-label {
    background: #000000; /* Fondo negro */
    color: #FFFFFF; /* Texto blanco */
    border: 1px solid #000000; /* Borde púrpura */
  }


.item-cart {
    border:5px solid #fff ;
    margin-top:100px;
}

.item-cart.active {
    border:5px solid #daf33a ;
    margin-top:100px;
}

.fal {
    font-family: "fontawesome";
    font-weight: 300;
}

.fal.fa-external-link {
    padding: .8rem;
    background: #daf33a;
}

.item-cart .button-cart {
    padding-left: 1rem;
    cursor: pointer;
    background-color:#FFF;
    display: flex;
    position:absolute;
    bottom:0px;
    left:0px;
    min-width: 70%;
    transition: all 0.4s;
    display: flex
;
    justify-content: space-between;
    align-items: center;
}

.item-cart .button-cart .fa-external-link:before {
    content: url(/images/flecha.svg);
    display: block;
    width: 30px;
 }

 .item-cart .button-cart span.w-btn-label {
    font-family: "Antonio", serif !important;
    text-transform: uppercase;
    font-size: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.item-cart .button-cart:hover{
    background-color:#000;
    min-width: 100%;
}

.item-cart.active .button-cart{
    min-width: 100%;
}
.item-cart .button-cart:hover  span.w-btn-label {
    color: #FFF;
}



.item-cart .picture {
    position:relative;
    cursor: pointer;
}

.item-cart .picture img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.item-cart .options {
    gap: 2rem;
    flex-direction: column;
    padding: 2rem;
    display:none;
}

.item-cart.active .options {
    display:flex;
}

.item-cart .options .option {

}


.item-cart .options .title {
    font-family: "Antonio", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #000000;
    text-transform: uppercase;
}

.item-cart .options .option select {
    border: 1px solid #8f8f8f !important;
    background: 0 0 !important;
    font-family: var(--body-font-family);
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    -webkit-appearance: none !important;
    height: calc(2.8rem + 0px * 2);
    width: 100%;
    padding-left: 1rem;
}

.item-cart .options .option .participantes {
    background: 0 0 !important;
    border: none !important;
    box-shadow: none !important;
    width: 60px !important;
    min-width: 20px;
    text-align: center;
}
.number-selector {
    display: flex;
    align-items: center;
    margin-top:10px;
}
.number-selector a {
    width: 30px;
    height: 30px;
    aspect-ratio: 1 / 1;
    border-radius: 60px;
    background-color: #000;
    color: #fff !important;
    display:inline-block;
    border: none;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}
