:root {
  --turquoise: #45BEC2;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
.properties-list {
  margin-top: 50px;
}
#disabled-module {
  padding-top: 150px;
}
.modal_itivos {
  display: none;
  background-color: white;
  padding:0px;
  padding-top: 0px;
}
.modal-header {
  border-bottom: solid 1px #fbefef; 
}
.modal-content {
  padding-bottom: 10px; 
}

.modal-footer {
  height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #8080801a;
}
.modal-footer a {
  float: right;
  padding-left: 10px;
  margin-left: 10px;
  display: inline-grid;
}
.clearNavModal {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5%;
  padding-bottom: 5%;
  left: 0px;
  display: block;
  height: 100%; 
  width: 100%; 
  background-color: rgba(255, 255, 255, .85);
  position: fixed;top: 0px;
  z-index: 98;
}
.upload_file {
  display: block;
  margin-top: 25px;
}
.input_content_input .desc {
  padding: 0px;
  margin: 0px;
  color: #222;
  opacity: .7;
}
.menu-app ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-bottom: 25px;
}
.menu-app ul li a, .menu-app ul li a i{
  display: inline-block;
  vertical-align: middle;
}
.place {
  background-color: white;
  padding: 10px;
  margin-bottom: 10px;
  max-width: 350px;
}
.dropdown-toggle {
  background-color: transparent;
  border: none;
}
.capitalize-first-letter::first-letter {
    text-transform: uppercase;
}
span.desc {
  display: block;
  margin-top: 25px;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 25px;
  font-size: 14px;
}
.thumbnail-container {
  cursor: move;
  display: inline-block;
  background-color: #8080802e;
  padding: 5px;
  margin: 2px;
}
.thumbnail-container .delete_img_product {
  float: right;
  color: grey !important;
}
.content_field_product {
  padding: 10px;
  margin-bottom: 10px;
  max-width: 350px;
}
.content_field_product.block label, 
.content_field_product.block input, 
.content_field_product.block select {
  display: block;
  width: 100%;
  max-width:350px;
}
.content_field_product label {
  font-weight: normal;
  margin-bottom: 10px;
}
#product_info_content input{
  margin-bottom: 0px;
}
#product_info_content .content_input {
  margin-bottom: 20px;
}
.content_pictures {
  height: 300px;
  position: relative;
  border: dashed 1px #1212;
}
.table_rendered_content table {
  padding: 10px;
}
#table_rendered {
  border-collapse: collapse;
  width: 100%;
}
#table_rendered_wrapper {
  margin-top: 50px;
}
#table_rendered thead tr th {
  text-transform: uppercase;
  font-size: 11px;
  padding: 5px;
}
#table_rendered tbody td {
  position: relative;
  border: 1px solid #ddd;
  padding: 5px;
  color: grey;
  font-size: 12px;
}
.botones_table {
  background: none !important;
  padding: 5px;
  cursor: pointer;
  border: solid 1px #03b196 !important;
}
.botones_table:hover i {
  color: white;
}
.botones_table:hover {
  background-color: #03b196 !important;
}
.botones_table span {
  color: #03b196;
}
button.dt-button, div.dt-button, a.dt-button {
  padding:  0.2em .5em !important;
}
table.dataTable tbody tr {
  background-color: transparent !important;
}
table.dataTable tbody tr.selected {
    background-color: #b0bed9 !important;
}
.system-name span {
  font-weight: bold;
  font-size: 1.8rem;
  font-family: 'Segoe UI', sans-serif;
  margin-right: 4px;
}

