/* Este archivo css es exclusivo de ficha_curso.html */

/* Esta página cuenta con siete secciones:
1- Header/descripción
2- Alojamientos
3- Configuración de curso
4- Escuela
5- Educador
6- Reviews
7- Ventajas DC */

/* ------------------------------------------------------------------- */

/* ELEMENTOS COMUNES */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
	font-family: 'Inter', sans-serif!important;
	background-color: #ffff;
	height: 200vh;
	position: relative;
	overflow-x: hidden;
}
body:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}
h1,h2,h3,h4,h5,h6,p{
    font-family: 'Inter', sans-serif;
    color: #3e3e3e;
}
p{
    color: #616161;
}
h2{
    font-size: 25px;
    font-weight: 600;
}
a, a:hover {
    text-decoration: none;
}
.border-n{
    border: none;
}
.n-pl{
    padding-left: 0;
}
.n-pr{
    padding-right: 0;
}
.n-mb{
    margin-bottom: 0;
}
.mt-6{
    margin-top: 4rem;
}
.line_space {
    margin: 40px 0;
    border-bottom: 1px #e2e2e2 solid;
}
.line_space_configurador {
    margin: 12px 0 15px 0;
    border-bottom: 1px #e2e2e2 solid;
}
.btn-whatsapp-pulse {
    background: #25d366ab;
    color: white;
    position: fixed;
    bottom: 85px;
    left: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: 10;
    z-index: 1054;
}
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}
.iframe#nrm0gg2qb51g1712659083555{
    bottom: 0px!important;
}
.main_ficha_curso{
    margin-top: 20px;
}
.photo_button:hover, .photo_button_mobile:hover {
    background-color: #ececec;
    color: #000!important;
    border: solid 2px #000;
}
.photo_button svg,
.photo_button_mobile svg,
.tag_outstanding svg,
.tag_offer svg {
    margin-top: -1px;
}
.dropdown-toggle{
    background-color: transparent;
    border: none;
}
.escondido{
    display: none;
}
.input_personal{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
}
.input_course{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
}
.input_personal input, select, .input_course input, select, .input_comment textarea{
    padding: 10px 10px;
    border-radius: 6px;
    background-color: #fff;
    color: #707070;
}
.contact_ficha_curso {
    font-size: 20px;
    font-weight: 800;
    background: #f3b607;
    color: #fff;
    padding: .7em 2em .7em 1.8em;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 38px!important;
    overflow: hidden;
    transition: .2s;
    margin: 10px auto 15px;
}
.contact_ficha_curso svg {
    color: #fff;
    display: block;
    transform-origin: center center;
    transition: transform .3s ease-in-out;
}
.contact_ficha_curso span {
    display: block;
    margin-left: .3em;
    transition: .3s ease-in-out;
}
.contact_ficha_curso:hover span {
    transform: translateX(5.5em);
}
.contact_ficha_curso:hover svg {
    transform: translateX(1.5em) rotate(45deg) scale(1.1);
}
.legal_div_nav a {
    color: #000;
    text-decoration: underline;
}
.accommodation_image_thumb img, .gallery__thumb img {
    cursor: zoom-in;
}
.icon_input_name {
    position: absolute;
    display: block;
    bottom: .9rem;
    right: 0.1rem;
    color: #a3a3a3;
    background-color: #fff;
    padding: 0 5px;
}
.icon_input_contact{
  position: absolute;
  display: block;
  bottom: 2.1rem;
  right: 0.1rem;
  color: #a3a3a3;
  background-color: #fff;
  padding: 0 5px;
}
li.extra-item.list-group-item.selected input.form-check-input {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
li.extra-item.list-group-item input.form-check-input {
    background-color: #fff;
    border: solid 1px #aaaaaa;
}
.container_classes ul{
    padding-left: 0;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    border-color: transparent!importantmodal_form_navbar;
}

/* END ELEMENTOS COMUNES */

/* ##################### */
/* 1- START Header/descripción */
/* ##################### */

.image_header{
    height: 600px;
    padding: 20px 20px;
    border-radius: 15px;
}
.photo_button, .photo_button_mobile {
    background-color: #fff;
    border: solid 2px black;
    padding: 5px 23px 6px 23px;
    border-radius: 6px;
}
.image_header {
    display: grid;
    grid-template-columns: repeat(1, 1fr);;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.course-image-overlay {
    grid-area: 1 / 1 / 2 / 2;
    width: 35%;
}
.container_tag_score {
    grid-area: 1 / 2 / 2 / 3;
    display: grid;
    justify-content: end;
    align-items: baseline;
}

.tag_outstanding, .tag_offer{
    width: fit-content;
    background-color: #fff;
    border: none;
    padding: 5px 15px;
    border-radius: 20px;
    box-shadow: 0px 7px 14px 0px rgba(0,0,0,0.05);
    margin-bottom: 15px;
    font-weight: 600;
}
.tag_score {
    width: fit-content;
    background-color: #fff;
    border: none;
    padding: 2px 10px;
    border-radius: 5px;
    box-shadow: 0px 7px 14px 0px rgba(0,0,0,0.05);
    text-align: center;
    font-weight: 600;
}
.tag_score span.tag_opinion{
    font-size: 12px;
    font-weight: 400;
}
.tag_score span.tag_score_star{
    font-size: 20px;
}
.tag_age{
    color: #fff;
    padding: 2px 10px 2px 0;
    border-radius: 5px;
    font-weight: 500;
}
.invisible_tag {
    display: none;
}
.school_score {
    color: #f3b607;
    font-size: 17px;
    font-weight: 400;
    line-height: 18px;
}
.school_score .full-star, .school_score .star-last-half span{
    font-size: 19px;
}
.school_score .half-right {
    color: rgb(178, 178, 178);
    margin-left: -6.5px;
}
.grid_image_header {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width:100%;
}
.image_grid_one { grid-area: 1 / 1 / 3 / 3; }
.image_grid_two { grid-area: 1 / 3 / 2 / 4; }
.image_grid_three { grid-area: 2 / 3 / 3 / 4; }

.image_grid_two, .image_grid_three {
    height: 100%;
    border-radius: 15px;
}
.image_grid_three {
    padding: 20px 20px;
    display: inline-grid;
    align-content: end;
    justify-content: end;
}
h1{
    font-size: 45px;
    font-weight: 700;
}
.description_container_course h2{
    font-size: 32px;
    font-weight: 400;
}
.ver_mas_button {
    padding: 0;
    margin-top: -20px;
    font-weight: 600;
    text-decoration: underline;
}
.gallery {
    display: flex;
    margin: 10px auto;
    width: 90%;
    position: relative;
    padding-top: 56%;
    flex-wrap: nowrap;
}
.gallery__item {
    flex-shrink: inherit;
    width: auto;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
}
.gallery__selector {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.gallery__selector:checked + .gallery__img {
    opacity: 1;
}
.gallery img {
    max-width: 100%;
    vertical-align: top;
    border-radius: 5px;
}
.gallery__img {
    min-width: 110%;
    position: absolute;
    top: 0;
    left: -48px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.gallery__thumb {
    padding-top: 6px;
    margin: 6px;
    display: block;
}
.gallery__selector:checked ~ .gallery__thumb > img {
    box-shadow: 0 0 0 3px #f3b607;
}
.accommodation_images {
    display: flex;
    margin: 10px auto;
    position: relative;
}
.accommodation__input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.accommodation__input:checked + .accommodation__element {
    opacity: 1;
}
.accommodation_images img {
    max-width: 100%;
    vertical-align: top;
    border-radius: 5px;
}
.accommodation__element {
    min-width: 110%;
    position: absolute;
    top: 0;
    left: -35px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.accommodation_image_thumb {
    padding-top: 6px;
    margin: 6px;
    display: block;
}
.accommodation__input:checked ~ .accommodation_image_thumb img {
    box-shadow: 0 0 0 3px #f3b607;
}
.ver_mas_button svg{
    margin-top: -2px;
}
.modal.fade.show {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    -moz-backdrop-filter: blur(8px);
}
.dropdown_characteristic{
    width: 20%;
}
.characteristic_container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 15px;
}
.characteristic_container span, .characteristic_container button{
    color: #616161;
}
.characteristic_1 { grid-area: 1 / 1 / 2 / 2; }
.characteristic_2 { grid-area: 1 / 2 / 2 / 3; }
.characteristic_3 { grid-area: 1 / 3 / 2 / 4; }
.characteristic_4 { grid-area: 1 / 4 / 2 / 5; }
.characteristic_5 { grid-area: 2 / 1 / 3 / 2; }
.characteristic_6 { grid-area: 2 / 2 / 3 / 3; }
.characteristic_7 { grid-area: 2 / 3 / 3 / 4; }
.characteristic_8 { grid-area: 2 / 4 / 3 / 5; }

/* ##################### */
/* 1- END Header/descripción */
/* ##################### */

/* ##################### */
/* 2- START Alojamientos */
/* ##################### */

.content_alojamiento {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    gap: 47px;
}
.link_accommodation {
    min-width: 16rem !important;
  margin-bottom: 20px !important;
  height: 200px !important;
  min-height: 320px !important;
  max-height: 400px !important;
  max-width: 320px;
}
.overflow-hidden {
    overflow: hidden!important;
}
.link_accommodation img {
    transition: transform 0.5s;
    width: 100%;
    height: 325px;
    object-fit:cover;
}
.link_accommodation:hover img {
    transform: scale(1.30);
}
.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;
}
.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;
}
.no-visible {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    display: none;
}
.only-show-all-visible {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

/* ##################### */
/* 2- END Alojamientos */
/* ##################### */

/* ##################### */
/* 3- START Configurador */
/* ##################### */

.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%);
}
.parent_configurador {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 13px;
    grid-row-gap: 0px;
}
.container_configurador h2, .modal_form_navbar h2{
    font-size: 30px;
    margin-bottom: 15px;
}
.container_configurador h3, .form_resume_course h3, .form_ficha_curso_modal h3{
    font-size: 16px;
    margin-bottom: 10px;
}
.first_section_inputs, .second_section_inputs, .third_sub-section_inputs, .fourth_sub-section_inputs{
    display: flex;
}
.first_section_inputs, .fourth_sub-section_inputs{
    justify-content: space-between;
}
.second_section_inputs label{
    margin: auto;
    color: #707070;
    padding: 22px;
}
.second_section_inputs input{
    margin-right: 7px;
}
.third_sub-section_inputs svg{
    margin: auto 20px;
}
.container_classes{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 20px;
}
.extra-item{
    background-color: transparent;
    border: none;
}
li.extra-item.list-group-item.selected{
    background-color: transparent;
}
li.extra-item.list-group-item label{
    background-color: transparent;
    float: left;
    color: #707070;
}
.parent_configurador input.general_class_input {
    padding: 10px 10px;
    border-radius: 6px;
    border: solid 1px #aaaaaa;
}
.parent_configurador select{
    padding: 12px 10px;
    color: #707070;
    border-radius: 6px;
    background-color: #fff;
}
.second_section_inputs div{
    width: 80%;
}
.second_section_inputs select{
    width: 90%;
}
.extra_course li{
    padding: 5px 0;
}
.extra_course li label{
    padding-right: 7px;
}
.extra_course li input{
    border: solid 1px #aaaaaa;
}

/* Google inspired inputs */
.input-box.active-grey .input-1 {
  border: 1px solid #dadce0;
}
.input-box.active-grey .input-label {
  color: #80868b;
  top: -8px;
  background: #fff;
  font-size: 11px;
  transition: 250ms;
}
.input-box {
  position: relative;
  margin: 10px 0;
}
.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 .input-1 {
  box-sizing: border-box;
  height: 50px;
  width: 100%;
  transition: 250ms;
}
.input-box .input-1:focus {
  outline: none;
  border: 2px solid #F3B607;
  transition: 250ms;
}
.input-box.focus .input-label, .input-box.active .input-label {
  top: -8px;
  background: #fff;
  font-size: 11px;
  transition: 250ms;
}
.input-box.focus .input-box.active {
  position: relative;
  width: 11px;
  height: 11px;
  top: 2px;
  transition: 250ms;
}
.input-box.active .input-1 {
  border: 2px solid #1a73e8;
}
/* End Google inspired inputs */

.min_price_course{
    font-size: 18px;
    margin: 10px auto 15px auto;
    font-weight: 400;
}
.min_price_course span{
    font-weight: 700;
}
.resume_first_section, .resume_third_section, .resume_insurance_course{
    display: flex;
}
.resume_insurance_course{
    margin-bottom: 10px;
}
.resume_container_course input, .resume_total_section input{
    background-color: transparent;
    border: none;
}
.resume_first_section div{
    width: 70%;
}
.resume_first_section input{
    width: inherit;
}
.resume_first_section p{
    width: 50%;
    margin-bottom: 0;
}
.resume_third_section input{
    width: 100%;
}
.resume_third_section div:nth-child(2){
    width: 100%;
    margin-top: auto;
    text-align: center;
}
.resume_insurance_course label{
    width: 100%;
}
.resume_transfer_course{
    flex-wrap: wrap;
}
.resume_total_container{
    display: grid;
    align-items: end;
    height: 200px;
}
.resume_total_section{
    width: 100%;
}
#extra-list-header {
    font-size: 16px!important;
    font-weight: 400!important;
    width: 100%;
}
.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;
}
.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%);
}
#inscription-button-web:hover {
    background: linear-gradient(to right,#f39907 60%,#e2412a 120%);
}
.action-btn {
	 padding: 0 0;
	 margin: 0 0;
	 width: 100%;
	 height: 100%;
	 background-color: transparent;
	 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;
}
.fade:not(.show) {
    opacity: 1;
}

