

@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;700&display=swap");




.ALIMENTOS-Template {
  overflow-x: hidden;
  -webkit-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.ALIMENTOS-Template h1,
.ALIMENTOS-Template h2,
.ALIMENTOS-Template h3,
.ALIMENTOS-Template h4,
.ALIMENTOS-Template h5,
.ALIMENTOS-Template p,
.ALIMENTOS-Template span,
.ALIMENTOS-Template font,
.ALIMENTOS-Template strong {
  font-family: "Titillium Web", sans-serif !important;
}

.ALIMENTOS-Template h1,
.ALIMENTOS-Template h2,
.ALIMENTOS-Template h3,
.ALIMENTOS-Template h4,
.ALIMENTOS-Template h5,
.ALIMENTOS-Template h6 {
  font-family: "Titillium Web", sans-serif !important;
  font-weight: 400;
}

.ALIMENTOS-Template p {
  color: #898a8d !important;
  font-weight: normal;
  font-size: medium !important;
}

.ALIMENTOS-Template .header {
  margin-top: 50px;
}

.ALIMENTOS-Template .header .divider {
  --o-border-color: color-mix(in srgb, rgb(33, 37, 41) 15%, transparent);
  border-top: 1px solid var(--o-border-color);
}

.ALIMENTOS-Template .header .container img.logo {
  max-width: 125px;
}

.ALIMENTOS-Template .ALIMENTOSMenu {
  border-radius: 4px;
  width: 98%;
  margin: 15px 0 0 0;
  padding: 0px 0%;
}

.ALIMENTOS-Template .ALIMENTOSMenu ul {
  list-style: none;
  
  width: 100%;
}

.ALIMENTOS-Template .ALIMENTOSMenu ul li {
  
  height: auto;
  padding-right: 15px;

  text-align: left;
}

.ALIMENTOS-Template .ALIMENTOSMenu ul li a {
  font-size: medium;
  color: #212529;
  text-decoration: none;
}

.ALIMENTOS-Template .header .carrusel {
  height: 550px;
  padding: 30px 0;
  background-color: #005587;
  background-image: url(https://bancodealimentos.or.cr/web/image/198070/BannerInicioOpti.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: fixed;
  -webkit-box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.75);
}

.ALIMENTOS-Template .header .carrusel .copy {
  margin-top: 20%;
}

.ALIMENTOS-Template .header .carrusel .copy h1 {
  color: white;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.36);
  font-size: xx-large;
  font-size: xxx-large;
  font-size: -webkit-xxx-large;
}

.ALIMENTOS-Template .header .carrusel .text {
  max-width:400px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, "Noto Sans", Arial, "Odoo Unicode Support Noto", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.ALIMENTOS-Template .body {
  width: 100%;
  display: block;
  padding: 50px 0;
}

.ALIMENTOS-Template .body .contentOne {
  background-image: url(img/text1-img@2x.png);
}

.ALIMENTOS-Template .body .contentTwo {
  background-image: url(img/text2-img@2x.png);
}

.ALIMENTOS-Template .body .contentOne,
.ALIMENTOS-Template .body .contentTwo {
  background-size: auto 120%;
  background-repeat: no-repeat;
  background-position: left center;
}

.ALIMENTOS-Template .body .contentOne h2,
.ALIMENTOS-Template .body .contentTwo h2 {
  color: #009cde !important;
  font-size: xx-large;
  margin: 20px 0;
}

.ALIMENTOS-Template .body .contentOne p,
.ALIMENTOS-Template .body .contentTwo p {
  text-align: justify;
}

.ALIMENTOS-Template .body .contentOne h4,
.ALIMENTOS-Template .body .contentTwo h4 {
  color: #009cde !important;
  margin: 20px 0;
}

.ALIMENTOS-Template .body .contentOne .logoEs,
.ALIMENTOS-Template .body .contentTwo .logoEs {
  padding: 15px;
  text-align: center;
}

.ALIMENTOS-Template .body .contentOne .logoEs img,
.ALIMENTOS-Template .body .contentTwo .logoEs img {
  width: 100%;
  height: auto;
}

.ALIMENTOS-Template .body .stripe {
  display: block;
  padding: 50px 0;
  margin: 50px 0;
  background-color: #005587;
  text-align: center;
}

.ALIMENTOS-Template .body .stripe img {
  width: 60%;
  height: auto;
  margin: auto;
}

.ALIMENTOS-Template .footer {
  width: 100%;
  display: block;
  margin: 15px 0 0 0;
  background-color: #e6e6e6;
  padding: 25px 0;
  height: auto;
  color: black;
}

.ALIMENTOS-Template .footer .container .row .rh-logo img {
  width: 100%;
  height: auto;
}

.ALIMENTOS-Template .footer .container .row .legals {
  color: black !important;
}

.ALIMENTOS-Template .footer .container .row .legals p {
  color: black !important;
  font-size: small;
}

.ALIMENTOS-Template .footer .container .row .legals p a {
  text-decoration: none;
  color: #009cde !important;
  font-weight: bold;
  margin: auto 5px;
}

@media (max-width: 576px) {
  .ALIMENTOS-Template .header .container .menuItems .logo {
    text-align: center;
  }
  .ALIMENTOS-Template .header .container .menuItems .logo img {
    width: 75%;
  }
  .ALIMENTOS-Template .ALIMENTOSMenu {
    background-color: #ededed;
    border-radius: 4px;
    width: 98%;
    margin: 15px 0 0 0;
    padding: 15px 1%;
    float: right;
  }
  
  .ALIMENTOS-Template .body .contentOne .logoEs img,
  .ALIMENTOS-Template .body .contentTwo .logoEs img {
    width: 50%;
  }
  .ALIMENTOS-Template .body .stripe img {
    width: 96%;
    height: auto;
    margin: auto;
  }
  .ALIMENTOS-Template .footer .container .row .legals {
    text-align: center !important;
  }
  .ALIMENTOS-Template .footer .container .row .rh-logo {
    text-align: center;
  }
  .ALIMENTOS-Template .footer .container .row .rh-logo img {
    width: 50% !important;
    height: auto;
    margin: auto auto 35px auto;
  }
}

.bda-title-division-1 div {
  height: 15px;
  width: 25%;
  display: flex !important;
}

.bg-secondary {
  background: rgb(133, 149, 162);
}

.bg-success {
  background: rgb(155, 184, 45);
}

.stats {
  display: flex;
  flex-wrap: wrap;
  margin: 25px auto;
  justify-content: space-around;
}

.stats-item {
  border-radius: 5px;
  padding: 10px;
  box-shadow: gray 2px 3px 11px 3px;
  color: white;
  background: #3a5cac;
}

.stats-item .count{
  font-size: 2rem;
  font-weight: bold;
}

.stats-item .name{
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
}

.stats-item .description{
  max-width: 150px;
  
}

/*# sourceMappingURL=style.css.map */
