:root {
  --button-background: #e7e7e7;
  --button-color: rgb(82 82 82);
  --separation-color: #b6bd58;
  --divCell-sm-background: #d1d1d142;
  --text-global: #795b34;
}

html, body {
  margin: 0px;
  padding: 0;
}

body {
  font-family: 'Pontano Sans', system-ui, ui-serif, sans-serif;
  height: auto;
  transition: opacity 200ms;
  opacity: 1 !important;
  color: var(--text-global);
}

/* width */

::-webkit-scrollbar {
  width: 12px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #e1e1e1;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #999795;
  border-radius: 2px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

button.btn {
  background: var(--button-background);
  border: 1px solid var(--button-background);
  font-size: 17px;
  color: var(--button-color);
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 3px;
  /* mix-blend-mode: difference; */
  outline: none;
}

@media (min-width: 870px) {
  :root {
    --screen-size: normal;
  }
  .divHeader-menu-bars {
    display: none;
  }
}

@media (max-width: 870px) {
  :root {
    --screen-size: medium;
  }
  .divHeader-menu {
    visibility: hidden;
  }
  .divCell {
    flex-basis: calc(100% - 0px) !important;
    background: var(--divCell-sm-background);
    border-radius: 5px;
    margin-bottom: 30px;
    margin: 20px 20px 30px 20px;
  }
  .divCell-map{
    background: #d1d1d100;
    padding: 0 0 !important;
  }
  .sec-queremos .divCell:not(.divCell-full) {
    flex-basis: calc(100% - 80px) !important;
  }
  .cell-video {
    min-width: 270px !important;
  }
  .cargo-value small {
    display: block;
    margin-left: 0 !important;
  }

  .sec-ser-socio .divCell .ul-nivel-2 {
    padding-inline-start: 10px;
  }
}

@media (max-width: 640px) {
  .sec-queremos .divCell {
    flex-basis: 100% !important;
  }
  .sec-ser-socio .divCell {
    font-size: 17px;
  }
}

.hidden {
  display: none;
}

section.sec-intro {
  position: absolute;
  z-index: 0;
  inset: 0px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /* background-image: url(../media/intro-2.gif); */
  width: calc(100% - 0px);
}

.divMain {
  height: auto;
  width: calc(100%);
  transition: opacity 200ms;
}

section.sec-header {
  position: fixed;
  top: 0;
  height: 110px;
  width: calc(100% - 0px);
  left: 0;
  z-index: 1;
  /* transition: background 0ms 0ms; */
  /* background: none; */
}

section.sec-quien {
  width: calc(100% - 20px);
  background: #f3f3f3;
  padding: 60px 10px;
  font-size: 18px;
  color: #60441f;
}

section.sec-footer {
  height: auto;
}

.div-dummy.dummy-sec-intro {
  display: block;
  /* display: none; */
}

img.imgLogo {
  width: 175px;
  cursor: pointer;
}

.divHeader-menu-bars {
  font-size: 30px;
  padding: 30px;
  transform: translate(-13px, 12px);
  transition: opacity 100ms;
}

.divHeader {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  color: #795b34;
}

.menu-wrap {
  display: flex;
  font-size: 20px;
  color: #795b34;
  text-transform: unset;
}

.menu-item {
  padding: 20px;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  transition: background 150ms;
}

.divHeader-menu {
  width: calc(100% - 250px);
  display: flex;
  justify-content: space-evenly;
}

.body-scrolled section.sec-header {
  background: white;
}

.div-intro-title {
  font-size: 35px;
  /* font-weight: bold; */
  text-align: center;
  color: #563300;
  padding: 0 15px;
  transform: translateY(calc(50% - 90px));
  /* height: 100%; */
  /* mix-blend-mode: hard-light; */
  cursor: default;
  user-select: none;
  transition: filter 500ms;
  filter: blur(0px);
  /* color: #e1e1e1; */
}

.divHeader-logo {
  min-width: 175px;
  transform: translate(5px, 19px);
}

.div-intro-title-p {
  transition: transform 1000ms;
  font-size: 26px;
}

.div-intro-title.blur {
  filter: blur(100px);
}

.hidden-left {
  transform: translateX(-100%);
}

.hidden-right {
  transform: translateX(100%);
}

.menu-wrap-vertical {
  position: absolute;
  background: white;
  width: 245px;
  height: 376px;
  right: 20px;
  font-size: 19px;
  margin-top: -18px;
  border-radius: 3px;
  border: 1px solid #bdac95;
  box-shadow: 0 0 15px 0px #d9d9d9;
}

.menu-item-close {
  text-align: right;
  transform: translate(195px, 10px);
  cursor: pointer;
  /* border: 1px solid; */
  position: absolute;
  padding: 5px;
  border-radius: 4px;
  user-select: none;
  font-size: 28px !important;
}

.menu-item.first {
  margin-top: 50px;
}

.divHeader-menu-vertical.hidden {
  transform: translateX(350px);
}

.divHeader-menu-bars i {
  padding: 0px;
  display: block;
  cursor: pointer;
}

.divHeader-menu-vertical {
  transition: transform 200ms;
}

.hover-efect {
  transition: all 50ms cubic-bezier(0.42, 0, 0.27, 1.76);
  position: relative;
}

.hover-efect:hover:before {
  width: calc(100% + 10px);
  opacity: 1;
  margin-left: -5px;
}

.hover-efect:before, .hover-efect:after {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 0px;
  height: 3px;
  margin: 5px 0 0;
  transition: all 0.4s cubic-bezier(0.88, -0.42, 0.18, 1.46), margin-left 0ms;
  transition-duration: 400ms;
  opacity: 0;
  background-color: #795b34d6;
  border-radius: 14px;
}

.btn.hover-efect:before, .btn.hover-efect:after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0px;
  height: calc(100% + 2px);
  margin: 5px 0 0;
  transition: all 0.4s cubic-bezier(0.7, 0.04, 0.25, 0.94), margin-left 0ms;
  transition-duration: 400ms;
  opacity: 0;
  background-color: var(--button-color);
  border-radius: 3px;
}