/* ##################### */
/* 3- END Configurador */
/* ##################### */

/* ##################### */
/* 4- START Escuela */
/* ##################### */

#escuela_ficha_curso h2, #escuela_ficha_curso p{
    padding-left: 0;
}
.tag_score_school {
    width: fit-content;
    background-color: #fff;
    border: none;
    padding: 2px 10px;
    border-radius: 5px;
    box-shadow: 0px 7px 14px 0px rgba(0,0,0,0.05);
    text-align: center;
    font-weight: 600;
}
.escuela_mapa {
    min-width: 100%;
    height: 400px;
    border-radius: 15px;
    margin-bottom: 25px;
}
.parent_school {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.div1_school { grid-area: 1 / 1 / 2 / 2; }
.div2_school {
    grid-area: 1 / 2 / 2 / 3;
    display: grid;
    align-content: start;
    justify-content: end;
}
.div3_school {
    grid-area: 2 / 1 / 3 / 2;
    display: grid;
    align-items: end;
    justify-content: left;
}
.div4_school {
    grid-area: 2 / 2 / 3 / 3;
    display: grid;
    align-content: end;
    justify-content: flex-end;
}
.more_info_school, .more_info_school_mobile {
    border: solid 2px #fff;
    color: #fff;
    background-color: #ffffff47;
}
.more_info_school:hover, .more_info_school_mobile:hover {
    border: solid 2px #000;
    color: #000!important;
    background-color: #ffff;
}
.transport_school {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 0px;
    margin-bottom: 25px;
}
.transport_school1 { grid-area: 1 / 1 / 2 / 2; }
.transport_school2 { grid-area: 1 / 2 / 2 / 3; }
.transport_school3 { grid-area: 1 / 3 / 2 / 4; }

/* ##################### */
/* 4- END Escuela */
/* ##################### */

/* ##################### */
/* 4- START Educador */
/* ##################### */

.parent_educador {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
}
.educador1 { grid-area: 1 / 1 / 3 / 3; }
.educador1 img {
    padding: 20px;
    object-fit: cover;
    border-radius: 30px;
 }
.educador2 {
    grid-area: 1 / 3 / 3 / 6;
    margin-top: 20px;
}
.educador2 h3 {
    font-size: 27px;
    font-weight: 700!important;
    line-height: 38px;
    margin-top: 10px;
}
.more_info_educador {
    border: solid 2px #343434;
    color: #2b2b2b;
    padding: 9px 10px;
    border-radius: 5px;
}
.more_info_educador:hover {
    background-color: #cbcbcb47;
}


/* ##################### */
/* 4- END Educador */
/* ##################### */

/* ##################### */
/* 5- START Testimonios */
/* ##################### */

.owl-carousel .testimonial {
    position: relative;
    overflow: hidden;
    margin: 10px;
    width: 100%;
    color: #333;
    text-align: left;
    box-shadow: none !important;
}
.testimonial .description_container {
    margin: 0;
    display: block;
    border-radius: 8px;
    position: relative;
    background-color: #fafafa;
    padding: 30px 50px 65px 50px;
    font-size: 0.8em;
    font-weight: 500;
    margin: 0px 17px -50px 0px;
    line-height: 1.6em;
    box-shadow: 1px 3px 5px #cacaca;
    width: 97%;
    height: 200px;
}
.testimonial .pic {
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
}
.testimonial .pic img {
    max-width: 100%;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
    display: inline-block;
    z-index: 1;
    position: relative;
    object-fit: cover;
}
.testimonial .pic h3 {
    opacity: 0.8;
    margin: 0;
    font-weight: 600;
    font-size: 15px;
}

/* ##################### */
/* 5- END Testimonios */
/* ##################### */

/* ##################### */
/* 6- START Ventajas */
/* ##################### */

.content_ventajas{
    display: flex;
    justify-content: space-between;
}
.content_ventajas .card_ventaja {
    background: linear-gradient(145deg,#fff,#f8f8f8);
    box-shadow: 3px 3px 11px 0 #d9d9d9;
    padding: 15px 20px 21px;
    border-radius: 20px;
    max-width: 23.5%;
}
.content_ventajas .card_ventaja h3 {
    font-size: 18px;
    font-weight: 700;
}

/* ##################### */
/* 6- END Ventajas */
/* ##################### */

/* ############################################################################################ */
/* RESPONSIVE */
/* ############################################################################################ */

@media (min-width: 700px) and (max-width: 3000px){
    .photo_button_mobile, .more_info_school_mobile{
        display: none;
    }
}
@media (min-width: 767px) and (max-width: 991px){
    .navbar_bottom {
        display: none!important;
    }
    .modal-dialog {
        max-width: 93%;
    }
    .gallery__img {
        left: -30px;
    }
    .form_resume_course .modal-header {
        display: none;
    }
    /* ##################### */
    /* Header */
    /* ##################### */

    .main_ficha_curso {
        margin-top: 90px;
    }
    .course-image-overlay {
        width: 80%;
    }
    .characteristic_container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 0px;
    }
    .characteristic_1 { grid-area: 1 / 1 / 2 / 2; }
    .characteristic_2 { grid-area: 1 / 2 / 2 / 3; }
    .characteristic_3 { grid-area: 1 / 3 / 2 / 4; }
    .characteristic_4 { grid-area: 2 / 1 / 3 / 3; }
    .characteristic_5 { grid-area: 2 / 2 / 3 / 3; }
    .characteristic_6 { grid-area: 2 / 3 / 3 / 4; }
    .characteristic_7 { grid-area: 3 / 1 / 4 / 2; }
    .characteristic_8 { grid-area: 3 / 2 / 4 / 3; }
    .dropdown_characteristic {
        width: 28%;
    }
    .description_container_course h1 {
        font-size: 30px;
    }
    .description_container_course h2 {
        font-size: 25px;
    }

    /* ##################### */
    /* Alojamiento */
    /* ##################### */

    .link_accommodation {
        min-width: 21rem!important;
    }
    .content_alojamiento {
        gap: 47px;
    }

    /* ##################### */
    /* Configurador */
    /* ##################### */

    .container_configurador {
        grid-area: 1 / 1 / 1 / 4;
    }
    .form_resume_course{
        top: 150px!important;
    }
    .form_resume_course .modal-dialog{
        min-width: 100%;
    }
    .first_section_inputs {
        gap: 10px;
    }
    .container_resume_configurador {
        box-shadow: none;
    }

    /* ##################### */
    /* Escuela */
    /* ##################### */

    /* ##################### */
    /* Educador */
    /* ##################### */

    .parent_educador {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        height: 442px;
    }
    .educador1 { grid-area: 1 / 1 / 2 / 2; }
    .educador1 img {
        height: 442px;
    }
    .educador2 {
        grid-area: 1 / 2 / 2 / 4;
        padding-right: 10px;
        margin-top: 12px;
        margin-left: 0px!important;
    }

    /* ##################### */
    /* Reviews */
    /* ##################### */

    .testimonial .description_container {
        height: 325px;
    }

    /* ##################### */
    /* Ventajas */
    /* ##################### */

    .content_ventajas .card_ventaja {
        max-width: fit-content;
    }
    .content_ventajas {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 20px;
    }
    .ventaja_1 { grid-area: 1 / 1 / 2 / 2; }
    .ventaja_2 { grid-area: 1 / 2 / 2 / 3; }
    .ventaja_3 { grid-area: 2 / 1 / 3 / 2; }
    .ventaja_4 { grid-area: 2 / 2 / 3 / 3; }
}

Borrar cuando se elimine inscription.css
@media (min-width: 767px) and (max-width: 1024px){
    .dencanto-body {
        margin-top: 0px!important;
    }
}
@media (max-width: 575px){
    .dencanto-body {
        width: 85%;
        margin-left: 25px;
    }

}

@media (min-width: 992px){
    .navbar_bottom_mobile{
        display: none;
    }
    .container_resume_configurador .modal {
        display: block!important;
        position: inherit;
        border: none;
        --bs-modal-padding: 0;
        --bs-modal-border-color: none;
    }
    .course-image-overlay {
        width: 50%;
    }
}
@media (max-width: 992px){
    .educador2 {
        width: 100%;
        margin-top: 11px;
        margin-left: 60px;
    }
}
@media (min-width: 1024px) and (max-width: 1200px){
    .educador2 {
        margin-left: 60px;
        width: 100%;
        margin-top: 10px;
    }
}
@media (min-width: 1440px){
    .course-image-overlay {
        width: 35%;
    }
}
@media (min-width: 1201px) and (max-width: 1280px){
    .content_alojamiento {
        gap: 16px;
    }
    .link_accommodation {
        min-width: 17rem!important;
    }
}
@media (max-width: 576px){
    #header_ficha_curso .container, #alojamiento_ficha_curso .container, #configurador_ficha_curso .container,
    #reviews_ficha_curso .container, #ventajas_ficha_curso .container{
        padding: calc(var(--bs-gutter-x) * .5)!important;
    }
    #escuela_ficha_curso, #educador_ficha_curso, #FormSaveUser{
        width: 95%;
        margin: auto;
    }
    .navbar_bottom{
        display: none!important;
    }
    .total_navbar_mobile input{
        width: 40%;
        border: none;
        background-color: transparent;
    }
    .form_resume_course .modal-header{
        display: none;
    }
    .input_course {
        grid-template-columns: repeat(1, 1fr);
    }

    .gallery {
        width: auto;
        flex-wrap: wrap;
    }
    .gallery__item {
        width: 20%;
        padding: 0;
    }
    .gallery__img, .accommodation__element {
        min-width: 100%;
        left: 0;
    }
    .gallery img {
        margin: auto;
    }
    .gallery__thumb, .accommodation_image_thumb {
        padding-top: 0;
        margin: 3px;
    }

