*{
text-decoration: none !important;
outline: 0 !important;

}
.row {
  margin: 0 !important;
  padding: 0;
}

@font-face {
    font-family: poppins;
    src: url("../fonts/Gotham-Light.otf"); /* TTF file for CSS3 browsers */
}
@font-face {
    font-family: poppinsBold;
    src: url("../fonts/Gotham-Bold.otf"); /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: poppinsbold;
 src: url("../fonts/poppins-bold.ttf"); /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: poppins;
 src: url("../fonts/poppins.ttf"); /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: poppinsthin;
 src: url("../fonts/poppins-thin.ttf"); /* TTF file for CSS3 browsers */
}
body {
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
  position: relative;
  margin: 0 auto;

}
.container-in {
    max-width: 100%;
    margin: 0 auto;
}
.container-salas {
    max-width: 1100px;
    margin: 0 auto;
}
.Selector {
    position: relative;
}
.header.index {
    width: 350px;
    position: relative;
    padding: 0;
    margin-bottom: 80px;
}
.header.index img{
    width: 100%;
}
.header.salasTop {
    width: 100%;
    position: relative;
    padding: 40px 0;
    text-align: center;
}
.header.salasTop img{
    width: 350px;
}
.userType {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.userType h1 {
    font-size: 36px;
    font-family: poppinsbold;
    color: #000;
}
.userType p{
    font-size: 14px;
    font-family: 'poppins';
    color: #000;
}
.btnType {
    margin: 30px 0;
    width: 410px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
a.adminType {
    background: #02b5db;
    display: inline-block;
    color: #fff;
    padding: 20px;
    margin: 10px;
    font-size: 14px;
    font-family: poppinsbold;
    transition: all 0.3s;
    width: 100%;
    text-align: center;
    border-radius: 50px;
}
a.adminType:hover{
    background: #1fd8ff;
    color: #fff;
    transition: all 0.3s;
}
a.guestType {
    background: #e60b52;
    display: inline-block;
    color: #fff;
    padding: 20px;
    margin: 10px;
    font-size: 14px;
    font-family: poppinsbold;
    transition: all 0.3s;
    width: 100%;
    text-align: center;
    border-radius: 50px;
}
a.guestType:hover{
    background: #ff0053;
    transition: all 0.3s;
}
.inputs-content input {
    width: 100%;
    margin: 20px 0 10px;
    padding: 20px 30px;
    border-radius: 50px;
    border: none;
    color: #000!important;
    font-family: 'poppins';
    background: #f7f7f7;
    font-size: 12px;
}
.salasSlider.slick-initialized.slick-slider {
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: center;
}
.salasSlider {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 70vh;
    margin: auto;
}
.adminBody .salasSlider {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 70vh;
    margin: auto;
}
.salaContent {
    padding: 50px;
    text-align: center;
    margin: 10px;
    width: 50%;
    border-radius: 50px;
}
.salaContent:nth-child(3n + 1) {
    background: #e50150; /* Verde */
}

.salaContent:nth-child(3n + 2) {
    background: #02b5db; /* Blanco */
}

.salaContent:nth-child(3n + 3) {
    background: #fdbf01; /* Gris */
}
.salaContent:nth-child(3n + 1) .title {
    width: 100%;
    margin: 40px 0;
}
.salaContent:nth-child(3n + 1) .title h1 {
    font-size: 16px;
    font-family: poppinsbold;
    color: #fff;
}

.salaContent:nth-child(3n + 1) .croquis img{
    width: 100%;
}
.salaContent:nth-child(3n + 1) .capacidad {
    margin: 30px 0;
}
.salaContent:nth-child(3n + 1) .capacidad p{
    font-size: 14px;
    font-family: poppins;
    margin: 0;
    color: #fff;
}
.salaContent:nth-child(3n + 1) .capacidad p span{
    font-family: poppinsbold;
}


.salaContent:nth-child(3n + 2) .title {
    width: 100%;
    margin: 40px 0;
}
.salaContent:nth-child(3n + 2) .title h1 {
    font-size: 16px;
    font-family: poppinsbold;
    color: #fff;
}
.salaContent .croquis {
    width: 130px;
    margin: auto;
}
.salaContent:nth-child(3n + 2) .croquis img{
    width: 100%;
}
.salaContent:nth-child(3n + 2) .capacidad {
    margin: 30px 0;
}
.salaContent:nth-child(3n + 2) .capacidad p{
    font-size: 14px;
    font-family: poppins;
    margin: 0;
    color: #fff;
}
.salaContent:nth-child(3n + 2) .capacidad p span{
    font-family: poppinsbold;
}


.salaContent:nth-child(3n + 3) .title {
    width: 100%;
    margin: 40px 0;
}
.salaContent:nth-child(3n + 3) .title h1 {
    font-size: 16px;
    font-family: poppinsbold;
    color: #fff;
}
.salaContent:nth-child(3n + 3) .croquis img{
    width: 100%;
}
.salaContent:nth-child(3n + 3) .capacidad {
    margin: 30px 0;
}
.salaContent:nth-child(3n + 3) .capacidad p{
    font-size: 14px;
    font-family: poppins;
    margin: 0;
    color: #fff;
}
.salaContent:nth-child(3n + 3) .capacidad p span{
    font-family: poppinsbold;
}
.salaContent .moreInfo {
    background: #904FC0;
    display: block;
    border-radius: 50px;
    padding: 10px;
    transition: all 0.3s;
}
.salaContent .moreInfo a {
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-family: poppinsbold;
    transition: all 0.3s;
}
.salaContent .moreInfo:hover{
    background: #8d33cf;
    transition: all 0.3s;
}
.salaContent .moreInfo:hover a{
    color: #fff;
    transition: all 0.3s;
}
.arrowsSlider {
    position: absolute;
    top: 480px;
    width: 100%;
    left: 0;
}
.leftArrow.slick-arrow {
    width: 30px;
    cursor: pointer;
    position: relative;
    float: left;
    left: -50px;
}
.rightArrow.slick-arrow {
    width: 30px;
    cursor: pointer;
    position: relative;
    float: right;
    right: -50px;
}
.white{
    filter: invert(1);
}
.black{
    filter: invert(0);
}
.galerySliderItem img {
    width: 100%;
}
.galerySliderItemEmpty img {
    width: 100%;
}
.salaAllInfo {
    text-align: center;
}
.salaAllInfo .titleSala h1 {
    font-size: 26px;
    font-family: poppinsbold;
    margin: 30px 0 0;
}
.croquisSala {
    width: 170px;
    margin: auto;
}
.croquisSala img{
    width: 100%;
}
.especificaciones p{
    font-size: 14px;
    font-family: poppins;
    color: #000;
}
.especificaciones p span{
    font-family: poppinsbold;
}
.salaTopInfo .col-md-6 {
    position: relative;
    padding: 0!important;
}
.salaTopInfo .arrowsSlider {
    position: absolute;
    top: 180px;
    width: 100%;
    left: 0;
}
.salaTopInfo .leftArrow {
    width: 20px;
    cursor: pointer;
    position: relative;
    float: left;
    left: 30px;
}
.salaTopInfo .rightArrow {
    width: 20px;
    cursor: pointer;
    position: relative;
    float: right;
    right: 30px;
}
.salaTopInfo .leftArrow img{
    width: 100%;
}
.salaTopInfo .rightArrow img{
    width: 100%;
}
.calendarioReservas {
    padding: 50px;
    background: #904FC0;
    margin: 0;
    height: auto;
    width: 100%;
}
.calendarioReservas .col-md-3 {
    padding: 0!important;
}
.reservasRecientes {
    width: 100%;
    background: #fff;
    height: 430px;
    overflow: scroll;
}
.titleReservasRecientes {
    padding: 20px;
    background: #FAFAFA;
}
.titleReservasRecientes h1 {
    font-size: 11px;
    font-family: poppinsbold;
    margin: 0;
}
.bodyReservasRecientesItem {
    padding: 20px;
}
.bodyReservasRecientesItem:nth-child(2n + 1) {
    background: #fff;
}
.bodyReservasRecientesItem:nth-child(2n + 2) {
    background: #E9E9E9;
}
.bodyReservasRecientesItem p{
    margin: 0;
    font-size: 12px;
    font-family: poppins;
}
.bodyReservasRecientesItem p span {
    margin: 0 10px;
}
.bodyReservasRecientesItem p span img {
    width: 15px;
    position: relative;
    top: -2px;
}

.calendar {
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 10px;
    height: 100%;
    align-items: center;
    display: grid;
    background: #fff;
}
.calendar .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    width: 100%;
    position: relative;
    padding: 10px 0;
}
.calendar span {
    background: none;
    border: none;
    cursor: pointer;
    font-family: poppins;
    font-size: 10px;
}
#month-year {
    font-size: 14px;
    font-family: poppinsbold;
    margin: 0;
}
.days {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 5px 0;
    font-size: 10px;
    font-family: poppins;
}
.day {
    text-align: center;
    width: 14.28%; /* 100% divided by 7 days */
}

