.box_header{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 85%;
}
.box_header h1{
    font-weight: 800;
    font-size: 65px;
    color: white !important;
}
.box_header p{
    font-size: 28px;
    color: white !important;
}
#new_header .hero-content h1 {
  font-size: clamp(2.5rem,4vw,5rem)!important;
  line-height: 1.3;
  margin-bottom: 60px;
  font-weight: 700;
}
#new_header .hero-content h1:lang(pl) {
    font-size: clamp(2.1rem,4vw,4rem)!important;
}
#new_header .hero-content p {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
#configurador_ficha_curso {
    scroll-margin-top: 80px;
}
#new_header .cta-btn {
        background-color: #e2542a;
    padding: 15px 55px;
    border-radius: 5px;
    color: #fff;
  font-weight: bold;
}
#new_header .cta-btn:hover {
        background-color: #b84726;
}


.content-modal-course h3, .info-accommodation h3{
    font-size: 18px;
    font-weight: 600;
}


.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}

.feature-item {
    max-width: 270px;
    text-align: center;
}

.feature-item .icon {
    margin: 0px auto 1rem;
}

.info-button {
    display: inline-block;
    padding: 0.6rem 1.2rem;
    border: 2px solid #000;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
    transition: all 0.3s ease;
    color: #000;
}
.more_accommodation_expand {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.75px;
    color: #E2412A!important;
    margin-top: 15px;
    margin-bottom: 18px;
}




