/* -------- resets ---------------*/
.rs_dialog_holder {
  font-size: 14px;
  color: black; }
  .rs_dialog_holder a {
    color: black; }
  .rs_dialog_holder input[type=button] {
    font: small/normal Arial,sans-serif;
    background: #F5F5F5;
    color: #444;
    border: 1px solid #ccc;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    outline: none;
    padding: 0 8px;
    text-align: center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
    /* Chrome 10+, Saf5.1+ */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5), to(#f1f1f1));
    /* Saf4+, Chrome */
    background-image: -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #f5f5f5, #f1f1f1);
    /* IE10 */
    background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
    /* Opera 11.10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1'); }
    .rs_dialog_holder input[type=button]:hover {
      border-color: #aaa;
      color: #222;
      background-color: #f9f9f9;
      -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); }
    .rs_dialog_holder input[type=button]:focus {
      border-color: #1E90FF; }
    .rs_dialog_holder input[type=button]:active {
      border-color: #1E90FF; }

/*------- defaults ------------ */
.rs_dialog_holder {
  font-family: helvetica, arial, 'san-serif';
  color: #222;
  font-size: 12px; }

/*------- specifics ------------ */
select option.bold {
  font-weight: bold;
  color: red; }

.rs_dialog_holder {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 50; }
  .rs_dialog_holder .rs_dialog {
    background-color: #f6f6f6;
    border: 1px solid #acacac;
    -webkit-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.25);
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    min-width: 200px;
    overflow: hidden; }
    .rs_dialog_holder .rs_dialog .rs_dialog_content {
      padding: 10px; }
      .rs_dialog_holder .rs_dialog .rs_dialog_content h1 {
        font-size: 16px;
        padding: 0px;
        margin: 0 0 10px 0; }
        .rs_dialog_holder .rs_dialog .rs_dialog_content h1 a {
          float: right;
          display: inline-block;
          height: 16px;
          width: 16px;
          background-image: url(/assets/recurring_select/cancel-471db6625d94439b9a9232192800d7155e5ca562d1b9b7c7e33aeda8fc3c31ec.png);
          background-position: center;
          background-repeat: no-repeat; }
      .rs_dialog_holder .rs_dialog .rs_dialog_content p {
        padding: 5px 0;
        margin: 0;
        line-height: 14px; }
        .rs_dialog_holder .rs_dialog .rs_dialog_content p label {
          margin-right: 10px; }
      .rs_dialog_holder .rs_dialog .rs_dialog_content a {
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box; }
      .rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section {
        display: none; }
        .rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section label {
          font-weight: bold; }
        .rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_interval {
          width: 30px;
          text-align: center;
          display: inline-block; }
        .rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .day_holder {
          border-left: 1px solid #ccc;
          position: relative;
          margin-top: 5px;
          height: 26px; }
          .rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .day_holder a {
            display: block;
            padding: 5px 7px;
            font-size: 14px;
            border-style: solid;
            border-color: #ccc;
            border-width: 1px 1px 1px 0px;
            float: left;
            text-decoration: none;
            font-weight: bold;
            -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
            -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
            -ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
            -o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
            background-color: #fff; }
            .rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .day_holder a.selected {
              background-color: #89a;
              color: #fff;
              -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
              -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
              -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
              -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
              box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
              position: relative;
              background-image: -webkit-linear-gradient(top, #9ab, #789);
              /* Chrome 10+, Saf5.1+ */
              background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9ab), to(#789));
              /* Saf4+, Chrome */
              background-image: -moz-linear-gradient(top, #9ab, #789);
              /* FF3.6 */
              background-image: -ms-linear-gradient(top, #9ab, #789);
              /* IE10 */
              background-image: -o-linear-gradient(top, #9ab, #789);
              /* Opera 11.10+ */ }
            .rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .day_holder a:hover {
              cursor: pointer;
              background-color: #dde; }
        .rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_day, .rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_week {
          width: 155px; }
          .rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_day a, .rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_week a {
            display: inline-block;
            text-align: center;
            width: 15px;
            padding: 5px 3px;
            font-size: 12px;
            border-style: solid;
            border-color: #ccc;
            border-width: 1px 1px 1px 1px;
            margin: -1px 0 0 -1px;
            line-height: 10px;
            background-color: #fff;
            font-weight: bold; }
            .rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_day a.selected, .rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_week a.selected {
              background-color: #89a;
              color: #fff;
              position: relative;
              background-image: -webkit-linear-gradient(top, #9ab, #789);
              /* Chrome 10+, Saf5.1+ */
              background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9ab), to(#789));
              /* Saf4+, Chrome */
              background-image: -moz-linear-gradient(top, #9ab, #789);
              /* FF3.6 */
              background-image: -ms-linear-gradient(top, #9ab, #789);
              /* IE10 */
              background-image: -o-linear-gradient(top, #9ab, #789);
              /* Opera 11.10+ */
              -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2) inset;
              -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2) inset;
              -ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2) inset;
              -o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2) inset;
              box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2) inset;
              text-shadow: 0 1px 1px #333; }
            .rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_day a:hover, .rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_week a:hover {
              cursor: pointer;
              background-color: #dde; }
          .rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_day a.end_of_month, .rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_week a.end_of_month {
            width: 81px; }
        .rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_week {
          width: 191px; }
          .rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_week span {
            display: inline-block;
            width: 35px; }
        .rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .monthly_rule_type span {
          margin-right: 15px; }
      .rs_dialog_holder .rs_dialog .rs_dialog_content .rs_summary {
        padding: 0px;
        margin-top: 15px;
        border-top: 1px solid #ccc; }
        .rs_dialog_holder .rs_dialog .rs_dialog_content .rs_summary span {
          font-weight: bold;
          border-top: 1px solid #fff;
          display: block;
          padding: 10px 0 5px 0; }
        .rs_dialog_holder .rs_dialog .rs_dialog_content .rs_summary.fetching {
          color: #999; }
          .rs_dialog_holder .rs_dialog .rs_dialog_content .rs_summary.fetching span {
            background-image: url(/assets/recurring_select/throbber_13x13-d78857ce33850fa1e233bcef159f2da7d7e119014f06755b97c90b0186c75d12.gif);
            background-position: center;
            background-repeat: no-repeat;
            display: inline-block;
            height: 13px;
            width: 13px;
            margin-top: -4px;
            padding-right: 5px; }
        .rs_dialog_holder .rs_dialog .rs_dialog_content .rs_summary label {
          font-weight: normal; }
      .rs_dialog_holder .rs_dialog .rs_dialog_content .controls {
        padding: 10px 0px 5px 0px;
        min-width: 170px;
        text-align: center; }
        .rs_dialog_holder .rs_dialog .rs_dialog_content .controls input[type=button] {
          margin: 0px 5px; }
          .rs_dialog_holder .rs_dialog .rs_dialog_content .controls input.rs_save[type=button] {
            color: #333; }
          .rs_dialog_holder .rs_dialog .rs_dialog_content .controls input.rs_cancel[type=button] {
            color: #666; }
          .rs_dialog_holder .rs_dialog .rs_dialog_content .controls input.disabled[type=button] {
            color: #aaa; }
    .rs_dialog_holder .rs_dialog.animated .controls {
      position: absolute;
      bottom: 10px;
      left: 10px; }
    .rs_dialog_holder .rs_dialog.animated .rs_summary, .rs_dialog_holder .rs_dialog.animated .freq_option_section {
      display: none; }
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
* vendor/assets/stylesheets directory can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
* compiled file so the styles you add here take precedence over styles defined in any other CSS
* files in this directory. Styles in this file should be added after the last require_* statement.
* It is generally better to create a new file per style scope.
*


*= requiere recurring_select
*/

/* ESTILOS GENERALES */

body {
font-family: "Fira Sans", sans-serif !important;
background-color: #cebfde !important;
margin: 0px auto;
/* background-color: white !important;
position: relative;

height: 100vh; /* Asegura que cubra toda la pantalla */

}





.container.mt-5{
    min-height: 50vh;
    margin-bottom: 50px;
}

.body-background{

background-color: white !important;

}

body::after {
content: "";
position: absolute;
bottom: 0;
right: 0;
background-image: url(/assets/background_flor-f0eedc4cdffcd106b5a5f672529ef50e753261da28105d503d3ee9b7d8e26b5e.png);
background-repeat: no-repeat;
background-position: 10%;
background-size: contain;
opacity: 0.5; 
width: 100%;
height: 100%;
z-index: -1;
margin: 0px auto;
}

/* ESTILOS DEL NAVBAR */

/* Estilos del botón "regresar" */
.back-btn {
display: flex;
z-index: 2000;
color: #fff !important;  
font-size: 24px;
}

.back-btn:hover {
color: #fea581 !important;  
}


.navbar{
background-color: #856b8c !important;
color: white;
box-shadow: 0px 0px 15px #666;
bottom: 5px !important;

}


.navbar .nav-link{
color: white;
font-weight: 500;
}

/* Estilos para los dropdowns */
.dropdown-menu {
    background-color: #856b8c !important;  /* Mismo color que el navbar */
    border: none;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    color: white !important;  /* Texto blanco */
    font-weight: 500;
}

.dropdown-item:hover {
    background-color: #765380 !important;  /* Un tono más oscuro para el hover */
    color: #fea581 !important;  /* Mismo color que el hover del back-btn */
}

/* Estilo para la flecha del dropdown */
.dropdown-toggle::after {
    border-top-color: white;  /* Color blanco para la flecha del dropdown */
}

h2, h3, h4, h5, h6{
color: #856b8c !important;
}


.btn-info{
background-color: #856b8c !important;
border-color: #856b8c !important;
color: white !important; 
}
.btn-info:hover {
background-color: #765380 !important;
border-color: #856b8c !important;
color: white !important; 
}

.btn-warning{
background-color: #cebfde !important;
border-color: #cebfde !important;
color: white !important; 
}
.btn-warning:hover {
background-color: #baa0d6 !important;
border-color: #cebfde !important;
color: white !important; 
}

.btn-danger{
background-color: #e4c6ce !important;
border-color: #e4c6ce !important;
color: white !important; 
}

.btn-danger:hover {
background-color: #dbb0bb !important;
border-color: #e4c6ce !important;
color: white !important; 
}

.btn-success {
background-color: #89a3a2 !important;
border-color: #89a3a2 !important;
color: white !important;
}
.btn-success:hover {
background-color: #678483 !important;
border-color: #89a3a2 !important;
color: white !important;
}

table{
background-color: rgba(255, 255, 255, 0.668) !important;
}

th{ 
background-color: #856b8c !important;
border-color: none !important;
color: white !important;
}

thead{
border-color: #cebfde !important;
border-radius: 8px !important;
}

td{
color: #856b8c !important;
}

a{
text-decoration: none !important;
color: white !important;
font-weight: 500;
}

label{
color: #856b8c !important;
font-weight: 400;
margin-bottom: .3em;
}


/* Estilos para el footer */

.footer {
    background-color: #856b8c;
    margin-top: auto;
    color: white;
  }
  
  
  .footer-link {
    color: white;
    text-decoration: none;
    padding: 0.25rem 0;
    display: block;
    transition: color 0.2s ease-in-out;
    font-family: 'Montserrat', sans-serif;
  }
  
  .footer-link:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  
  .instagram-link {
    color: white;
    transition: color 0.2s ease-in-out;
  }
  
  .instagram-link:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  
  .copyright-text {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Lato', sans-serif;
  }
  
  .developer-link {
    color: white;
    text-decoration: none;
    font-weight: 600;
  }
  
  .developer-link:hover {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.8);
  }
  
  @media (max-width: 991.98px) {
    .footer .row > div {
      text-align: center;
    }
    
    .footer .nav {
      align-items: center;
    }
  }

/* Estilo para el calendario */
.simple-calendar {
display: grid;
/* grid-template-columns: repeat(7, 1fr);  */
gap: 10px;
overflow-x: auto; /* Permite scroll horizontal */
white-space: normal;
scroll-snap-type: x mandatory; /* Habilitamos scroll snap */
-webkit-overflow-scrolling: touch; /* Mejora el scroll en dispositivos táctiles */
}

/* Estilo para cada día */
.calendar-day {
background-color: #cebfde ;
display: flex;
flex-direction: column;
align-items: center;
min-height: auto;
padding: 10px;
border: 1px solid #ddd;
scroll-snap-align: start; /* Los días se alinean al comenzar el scroll */
aspect-ratio: 4/3;
}

.simple-calendar a{
color: #856b8c !important;
}

.simple-calendar a:hover{
color: #614968 !important;
}

/* Estilo para eventos dentro de cada día */
.events {
display: flex;
flex-direction: column;
gap: 5px;
}

.day-name{
display: none;
}

/* Estilos para marcar el día actual */
.current-day {
background-color: #fea581;  /* Cambia el fondo a azul al pasar el mouse */
color: white;  /* Cambia el color del texto al pasar el mouse */
border-radius: 50%;  /* Hace que el fondo sea redondeado */
padding: 5px 10px;  /* Ajusta el espacio alrededor del número */
font-weight: bold;  /* Resalta el número del día */
}

.current-day-events {
background-color: #f8f9fa52; /* Fondo claro */
padding: 1rem;
border: 1px solid #dee2e6; /* Borde gris claro */
border-radius: 0.5rem;
margin-top: 1rem;
}


.current-day-events h3 {
margin-bottom: 0.5rem;
}

.current-day-events a{
color: #856b8c !important;
}

.current-day-events .event {
margin-bottom: 0.5rem;
}

.event-text {
font-size: .9em;
}

.calendar-heading  .calendar-title {
color: #856b8c !important;
font-weight: 500;

}





/* Ajustes para pantallas móviles */
@media (max-width: 992px) {

body::after {
background-position: 50%;
width: 95%;
/* bottom: -33%; */


}
.simple-calendar {
grid-template-columns: 100%; /* En móviles, la grilla será de 1 columna */
overflow-x: hidden; /* Permite scroll horizontal */
white-space: nowrap; /* Impide que se rompan las líneas */
height: 495px
}

.current-day-events {
padding-left: .1rem;
padding-right: .1rem;

}

.calendar-heading, .current-day-events h3{
text-align: center;
}

.calendar-heading  .calendar-title {
color: #856b8c !important;

}

.calendar-day {
display: inline-block;
width: 95%;
scroll-snap-align: center; /* Centra el día al hacer scroll */
aspect-ratio: 10;
margin: 0px auto;
}

.day-number {
text-align: center;
font-size: 1.5rem;
font-weight: bold;
}
.day-name{
display: inline-block;
}
/* Hacer que los eventos sean verticales en móviles */
.events {
display: block;
}

.day{
display: grid;
grid-template-columns: 100%;
width: 90vw;
text-align: center;
margin: 0px auto;
}

.simple-calendar thead{
display: none;
}

.simple-calendar .prev-month, .next-month{
display: none;
}

.current-day{
border-radius: 8px;
}
.event-text {
font-size: 1.2em;
}
}

/* Nav */

.credits-mobile{
display: none;
}

@media (max-width: 992px) {
.credits{
    display: none;
}

.credits-mobile{
    display: block;
}

}

/* MonthSummaries */

.detail-alumnos{
max-height: 250px;
overflow-y: auto;
}


/* EVENTS SHOW */

#connie.event-header{
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent, rgba(0, 0, 0, 0.5)), url(/assets/connie-1920x420px-bfc5d5605e9d66ef0ae421c2f9ceb33b0893825c99bc17b5915960446a4f7733.jpg) ;
background-position: top;
background-repeat: no-repeat;
background-size: cover;
height: 45vh;
}

#sole.event-header{
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent, rgba(0, 0, 0, 0.5)), url(/assets/sole-1920x420px-694071b412539224a4c05f4ccbe3f5d1248794c15027cc58aa44ca91410bc4dc.jpg) ;
background-position: top;
background-repeat: no-repeat;
background-size: cover;
height: 45vh;
}


.overlay-header {
background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, .1));  
height: 45vh;  
}

.event-container{
background-color: white;
padding: 15px;
}

.event-header h2{
    margin-top: 150px;
}

@media (max-width: 992px)
{
#connie.event-header{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent, rgba(0, 0, 0, 0.5)), url(/assets/connie-390x380px-70ec57e9ccba6e914bb2a13cf511de39b26af0a42a910336f8e664ec076a8a62.jpg) ;
    background-position: center;
    background-size: cover; 
    height: 45vh !important;
    margin-bottom: 0px;
}
#sole.event-header{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent, rgba(0, 0, 0, 0.5)), url(/assets/sole-390x380px-d9a808eb25e081c6f3496e9820047787e28feb32a9387ee322268e8dc4cb642a.jpg) ;
    background-position: center;
    background-size: cover; 
    height: 45vh !important;
    margin-bottom: 0px;
}



}


/* EVENTS NEW (MODAL) */

.custom-offcanvas {
position: fixed;
top: 0;
right: -100%;
width: 380px; /* Ajusta según tus necesidades */
height: 100%;
background-color: white;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: right 0.3s ease-in-out;
z-index: 1070;
}

.custom-offcanvas.show {
right: 0 !important; /* Muestra el offcanvas */

}

.custom-offcanvas-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem;
border-bottom: 1px solid #ddd;
}

.custom-offcanvas-body {
padding: 1rem;
overflow-y: auto !important;
height: 90%;
}

.custom-offcanvas-overlay{
display: none;
position:fixed;
top:0;
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
z-index: 1060;
}

.custom-offcanvas-overlay.show{
display: block;
}

/* ESTILOS DEL INDEX HOME */

.home-header {
    height: 90vh; 
    /* background: url(/background_test.jpg) fixed no-repeat;  */
    background: url(/assets/background_header_169-5c122369b60ef1e5ff34a84befea5709eb69759e119003c9e2b98a13dfc4f011.jpg) fixed no-repeat; 
    background-size: cover;
    /* background-position-y: -50px; */
    background-position-y: 55px;
    position: relative;
    overflow-x: hidden;
    
    }
    
.home-header   .overlay-header {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
     background: linear-gradient(to top, rgba(0, 0, 0, .4), rgba(0, 0, 0, .1)), linear-gradient(to bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, .4));
    /* background: linear-gradient(to top, rgba(244, 143, 103, .3), rgba(244, 143, 103, .1)), linear-gradient(to bottom, rgba(244, 143, 103, .1), rgba(244, 143, 103, .3));  */
    z-index: 1;
    
    }

    /* Figuras SVG */

    .svg-shape-1{
        position: absolute;
        bottom: 100px;
        left: -400px;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 3;
    }

    .svg-shape-2{
        position: absolute;
        bottom: 120px;
        left: -370px;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 2;
    }
    .corner-effect {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 30%;
        height: 50%;
        z-index: 3;
    }
    

    /* Contenido del header */
    
    .content-header {
    position: relative;
    z-index: 5;
    padding: 0 20px;
    }
    
    .content-header h1{
    font-size: 4em
    }
    
    .content-header p{
    font-weight: 400;
    max-width: 70%;
    }
    
    .icon-home{
    width: 200px;
    
    }

@media (max-width: 992px){
    .home-header{
        background-position-x: -510px;
        height: 100vh;
    }

    .content-header p {
        font-weight: 400;
        max-width: 100%;
    }
    .svg-shape-1{
        position: absolute;
        bottom: 163px;
        left: -110px;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 3;
    }

    .svg-shape-2{
        position: absolute;
        bottom: 162px;
        left: -107px;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 2;
    }

    .corner-effect{
        width: 90%;
    }
}

@media (max-width: 390px){
    .home-header{
        background-position-x: -1065px;
        height: 100vh;
    }

    .content-header p {
        font-weight: 400;
        max-width: 100%;
    }
    .svg-shape-1{
        position: absolute;
        bottom: 226px;
        left: -30px;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 3;
    }

    .svg-shape-2{
        position: absolute;
        bottom: 232px;
        left: -27px;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 2;
    }

    .corner-effect{
        width: 90%;
    }
}

@media (max-width: 844px) and (max-height: 390px){
    .home-header{
        background-position-x: -1065px;
        height: 100vh;
    }

    .content-header p {
        font-weight: 400;
        max-width: 80%;
    }
    .svg-shape-1{
        position: absolute;
        bottom: 162px;
        left: -160px;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 3;
    }

    .svg-shape-2{
        position: absolute;
        bottom: 149px;
        left: -169px;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 2;
    }

    .corner-effect{
        width: 90%;
    }
}


/* ESTILOS ANIMACIONES ANIMATE CONTROLLER */

@keyframes fadeInOut {
0% {
    opacity: 0;
    transform: translateX(-200px);
    }
    20% {
    opacity: 1;
    transform: translateX(0);
    }
    80% {
    opacity: 1;
    transform: translateX(0);
    }
    100% {
    opacity: 0;
    transform: translateX(-200px);
}
}
.hidden {
animation: fadeInOut 4s ease-in-out forwards !important;
}

.visible {
animation: fadeInOut 4s ease-in-out forwards !important;
}

/* ESTILOS ANIMACIONES FADE IN CONTROLLER */
.fadein_hidden {
opacity: 0;
transform: translateX(-50px);
transition: opacity 0.8s ease, transform 0.8s ease;
}
.fadein_hidden_2 {
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fadein_visible {
opacity: 1;
transform: translateX(0);
transition: opacity 0.8s ease, transform 0.8s ease;
}

.fadein_visible_2 {
opacity: 1;
transform: translateX(0);
transition: opacity 0.8s ease, transform 0.8s ease;
}

/* BIO */

.bio-background {
display: flex;
flex-flow: row-reverse;
flex-wrap: wrap;
padding: 0px;
align-items: center;;
height: 600px;

}

#sole.bio-background{
    background: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.4)), url(/assets/sole_color-33cb053c49ba25f580384be6f2fbbd712a8057e035535858becec58d9be10d1b.jpg);
    background-size: cover;
    /* background-position-y: -150px; */
    background-repeat: no-repeat;
}