#logo-my {
  background: linear-gradient(45deg, #4285f4, #6aa9ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#logo-place {
  background: linear-gradient(45deg, #34a853, #7bd48c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#logo-web {
  background: linear-gradient(45deg, #e94234, #ff7c6b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-menu-content {
  display: inline-block;
  vertical-align: middle;
}
.btn-menu-content span {
  display: block;
  height: 45px;
  width: 45px;
  border-radius: 25px;
  padding-top: 10px;
  padding-left: 10px;
  margin-top: 3px;
  margin-left: 15px;
  cursor: pointer;
  color: #5f6368;
}
.btn-menu-content span:hover {
  background-color: rgba(60,64,67,.08);
}
#content_app {
  padding-left: 10px;
  margin-left: 350px;
  margin-top: 90px;
  margin-right: 20px;
}
.main_app {
  margin-top: 60px;
}
.main_app h3, .main_app_trans h3{
  margin-top: 0px !important;
  color: grey;
  border-bottom: solid 1px #1111;
  padding-bottom: 7px;
  position: relative;
  font-size: 1.5rem;
}
.main_app h3 i, .main_app_trans h3 i {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.main_app h3 a, .main_app_trans h3 a,
.main_app_trans h3 a{
  float: right;
}
.main_app h3 a span, .main_app_trans h3 a i{
  display: inline-block;
  vertical-align: middle;
}
.main_app h3 span {
  display: block;
  /*
  font-weight: 300;
  font-size: 13px;
  */
  text-transform: initial;
}
#nav-bar-system {
  width: 270px;
  height: 100%;
  position: fixed;
  top: 50px;
}
#nav-bar-system ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
}
#nav-bar-system ul li a{
  text-decoration: none;
  color: #1f1f1f;
  padding-left: 25px;
  display: block;
  font-weight: 500;
  font-size: 14px;
  opacity: .9;
  padding-top: 10px;
  padding-bottom: 10px;
}
:not(#nav-bar-system) li.divider {
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: bold;
  color: #a6a6a670;
  font-style: italic;
  font-weight: normal;
  font-size: 10px;
}
:not(#nav-bar-system) ul li.divider::before, 
:not(#nav-bar-system) ul li.divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #cccccc3b;
}

#nav-bar-system ul li.divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
  font-weight: bold;
  color: #a6a6a670;
  font-style: italic;
  font-weight: normal;
  font-size: 10px;
}
#nav-bar-system ul li.divider::before, 
#nav-bar-system ul li.divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #cccccc3b;
}
#nav-bar-system ul li a:hover{
  background-color: #dfe3e6;
}
#nav-bar-system ul li a.active{
  background-color: #c2e7fe;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
#nav-bar-system ul li a i  {
  font-size: 18px;
}
#nav-bar-system ul li a span  {
  padding-left: 15px;
}
#nav-bar-system ul li a i, #nav-bar-system ul li a span  {
  display: inline-block;
  vertical-align: middle;
}
#menu-header {
  height: 50px;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 1;
  background-color: #f0f4f8;
}
#menu-header .system-name-content {
  display: inline-block;
  vertical-align: middle;
} 
#menu-header .system-name-content .system-name {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-left: 15px;
  margin-top: 3px;
}
#menu-header .right {
  padding-top: 7px;
  padding-right: 7px;
}
#menu-header .right .item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
#profile_view {
    padding: 0px;
}
#profile_view {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

/* Encabezado */
#profile_view .profile_header {
    text-align: center;
    margin-bottom: 20px;
}

#profile_view .profile_picture {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

#profile_view .profile_picture img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ddd;
}
#cropButton {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
#profile_view .profile_picture .edit_picture_btn {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: #007BFF;
    color: #fff;
    border: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

#profile_view .profile_picture .edit_picture_btn:hover {
    background-color: #0056b3;
}

#profile_view .profile_name {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 0px;
}
#profile_view .profile_name span{
    display: block;
    font-size: 12px;
    color: #ccc;
    font-weight: 400;
}
#profile_view .profile_email {
    font-size: 14px;
    color: #777;
}
#profile_view input {
    max-width: 100% ;
}

/* Cuerpo */
#profile_view .profile_body {
    margin-top: 20px;
}

.form_group .button-primary, .modal .button-primary {
  font-size: 16px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  padding: 10px;
}
#profile_view .form_group, #lang_select_view .form_group {
    margin-bottom: 0px;
}

#profile_view .form_group label, #lang_select_view .form_group label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #555;
    margin-bottom: 5px;
}

#profile_view .form_group input, #lang_select_view .form_group input, #lang_select_view .form_group select {
    width: 100%;
    max-width: 100%;
    height: 50px;
    padding: 10px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.3s ease;
}

#profile_view .save_changes_btn, #lang_select_form {
    display: block;
    width: 100%;
    color: #fff;
    border: none;
}
#crop_content {
    display: none;
}
/* Ocultar campos de edición por defecto */
.edit_field {
    display: none;
}

/* Botón de guardar oculto por defecto */
.save_changes_btn {
    display: none;
}

/* Ajustar el botón de edición */
#edit_profile_btn, #reset_profile_btn {
    background-color: #007BFF;
    color: white;
    padding: 8px 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 10px;
}
#reset_profile_btn {
    display: none;
}

