body {
  background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: black;
}
.sans {
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.h1, h1 {
    font-size: calc(1.275rem + 1.5vw);
}
.h2, h2 {
    font-size: calc(1.15rem + .9vw);    
}
.h3, h3 {
      font-size: calc(1rem + .9vw);    
}
.fakeimg {
    height: 200px;
    background: #aaa;
  }
  .logo img  {
    width: 100%;
    max-width: 250px;
  }
  .destacado {
    background: #c9c9c9;
    padding: 15px;
  }
span {
    color:#ea0a2a;
  }
  .btn-primary {
    background-color: #ea0a2a;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-color: #ea0a2a;
    font-size: 2rem;
    padding: 10px;
    min-width: 300px;
}
.btn-primary:hover,
.btn-primary:active
.btn-primary:focus {
  color: #ea0a2a;
  background-color: #fec526;
  border-color: #fec526;
}
.btn-secundary {
  background-color: #fec526;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-color: #fec526;
  font-size: 2rem;
  padding: 10px;
  min-width: 300px;
  color: #525050;
}
.btn-secundary:hover,
.btn-secundary:active
.btn-secundary:focus {
  color: #fec526;
  background-color: #525050;
  border-color: #525050;
}
hr, .hr {
  background-color: #525050;
  height: 10px;
  border: 0;
  opacity: 1;
}
.footer {
  background: white;
  font-size: 0.75rem;
}
.iconos {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-between;
  justify-content: center;
  align-items: center;
}
.iconos img {
  margin: 5px 10px;
}

.valores {
  font-size: 1.75rem;
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: center;
    align-items: center;
    margin: 40px auto 10px auto;
    background: #fec526;
    width: auto;
}

.mes {
  font-size: 1.35rem;
  padding: 5px 10px!important;
}
.letext {
  width: 100%;
  font-size: 1.35rem;
  text-align: center;
  margin-bottom: 40px;
}
.valor {
  padding: 1rem;
  border-top: 0;
  border-bottom: 0;
}
.titulo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-between;
  justify-content: flex-start;
  align-items: center;
}
.titulo .img {
  margin-right: 10px;
  width: 20%;
}
.titulo .img img {
  width: 100%;
}
.titulo .texto {
  width: 80%;
    text-align: left;
}

.titulo-sobre {
  background: white;
    position: absolute;
    width: auto;
    left: 0;
    top: 15px;
}
.bg-image {
  background-repeat: no-repeat;
  padding-top: 167px;
  background-size: cover;
  background-position: center top;
}
.textos-sobre {
  padding:20px;
}

@media (max-width : 768px) {
  .valores {
    display: block;
  }
  .iconos {
    display: block;
  }
  .titulo {
    justify-content: flex-start;
  }
  .logo img {
    width: 100%;
    max-width: 150px;
}
.h1, h1 {
  font-size: calc(1rem + 1.5vw);
}
.btn-primary {
  font-size: 1rem;
}
.h4, h4 {
  font-size: calc(1rem + 1.5vw);
}
.h5, h5 {
  font-size: 1rem;
}
.mes {
  font-size: 1rem;
}
.letext {
  font-size: 1rem;
}
.btn-secundary{
  font-size: 1rem;
}
 }