* {
    margin:0;
    padding:0;
}
#Container{
    padding:3%;
    box-sizing: border-box;
}
.full_page_1{
    display:flex;
    flex-flow:row nowrap;
    flex-direction: column;
    gap: 8px
}
.full_page_2{
    display:flex;
    flex-flow:row nowrap;
    flex-grow:1;
}
.full_page_2 div{
    flex-grow:1;
    display:flex;
    flex-flow: column nowrap;
}
.form_page {
    background-color: #eee;
    padding: 2%;
    display:flex;
    flex-flow: column nowrap;
}
.form_page h2 {
    background-color: #ddd;
    padding: 2%;
}
.form_page div {
    margin: 10px 0px 0px 10px;
}
.form_field_full{
    width: 100%;
    font-size: 1.3em;
}
.form_field_three_quarters{
    width: 75%;
    font-size: 1.3em;
}
.form_field_half{
    width: 49%;
    font-size: 1.3em;
}
.form_field_quarter{
    width: 25%;
    font-size: 1.3em;
}
.form_page .multifields{
    display: flex;
    flex-flow: column wrap;
    margin: 0px 0px 0px 0px;
}
.form_page .multifields .horizontal_exception{
    display: flex;
    flex-flow: row nowrap;
    margin: 0px 0px 0px 0px;
}
.form_page .multifields .horizontal_exception .hor_separate{
    margin-left:10px;
}
.form_page .multifields_horizontal{
    display: flex;
    flex-flow: row nowrap;
    margin: 0px 0px 0px 0px;
}
.form_page .button_container{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
}
.form_page .button_container .btn{
    margin-left:5px;
}
.form_page .grow{
    flex-grow:1;
}
.btn_proceed {
    color: #ffffff;
    background-color: #5A5655;
    width: 15%;
}
.btn_finish {
    color: #ffffff;
    background-color: #e21776;
    width: 15%;
}
select {
    padding: 5px 10px;
    height: auto;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #CCC;
}
.img_container {
    margin: auto 0;
    margin-left: 2%;
    margin-right: 4%;
}
select.error {
    /* margin-bottom: 6px; */
    border: 1px solid #F5255F;
}

/* OVERRIDE */

div#dp-popup {
    width:fit-content;
}
#Organizador{
    text-align:left !important;
}
div.dp-popup h2{
    line-height: 9px !important;
}
#suggestions_holder, #suggestions_holder div {
    margin:unset;
    flex-grow:unset;
    /* flex-flow:unset; */
    overflow: initial !important;
}
#suggestions_holder .suggestion_title  {
    display:initial;
    flex-flow:unset;
}

h1, h2, h3, h4, h5 {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.bg-light-grey {
    background-color: #f1f1f1;
}
#Container {
    background-color: transparent;
}
.header-container-wrapper {
    padding: 16px;
    background-color: #fff;
}
.dashboard-wizard-container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1240px;
}
.container-wizard {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 32px !important;
}
.content-container-wrapper-wizard {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 12px;
}
.logo-container-wrapper, .contact-container-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
}
.contact-container-wrapper {
    align-items: flex-end;
}

.mobile-contact-container-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 16px;
    justify-content: center;
    background-color: #e21776;
    padding: 8px;
}
.mobile-contact-container-wrapper .contact-title-wizard {
    font-size: 15px;
    line-height: 14px;
    color:#ffffff;
}
.mobile-contact-container-wrapper .telephone-contact-wizard {
    font-size: 15px;
    line-height: 14px;
    color:#ffffff;
    text-align: right;
}

.img_container {
    margin: 0 !important;
}
.wizard-title {
    font-size: 20px;
    line-height: 20px;
    color: #1c1c1c;
}
.contact-title-wizard {
    font-size: 18px;
    line-height: 18px;
    color: #333;
}
.telephone-contact-wizard {
    font-size: 48px;
    line-height: 48px;
    color: #e21776;
    font-weight: 700;
}
.text-info-wizard-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.form_page {
    padding: 0;
}