/* ##################### */
/* Header */
/* ##################### */
    .main_ficha_curso {
        margin-top: 0px;
    }
    .characteristic_container {
        display: flow;
    }
    .grid_image_header {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 0fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        width:100%
    }
    .course-image-overlay {
        width: 100%;
    }
    .image_grid_one {
        grid-area: 1 / 1 / 2 / 3;
        height: 380px;
    }
    .image_grid_two {
        grid-area: 2 / 1 / 3 / 2;
        /* height: 140px;*/
        display: none;
    }
    .image_grid_three {
        grid-area: 2 / 2 / 3 / 3;
        /* height: 140px;*/
        display: none;
    }
    .container_tag_score {
        grid-area: 1 / 2 / 2 / 3;
        display: grid;
        justify-items: end;
        align-content: space-between;
    }
    .image_header {
        padding: 11px;
    }
    .tag_outstanding, .tag_offer {
        padding: 5px 12px;
    }
    h1 {
        font-size: 26px;
        margin-top: -20px;
    }
    .description_container_course h2 {
        font-size: 20px;
    }
    .dropdown-menu {
        width: 80%;
        margin-left: 10px!important;
    }

/* ##################### */
/* Alojamiento */
/* ##################### */
    #alojamiento_ficha_curso{
        margin-top: -10px;
    }
    .content_alojamiento {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
    }
    .link_accommodation {
        min-width: 11.8rem!important;
        min-height: 176px!important;
    }

