::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
::-webkit-scrollbar-thumb {
  background: #C7CEFF;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #009FE3;
}
::-webkit-scrollbar-track {
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: inset 7px 10px 12px 0px #F0F0F0;
}

.main-nav__main-navigation .main-nav__navigation-box > li > a {
  font-size: 14px;
}
.main-nav__main-navigation .main-nav__navigation-box > li > .main-nav__main-navigation__three {
  align-items: center;
}
.main-nav__main-navigation .main-nav__navigation-box > li > ul {
  width: -moz-max-content;
  width: max-content;
}

.main-nav__header-two {
  border-bottom: unset;
  box-shadow: 0 0px 11px 0px;
}

.main-nav__left-three .logo {
  padding: 33px 0;
}

.main-nav__right__btn-one {
  float: unset !important;
  left: 50px;
}

.main-nav__right-three::before {
  display: none;
}
.main-nav__right-three .main-nav__right__btn-one {
  padding: 28px 0;
}

.modal-asociados .btn-primary {
  padding: 5px 30px;
  border-radius: 30px;
  font-weight: 700;
  margin: 5px 5px;
  min-width: 356px;
}
.modal-asociados .modal-title {
  color: #fff;
}
.modal-asociados .modal-body {
  max-height: 500px;
  overflow-y: scroll;
}

.banner {
  margin-top: 9rem;
}

.swiper-slide img {
  max-width: 100vw;
}

.three-boxes__single-top {
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 25px;
}
.three-boxes_img {
  padding: 32px 0 0;
}
.three-boxes_img img {
  width: 35%;
}
.three-boxes__content {
  background-color: unset;
  box-shadow: unset;
}

.campaign-details__img-box {
  text-align: center;
}
.campaign-details__img-box img {
  width: 35%;
}

.page-header {
  display: none;
}

.make-donation-two {
  padding: 200px 0 100px;
}

.swiper-button-prev,
.swiper-button-next {
  display: none !important;
}

.welcome-two__checks a {
  font-size: 13px;
}

.campaign-details__share__btn-box {
  text-align: center;
}

.make-donation-two .thm-btn,
.meet-volunteers-one .thm-btn {
  min-width: 350px;
}

.mobile-nav__content .main-nav__navigation-box li a {
  height: auto;
  padding: 5px 0;
}

.mas-buscado {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 25px;
  border-radius: 5px;
  position: fixed;
  left: 40px;
  bottom: 40px;
  height: 280px;
  z-index: 100;
  transition: all 0.1s ease;
  box-shadow: 1px 1px 24px 4px rgba(0, 0, 0, 0.45);
}
.mas-buscado.oculto {
  height: 0;
  transition: all 0.1s ease;
}
.mas-buscado .boton {
  margin: 15px 0;
}
.mas-buscado .boton i {
  display: none;
}
.mas-buscado .boton.oculto {
  display: none;
}
.mas-buscado .boton-flotante {
  transition: all 0.1s ease;
  width: 270px;
}
.mas-buscado .boton-flotante.oculto {
  width: 0;
  overflow: hidden;
}
.mas-buscado .ocultar {
  position: absolute;
  justify-content: center;
  top: 0;
  right: -48px;
  color: #fff;
  background-color: #009FE3;
  border-radius: 25px;
  padding: 8px 18px;
  box-shadow: 1px 1px 24px 4px rgba(0, 0, 0, 0.45);
}
.mas-buscado .ocultar.oculto {
  top: -45px;
  right: 0;
}