#edit_profile_btn:hover {
    background-color: #0056b3;
}
#imgProfile {

}
.cropper-view-box,
.cropper-face {
    border-radius: 50%; /* Hacer la máscara circular */
}
#cropButton {
    display: none;
}
/* Imagen de perfil */
.profile_image img {
    border-radius: 50%; /* Hace la imagen circular */
    width: 45px;
    height: 45px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

/* Efecto al pasar el cursor */
.profile_image img:hover {
    transform: scale(1.1);
}

/* Menú oculto */
.profile_menu {
    position: absolute;
    top: 50px; /* Distancia desde la imagen */
    right: 0;
    padding-bottom: 0px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px;
    display: none; /* Oculto por defecto */
    z-index: 10;
    width: 230px;
    cursor: initial;
}

/* Lista dentro del menú */
.profile_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.profile_menu li {
    margin-bottom: 12px;
    margin-top: 12px;
    margin-left: 10px;
    height: auto;
    cursor: pointer;
}

.profile_menu li a, .profile_menu li span {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    padding: 0px;
    margin: 0px;
}
.profile_menu li a i {
  display: inline-block;
  vertical-align: middle;
}
.profile_menu li span i {
  display: inline-block;
  vertical-align: middle;
}

.profile_menu li a:hover, .profile_menu li span:hover {
    color: #007BFF; /* Cambia a azul al pasar el cursor */
}
.profile_content {
    position: absolute;
    top: 2px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.right {
  float: right;
}
.left {
  float: left;
}
/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
  font-size: 10px;
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #428bca;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  text-decoration: underline;
}
.panels_div {
    transition: 0.2s;
    margin-top: 10px;
    text-align: center;
    background-color: white;
    box-shadow: 1px 1px 1px 0px rgb(0 0 0 / 10%);
}
.panels_div:hover {
    box-shadow: 2px 2px 2px 0px rgb(0 0 0 / 20%);
}
.panels_div a {
    padding: 20px;
    display: block;
    color: #4c4e5d;
    text-decoration: none;
}
.panels_div i {
    color: #4c4e5d;
}
.panels_div span {
  display: block;
  margin-bottom: 20px;
}
body {
  background-color: #f0f4f8;
  font-family: 'Segoe UI', sans-serif;
}
.btn-primary span, .btn-primary i {
  display: inline-block;
  vertical-align: middle;
}
.btn-primary {
  background-color: var(--turquoise);
  border-color: var(--turquoise);
}
.btn-primary:hover {
  background-color: #3aa9ad;
}
.hero {
  padding: 80px 0;
  text-align: center;
}
.section-title {
  color: var(--turquoise);
  margin-bottom: 1rem;
}
.feature-icon {
  font-size: 2rem;
  color: var(--turquoise);
}
#timer-container {
  text-align: right;
}
.default-result-div {
  padding-top: 150px;
}
.type_view_container {
  text-align: right;
}
.type_view_container i{
  opacity: .6;
  font-size: 1.5rem;
  cursor: pointer;
}
.type_view_container i:hover{
  opacity: 1;
}
.type_view_container i.active{
  opacity: 1;
}
#kinderparadijs_description h3 {
  margin-top: 50px;
}
#cloudlare-catp iframe{
  width: 100% !important;
  height: auto !important; /* O ajusta la altura si es necesario */
}
.loading_button {
  cursor: not-allowed !important;
  opacity: .7;
}
/* Popup container - can be anything you want */
.popup {
  position: fixed;
  z-index: 99;
  display: none;
  padding: 2px;
  top: 20%;
  right: 5%;
}
.popuptext {
  position: relative;
  padding: 10px;
  border-left: 0px;
  padding: 15px;
  margin: 0px;
  display: table-cell;
}
.icon_message_success {
  position: relative;
  padding: 10px;
  border-radius: 0px;
  border: solid 1px #84b856;
  color: white;
  display: table-cell;
  vertical-align: middle;
  background: #84b856;
  border-right: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.icon_message_danger {
  position: relative;
  padding: 10px;
  padding-top: 13px;
  border-radius: 0px;
  border: solid 1px #721c24;
  color: white;
  display: table-cell;
  vertical-align: middle;
  background: #721c24;
  border-right: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.success {
  background: #dff0d8;
  color: #3c763d;
}
.danger {
  color: #721c24;
  background-color: #f8d7da;
  border: solid 1px #721c24;
}
.info {
  color: #2179c1; 
  background: #dee9f2;
}
table ul {
  list-style: none;
}
.thanks {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.left-align {
  text-align: left;
}
.right-align {
  text-align: right;
}
.text-pretty {
  color: #8070b1;
}
.margin-top-50 {
  margin-top: 50px;
}
.p-t-5 {
  padding-top: 50px;
}
.p-t-10 {
  padding-top: 100px;
}
.p-b-10 {
  padding-bottom: 100px;
}
.form-control {
  margin-bottom: 15px;
}
.input-group select {
  height: 38px;
}
::placeholder {
  opacity: 0.8 !important; /* Reduce la opacidad para igualarlo con los normales */
}
#lang_content {
  float: right;
}
body.reservations {
  /*background-color: #563cab;*/
}
#reservations {
  margin-top: 50px;
  max-width: 800px;
  margin: auto;
}
#filters {
  padding: 20px;
  max-width: 800px;
  margin: auto;
}
#banner_camping {
  max-width: 800px;
  margin: auto;
  position: relative;
}
#banner_camping  img {
  width: 100%;
  max-width: 800px;
}
.properties {
    max-width: 800px;
    margin: auto;
}
#headerCart {
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
#headerCart .nav-return i, #headerCart .nav-return span {
  display: inline-block;
  vertical-align: middle;
}
#contador {
  font-weight: bold;
}
.property {
  margin-bottom: 15px;
  margin-top: 15px;
  border: solid 1px #1111;
  background-color: white;
  position: relative;
}
.property .price_product {
  font-weight: bold;
  text-decoration: underline;
}
.property .frecuency {
  color: ;
}
.property .feature{
  display: inline;
}
.property .feature span {
  display: inline-block;
  vertical-align: middle;
}
.property .feature span.feature-value {
  margin-right: 10px;
}
.content-img, .content-info {
  display: inline-block;
}
.content-img {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px; /* Define un ancho máximo para el contenedor */
  max-height: 300px; /* Define un alto máximo */
  overflow: hidden; /* Evita el desbordamiento */
}
.property .content-info {
  padding-left: 25px;
  padding-top: 10px;

  background: blue;
  width: 100%;
  max-width: 444px;
  margin: 0px;
  vertical-align: top;
}
.property .footer-cta {
  position: absolute;
  bottom: 0px;
  padding-bottom: 10px;
  padding-right: 10px;
  width: 100%;
  text-align: right;
}
.form-gruop .desc {
  font-size: 10px;
  font-style: italic;
  padding-left: 5px;
}
.form-gruop label, span.desc {
  display: block;
}
.form-gruop {
  display: inline-block;
  margin-bottom: 15px;
}
.form-gruop input, .form-gruop select, .form-gruop textarea   {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-form-control-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
}
#reservations_form h3 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.published {
  padding-top: 25px;
  margin-top: 50px;
  border-top: solid 1px #1111;
  text-align: center;
}
#order_details {
  padding-top: 70px;
}
#order_details .title {
  border-bottom: solid 1px #1111;
  margin-bottom: 50px;
}
#order_details label{
  font-weight: bold;
}


