body{
  width: 100%;
  font-family: antonioregular,Impact, Charcoal, sans-serif	;
}

.anton-sc-regular {
  font-family: "Anton SC", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-family: "Anton SC", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #424242;
}

header {
  background-color: #f3efef;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  transition: 0.7s;
}

header #logo {
  height: 33px;
  width: auto;
  transition: 0.5ms;
}

#boton_donacion {
  background-color: #31bec9;
  color: #fff;
}

header.abajo {
  background-color: #31bec9 !important ;
}

header.abajo div #logo {
  height: 25px;
}

header.abajo a {
  color: #ffff;
}

header.abajo span {
  color: #fff;
}

header.abajo #boton_donacion {
  background-color: #fff;
  color: #424242;
  font-weight: 600;
}

#boton_modal {
  background-color: #31bec9;
  color: #fff;
}


#back {
  background-image: url("../media/pic/AdamSpencer_01_copia.jpg");
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
  margin-top: 0px;
  padding-top: 0px;
}

#map_tittle {
  text-align: center;
}

#about_tittle {
  text-align: center;
}

#jumbotron {
  background-image: url("../media/pic/EduardoHernandez_Ballena_06.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
}

#jumbotron h1 {
  color: #fff;
}

#jumbotron p {
  font-weight: 400;
}


/* inicio footer */

#logo_footer {
  height: 80px;
  width: auto;
}

.footer-dark {
  padding:50px 0;
  color:#f0f9ff;
  background-color:#282d32;
}

.footer-dark h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
}

.footer-dark ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}

.footer-dark ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.6;
  font-size: 16px;
}

.footer-dark ul a:hover {
  opacity:0.8;
}

.footer-dark div p {
  font-size: 16px;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align:center;
    padding-bottom:20px;
  }
}

.footer-dark .item.text {
  margin-bottom:36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom:0;
  }
}

.footer-dark .item.text p {
  opacity:0.6;
  margin-bottom:0;
}

.footer-dark .item.social {
  text-align:center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align:center;
    margin-top:20px;
  }
}

.footer-dark .item.social > a {
  font-size:20px;
  width:36px;
  height:36px;
  line-height:36px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  box-shadow:0 0 0 1px rgba(255,255,255,0.4);
  margin:0 8px;
  color:#fff;
  opacity:0.75;
}

.footer-dark .item.social > a:hover {
  opacity:0.9;
}

.footer-dark .copyright {
  text-align:center;
  padding-top:24px;
  opacity:0.3;
  font-size:13px;
  margin-bottom:0;
}

/* fin footer */

