@font-face {
  font-family: diminuto;
  src: url("fuentes/Diminuto.ttf");
}
@font-face {
  font-family: chunkfive;
  src: url("fuentes/Chunkfive.ttf");
}
body {
  background: #fff;
  overflow-x: hidden;
  font-family: chunkfive;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: chunkfive;
  font-weight: normal;
}
.nav-bar {
  background: #fff;
  opacity: 0.95;
  width: 100%;
  position: fixed;
  display: inline-block;
  z-index: 100;
  font-family: chunkfive;
}
.nav-bar .logo-container {
  width: 30%;
  height: 5em;
  float: left;
  margin: 0;
  background-size: 4em 5em;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/logo.jpg");
}
.nav-bar .buttons-container {
  float: right;
}
.nav-bar .buttons-container ul li {
  display: inline-block;
  padding: 1em 1em;
  border-radius: 8px;
}
.nav-bar .buttons-container p {
  margin: 0;
  padding: 0;
  font-size: 14pt;
}
.slider {
  position: relative;
  width: 100%;
  height: 40em;
  display: inline-block;
}
.slider .slides {
  top: -2%;
  width: 105%;
  left: -2%;
  height: 40em;
}
.slider .button-donate {
  z-index: 10;
  margin: auto;
  top: 80%;
  left: 40%;
  position: relative;
  opacity: 0.8;
}
.slider .button-donate a {
  vertical-align: middle;
  padding: 3em;
  background: #1dbf1f;
  border-radius: 0.5em;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  font-size: 16pt;
  background-size: 5em 6em;
  background-repeat: no-repeat;
  background-position: 9em 1em;
  background-image: url("../images/log.png");
}
.slider .button-donate a:hover {
  background: #0075fa;
  -webkit-box-shadow: #555 0px 8px, #eee 0 0;
  -moz-box-shadow: #555 0px 8px, #eee 0 0;
  box-shadow: #555 0px 8px, #eee 0 0;
}
.slider .button-donate a p {
  display: inline-block;
  margin-left: -1em;
  padding-right: 1em;
}
.page-sizer {
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 900px;
  width: 80%;
}
.no-sizer {
  width: 100%;
  background: #0075fa;
  margin: 2em auto;
}
.info-container {
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 900px;
  color: #fff;
}
.info-container .text {
  text-align: center;
  padding-bottom: 1em;
  color: #000;
  font-size: 16pt;
}
.info-container .buttons-container .bttn {
  display: inline-block;
  width: 9.5em;
  height: 9.5em;
  border-radius: 5em;
  margin: 0 3.2em;
}
.info-container .buttons-container .description {
  display: none;
}
.info-container .us {
  background: #5f2ad1;
  background-image: url("../images/group-icon.png");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 1px 5px 5px rgba(255,0,0,0.6);
  -moz-box-shadow: 1px 5px 5px rgba(255,0,0,0.6);
  box-shadow: 1px 5px 5px rgba(255,0,0,0.6);
}
.info-container .use {
  background: #196fd1;
  background-image: url("../images/icon-procedure.png");
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 1px 5px 5px rgba(25,111,209,0.6);
  -moz-box-shadow: 1px 5px 5px rgba(25,111,209,0.6);
  box-shadow: 1px 5px 5px rgba(25,111,209,0.6);
}
.info-container .mision {
  background: #000;
  background-image: url("../images/group-icon2.png");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 1px 5px 5px rgba(0,0,0,0.6);
  -moz-box-shadow: 1px 5px 5px rgba(0,0,0,0.6);
  box-shadow: 1px 5px 5px rgba(0,0,0,0.6);
}
.info-container .what {
  background: #fcfc0d;
  background-image: url("../images/Donate-Icon.png");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 1px 5px 5px rgba(0,252,200,0.6);
  -moz-box-shadow: 1px 5px 5px rgba(0,252,200,0.6);
  box-shadow: 1px 5px 5px rgba(0,252,200,0.6);
}
.info-container .text-column {
  display: inline-block;
}
.info-container .text-column a {
  color: #fff;
  text-align: center;
  text-shadow: -1px 0 #008000, 0 1px #008000, 1px 0 #008000, 0 -1px #008000;
}
.info-container .text-column h4 {
  text-shadow: -1px 0 #008000, 0 1px #008000, 1px 0 #008000, 0 -1px #008000;
  text-align: center;
  padding-left: 2em;
}
.info-container .text-column p {
  text-align: center;
  padding-left: 2em;
}
.gray {
  background: #0075fa;
  padding-bottom: 2em;
}
.thumbnails h3 {
  text-align: center;
  font-size: 20pt;
}
.thumbnails {
  margin: 4em 0.5em;
}
.thumbnails .display a,
.thumbnails .display li {
  display: inline-block;
  margin: 0 0.4em;
}
.thumbnails .display a img,
.thumbnails .display li img {
  width: 14em;
  height: 40%;
}
.thumbnails .display a img:hover,
.thumbnails .display li img:hover {
  cursor: pointer;
  transform: scale(1.02);
}
.footer {
  text-align: center;
  opacity: 0;
  color: #fff;
  background: #0f8017;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -ms-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.footer h5 {
  font-size: 16pt;
}
.footer .links {
  display: inline-block;
}
.footer .links a {
  text-decoration: none;
  color: #fff;
}
.footer .social-contact {
  vertical-align: top;
  display: inline-block;
}
.footer .social-contact img {
  width: 4em;
  height: 4em;
}
.footer .social-contact .bot {
  margin-left: -6em;
}
.footer .donors {
  vertical-align: top;
  display: inline-block;
}
.footer .copyright {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: block;
}
.footer .copyright p {
  margin: 0.5em;
  font-size: 8pt;
}
@media screen and (min-width: 768px) {
  .footer {
    opacity: 1;
  }
  .info-container {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
  }
  .thumbnails {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(100px, 0px, 0px);
    -webkit-transform: translate3d(100px, 0px, 0px);
    -o-transform: translate(100px, 0px);
    -ms-transform: translate(100px, 0px);
    transform: translate3d(100px, 0px, 0px);
  }
  .fade-in {
    opacity: 1;
  }
  .in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  .jssora02l,
  .jssora02r {
    display: inline-block;
    position: relative;
/* size of arrow element */
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url("../images/a02.png") no-repeat;
    overflow: hidden;
  }
  .jssora02l {
    background-position: -3px -33px;
  }
  .jssora02r {
    background-position: -63px -33px;
  }
  .jssora02l:hover {
    background-position: -123px -33px;
  }
  .jssora02r:hover {
    background-position: -183px -33px;
  }
  .jssora02l.jssora02ldn {
    background-position: -3px -33px;
  }
  .jssora02r.jssora02rdn {
    background-position: -63px -33px;
  }
}
@media screen and (max-width: 768px) {
  .nav-bar .logo-container {
    display: none;
  }
  .nav-bar .buttons-container ul li {
    padding: 0;
    margin: 0;
  }
  .nav-bar .buttons-container ul li a p {
    font-size: 12pt;
  }
  .footer {
    opacity: 1;
  }
}
.container {
  width: 100%;
}
.nav-pills>li>a:hover {
  background: #0075fa;
  color: #fff;
}