.btn.hover-efect:hover:before {
  width: calc(100% + 4px) !important;
  opacity: 0.2 !important;
  margin-left: -12px !important;
}

.divLoading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00000026;
  z-index: 1;
  transition: visibility 300ms;
  visibility: visible;
}

.divModal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff63;
  z-index: 1;
  transition: visibility 300ms;
  visibility: hidden;
  cursor: pointer;
}

.menu_vertical_active .divModal {
  visibility: visible;
}

.section-grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  /* border: 1px solid #ffffff; */
  align-content: center;
  justify-items: start;
}

.divCell {
  padding: 20px 20px;
  text-align: left;
  flex-basis: 250px;
  min-height: 100px;
  /* border: 1px solid gray; */
}

.cell-title {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
  user-select: none;
}

.divCell.cell-hacemos {
  margin-bottom: 20px;
}

.sec-queremos-wrap {
  max-width: 1200px;
  /* margin: auto; */
  max-width: 800px;
}

.cell-desc {
  white-space: normal;
  text-align: justify;
}

.cell-hacemos .cell-desc, .cell-quien .cell-desc {
  max-width: 600px;
}

.cell-hacemos .cell-title, .cell-quien .cell-title {
  font-size: 26px !important;
  max-width: 600px;
}

.menu-wrap-vertical i {
  width: 30px;
  text-align: center;
  font-size: 15px;
}

html {
  width: calc(100% - 0px);
}

i.fa.fa-bars {
  font-size: 28px;
}

section.sec-queremos {
  min-height: 430px;
  /* border: 1px solid blue; */
  background-position-y: center;
  background-attachment: fixed;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 18px;
  background-image: url(.././media/fotos/foto-3.JPG);
  padding: 30px 0;
  background-size: cover;
}

.menu-wrap-vertical .menu-item:hover {
  background: #f3f3f3;
}

.sec-queremos .cell-title, .sec-queremos .cell-desc {
  /* mix-blend-mode: hard-light; */
  color: #ebe9e0;
  max-width: 470px;
  /* mix-blend-mode: unset; */
}

.menu-wrap .menu-item {
  padding: 0;
  margin: 20px;
}

.menu_vertical_active .divHeader-menu-bars {
  opacity: 0;
}

section.divQueremos {
  padding: 60px 10px;
}

.cell-desc-button {
  margin-top: 10px;
}

button.btn:hover {
  background: #ede6e6;
}

a {
  color: inherit;
  text-decoration: underline;
}

.sec-queremos .section-grid {
  display: flex;
  flex-direction: row;
  justify-content: left;
}

.sec-queremos .divCell {
  flex-basis: calc(50% - 60px);
}

.menu-wrap-vertical .menu-item-close i.fa {
  font-size: 28px;
  transition: transform 200ms;
}