/* ##################### */
/* Configurador */
/* ##################### */

    .parent_configurador {
        display: flow;
    }
    .first_section_inputs {
        display: flow;
    }
    .second_section_inputs, .fourth_sub-section_inputs {
        flex-wrap: wrap;
    }
    .second_section_inputs div {
        width: 100%;
    }
    .resume_total_container{
        height: 165px;
        align-items: center;
    }
    #extra-list-header {
        margin-bottom: 10px;
    }
    .container_resume_configurador {
        box-shadow: none;
    }
    .second_section_inputs label {
        padding: 5px 0px;
    }

    /* ##################### */
    /* Escuela */
    /* ##################### */

    .image_header{
        height: 360px;
    }
    .parent_school {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    .div1_school { grid-area: 1 / 1 / 2 / 2; }
    .div2_school { grid-area: 1 / 2 / 2 / 3; }
    .div3_school { grid-area: 2 / 1 / 3 / 3; }
    .div4_school {
        grid-area: 3 / 1 / 4 / 3;
        justify-content: normal;
        row-gap: 20px;
    }
    .more_info_school{
        display: none;
    }

    /* ##################### */
    /* Educador */
    /* ##################### */

    .parent_educador {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-row-gap: 35px;
        padding: 20px;
    }
    .educador1 {
        grid-area: 3 / 1 / 3 / 3;
    }
    .educador1 img {
        object-fit: cover;
        border-radius: 30px;
        padding: 0px;
        max-height: 300px;
    }
    .educador2 {
        grid-area: 1 / 3 / 3 / 6;
        margin-top: 0px;
        margin-left: 0px;
    }
    .educador2 div {
        margin-top: 30px;
    }

    /* ##################### */
    /* Reviews */
    /* ##################### */

    .testimonial .description_container {
        height: 325px;
    }

    /* ##################### */
    /* Ventajas */
    /* ##################### */

    .content_ventajas {
        display: flow;
    }
    .content_ventajas .card_ventaja {
        max-width: 100%;
        margin-bottom: 15px;
    }
}