#konnie.bio-background{
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.4)), url(/assets/konnie_color-e90a5dc58a7761c53b27486537ec3f3440b0c6add5053a5098c9645e4fb662e2.jpg);
    background-size: cover;
    /* background-position-y: -150px; */
    background-repeat: no-repeat;
}


.bio-description {
flex: 1;
padding-top: 40px;
padding-right: 20px;
padding-left: 20px;
padding-bottom: 40px;
text-align: center;
color: white;

}


.bio-description p {
font-size: 1.4rem;
color: #F5F5F5;
}

.div-invisible {
flex: 1;
height: auto;

}



@media (max-width: 992px) {

.div-invisible{
   display: none;
}

.bio-description{
    margin-top: 30px;
}

.bio-background{
    background-size: cover !important;
    background-repeat: no-repeat !important; 
    background-position: center !important;
    flex-flow: column;
    height: 100vh;
}
    
#sole.bio-background {
        background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.4)), url(/sole_color_916.jpg);
}

#konnie.bio-background{
    background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.4)), url(/konnie_color_916.jpg);
}


}

/* LAKSHYA */

.lakshya-background {
display: flex;
background: linear-gradient(to bottom, whitesmoke, rgba(0, 0, 0, 0.00 )), url(/assets/background_flor-f0eedc4cdffcd106b5a5f672529ef50e753261da28105d503d3ee9b7d8e26b5e.png);
flex-flow: row-reverse;
flex-wrap: wrap;
padding: 0px;
align-items: center;;
height: 600px;

}