/* ---- whatsapp ----*/
@keyframes whatsapp_animation {
  0% {
    opacity: 0;
    right: 0;
    bottom: 100px;
  }
  100% {
    opacity: 1;
    right: 35px;
    bottom: 100px;
  }
}
@keyframes whatsapp_rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.w-flotante {
  opacity: 0;
  background-color: green;
  width: 4rem;
  height: 4rem;
  position: fixed;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 90;
  animation-name: whatsapp_animation;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
.w-flotante:hover {
  background-color: #009FE3;
}
.w-flotante .whatsapp {
  color: white;
  font-size: 2.5rem;
  animation-name: whatsapp_rotation;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

/* responsive */
@media (max-width: 1756px) {
  .site-header__header-tow-wrap__top-inner__left ul li .text p {
    font-size: 12px;
  }
  .main-nav__main-navigation .main-nav__navigation-box li a {
    font-size: 12px;
  }
  .main-nav__right__btn-one a {
    font-size: 12px;
  }
}
@media (max-width: 1377px) {
  .stricky-fixed .main-nav__right__btn-one {
    margin-right: 15%;
  }
  .main-nav__right__btn-one {
    float: right !important;
  }
  .main-nav__left-three .side-menu__toggler {
    position: absolute;
    top: -10px;
    right: -68px;
    padding: 43px 0;
    z-index: 100;
  }
  .block-title h2 {
    font-size: 40px;
  }
  .block-title h4 {
    font-size: 24px;
  }
  .welcome-two__checks {
    font-size: 13px;
  }
  .meet-volunteers-one {
    padding: 54px 0;
  }
}
@media (max-width: 1366px) {
  .welcome-two {
    padding: 50px 0 345px;
  }
}
@media (max-width: 1199px) {
  .header-navigation .col-8 {
    display: none;
  }
  .main-nav__left .side-menu__toggler {
    display: inline-block;
  }
  .campaign-details {
    padding: 160px 0 120px;
  }
  .footer-widget__explore {
    margin-top: 30px;
  }
  .welcome-two__checks {
    display: block;
  }
  .welcome-two__checks a {
    width: 300px;
  }
  .news-one__single img {
    width: 50px;
  }
  .news-one__single .text {
    margin: 15px 0;
  }
  .news-one__single .text h4 {
    font-size: 16px;
  }
  .news-one__single .text p {
    font-size: 14px;
  }
  .news-two__left {
    text-align: center;
  }
  .news-two__right {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .site-header__header-tow-wrap__top-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .site-header__header-tow-wrap__top-inner .float-left,
  .site-header__header-tow-wrap__top-inner .float-right {
    float: unset;
  }
  .welcome-two__btn,
  .news-one__content {
    text-align: center;
  }
  .campaign-details__share {
    flex-direction: column;
    width: 100%;
    justify-content: center;
  }
  .campaign-details__share__btn-box,
  .campaign-details__share {
    margin-right: unset;
  }
  .mas-buscado .boton-flotante {
    width: 270px;
  }
}
@media (max-width: 767px) {
  .three-boxes__content h3 {
    font-size: 15px;
  }
  .site-footer-bottom {
    font-size: 13px;
  }
  .make-donation-two {
    padding: 120px 0 0;
    margin-bottom: 50px;
  }
  .make-donation-two__left {
    padding: 0 15px;
  }
  .make-donation-two {
    text-align: center;
  }
  .make-donation-two .ml-n3 {
    margin-left: unset !important;
  }
  .make-donation-two .block-title {
    text-align: center !important;
  }
  .make-donation-two .justify-content-start {
    justify-content: center !important;
  }
  .mas-buscado .boton-flotante {
    width: 270px;
  }
}
@media (max-width: 575px) {
  .main-nav__left-three .side-menu__toggler {
    right: 40px;
    top: 0;
  }
  .stricked-menu .main-nav__left-three .side-menu__toggler {
    padding-right: 0;
  }
  .thm-btn {
    min-width: unset;
  }
  .block-title {
    text-align: center;
  }
  .news-one__single {
    text-align: center;
  }
  .mas-buscado {
    left: 20px;
  }
  .mas-buscado .boton-flotante {
    width: 220px;
  }
  .mas-buscado .boton,
  .mas-buscado a {
    font-size: 14px;
  }
}
.popup-product {
  display: none;
  /*to hide popup initially*/
}
.popup-product::before {
  content: "";
  position: fixed;
  background-color: #000;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99997;
}
.popup-product .image {
  position: fixed;
  top: 0;
  z-index: 99998;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-product .image-box {
  position: relative;
  text-align: center;
}
.popup-product .image-box img {
  margin: 0 auto;
  width: calc(100% - 20px);
}
.popup-product .image-box .close-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: 20px;
  top: 15px;
  width: 20px;
  height: 20px;
  background-color: black;
  color: white;
  border-radius: 50%;
  padding: 4px;
  z-index: 99999;
}/*# sourceMappingURL=ajustes.css.map */