.dates {
    display: flex;
    flex-wrap: wrap;
}
.date {
    text-align: center;
    width: 14.28%;
    cursor: pointer;
    font-size: 14px;
    font-family: poppins;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.date.disabled {
    color: #ccc; /* Color de texto gris para días deshabilitados */
    cursor: not-allowed; /* Cambia el cursor a no permitido */
    pointer-events: none; /* Deshabilita los eventos de clic en días deshabilitados */
}
.date:hover {
    background-color: #eee;
}
.formularioReserva .col-md-8 {
    padding-right: 0!important;
}
.formularioReserva .col-md-4 {
    padding: 0!important;
}
.formularioReserva .reservasRecientes {
    width: 100%;
    background: #e9e9e9;
    height: 430px;
    padding: 30px;
}
.formularioReserva .intervalos select {
    width: 100%;
    border: none;
    padding: 10px 10px;
    background: #02b5db;
    color: #fff;
    font-size: 12px;
    font-family: poppinsbold;
    cursor: pointer;
}
.date.selected {
    background-color: #904FC0;
    color: #fff;
    border-radius: 0px;
}
.intervalosTime {
    margin: 20px 0;
}
.radio-container {
    display: block;
    background-color: #fff;
    padding: 10px 30px;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
    font-family: 'poppins';
    font-size: 14px;
}

.radio-container input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 14px;
    left: 8px;
    height: 15px;
    width: 15px;
    background-color: #D9D9D9;
    border: 1px solid #D9D9D9;
    border-radius: 50%;
    transition: all 0.3s;
}
.radio-container:hover .checkmark {
    background-color: #f2f2f2;
    transition: all 0.3s;
}
.radio-container input[type="radio"]:checked + .checkmark {
    background-color: #545454;
    border: 4px solid #d9d9d9;
    transition: all 0.3s;
}
.hidden{
    display: none;
}
.show {
    display: block;
}
#thirtyMinutes{
    display: none;
}
p#textPrevSelectDate {
    font-size: 14px;
    font-family: poppins;
    line-height: 1;
    margin: 30px 0;
    text-align: center;
}
p#textHorariosDispos {
    font-size: 10px;
    font-family: 'poppinsbold';
    line-height: 1;
    margin: 10px 0;
    text-align: center;
}
.btnReservar {
    margin: 30px;
    text-align: center;
}
.btnReservar button {
    background: #e50150;
    color: #fff;
    border: none;
    padding: 10px 50px;
    text-align: center;
    font-size: 14px;
    font-family: 'poppinsbold';
    border-radius: 50px;
}
form.ReservarSala {
    padding: 50px;
    background: #F0F0F0;
}
form.ReservarSala label {
    width: 100%;
    margin: 20px 0;
    font-size: 14px;
    font-family: poppins;
}
form.ReservarSala input {
    width: 100%;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    font-family: poppins;
}
.modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    outline: 0;
}
.formContent {
    position: relative;
    padding: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.formContent .formBody {
    width: 60%;
    margin: auto;
    text-align: center;
}
.formContent .formBody h1 {
    font-size: 36px;
    font-family: poppinsbold;
    color: #000;
    margin-bottom: 40px;
}
.login .header {
    z-index: 9;
}
.formContent .formBody .inputs-content input {
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 14px;
    font-family: 'poppins';
}
.login .session-log {
    background: #02b5db;
    display: inline-block;
    color: #fff;
    padding: 20px;
    margin: 20px 0;
    font-size: 14px;
    font-family: poppinsbold;
    transition: all 0.3s;
    width: 100%;
    text-align: center;
    border-radius: 50px;
    border: none;
}
.login .session-log:hover{
    background: #1fd8ff;
    color: #fff;
    transition: all 0.3s;
}
section.adminBody {
    position: relative;
    width: 100%;
    height: 100%;
}
.sidebar {
    width: 25%;
    height: 100%;
    position: fixed;
    top: 0;
    background: #fff;
    padding: 40px 20px;
}
.contentView {
    width: 100%;
    height: 100vh;
    background: #f6f8fb;
    padding: 40px 80px;
}
.adminContent .col-md-3{
    padding: 0!important;
}
.adminContent .col-md-9{
    padding: 0!important;
}
.logoSidebar {
    width: 100%;
    margin-bottom: 70px;
}
.logoSidebar img{
    width: 100%;
}
.elementosSidebar ul {
    padding: 0;
}
.elementosSidebar ul li{
    list-style: none;
    margin: 30px 0;
}
.elementosSidebar ul li a {
    font-size: 14px;
    font-family: poppinsbold;
    color: #636569;
    transition: all 0.3s;
}
.elementosSidebar ul li a.active {
    font-size: 14px;
    font-family: poppinsbold;
    color: #e50150;
    transition: all 0.3s;
}
.elementosSidebar ul li a:hover {
    font-size: 14px;
    font-family: poppinsbold;
    color: #904fc0;
    transition: all 0.3s;
}
.titleContent {
    margin: 50px 0;
}
.titleContent h1 {
    font-size: 24px;
    font-family: 'poppinsbold';
}
.allContent {
    padding: 60px 50px;
    background: #fff;
    border-radius: 20px;
    height: 610px;
    overflow-y: scroll;
}
.allContent .ReservasTable table thead th{
    font-size: 14px;
    font-family: poppinsbold;
}
.allContent .ReservasTable table tbody td {
    font-size: 14px;
    font-family: poppins;
    padding: 20px 10px;
}
.allContent .ReservasTable table tbody td a{
    color: #e50150;
    font-family: 'poppinsbold';
}
.btnNewReserva {
    margin: 50px 0;
}
.btnNewReserva a {
    font-size: 14px;
    font-family: 'poppinsbold';
    background: #904FC0;
    padding: 20px 50px;
    color: #fff;
    transition: all 0.3s;
    border-radius: 50px;
}
.btnNewReserva a:hover {
    background: #904FC0;
    transition: all 0.3s;
}
.editReserva h1 {
    font-size: 14px;
    font-family: poppinsbold;
    width: 100%;
    margin: 0 0 30px;
}
.editReserva p {
    font-size: 14px;
    font-family: poppins;
    width: 100%;
    margin: 0 0 30px;
}
.editReserva input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px 20px;
    font-size: 14px;
    font-family: poppins;
    margin-bottom: 20px;
}

