#root {
  display: flex;
  flex-direction: column;
}

a {
  text-decoration: none !important;
}

.option-button {
  transition: all 0.3s;
  border-radius: 20px;
  width: inherit;
}

.option-button-container {
  gap: 10px;
}

.option-button:hover {
  background-color: #7e756a;
}

.user-profile-section-title,
.admin-panel-section-title {
  cursor: pointer;
}

.resource-provided-info-container {
  flex-grow: 1;
}

.resource-data-info-container {
  flex: none !important;
}

.footer-logo {
  width: 20px !important;
  height: 20px !important;
}

.user-profile,
.admin-panel {
  flex-grow: 1;
}

.user-profile-section-content {
  padding: 20px !important;
  flex-direction: column;
}

.resource-provided-contain-info {
  cursor: pointer;
  transition: box-shadow ease 0.5s;
  text-decoration: none !important;
}

.resource-provided-contain-info:hover {
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.resource-provided-container .resource-provided-contain-info:last-child {
  margin-bottom: 0px !important;
}

.login {
  /* background-image: url(../images/imagen-1C.jpg); */
  background-image: url(../images/background.jpg);
  background-position: 0 0;
  background-size: cover;
}

.main-header,
.resource-card-header,
.admin-panel-header-container,
.user-profile-header {
  background-image: url(../images/header.jpg) !important;
}

.login-box-container {
  height: auto !important;
}

.no-resources-info {
  width: 100%;
}

.no-resources-info span {
  color: #2f2f2f;
  font-size: 14px;
  font-family: Raleway;
  font-weight: 400;
}

.admin-panel-filter-bar {
  height: auto !important;
}

.section-content-info .field-value:last-child {
  margin-bottom: 0px !important;
}

.resource-link {
  margin-bottom: 14px !important;
}

.resource-link a {
  cursor: pointer;
}

.filter-options-container {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start !important;
  padding: 5px !important;
  width: 95% !important;
}

.filter-op-container {
  width: 180px !important;
}

.form-block-10 {
  width: 100%;
}

.w-slider-nav,
.w-slider-mask {
  z-index: 0 !important;
}

.bold-text {
  font-weight: 600 !important;
}

strong {
  font-weight: 600 !important;
}

.section-title,
.span-title,
.title-container,
.span-options-title {
  cursor: default !important;
}

.resource-message-container {
  width: 80%;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #d0c1b9;
  background-color: #efe6e1;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.resource-message-container span {
  color: #937f73;
  font-size: 13px;
  font-weight: 500;
  text-align: justify;
}

.resource-message-container img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  margin-top: -2px;
}

.react-slideshow-wrapper {
  overflow: hidden !important;
  width: 300px !important;
}

.images-wrap {
  transform: translate(0px) !important;
}

textarea {
  min-height: 150px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  resize: vertical !important;
}

.input-field-value {
  font-weight: 500 !important;
}

.resource-card {
  flex: 1 !important;
}

/* .admin-panel-section-content {
  height: 100% !important;
} */

.image-gallery-svg {
  width: 20px !important;
}

.image-gallery-icon:hover {
  color: #f5f1ef !important;
}

.image-gallery-icon,
.image-gallery-fullscreen-button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px !important;
}

.image-gallery-bullets {
  width: 100% !important;
  height: 50px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #a5998b70 !important;
  bottom: 0px !important;
}

.image-gallery-bullet {
  bottom: 10px !important;
  z-index: 0 !important;
  transform: none !important;
  color: #f5f1ef !important;
}

.image-gallery-bullets .image-gallery-bullet.active:hover {
  background: #f5f1ef !important;
  transform: scale(1.2) !important;
}

/* .image-gallery-image{
    width: 300px;
    height: 300px;
    object-fit: cover!important;
} */

div.image-gallery-content.fullscreen .image-gallery-image {
  width: unset !important;
  height: unset !important;
  object-fit: contain !important;
}

.image-gallery-extra .image-gallery-image {
  width: 300px;
  height: 300px;
  object-fit: cover !important;
}

div.project-description {
  text-align: justify;
  line-height: 25px;
  padding: 30px;
  width: 80%;
  background-color: #a49485a8;
  border-radius: 20px;
  margin: 20px;
}

/*div.image-gallery-content.fullscreen
  .image-gallery-slide-wrapper
  .image-gallery-swipe,
div.image-gallery-content.fullscreen
  .image-gallery-slide-wrapper
  .image-gallery-slides
  .image-gallery-slide.image-gallery-right,
div.image-gallery-content.fullscreen
  .image-gallery-slide-wrapper
  .image-gallery-swipe,
div.image-gallery-content.fullscreen
  .image-gallery-slide-wrapper
  .image-gallery-slides
  .image-gallery-slide.image-gallery-left {
  display: none !important;
}*/