@media (min-width: 360px) and (max-width: 380px){
    .link_accommodation {
        min-width: 9.8rem!important;
    }
    .educador1 img {
        max-width: 260px;
    }
    .tag_outstanding, .tag_offer {
        font-size: 14px;
        width: max-content;
    }
    .photo_button_mobile {
        width: 135%;
    }
    .more_info_navbar {
        font-size: 15px;
    }
    .resume_total_course {
        justify-content: space-around;
    }
    #detalles_navbar_mobile_modal{
        top: 0px!important;
    }
    .link_accommodation img {
        width: 108%;
    }
}
@media (min-width: 381px) and (max-width: 414px){
    .link_accommodation {
        min-width: 9.8rem!important;
    }
    .educador1 img {
        max-width: 350px;
    }
    #detalles_navbar_mobile_modal {
        top: -9px!important;
    }
    .tag_outstanding, .tag_offer {
        font-size: 15px;
        width: max-content;
    }
    .more_info_navbar {
        font-size: 15px;
    }
    .photo_button_mobile {
        width: 127%;
    }
    .min_price_course {
        margin: 10px auto 15px auto;
    }
    .line_space_configurador {
        margin: 12px 0 12px 0;
    }
    .resume_third_section div:nth-child(2){
        width: 35%;
        margin-top: auto;
        text-align: start;
    }
}

.grid_gallery {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(3, 2fr);
    grid-template-rows: 150px 150px;
    font-size: 5rem;
}

.element_grid_gallery {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}