.content_alojamiento {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    column-gap: 30px;
}
.link_accommodation {
    min-width: 14rem !important;
    margin-bottom: 20px !important;
    height: 200px !important;
    min-height: 320px !important;
    max-height: 400px !important;
    max-width: 300px;
}
.overflow-hidden {
    overflow: hidden!important;
}
.link_accommodation p {
    position: absolute;
    top: 7px;
    color: #ffff;
    z-index: 1;
    padding-left: 14px;
    font-weight: 700;
    width: 90%;
}
.box_background {
    background: linear-gradient(to top, #ffffff00, #212121b3);
    height: 120px;
    width: 100%;
    position: absolute;
}
.link_accommodation img {
    transition: transform 0.5s;
    width: 100%;
    height: 325px;
    object-fit: cover;
}
.more-expand {
    font-style: normal!important;
    font-weight: bold!important;
    font-size: 16px!important;
    line-height: 19px!important;
    letter-spacing: 0.75px!important;
    margin: auto!important;
    color: #E2412A!important;
}
.only-show-all-visible {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
.no-visible {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    display: none;
}








.parent_configurador {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 13px;
    grid-row-gap: 0px;
}
.container_configurador {
    grid-area: 1 / 1 / 2 / 3;
    padding: 20px 25px 5px 25px;
    border-radius: 20px;
    box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 37%);
}
.container_resume_configurador {
    grid-area: 1 / 3 / 2 / 4;
    padding: 20px 25px 5px 25px;
    border-radius: 20px;
    box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 37%);
}
.container_configurador h3, .form_resume_course h3, .form_ficha_curso_modal h3 {
    font-size: 19px;
    margin-bottom: 10px;
}
.first_section_inputs, .fourth_sub-section_inputs {
    justify-content: space-between;
}
.first_section_inputs, .second_section_inputs, .third_sub-section_inputs, .fourth_sub-section_inputs {
    display: flex;
}
.input-box {
    position: relative;
    margin: 10px 0;
}
.input-box.active-grey .input-label {
    color: #80868b;
    top: -8px;
    background: #fff;
    font-size: 11px;
    transition: 250ms;
}
.input-box .input-label {
    position: absolute;
    color: #80868b;
    font-size: 16px;
    font-weight: 400;
    max-width: calc(100% - (2 * 8px));
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 8px;
    top: 13px;
    padding: 0 8px;
    transition: 250ms;
    user-select: none;
    pointer-events: none;
}
.input-box.active-grey .input-1 {
    border: 1px solid #dadce0;
}
.parent_configurador input.general_class_input {
    padding: 10px 10px;
    border-radius: 6px;
    border: solid 1px #aaaaaa;
}
.input-box .input-1 {
    box-sizing: border-box;
    height: 50px;
    width: 100%;
    transition: 250ms;
}
.second_section_inputs div {
    width: 80%;
}
.second_section_inputs label {
    margin: auto;
    color: #707070;
    padding: 13px 20px;
}
.parent_configurador select {
    padding: 12px 10px;
    color: #707070;
    border-radius: 6px;
    background-color: #fff;
}
.third_sub-section_inputs svg {
    margin: 15px 20px;
}
.line_space_configurador {
    margin: 12px 0 15px 0;
    border-bottom: 1px #e2e2e2 solid;
}
.container_classes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 20px;
}
.container_classes ul {
    padding-left: 0;
}
.extra_course li {
    padding: 5px 0;
}
.extra-item {
    background-color: transparent;
    border: none;
}
li.extra-item.list-group-item input.form-check-input {
    background-color: #fff;
    border: solid 1px #aaaaaa;
}
@media (min-width: 992px) {
    .container_resume_configurador .modal {
        display: block !important;
        position: inherit;
        border: none;
        --bs-modal-padding: 0;
        --bs-modal-border-color: none;
    }
}
.fade:not(.show) {
    opacity: 1;
}
.min_price_course {
    font-size: 18px;
    font-weight: 400;
}
.min_price_course span {
    font-weight: 700;
}
.resume_first_section, .resume_third_section, .resume_insurance_course {
    display: flex;
}
.resume_first_section div {
    width: 70%;
}
.resume_first_section input {
    width: inherit;
}
.resume_container_course input, .resume_total_section input {
    background-color: transparent;
    border: none;
}
.resume_first_section p {
    width: 50%;
    margin-bottom: 0;
}
.resume_container_course input, .resume_total_section input {
    background-color: transparent;
    border: none;
}
.resume_third_section input {
    width: 100%;
}
.resume_third_section div:nth-child(2) {
    width: 100%;
    margin-top: auto;
    text-align: center;
}
.resume_insurance_course {
    margin-bottom: 10px;
}
.resume_transfer_course {
    flex-wrap: wrap;
}
.resume_total_container {
    display: grid;
    align-items: end;
    height: 200px;
}
#extra-list-header {
    font-size: 16px!important;
    font-weight: 400!important;
    width: 100%;
}
.resume_total_section {
    width: 100%;
}
.btn-container {
    position: relative;
    width: 100%;
    height: 48px;
    padding: 0 0;
    margin: 0 0;
    cursor: pointer;
    border: none;
    display: grid;
    grid-template: repeat(10, 1fr) / repeat(10, 1fr);
}
#inscription-button-web {
    --positionX: 0;
    --positionY: 5;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(to right,#f39907 -19%,#e2412a 100%);
    border: none;
}
#inscription-button-web span {
    padding: 0 0;
    margin: 0 0;
    color: white;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    font-family: sans-serif;
}
.resume_total_course {
    display: flex;
    justify-content: space-between;
    margin: 10px auto 0px auto;
    font-weight: 600;
}
.resume_total_course input {
    text-align: end;
    color: #212529;
}
li.extra-item.list-group-item.selected input.form-check-input {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.fourth_sub-section_inputs {
    gap: 10px;
}




.dc-carousel{
    position:relative;
    overflow:hidden;
    max-width:1100px;
    margin:auto;
    border-radius: 20px;
  }
  .dc-track{
    display:flex;
    transition:transform .5s ease-in-out;
    will-change: transform;
  }
  .dc-slide{
    flex:0 0 100%;      /* 1 imagen por slide */
  }
  .dc-slide img{
    width:100%;
    height:auto;
    display:block;
  }
  .dc-prev,.dc-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background:rgba(0,0,0,.5);
    color:#fff;
    border:0;
    padding:10px 12px;
    cursor:pointer;
    font-size:24px;
    z-index:10;
    line-height:1;
  }
  .dc-prev{ left:10px; }
  .dc-next{ right:10px; }


  @media (max-width: 525px){
    .box_header{
        width: 100%;
    }
    .parent_configurador {
        display: flex;
        flex-direction: column;
    }
    .container_configurador {
        margin-bottom: 20px;
    }
    .first_section_inputs, .fourth_sub-section_inputs {
        display: flex;
        flex-direction: column;
    }
    .modal-dialog.modal-fullscreen-sm-down{
        max-width: 100%;
    }
    .container-ficha-curso{
        width: 93%;
    }
    .link_accommodation {
        min-width: 25rem !important;
        max-width: 420px;
    }
    .features {
        flex-direction: column;
        align-items: center;
    }
    .feature-item {
        max-width: 365px;
    }
  }

  @media (min-width: 767px) and (max-width: 992px){
    #new_header{
        background-position: center 1px!important;
    }
    .parent_configurador {
        display: flex;
        flex-direction: column;
    }
    .container_configurador {
        margin-bottom: 20px;
    }
  }