.dataTables_length input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 14px;
    font-family: 'poppins';
}
.dataTables_length input:focus {
    border-color: snow;
    box-shadow: none;
    border: 1px solid #2f564c;
}
.dataTables_length label  {
    font-size: 14px;
    font-family: 'poppins';
}
.dataTables_filter label  {
    font-size: 14px;
    font-family: 'poppins';
    width: 100%;
}
.dataTables_filter input{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 14px;
    font-family: 'poppins';
}
.dataTables_filter input:focus {
    border-color: snow;
    box-shadow: none;
    border: 1px solid #2f564c;
}
.deleteReservaForm button {
    font-size: 14px;
    font-family: 'poppinsbold';
    background: #904FC0;
    padding: 20px 50px;
    color: #fff;
    transition: all 0.3s;
    border-radius: 50px;
    border: none;
}
li#tablaReservas_previous {
    font-size: 12px;
    font-family: 'poppins';
    color: #000;
}
li.paginate_button.page-item.active {
    font-size: 12px;
    font-family: 'poppins';
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #904FC0;
    border-color: #904FC0;
}
li#tablaReservas_next{
    font-size: 12px;
    font-family: 'poppins';
    color: #000;
}
li#tablaReservas_next a.page-link {
    color: #000;
}
a.page-link {
    font-size: 12px;
    font-family: 'poppins';
    color: #000;
}
div#tablaReservas_info {
    font-size: 12px;
    font-family: 'poppins';
}