.lakshya-description {
flex: 1;
padding-top: 40px;
padding-right: 20px;
padding-left: 20px;
padding-bottom: 40px;
text-align: center;


}


.lakshya-description p {
    margin-top: 20px;
font-size: 1.4rem;
color: #333;
}
@keyframes backgroundLakshya {
    0% {
    background-position: -900px;
    }
    20% {
    background-position: -400px;
    }
    80% {
    background-position: -400px;
    }
    100% {
    background-position: -900px;
}
    }
 


@media (max-width: 992px) {

.lakshya-description{
    margin-top: 30px;
}

.lakshya-background{
    flex-flow: column;
    height: 100vh;
    /* background-position: -600px; */
    background-size: cover;
    animation: backgroundLakshya 60s linear !important;
}


}

/* FILTER RESERVATIONS */

@media (max-width: 992px){
    .filter-reservations{
    flex-wrap: wrap;
    justify-content: center;
    }
}

/* Estilos para Tom Select */
.ts-wrapper {
  width: 100%;
}

.ts-control {
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  padding: 0.375rem 0.75rem;
}

.ts-dropdown {
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* Mejorar la tabla */
.table-responsive {
  border-radius: 0.5rem;
  overflow: hidden;
}

.table thead th {
  border-bottom: 2px solid #dee2e6;
  font-weight: 600;
}