.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #25d366;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

#contact {
  padding-top: 50px;
  padding-bottom: 150px;
}

.input-container {
  position: relative;
  margin-bottom: 15px;
  vertical-align: middle;
  display: inline;
}

.input-container input, .input-container select, .input-container button {
  width: 100%;
  height: 50px;
  padding: 10px 10px 10px 40px; /* Espacio para el ícono */
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  max-width: 170px;
}
.input-container input[type="text"] {
  max-width: 50px;
}
.input-container button i{
}
#propertiesForm {
  text-align: center;
}
#propertiesForm .input-container label {
  display: none;
}
.input-container i{
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.input-container i::not(.btn-primary) {
  color: #777;
}
.input-container .button {
  margin: 0px;
  height: 45px;
  margin-bottom: 15px;
}
.input-container .button i {
  position: initial; 
  transform: initial;
}
@media (max-width: 768px) {
  #banner_camping {
    display: none;
  }
  #propertiesForm .input-container i{
    display: none;
  }
  #propertiesForm .input-container label {
    display: block;
    text-align: left;
  }
  #propertiesForm .input-container input[type='date'] {
    text-align: left;  
    text-align-last: left;
  }
  #propertiesForm .input-container input,  
  #propertiesForm .input-container select, 
  #propertiesForm .input-container button {
    max-width: 100%;
    width: 100%;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  #propertiesForm .input-container {
    position: relative;
    display: block;
  }
  footer .right-align {
    text-align: left !important;
  }
  .carousel-control-next, .carousel-control-prev {
    display: none;
  }
  #hero h2 {
    font-size: 2rem;
  }
  .custom-title .title {
    font-size: 1.2rem;
  }
  .custom-title .short-description {
    font-size: 1.5rem;
  }
  .navbar {
    background-color: white;
  }
  .nav-link {
    color: #222;
  }
  .navbar-brand img{
    max-width: 100px;
  }
  .navbar .btn-primary {
    display: none;
  }
  .property {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .property img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
}
.itivos_ajax_loading {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
}
.itivos_ajax_loading div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fff;
  animation: itivos_ajax_loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.itivos_ajax_loading div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.itivos_ajax_loading div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.itivos_ajax_loading div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
#reservations_form {
  max-width: 800px;
  margin: auto;
  padding: 10px;
}
@keyframes itivos_ajax_loading {
  0% {
    top: 8px;
    height: 64px;
    background-color: #bfdfdc;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}