.contentView .salasSlider.slick-initialized.slick-slider {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}
.contentView .arrowsSlider {
    position: absolute;
    top: 210px;
    width: 100%;
    left: 0;
}
.contentView .croquisSala {
    width: 110px;
    margin: auto;
}
.contentView .salaTopInfo .arrowsSlider {
    position: absolute;
    top: 140px;
    width: 100%;
    left: 0;
}
.salaInfoIndividual {
    margin-bottom: 30px;
    height: auto;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}
.salaInfoIndividual .cover {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.salaInfoIndividual .cover img {
    width: 100%;
}
.contentViewSalas{
    width: 100%;
    height: auto;
    background: #f6f8fb;
    padding: 40px 80px;
}
.infoSalaEdit {
    margin: 20px 10px;
}
.infoSalaEdit h1 {
    font-size: 16px;
    font-family: 'poppinsbold';
}
.infoSalaEdit p {
    font-size: 14px;
    font-family: 'poppins';
}
.btnEditarSala {
    margin: 0 10px;
}
.btnEditarSala a {
    background: #904FC0;
    border-radius: 50px;
    color: #fff;
    border: none;
    padding: 10px 30px;
    text-align: center;
    font-size: 12px;
    font-family: 'poppinsbold';
}
#editFotoSala .banner {
    width: 100%;
    padding: 20px;
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
}
#editFotoSala .banner img  {
    width: 100%;
}
.inputFile {
    display: flex;
    position: relative;
/*    justify-content: center;*/
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
}
.salasInfoBody h2 {
    font-size: 14px;
    font-family: 'poppinsbold';
    margin: 30px 0;
}
.inputFile button {
    font-size: 12px;
    font-family: 'poppinsbold';
    background: #904FC0;
    border-radius: 50px;
    color: #fff;
    border: none;
    padding: 10px 20px;
    box-shadow: none;
    margin-top: 10px;
}
.editInfoSala label {
    width: 100%;
    margin: 20px 0;
    font-size: 14px;
    font-family: 'poppinsbold';
}
.editInfoSala input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 10px 20px;
    font-size: 14px;
    font-family: 'poppins';
    border-radius: 50px;
}
.editInfoSala textarea {
    width: 100%;
    height: 140px;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 14px;
    font-family: 'poppins';
    resize: none;
}
.btnEditSala {
    margin: 30px 0;
}
.btnEditSala button {
    font-size: 12px;
    font-family: 'poppinsbold';
    background: #904FC0;
    border-radius: 50px;
    color: #fff;
    border: none;
    padding: 10px 20px;
    box-shadow: none;
}
.loader {
    border: 5px solid #fff;
    border-top: 5px solid #e50150;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    margin-left: 0;
    display: inline-block;
    top: 5px;
    position: relative;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.desktop{
    display: block;
}
.responsive {
    display: none;
}
@media (min-width: 320px) and (max-width: 484px){
.desktop{
    display: none;
}
.responsive {
    display: block;
}
.contentResponsive {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}
.contentResponsive h1 {
    font-size: 16px;
    font-family: poppinsbold;
    color: #000;
}
.contentResponsive p {
    font-size: 16px;
    font-family: poppins;
    color: #000;
}

.header.index {
    width: 350px;
    position: relative;
    padding: 0;
    margin-bottom: 10px;
}

}


@media (min-width: 568px) and (max-width: 736px){    
.desktop{
    display: none;
}
.responsive {
    display: block;
}
.contentResponsive {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}
.contentResponsive h1 {
    font-size: 16px;
    font-family: poppinsbold;
    color: #000;
}
.contentResponsive p {
    font-size: 16px;
    font-family: poppins;
    color: #000;
}

.header.index {
    width: 350px;
    position: relative;
    padding: 0;
    margin-bottom: 10px;
}
}


@media (min-width: 768px) and (max-width: 800px){    
.desktop{
    display: none;
}
.responsive {
    display: block;
}
.contentResponsive {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}
.contentResponsive h1 {
    font-size: 16px;
    font-family: poppinsbold;
    color: #000;
}
.contentResponsive p {
    font-size: 16px;
    font-family: poppins;
    color: #000;
}

.header.index {
    width: 350px;
    position: relative;
    padding: 0;
    margin-bottom: 10px;
}
}

@media (min-width:800px) and (max-width: 1050px){    
.desktop{
    display: none;
}
.responsive {
    display: block;
}
.contentResponsive {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}
.contentResponsive h1 {
    font-size: 16px;
    font-family: poppinsbold;
    color: #000;
}
.contentResponsive p {
    font-size: 16px;
    font-family: poppins;
    color: #000;
}

.header.index {
    width: 350px;
    position: relative;
    padding: 0;
    margin-bottom: 10px;
}
}