.menu-wrap-vertical .menu-item-close i.fa:hover {
  transform: rotate(90deg);
}

.divMain-view {
  margin-top: 110px;
  transition: opacity 600ms, filter 600ms;
}

.dom-link:not(button) {
  text-decoration: underline;
  cursor: pointer;
}

.parrafo {
  margin-bottom: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.ol-2::marker {
  font-size: 17px;
}

i.fas.fa-external-link-alt {
  font-size: 13px;
  display: inline-block;
  margin-top: -5px;
  transform: translateY(-2px);
  opacity: 0.9;
}

button i.fa-angle-double-right {
  transform: translateY(0px);
  font-size: 12px;
}

button a {
  text-decoration: none;
}

img.imgUcrania {
  width: 70px;
  position: absolute;
  transform: translate(-80px, -32px);
  opacity: 0.6;
  border-radius: 4px;
  display: none;
}

.divMain-view.loading-view {
  opacity: 0.9;
  /* filter: blur(2px); */
  background-color: #fdfdfd;
}

span.spn-popup {
  cursor: pointer;
}

.divPopup-wrap 
{
  position: fixed;
  top: 110px;
  left: 20px;
  width: calc(100% - 40px);
  height: 0%;
  background: #787878;
  z-index: 99;
  opacity: 0;
  transition: height 300ms 3ms, visible 0ms 300ms, opacity 300ms 100ms;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
}

.divPopup-wrap.visible
{
  /* width: 100%; */
  height: 100%;
  /* visibility: visible; */
  opacity: 1;
}

.popup-header 
{
  height: 0px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 20px;
  font-size: 30px;
}

.popup-header i {
  /* border: 1px solid rgb(255 255 255); */
  padding: 10px 15px;
  border-radius: 70px;
  cursor: pointer;
  margin-top: 70px;
  background: #ffffff9e;
}

.popup-content {
  background: whitesmoke;
  height: calc(100% - 171px);
  overflow: auto;
  padding: 30px;
}

.proyecto-intro .div-intro-title {
    color: var(--text-global);
    font-size: 22px;
    transform: translateY(60px);
    /* border: 1px solid red; */
    height: auto;
    color: #f9f9f9;
    /* background-color: #262b1266; */
    /* mix-blend-mode: screen; */
    /* box-shadow: inset 0px 0px 22px 0px #202410; */
    /* mix-blend-mode: unset; */
    z-index: 9999;
}


.proyecto iframe {
  width: 100%;
  height: 100%;
  max-height: 380px;
  max-width: 680px;
  margin: 0 auto;
}

.miembros-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.miembro {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  justify-content: flex-end;
  flex-basis: 200px;
}

.proyecto .cell-desc {
  padding: 10px;
  font-size: 17px;
}

.proyecto .cell-video {
  width: 100%;
  min-height: 370px;
  margin: 50px auto;
  max-width: calc(100% - 20px);
  text-align: center;
}

.proyecto-intro {
    min-height: 170px;
    background-position-y: calc(100% - 200px);
    background-attachment: fixed;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: small;
    padding: 30px 0;
    overflow: hidden;
    max-height: 400px;
    background-size: cover;
}


.sec-intro .div-intro-title {
    height: calc(100% - 115px);
    transform: translateY(calc(0px));
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

li.li-nivel-2::marker {
    font-size: 16px;
}

.sec-subvenciones img {
    width: calc(50% - 100px);
    margin: 30px;
    max-width: 300px;
}

section.sec-subvenciones {
    text-align: center;
}

img[src="./media/fondos-ue.JPG"] {
    transform: translate(0px, -7px);
}

.div-back {
    padding: 20px;
    font-size: 19px;
    /* text-decoration: underline; */
}

.spn-back i.fa.fa-arrow-left {
    font-size: 15px;
    margin-right: 7px;
}

span.spn-back {
    cursor: pointer;
}

span.spn-back:hover {
}

input.form-input, .form-textarea {
    padding: 3px 8px;
    height: 40px;
    color: inherit;
    border: 1px solid #aaa;
    width: 100%;
    outline: none;
    font-size: 16px;
}

.form-item {
    padding: 10px 0;
}

.divForm-wrap {
    max-width: 100%;
}

.form-textarea {
    height: 130px;
}

.divCell.divCell-map.cell-form {
    min-width: calc(50%);
    padding: 0 10px;
}

input.form-input:focus, .form-textarea:focus {
    border-color: black;
}

button[disabled] {
    opacity: 0.4;
    cursor: default;
}