@media (hover: hover) and (pointer: fine) {
  .image-gallery-bullets .image-gallery-bullet:hover {
    border: 1px solid #554d42 !important;
  }
}

.image-gallery-icon:focus {
  outline: transparent !important;
}

.image-gallery-bullets .image-gallery-bullet:hover {
  background: #a07258 !important;
}

/* .resource-message-container {
    width: 60%;
} */

.loading-info-home {
  /*     height: 400px;
    display: flex;
    align-items: center;
    justify-content: center; */
  width: 100%;
  height: 100%;
}

.loading-info-home .loading-content {
  height: 600px !important;
}

.ReactModal__Overlay,
.ReactModal__Overlay--after-open {
  z-index: 4 !important;
}

.text-block-10-reviewed,
.text-block-10-draft {
  font-size: 10px !important;
  color: #fbfbfb !important;
  background-color: #554d42 !important;
  padding: 5px 5px 3px 5px !important;
  border-radius: 20px !important;
  font-weight: 400 !important;
}

.text-block-10-draft {
  background-color: #989391 !important;
}

@media screen and (min-width: 1920px) {
  .message-box-container {
    width: 60% !important;
  }
}

.admin-content-section {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.not-active {
  pointer-events: none;
  cursor: default !important;
}

.inactive-link {
  text-decoration: line-through;
}

.admin-panel-filter-bar,
.user-profile-box,
.admin-panel-box,
.user-profile-option-box {
  max-width: 870px;
}

.admin-panel-section-title-extra {
  cursor: default;
}

.resource-provided-info-container {
  flex-direction: column !important;
  align-items: flex-start !important;
}

.resource-provided-info-container {
  width: min-content !important;
}

.resource-provided-image-container {
  width: 80px !important;
  height: 80px !important;
}

.resource-provided-image-container .resource-provided-img {
  width: 80px !important;
  height: 80px !important;
}

.user-profile-contain {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.search-results-container-data {
  display: flex;
  flex-wrap: wrap;
  width: 1240px;
  justify-content: center;
}

.span-img-value {
  align-items: center;
}

.title-pad {
  padding-left: 20px !important;
}

.field-link a {
  /*   max-width: 300px;
  white-space: nowrap; */
  text-overflow: ellipsis;
  overflow: hidden;
  color: #2f2f2f;
  display: flex;
  flex-wrap: wrap;
}

/*   .image-gallery-content .image-gallery-slide .image-gallery-image{
    max-height: unset!important;
} */

div.image-gallery-content.fullscreen .image-gallery-extra .image-gallery-image {
  height: unset !important;
}

div.image-gallery-content.fullscreen {
  height: 100%;
}

div.image-gallery-content.fullscreen .image-gallery-slide-wrapper {
  height: 100%;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.hide-section {
  display: none !important;
}

.main-text-section a {
  font-weight: 500;
}

.lightbox-image-container {
  justify-content: center;
}

.filter-op-container-extra {
  width: 200px !important;
}

.field-value {
  display: inline !important;
}

.field-value a {
  color: #2f2f2f;
}

.section-content-info .field-value span {
  color: #2f2f2f;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.comment-field {
  display: flex !important;
  flex-direction: column !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Para Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.main-panel-filter-bar {
  height: auto !important;
}

.input-date-range {
  height: 20px !important;
  color: #2f2f2f !important;
  letter-spacing: 0.3px !important;
  background-color: #e7e3e0 !important;
  border: 1px solid #7e756a !important;
  border-radius: 20px !important;
  margin-bottom: 0 !important;
  padding: 0 5px !important;
  font-family: Raleway, sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  width: 130px;
}

.filter-date-range-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.date-range-container {
  display: flex;
  flex-direction: row;
  color: #ffffff;
  gap: 10px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
}

/* TABLET VERSION ******************************************************************************************/
@media screen and (max-width: 991px) {
  .search-container-full {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .search-container-full .search {
    width: 90% !important;
  }

  .search-div-result-container {
    width: 90%;
  }

  .search-div-result {
    width: 455px !important;
  }

  .main-content {
    padding-top: 40px !important;
  }

  .main-panel-filter-bar {
    width: 95% !important;
    height: auto !important;
  }

  .section-contain {
    flex-wrap: wrap !important;
    /* padding: 30px!important; */
    padding: 15px !important;
  }

  .section-contain .card {
    /*         margin: 20px!important;
        width: 200px!important; */
    margin: 20px 10px !important;
    width: 235px !important;
  }

  .section-contain .card .card-img {
    /* width: 200px!important; */
    width: 100% !important;
    height: 200px !important;
  }

  .search-results-card {
    width: 350px !important;
  }

  .resource-result-contain-info {
    flex-direction: column !important;
  }

  .resource-result-resource-image-container {
    margin-right: 0px !important;
  }

  .resource-result-footer {
    flex-direction: column;
    align-items: flex-start !important;
    padding: 5px !important;
    height: auto !important;
  }

  .resource-result-footer .text-block-9 {
    height: 18px !important;
    display: flex;
    align-items: center;
  }

  .search-results-container {
    padding: 10px 0px !important;
  }

  .message-box-container {
    width: 90% !important;
  }

  .filter-op-container {
    width: 150px !important;
  }

  .select-field-3 {
    width: 100% !important;
  }

  .lightbox-link {
    flex-direction: row !important;
    /* height: 150px !important; */
    margin-right: 0px !important;
    width: 100% !important;
  }

  .resource-message-container {
    width: 90% !important;
  }

  .suggestion-container-list {
    width: 75% !important;
  }

  .text-block-6 {
    font-size: 14px !important;
  }

  /*     .main-header-title .button-container{
        margin-right: 0px!important;
    } */

  .resource-section-content {
    align-items: center !important;
  }

  .resource-medias-container {
    margin-right: 0px !important;
    margin-bottom: 10px !important;
  }

  .search-results-card .resource-result-resource-image-container,
  .search-results-card .resource-result-resource-image-container .image-5 {
    width: 100% !important;
    height: 200px !important;
  }

  .resource-result-content .section-content-info {
    margin-top: 15px !important;
  }

  .image-gallery-slide-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .lightbox-link {
    display: grid !important;
    grid-template-columns: repeat(2, auto) !important;
    grid-gap: 10px !important;
    margin-bottom: 10px !important;
    padding: 0 50px;
  }
}

/* MOBILE VERSION *******************************************************************************************/

@media screen and (max-width: 479px) {
  .main-footer-info {
    height: auto !important;
  }

  .main-footer-info .span-title {
    font-size: 30px;
  }

  .user-profile-header,
  .admin-panel-header-container,
  .resource-card-header {
    height: 230px !important;
  }

  .span-contact,
  .span-email {
    font-size: 12px !important;
  }

  .main .section-title {
    width: 100% !important;
    min-width: 100% !important;
    justify-content: center !important;
  }

  .button {
    width: 155px !important;
    height: 30px !important;
  }

  .button-search {
    width: 30px !important;
  }

  .button-search .button {
    display: none !important;
  }

  .search-bar-container {
    width: 280px !important;
  }

  .search-div {
    width: 100% !important;
    height: 30px !important;
  }

  .search-div-result {
    width: 250px !important;
  }

  .search-div .reset-button {
    height: 20px !important;
    width: 20px !important;
    margin-right: 5px !important;
  }

  .main-header {
    height: auto !important;
  }

  .main-header-title {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    margin: 0px !important;
  }

  .main-footer-info-bar {
    width: 100% !important;
    height: 60px !important;
    padding-right: 0px !important;
    justify-content: center !important;
    margin-bottom: 20px !important;
    cursor: pointer !important;
  }

  .main-footer-info-bar span {
    font-size: 30px !important;
  }

  .main-content {
    padding-top: 20px !important;
  }

  .filter-options-container {
    justify-content: center !important;
  }

  .message-box-container {
    width: 95% !important;
    margin-bottom: 20px !important;
  }

  .resource-medias-container {
    width: 300px;
    height: 300px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .resource-section-content {
    align-items: center !important;
  }

  .resource-medias-container {
    margin: 10px !important;
  }

  .lightbox-link {
    height: auto !important;
  }

  .resource-message-container {
    width: 95% !important;
  }

  .suggestion-container-list {
    width: 60% !important;
  }

  .section-contain .card {
    margin: 20px !important;
    width: 100% !important;
  }

  .section-contain .card .card-img {
    width: 100% !important;
    height: 200px !important;
  }

  .button-container {
    margin-right: 0px !important;
  }

  .user-options-container {
    width: 100% !important;
    justify-content: flex-end !important;
  }

  .users-options-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .resource-provided-info-container {
    width: 100% !important;
  }

  .resource-provided-image-container {
    width: 100% !important;
    height: 100% !important;
  }

  .resource-provided-image-container .resource-provided-img {
    width: 100% !important;
    height: 200px !important;
  }

  .navigation-bar-container {
    flex-direction: column !important;
    padding: 0px !important;
  }

  .navigation-bar-icons {
    margin-bottom: 20px !important;
  }

  .navigation-bar-icons img {
    height: 40px !important;
  }

  .navigation-bar-container .icons-username-container {
    width: 100% !important;
    padding: 0 10px !important;
  }

  .resource-result-contain-info .section-content-info {
    padding-top: 5px !important;
  }

  .resource-result-content .button-open-resource {
    margin-top: 15px !important;
  }

  .main-header-icons {
    margin-bottom: 20px;
  }
}