.form_page h2 {
    background-color: transparent;
    padding: 0;
}
.form_page div {
    margin:0;
}
.wizard-box-title-wrapper {
    background-color: #1a1a1a;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.title-paso-wizard {
    font-size: 42px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 700;
}
.form-wizard-box-wrapper {
    background-color: #fff;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.wizard-form-titles {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.wizard-form-wrapper-labels {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.wizard-input-box {
    height: 40px;
    width: 100%;
    padding: 4px 8px;
}
.wizard-form-link-wrapper {
    display: grid;
    grid-template-columns: 0.2fr 1.8fr;
    grid-template-rows: 1fr;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.wizard-form-select-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    justify-content: center;
    align-items: center;
    gap: 8px;  
}
.wizard-form-select-box {
    height: 40px;
    width: 100%;
}
.wizard-form-titles-big {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}
.multifields {
    gap: 8px
}
.multifields_horizontal {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    grid-template-rows: 1fr !important;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.multifields_pais {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: 1fr !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.wizard-form-wrapper-labels-radio {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    align-items: center;
}
.wizard-radio-outer-wrapper {
    display: flex !important;
    flex-flow: nowrap !important;
    flex-direction: row !important;
    justify-content: space-evenly;
}
.form-wizard-box-padding-height {
    padding: 0 24px;
}
.form-wizard-box-captcha-button {
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 8px 24px 24px 24px;
    margin-bottom: 32px !important;
}
.btn_finish {
    color: #ffffff;
    background-color: #e21776;
    padding: 12px 36px;
    font-size: 16px;
    line-height: 16px;
    width: auto;
}
.wizard-form-outer-wrapper-recinto {
    display: grid !important;
    grid-template-columns: 1.6fr 0.2fr;
    grid-template-rows: 1fr;
    gap: 16px;
}
.wizard-calendar-wrapper {
    display: flex;
    gap: 8px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .dashboard-wizard-container {
        padding: 0;
    }
    .container-wizard {
        margin-top: 0 !important;
    }
    .content-container-wrapper-wizard {
        flex-direction: column;
        gap: 16px;
    }
    .logo-container-wrapper {
        align-items: center;
    }
    .wizard-title {
        text-align: center;
        font-size: 24px;
        line-height: 24px;
    }
    .contact-container-wrapper {
        gap: 8px;
    }
    .contact-title-wizard {
        font-size: 16px;
        line-height: 16px;
    }
    .text-info-wizard-wrapper p {
        font-size: 12px;
        line-height: 16px;
        text-align: center;
    }
    .wizard-box-title-wrapper {
        height: 42px;
    }
    .title-paso-wizard {
        font-size: 16px;
        line-height: 18px;
    }
    .wizard-box-title-wrapper {
        padding: 0 16px;
    }
    .form-wizard-box-captcha-button {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 0 !important;
    }
    .form_page .button_container {
        justify-content: center;
    }
    .btn_finish {
        padding: 16px 36px;
        width: 100%;
    }
    .form_page .button_container .btn {
        margin-left: 0;
    }
    .form-wizard-captcha-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    #divPrecio .form-wizard-box-wrapper {
        padding-top: 0;
    }
    .wizard-radio-outer-wrapper {
        justify-content: space-between;
    }
    .wizard-form-select-wrapper {
        display: flex;
        flex-direction: column;
    }
    .multifields_horizontal {
        display: flex !important;
        flex-direction: column !important;
    }
    .wizard-form-wrapper-labels {
        width: 100%;
    }
    /* .form_page .multifields .horizontal_exception {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px;

    } */
    .form_page .multifields .horizontal_exception .hor_separate {
        margin: 0;
    }
    .wizard-radio-outer-wrapper {
        display: flex !important;
        flex-flow: nowrap !important;
        flex-direction: row !important;
        justify-content: space-between;
    }
    .wizard-form-outer-wrapper-recinto, .wizard-form-outer-wrapper-pais {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px;
    }
}

