@import url('bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');


:root {
  --bg-color: #F5F7FD;
  --bg-white-primary: rgba(255, 255, 255, 0.75);
  --color-blanco: #fff;
  --font-size-h1: clamp(2.5rem, 4vw, 4.5rem);

}

.heading-title {
  font-size: var(--font-size-h1);
}

.btn-primary {
  --bs-btn-bg: #3E82E9;
}

.btn {
  --bs-btn-padding-x: 3.5rem;
  --bs-btn-padding-y: 1rem;
  --bs-btn-border-radius: 18px;
}

header {
  background-color: var(--bg-color);
  margin-top: -13rem;
}

nav.navbar {
  background-color: var(--bg-white-primary);
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 66px;
  backdrop-filter: blur(13px);

}

h1,
h2,
h3 {
  color: #000000;
}

body {
  font-family: "Poppins", sans-serif;
  color: #546070;
}

.nav-wrapper {
  position: sticky;
  top: 20px;
  z-index: 50;
}

ul.navbar-nav.menu li.active a {
  color: #000000;
  font-weight: bold;
}

ul.navbar-nav.menu a {
  color: #717D8E;
  font-weight: 500;
}

.bienvenida {
  padding-top: 13rem;
}

img {
  max-width: 100%;
  height: auto
}

.bienvenida h1,
.bienvenida h2,
.page-header h2 {

  font-size: var(--font-size-h1);
  font-weight: bold;
}

.bienvenida h1 {
  color: #222E41;
}

.bienvenida h2 {
  color: #6EB172;
}

.bienvenida p {
  color: #717D8E;
  line-height: 30px;
}

.img_h p {
  margin-bottom: 0;
}

.btn_donar {
  color: #fff !important;
  padding: 9px 50px;
  border-radius: 6px;
}

.py-5rem {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.bloque p {
  color: #666d76;
  line-height: 35px;
}

.shape_galeria {
  position: relative;
  z-index: -1;
  padding-bottom: 12rem;
}

.galerias {
  position: relative;

}

.galerias:before {
  bottom: 0;
  content: '';
  width: 41%;
  height: 200px;
  background-color: #222E41;
  z-index: 10;
  position: absolute;
  border-radius: 0 86px 0px 0px;
}

footer {
  height: 500px;
  background-color: #222E41;


}

.h300px {
  height: 300px;
}

.pt-7 {
  padding-top: 7rem;
}

.galeria_content {
  position: relative;
  z-index: -1;
}

.fundacion_footer {
  background-color: #F5F7FD;
  border-radius: 8px;
  margin-top: -10rem;
  padding: 2rem;
}

.fundacion_footer a {
  text-decoration: none;
  color: #333;
}

.fundacion_footer a:hover {
  text-decoration: underline;
  font-weight: bold;
}

.galerias:after {
  content: '';
  position: absolute;
  width: 59%;
  bottom: -262px;
  height: 54px;
  background-color: #ffffff;
  border-radius: 0px 0px 0 86px;
  z-index: 30;
  right: 0px;
  bottom: -54px;
}

.page-header:before {
  position: absolute;
  width: 100%;
  height: 413px;
  background-color: aliceblue;
  content: '';
  top: 0;
  z-index: -1;
  left: 0;
}

.page-header:after {
  content: '';
  position: absolute;
  width: 479px;
  height: 375px;
  background: url('../images/shape_title.png') no-repeat;
  top: 222px;
  z-index: -1;
  right: 0;
  background-size: cover;
}


.page-header {
  margin-bottom: 10rem;
}

ul.breadcrumb a {
  text-decoration: none;
  color: #3E82E9;
  text-transform: uppercase;
}

ul.breadcrumb li {
  color: #3E82E9;
  text-transform: uppercase;
  font-weight: 500;
}

h2.shape_header {
  position: relative;
}

h2.shape_header:before {
  position: absolute;
  top: 0;
  width: 123px;
  height: 100px;
  background: url('../images/dots.png') no-repeat;
  content: '';
  background-size: cover;
  left: -153px;
}

.galerias_contenido {
  margin-bottom: -1rem;
}

.galerias_detalles {
  margin-bottom: 6rem;
  width: 55%;
}

.galerias_contenido ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.ejes {
  list-style: none;
}

.ejes>li {
  position: relative;
  margin-bottom: 2.3rem;
  padding-left: 10px;
}

.ejes>li:before {
  background-image: url('../images/check.jpg');
  background-repeat: no-repeat;
  position: absolute;
  content: '';
  width: 35px;
  height: 33px;
  left: -42px;
  top: 0;
  background-size: contain;
}

.galerias_contenido ul li {
    padding: 7px;
}

.galerias_contenido ul img.galery_item {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 34px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    margin-bottom: 1.1rem;
}

.galerias_contenido h6 {
    color: #006AFF;
    font-weight: bold;
}

.galerias_contenido {
    text-align: center;
    font-size: 14px;
}

@media screen and (max-width: 1023px) {
  .page-header:after {

    width: 375px;
    height: 292px;
    top: 180px;
    right: 0;
  }

}

@media screen and (max-width: 991px) {
  .galerias:before {
    opacity: 0.1;
  }

  .galerias_detalles {
    margin-bottom: 1rem;
    width: 100%;
    padding: 0 1rem;
  }

  .shape_galeria {
    display: none;
  }
}

@media screen and (max-width: 768px) {
	
.galerias_contenido ul {
  
  flex-wrap: wrap;
}

  .page-header:after {
    width: 311px;
    height: 249px;
    top: 181px;
    right: 0;
    opacity: 0.5;
  }

}