body {
  background-color: #f1f1f1;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: black;
    font-size: 16px;
}
.sans {
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.h1, h1 {
    font-size: calc(0.85rem + 1.5vw);
    color: #515558;
    font-weight: 600;
}
.h2, h2 {
    font-size: calc(0.85rem + .9vw);    
}
.h3, h3 {
  font-size: calc(0.45rem + 1.5vw);
  color: #424242;
  font-weight: 700;
  padding: 20px;
}
.h4, h4 {
  font-size: 1.3rem;
  color: #565a5d;
  font-weight: 700;
}
.seguinos {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: space-around;
  align-items: stretch;
}
.seguinos a {
  font-size: 1.5rem;
  color: #565a5d;
  text-decoration: none;
}
.link a {
  font-size: 1.5rem;
  color: #565a5d;
  text-decoration: none;
}
.fakeimg {
    height: 200px;
    background: #aaa;
  }
  .logo img  {
    width: 100%;
    max-width: 250px;
  }
  .destacado {
    background: #6e6d72;
    padding: 20px;
    margin: 20px;
    border-radius: 50px;
    color: white;
    text-align: center;
}
.destacado1 {
  background: #eeeeee;
  padding: 20px;
  margin: 20px;
  border-radius: 50px;
  color: #5a6771;
  text-align: center;
}
  .conflota{
    display: flex;
  }

  .top {
    background-image: url(../img/top.jpg);
      background-repeat: no-repeat;      
      background-size: 100%;
      min-height: 100px;
      height: 100%;
      background-position: top left;
   }

   .footer {
overflow: hidden;
}
.footer img {
  width: 100%;
}
.text-left {
  text-align: left;
}
   .socio {
    color: #444444;
    padding: 0px 20px;
    font-size: 20px;
    font-style: italic;
    margin: 0px;
  }
  .flota {
    position: relative;    
}
.flota img {
  width: 100%;
    position: relative;
    left: 0;
    top: 0;
}
  .text-right {
    text-align: right;
  }
  span {
    font-weight: 600;
    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: 1.5rem;
    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: 1.5rem;
  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: 4px;
  border: 0;
  opacity: 1;
}
.beneficio img {
  width: 100%;
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}
.conbeneficio {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  align-content: space-around;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.conbeneficio p {
  color: #585c5f;
}
@media (max-width : 768px) {
  .d-xs-none {
    display: none!important;
  }
}
.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: 0px 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(0.7rem + 1.5vw);
}
body {
  font-size: 14px;
}
.seguinos a {
  font-size: 1rem;
}
.link a {
  font-size: 1rem;
}
.h5, h5 {
  font-size: 1rem;
}
.mes {
  font-size: 1rem;
}
.letext {
  font-size: 1rem;
}
.btn-secundary{
  font-size: 1rem;
}
.flota img {
  max-width: 100%;
}
.conflota {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
hr, .hr {
  margin: 0;
}
.listado-beneficios {
  padding-top: 10px !important;
}
.bg-right {
  background-image: none;
}
.seguinos {
    flex-direction: column;
    padding: 0 !important;
  }
  .aca {
    display: block!important;
  }
  .h3, h3 {
    padding: 0px 20px;
    font-size: calc(0.55rem + 1.5vw);
  }
  .aca h3.text-left {
    text-align: center!important;
  }
 }

